mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
xfail-fast run-pass/native-dupe.rs
This test calls the task pin function which has side effects and causes other tests to lock.
This commit is contained in:
parent
b3cf0c4d1b
commit
81d9717864
@ -1,3 +1,6 @@
|
||||
// xfail-fast - Somehow causes check-fast to livelock?? Probably because we're
|
||||
// calling pin_task and that's having wierd side-effects.
|
||||
|
||||
native "cdecl" mod rustrt1 = "rustrt" {
|
||||
fn pin_task();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user