Author: [email protected]
Date: Mon Apr 20 02:40:08 2009
New Revision: 1743
Modified:
branches/bleeding_edge/test/cctest/cctest.status
Log:
Correct the marking of tests that only fail on the simulator.
Review URL: http://codereview.chromium.org/80002
Modified: branches/bleeding_edge/test/cctest/cctest.status
==============================================================================
--- branches/bleeding_edge/test/cctest/cctest.status (original)
+++ branches/bleeding_edge/test/cctest/cctest.status Mon Apr 20 02:40:08
2009
@@ -43,8 +43,10 @@
# 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
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---