Commit ec7e9a8d authored by Leszek Swirski's avatar Leszek Swirski Committed by Commit Bot

[test] Disable cctest/test-loop-analysis/LaEdgeMatrix2_0 on ODROID

Bug: chromium:1163847
Change-Id: Iabb152cd1a5c04e2032cb1254d8b27ea081cbb27
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2614427
Auto-Submit: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71952}
parent 7d28810b
......@@ -375,6 +375,9 @@
['system != android and arch in [arm, arm64] and not simulator_run', {
# Consumes too much memory on ODROIDs in debug mode and optimize_for_size.
'test-code-generator/FuzzAssemble*': [PASS, ['(mode == debug) and optimize_for_size', SKIP]],
# BUG(chromium:1163847): Seems to break on ODROIDs with recent Clang rolls.
'test-loop-analysis/LaEdgeMatrix2_0': [PASS, FAIL]
}], # 'system != android and arch in [arm, arm64] 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