Skip a flaky test
Bug: v8:9337 Change-Id: Ib17a205d1f0d70c0d422dd6cd85239e71355da84 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1692195 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Seth Brenith <seth.brenith@microsoft.com> Cr-Commit-Position: refs/heads/master@{#62609}
This commit is contained in:
parent
bebca70960
commit
d2b3eee50e
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user