diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 69a089df5d..dc6241ee17 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -446,6 +446,9 @@ # OOMing tests 'regress/regress-500980': [SKIP], + # BUG(v8:9337). + 'compiler/regress-9017': [SKIP], + # Slow tests. 'array-concat': [PASS, SLOW], 'array-indexing': [PASS, SLOW], @@ -611,6 +614,9 @@ # Currently always deopt on minus zero 'math-floor-of-div-minus-zero': [SKIP], + # BUG(v8:9337). + 'compiler/regress-9017': [SKIP], + # Slow tests. 'array-sort': [PASS, SLOW], 'compiler/osr-with-args': [PASS, SLOW],