Skip to content

Commit 81d9717

Browse files
committed
xfail-fast run-pass/native-dupe.rs
This test calls the task pin function which has side effects and causes other tests to lock.
1 parent b3cf0c4 commit 81d9717

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/run-pass/native-dupe.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// xfail-fast - Somehow causes check-fast to livelock?? Probably because we're
2+
// calling pin_task and that's having wierd side-effects.
3+
14
native "cdecl" mod rustrt1 = "rustrt" {
25
fn pin_task();
36
}

0 commit comments

Comments
 (0)