Commit b60906f3 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Skip slow test

TBR=jgruber@chromium.org
NOTRY=true

Bug: v8:8789
Change-Id: I4058cf0ad32b0dfac313fce41f2ee58f65331f9a
Reviewed-on: https://chromium-review.googlesource.com/c/1454610Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59386}
parent dcdc79f2
...@@ -43,6 +43,11 @@ ...@@ -43,6 +43,11 @@
'octane/typescript': [SKIP], 'octane/typescript': [SKIP],
}], }],
['variant == jitless', {
# Too slow for jitless mode.
'octane/zlib': [SKIP],
}],
['gc_fuzzer', { ['gc_fuzzer', {
# Too slow for gc fuzzing. # Too slow for gc fuzzing.
'octane/earley-boyer' : [PASS, SLOW, ['mode == debug', SKIP]], 'octane/earley-boyer' : [PASS, SLOW, ['mode == debug', SKIP]],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment