[wasm] Skip atomic tests on arm
R=ahaas@chromium.org CC=machenbach@chromium.org Bug: v8:8201 Change-Id: I50f38a3c0f6c8d52cf6913557f26e38cd3cfd1c7 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1235914 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#56064}
This commit is contained in:
parent
daa296b564
commit
884b396907
@ -285,11 +285,18 @@
|
||||
'test-serialize/StartupSerializerTwice': [SKIP],
|
||||
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
|
||||
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
|
||||
|
||||
# crbug.com/v8/7605
|
||||
'test-heap/OutOfMemorySmallObjects': [PASS, ['not simulator_run', SKIP]],
|
||||
}], # 'arch == arm'
|
||||
|
||||
##############################################################################
|
||||
['arch == arm and not simulator_run', {
|
||||
# crbug.com/v8/7605
|
||||
'test-heap/OutOfMemorySmallObjects': [SKIP],
|
||||
|
||||
# BUG(v8:8201).
|
||||
'test-run-wasm-atomics/*': [SKIP],
|
||||
'test-run-wasm-atomics64/*': [SKIP],
|
||||
}], # 'arch == arm and not simulator_run'
|
||||
|
||||
##############################################################################
|
||||
['arch == mipsel or arch == mips', {
|
||||
# TODO(mips-team): Improve code-size on large RegExp's.
|
||||
|
Loading…
Reference in New Issue
Block a user