Merge heap unit tests into src.
authorbmeurer@chromium.org <bmeurer@chromium.org>
Mon, 1 Sep 2014 09:12:50 +0000 (09:12 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org>
Mon, 1 Sep 2014 09:12:50 +0000 (09:12 +0000)
commit58a5d15ba7ce1f23055fc5c3a9df3a7d6e10a50a
tree1ad8ee35de15dfdc8f10951fae83ee2302578829
parent7be66cf5d7f98316697088089c5deba504a3d879
Merge heap unit tests into src.

Also rip out the unused runtime-unittests; will be added back on-demand.

BUG=v8:3489
LOG=n
R=ulan@chromium.org, svenpanne@chromium.org

Review URL: https://codereview.chromium.org/525193004

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23545 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 files changed:
build/all.gyp
src/heap/gc-idle-time-handler-unittest.cc [moved from test/heap-unittests/heap-unittest.cc with 84% similarity]
src/heap/heap.gyp [moved from test/heap-unittests/heap-unittests.gyp with 93% similarity]
test/heap-unittests/DEPS [deleted file]
test/heap-unittests/heap-unittest.h [deleted file]
test/heap-unittests/heap-unittests.cc [deleted file]
test/heap-unittests/heap-unittests.h [deleted file]
test/runtime-unittests/DEPS [deleted file]
test/runtime-unittests/runtime-unittests.cc [deleted file]
test/runtime-unittests/runtime-unittests.gyp [deleted file]
test/runtime-unittests/runtime-unittests.h [deleted file]
test/runtime-unittests/runtime-unittests.status [deleted file]
test/runtime-unittests/testcfg.py [deleted file]
tools/presubmit.py
tools/run-tests.py