diff options
author | Ryan <ry@tinyclouds.org> | 2009-05-12 00:12:56 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-05-12 00:12:56 +0200 |
commit | 3a41367c40863efc08d1f0922a91b5b0bdca6c80 (patch) | |
tree | b74fc97840245f551ef66b0d5e109962533fe075 /deps/v8/test/cctest/cctest.status | |
parent | 7869ed6681e76f553f6380187e5349ee6854e207 (diff) | |
download | node-3a41367c40863efc08d1f0922a91b5b0bdca6c80.tar.gz |
Upgrade v8 to version 1.2.3.
Diffstat (limited to 'deps/v8/test/cctest/cctest.status')
-rw-r--r-- | deps/v8/test/cctest/cctest.status | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/deps/v8/test/cctest/cctest.status b/deps/v8/test/cctest/cctest.status index 9a3f819e4..7b43c8de9 100644 --- a/deps/v8/test/cctest/cctest.status +++ b/deps/v8/test/cctest/cctest.status @@ -27,9 +27,6 @@ prefix cctest -# BUG(96): Fix this flaky test. -test-debug/ThreadedDebugging: PASS || FAIL - # BUG(281): This test fails on some Linuxes. test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux @@ -43,8 +40,10 @@ test-spaces/LargeObjectSpace: PASS || FAIL # BUG(240): Test seems flaky on ARM. test-api/RegExpInterruption: SKIP +[ $simulator == arm ] + # BUG(271): During exception propagation, we compare pointers into the # stack. These tests fail on the ARM simulator because the C++ and # the JavaScript stacks are separate. -test-api/ExceptionOrder: PASS || FAIL -test-api/TryCatchInTryFinally: PASS || FAIL +test-api/ExceptionOrder: FAIL +test-api/TryCatchInTryFinally: FAIL |