From a4ec099489caa2534cbc0f73cc40a29aaff55738 Mon Sep 17 00:00:00 2001 From: Ulan Degenbaev Date: Tue, 17 Oct 2017 10:32:33 +0200 Subject: [PATCH] [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 Commit-Queue: Ulan Degenbaev Cr-Commit-Position: refs/heads/master@{#48626} --- test/mjsunit/mjsunit.status | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 1cf826c8c5..91e03e5256 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -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 ##############################################################################