Skip debug-stepout-scope-part* on tsan/stress

Remaining tests also lead to OOM, skip all of them on tsan stress
modes.

Bug: v8:7626
Change-Id: Ie2c128b9a718c7c34c974e628ba60e5549ea04fc
Reviewed-on: https://chromium-review.googlesource.com/1002552
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52466}
This commit is contained in:
jgruber 2018-04-09 09:13:14 +02:00 committed by Commit Bot
parent 12708c93e1
commit 4e8d4bda9d

View File

@ -43,8 +43,7 @@
'regress/regress-2318': [SKIP],
# https://crbug.com/v8/7626
'debug/debug-stepout-scope-part1': [PASS, ['tsan', SKIP]],
'debug/debug-stepout-scope-part2': [PASS, ['tsan', SKIP]],
'debug/debug-stepout-scope-part*': [PASS, ['tsan', SKIP]],
}], # variant == stress
##############################################################################