Commit 15db6d55 authored by jgruber's avatar jgruber Committed by Commit Bot

Skip test-heap/OutOfMemorySmallObjects on native arm

The test is flaky on arm in --optimize-for-size.

NOTRY=true

Bug: v8:7605
Change-Id: I6219442545244bb0c07f8b028668f41602a83b30
Reviewed-on: https://chromium-review.googlesource.com/1032331
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52827}
parent 54c6f78c
......@@ -286,6 +286,9 @@
'test-serialize/StartupSerializerTwice': [SKIP],
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
# crbug.com/v8/7605
'test-heap/OutOfMemorySmallObjects': [PASS, ['not simulator_run', SKIP]],
}], # 'arch == arm'
##############################################################################
......
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