[test] Disable slow test on TSAN and debug
Bug: v8:11745 Change-Id: Icacc3ff58d50bdf02f00a41643c9b6ef54e74d50 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3024145 Auto-Submit: Maya Lekova <mslekova@chromium.org> Commit-Queue: Zhi An Ng <zhin@chromium.org> Reviewed-by: Zhi An Ng <zhin@chromium.org> Cr-Commit-Position: refs/heads/master@{#75710}
This commit is contained in:
parent
0f9e9e2010
commit
a1d6483023
@ -232,6 +232,9 @@
|
||||
'd8/d8-worker-shutdown*': [SLOW],
|
||||
# Allocates a huge string and then flattens it.
|
||||
'regress/regress-752764': [SLOW],
|
||||
|
||||
# BUG(v8:11745) The test allocates too much memory, making it slow on debug.
|
||||
'compiler/regress-crbug-11564': [SKIP],
|
||||
}], # mode == debug
|
||||
|
||||
['novfp3', {
|
||||
@ -622,7 +625,6 @@
|
||||
|
||||
# Slow tests.
|
||||
'compiler/regress-1125145': [SKIP],
|
||||
'compiler/regress-crbug-11564': [PASS, SLOW],
|
||||
'd8/d8-worker-shutdown*': [PASS, SLOW],
|
||||
'es6/block-conflicts-sloppy': [PASS, SLOW],
|
||||
'math-floor-part1': [PASS, SLOW],
|
||||
@ -644,6 +646,9 @@
|
||||
|
||||
# BUG(v8:11752): Flakes on TSAN.
|
||||
'd8/d8-worker-shutdown-spawn': [SKIP],
|
||||
|
||||
# BUG(v8:11745) The test allocates too much memory, making it slow on TSAN.
|
||||
'compiler/regress-crbug-11564': [SKIP],
|
||||
}], # 'tsan == True'
|
||||
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user