| Index: test/message/message.status
|
| diff --git a/test/message/message.status b/test/message/message.status
|
| index fc2896b1c98585cf8107194233e3c52058b2ab6a..d40151e8d4fcdf2bc7213c8b10bcbea6cbf7d32f 100644
|
| --- a/test/message/message.status
|
| +++ b/test/message/message.status
|
| @@ -29,3 +29,16 @@ prefix message
|
|
|
| # All tests in the bug directory are expected to fail.
|
| bugs: FAIL
|
| +
|
| +[ $arch == x64 ]
|
| +
|
| +simple-throw.js: FAIL
|
| +try-catch-finally-throw-in-catch-and-finally.js: FAIL
|
| +try-catch-finally-throw-in-catch.js: FAIL
|
| +try-catch-finally-throw-in-finally.js: FAIL
|
| +try-finally-throw-in-finally.js: FAIL
|
| +try-finally-throw-in-try-and-finally.js: FAIL
|
| +try-finally-throw-in-try.js: FAIL
|
| +overwritten-builtins.js: FAIL
|
| +regress-73.js: FAIL
|
| +regress-75.js: FAIL
|
|
|