[wasm] Disable regress/wasm/regression-694433 on all TSAN variants.
Disabling only for stress mode did not help, the test uses 10GB in other modes too. Bug: v8:6924 Change-Id: I0e1348f8a43e41612d3a94e75396f0a26a82ece2 Reviewed-on: https://chromium-review.googlesource.com/721662 Reviewed-by: Clemens Hammacher <clemensh@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#48626}
This commit is contained in:
parent
5b5391b888
commit
a4ec099489
@ -171,6 +171,9 @@
|
||||
# Allocates a large array buffer, which TSAN sometimes cannot handle.
|
||||
'regress/regress-599717': [PASS, ['tsan', SKIP]],
|
||||
|
||||
# BUG(v8:6924). The test uses a lot of memory.
|
||||
'regress/wasm/regression-694433': [PASS, ['tsan', SKIP]],
|
||||
|
||||
# TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
|
||||
'unicodelctest': [PASS, NO_VARIANTS],
|
||||
'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
|
||||
@ -627,9 +630,6 @@
|
||||
|
||||
# Slow tests.
|
||||
'regress/regress-2185-2': [SKIP],
|
||||
|
||||
# BUG(v8:6924). The test uses a lot of memory.
|
||||
'regress/wasm/regression-694433': [PASS, ['tsan', SKIP]],
|
||||
}], # variant == stress
|
||||
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user