Correct the marking of tests that only fail on the simulator.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Apr 2009 09:40:08 +0000 (09:40 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Apr 2009 09:40:08 +0000 (09:40 +0000)
Review URL: http://codereview.chromium.org/80002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1743 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/cctest/cctest.status

index 9a3f819..ff4c54d 100644 (file)
@@ -43,8 +43,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