[arm64-simulator] Disable load poison disasm tests

Bug: v8:9820
Change-Id: Ie9f00b18b7bfe7d16778f053d43dd368a960cc62
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1845689
Reviewed-by: Bill Budge <bbudge@chromium.org>
Commit-Queue: Deepti Gandluri <gdeepti@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64151}
This commit is contained in:
Deepti Gandluri 2019-10-07 15:25:10 -07:00 committed by Commit Bot
parent 3677468397
commit 0de2c4ae63

View File

@ -153,6 +153,11 @@
'test-api/Threading*': [SKIP],
'test-cpu-profiler/MultipleIsolates': [PASS, SLOW],
'test-debug/DebugBreakStackTrace': [PASS, SLOW],
# BUG(v8:9820): Load poisoning tests failing on the ARM64 simulator
'test-poison-disasm-arm64/DisasmPoisonMonomorphicLoad': [SKIP],
'test-poison-disasm-arm64/DisasmPoisonMonomorphicLoadFloat64': [SKIP],
'test-poison-disasm-arm64/DisasmPoisonPolymorphicLoad': [SKIP],
}], # 'arch == arm64 and simulator_run'
##############################################################################