Commit 0de2c4ae authored by Deepti Gandluri's avatar Deepti Gandluri Committed by Commit Bot

[arm64-simulator] Disable load poison disasm tests

Bug: v8:9820
Change-Id: Ie9f00b18b7bfe7d16778f053d43dd368a960cc62
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1845689Reviewed-by: 's avatarBill Budge <bbudge@chromium.org>
Commit-Queue: Deepti Gandluri <gdeepti@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64151}
parent 36774683
...@@ -153,6 +153,11 @@ ...@@ -153,6 +153,11 @@
'test-api/Threading*': [SKIP], 'test-api/Threading*': [SKIP],
'test-cpu-profiler/MultipleIsolates': [PASS, SLOW], 'test-cpu-profiler/MultipleIsolates': [PASS, SLOW],
'test-debug/DebugBreakStackTrace': [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' }], # 'arch == arm64 and simulator_run'
############################################################################## ##############################################################################
......
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