diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index 9fbb213553..9a3f819e4a 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -46,5 +46,5 @@ test-api/RegExpInterruption: SKIP # 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: FAIL -test-api/TryCatchInTryFinally: FAIL +test-api/ExceptionOrder: PASS || FAIL +test-api/TryCatchInTryFinally: PASS || FAIL