| Index: test/webkit/webkit.status
|
| diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
|
| index b3dea9c62fbce2c2ed61d4303db5f3dabede7706..b2f0f7a58390084688841019da93b1ce4db3768c 100644
|
| --- a/test/webkit/webkit.status
|
| +++ b/test/webkit/webkit.status
|
| @@ -33,6 +33,10 @@
|
| 'dfg-inline-arguments-become-int32': [PASS, FAIL],
|
| 'dfg-inline-arguments-reset': [PASS, FAIL],
|
| 'dfg-inline-arguments-reset-changetype': [PASS, FAIL],
|
| + # TODO(turbofan): Sometimes the try-catch blacklist fails.
|
| + 'exception-with-handler-inside-eval-with-dynamic-scope': [PASS, NO_VARIANTS],
|
| + # TODO(turbofan): We run out of stack earlier on 64-bit for now.
|
| + 'fast/js/deep-recursion-test': [PASS, NO_VARIANTS],
|
| }], # ALWAYS
|
| ['mode == debug', {
|
| # Too slow in debug mode.
|
|
|