Commit fddcf5a6 authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[wasm] Temporary disable one shared-engine test case.

R=titzer@chromium.org
TEST=cctest/test-wasm-shared-engine/SharedEngineRunThreadedExecution

Change-Id: I01fbb13408020145c9d6bd6bbb66ca5136922bd2
Reviewed-on: https://chromium-review.googlesource.com/1151629Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54733}
parent 5f0c25b1
...@@ -232,6 +232,8 @@ TEST(SharedEngineRunThreadedBuilding) { ...@@ -232,6 +232,8 @@ TEST(SharedEngineRunThreadedBuilding) {
thread2.Join(); thread2.Join();
} }
// TODO(v8:7424): Re-enable this test once race in modification scope is fixed.
#if 0
TEST(SharedEngineRunThreadedExecution) { TEST(SharedEngineRunThreadedExecution) {
SharedEngine engine; SharedEngine engine;
SharedModule module; SharedModule module;
...@@ -257,6 +259,7 @@ TEST(SharedEngineRunThreadedExecution) { ...@@ -257,6 +259,7 @@ TEST(SharedEngineRunThreadedExecution) {
thread1.Join(); thread1.Join();
thread2.Join(); thread2.Join();
} }
#endif
} // namespace test_wasm_shared_engine } // namespace test_wasm_shared_engine
} // namespace wasm } // namespace wasm
......
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