[wasm-atomics] enable tests on ARM hardware

BUG:v8:8201

Change-Id: I2f0c2f7d26020188dcec6dabe0a08fc49ee0f33b
Reviewed-on: https://chromium-review.googlesource.com/c/1259406
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Commit-Queue: Deepti Gandluri <gdeepti@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56386}
This commit is contained in:
Deepti Gandluri 2018-10-03 15:52:21 -07:00 committed by Commit Bot
parent c4f52e9100
commit f3c6753e53

View File

@ -297,10 +297,6 @@
['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'
##############################################################################