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:
Brian Anderson 2011-11-14 18:51:15 -08:00
parent b3cf0c4d1b
commit 81d9717864

View File

@ -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();
}