Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index d344b51f67e13f6b31f7459b851300a6a18278f2..f5ab606010d3109878289811a15b1198dc3a2418 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -296,12 +296,6 @@ |
# till it is optimized. So test timeouts. |
'array-literal-transitions': [PASS, NO_IGNITION], |
- # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so during |
- # eager compile of the whole script instead of during lazy compile of the function |
- # f(), so we can't catch the exception in the try/catch. Skip because on some |
- # platforms the stack limit is different and the exception doesn't fire. |
- 'regress/regress-crbug-589472': [PASS, NO_IGNITION], |
- |
# TODO(4680): Test doesn't know about three tier compiler pipeline. |
'assert-opt-and-deopt': [PASS, NO_IGNITION], |
@@ -336,6 +330,10 @@ |
'smi-mul-const': [PASS, NO_IGNITION], |
'smi-mul': [PASS, NO_IGNITION], |
'unary-minus-deopt': [PASS, NO_IGNITION], |
+ |
+ # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on |
+ # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. |
+ 'harmony/generators-turbo': [PASS, FAST_VARIANTS], |
}], # ALWAYS |
['novfp3 == True', { |
@@ -848,18 +846,18 @@ |
# till it is optimized. So test timeouts. |
'array-literal-transitions': [SKIP], |
- # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so during |
- # eager compile of the whole script instead of during lazy compile of the function |
- # f(), so we can't catch the exception in the try/catch. Skip because on some |
- # platforms the stack limit is different and the exception doesn't fire. |
- 'regress/regress-crbug-589472': [SKIP], |
- |
'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], |
'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], |
# TODO(rmcilroy,titzer): Times out after |
# https://codereview.chromium.org/1951013002 . |
'regress/regress-599717': [PASS, ['tsan', SKIP]], |
+ |
+ # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on |
+ # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. |
+ 'harmony/generators-turbo': [PASS, FAST_VARIANTS], |
+ 'regress/regress-crbug-352058': [SKIP], |
+ |
}], # ignition or ignition_turbofan |
['(ignition or ignition_turbofan) and arch == arm64', { |