Commit 670a535b authored by ager@chromium.org's avatar ager@chromium.org

Correct the marking of tests that only fail on the simulator.

Review URL: http://codereview.chromium.org/80002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1743 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 97b2372c
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment