Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f70feaf

Browse files
committed
linux-futex test: add comment
1 parent d5f31bd commit f70feaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/tests/pass-dep/concurrency/linux-futex.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ fn wait_wake_bitset() {
219219
t.join().unwrap();
220220
}
221221

222+
// Crucial test which relies on the SeqCst fences in futex wait/wake.
222223
fn concurrent_wait_wake() {
223224
const FREE: i32 = 0;
224225
const HELD: i32 = 1;

0 commit comments

Comments
 (0)