Commit a4ec0994 authored by Ulan Degenbaev's avatar Ulan Degenbaev Committed by Commit Bot

[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/721662Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48626}
parent 5b5391b8
......@@ -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
##############################################################################
......
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