Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1028)

Unified Diff: test/cctest/test-api.cc

Issue 1230303005: Signal a blocked futex if the isolate is interrupted; don't busy-wait (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix windows build Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/futex-emulation.cc ('K') | « src/futex-emulation.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index ecceb81943a97eec2f772c80754cc5c54d067ee5..45eaed22e64ab09ee0fdbcb789191a6baee23860 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -21816,6 +21816,7 @@ TEST(FutexInterruption) {
"var i32a = new Int32Array(ab);"
"Atomics.futexWait(i32a, 0, 0);");
CHECK(try_catch.HasTerminated());
+ timeout_thread.Join();
}
« src/futex-emulation.cc ('K') | « src/futex-emulation.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698