Commit 9215ac2c authored by Peter Marshall's avatar Peter Marshall Committed by Commit Bot

[cpu-profiler] Disable failing tests on arm simulator only

These tests still fail on arm simulators and don't appear easily fixable
but are low priority. Let's still run them on other build configs.

Bug: v8:8917
Change-Id: If0a2f44b746eff5e82eb750103304e788dfbbfb5
Reviewed-on: https://chromium-review.googlesource.com/c/1491593Reviewed-by: 's avatarSigurd Schneider <sigurds@chromium.org>
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59903}
parent ada192fe
...@@ -80,8 +80,6 @@ ...@@ -80,8 +80,6 @@
'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP],
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP], 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
'test-cpu-profiler/JsNativeJsSample': [SKIP], 'test-cpu-profiler/JsNativeJsSample': [SKIP],
'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP],
'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
'test-sampler/LibSamplerCollectSample': [SKIP], 'test-sampler/LibSamplerCollectSample': [SKIP],
# BUG(7202). The test is flaky. # BUG(7202). The test is flaky.
...@@ -144,7 +142,15 @@ ...@@ -144,7 +142,15 @@
'test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], 'test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP],
}], # 'arch == arm64' }], # 'arch == arm64'
['arch == arm and simulator_run', {
# crbug.com/v8/8917
'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
}], # 'arch == arm and simulator_run'
['arch == arm64 and simulator_run', { ['arch == arm64 and simulator_run', {
# crbug.com/v8/8917
'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP],
'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
# Pass but take too long with the simulator. # Pass but take too long with the simulator.
'test-api/ExternalArrays': [PASS, SLOW], 'test-api/ExternalArrays': [PASS, SLOW],
......
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