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

[test] Skip failing test variant on native arm

TBR=mtrofin@chromium.org
NOTRY=true

Bug: v8:7138
Change-Id: I164cc637953f1a8aaf50d5d0d734a5bb768e1e82
Reviewed-on: https://chromium-review.googlesource.com/795713Reviewed-by: 's avatarMircea Trofin <mtrofin@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49697}
parent b97567a9
......@@ -385,4 +385,10 @@
'test-dtoa/*': [SKIP],
}], # variant == wasm_traps
##############################################################################
# BUG(v8:7138).
['arch == arm and not simulator_run and variant == wasm_traps', {
'*': [SKIP],
}], # arch == arm and not simulator_run and variant == wasm_traps
]
......@@ -36,4 +36,10 @@
# tested standalone.
'fail/modules-skip*': [SKIP],
}], # ALWAYS
##############################################################################
# BUG(v8:7138).
['arch == arm and not simulator_run and variant == wasm_traps', {
'*': [SKIP],
}], # arch == arm and not simulator_run and variant == wasm_traps
]
......@@ -734,6 +734,12 @@
'wasm/liftoff': [SKIP],
}], # arch != x64 and arch != ia32
##############################################################################
# BUG(v8:7138).
['arch == arm and not simulator_run and variant == wasm_traps', {
'*': [SKIP],
}], # arch == arm and not simulator_run and variant == wasm_traps
##############################################################################
['variant == liftoff', {
# In the liftoff variant, liftoff compilation happens even though the test
......
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