diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-01-19 11:06:13 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-01-19 11:06:13 -0800 |
commit | b8f006ef72bb518397483d5b43111ddbcff250c8 (patch) | |
tree | 0bd0a7f2ae70606aca210c38596fa8f2f6e52194 /deps/v8/test/cctest/cctest.status | |
parent | e6e6e87463d4b1d3d8d5c129e4d008d35a1b5463 (diff) | |
download | node-b8f006ef72bb518397483d5b43111ddbcff250c8.tar.gz |
Upgrade V8 to 3.0.9
Diffstat (limited to 'deps/v8/test/cctest/cctest.status')
-rw-r--r-- | deps/v8/test/cctest/cctest.status | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/deps/v8/test/cctest/cctest.status b/deps/v8/test/cctest/cctest.status index 23c209222..a7eca5b39 100644 --- a/deps/v8/test/cctest/cctest.status +++ b/deps/v8/test/cctest/cctest.status @@ -77,6 +77,12 @@ test-deoptimization/DeoptimizeCompare: FAIL # Tests that time out with crankshaft. test-api/Threading: SKIP +# BUG(1049): Currently no deoptimization support. +test-serialize/ContextSerialization: SKIP +test-serialize/ContextDeserialization: SKIP +test-debug/BreakPointReturn: SKIP +test-debug/DebugStepLinearMixedICs: SKIP + ############################################################################## [ $arch == arm ] @@ -102,10 +108,6 @@ test-sockets/Socket: SKIP ############################################################################## [ $arch == arm && $crankshaft ] -# Tests that can fail with crankshaft. -test-deoptimization/DeoptimizeBinaryOperationMOD: PASS || FAIL -test-deoptimization/DeoptimizeBinaryOperationDIV: PASS || FAIL - # Tests that time out with crankshaft. test-debug/ThreadedDebugging: SKIP test-debug/DebugBreakLoop: SKIP |