v8/test
marja@chromium.org 77d06401ad Take ast node id counting away from Isolate.
When we're going to parse multiple scripts in parallel, we cannot have the
Isolate count the ast node ids.

Now the counter is stored in CompilationInfo instead. This is because we need to
add ast nodes after parsing too.

R=rossberg@chromium.org
BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23301 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-22 11:12:29 +00:00
..
base-unittests Migrate test-semaphore to base-unittests. 2014-08-22 08:52:40 +00:00
benchmarks Fix predictable mode to make time pass faster. 2014-08-12 17:54:41 +00:00
cctest Take ast node id counting away from Isolate. 2014-08-22 11:12:29 +00:00
compiler-unittests [turbofan] Add support for change/truncate to MachineOperatorReducer. 2014-08-22 07:54:09 +00:00
fuzz-natives Land the Fan (disabled) 2014-07-30 13:54:45 +00:00
heap-unittests Move idle notification handling to GCIdleTimeHandler. 2014-08-21 14:42:22 +00:00
intl [turbofan] Disable the intl/overrides/string test. 2014-08-22 09:05:04 +00:00
message Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
mjsunit Blacklist mjsunit/debug-break-inline from turbofan tests. 2014-08-22 09:54:01 +00:00
mozilla Skip test that times out. 2014-08-11 09:16:14 +00:00
preparser ES6: Duplicate properties are no longer an error 2014-08-20 14:25:48 +00:00
promises-aplus Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
runtime-unittests Fix parsing of --gtest_list_tests output. 2014-08-21 12:36:00 +00:00
test262 Add back the duplicate property checker 2014-08-21 15:32:22 +00:00
webkit Add back the duplicate property checker 2014-08-21 15:32:22 +00:00