[test] Skip flaky test on ODROIDs

No-Try: true
Bug: v8:11134
Change-Id: Ic63d0ffc0d64a3f06048cf811a526afd46e34cae
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2714548
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Reviewed-by: Peter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72994}
This commit is contained in:
Michael Achenbach 2021-02-23 13:56:43 +01:00 committed by Commit Bot
parent da111c0153
commit ed60adb549

View File

@ -297,6 +297,9 @@
['arch == arm and not simulator_run', {
# crbug.com/v8/7605
'test-heap/OutOfMemorySmallObjects': [SKIP],
# crbug.com/v8/11134
'test-cpu-profiler/MultipleThreadsSingleIsolate': [PASS, ['system != android', SKIP]],
}], # 'arch == arm and not simulator_run'
##############################################################################