Commit be664cee authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

Skip new test that crashes flakily on native arm

TBR=mstarzinger@chromium.org

No-Try: true
Bug: v8:7977
Change-Id: Idcf88b884a7ad904243f0046aa0bbef118fb19ad
Reviewed-on: https://chromium-review.googlesource.com/1148576
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54664}
parent 381fc4fe
......@@ -15,4 +15,10 @@
'RandomNumberGenerator.NextSampleSlowInvalidParam1': [SKIP],
'RandomNumberGenerator.NextSampleSlowInvalidParam2': [SKIP],
}], # 'system == macos and asan'
['arch == arm and not simulator_run', {
# Crashes flakily: https://crbug.com/v8/7977
'https://crbug.com/v8/7977': [SKIP],
}], # arch == arm and not 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