Un-xfail various tests
This commit is contained in:
parent
f4a19f800e
commit
91d8e69621
6 changed files with 0 additions and 9 deletions
|
@ -1,4 +1,3 @@
|
|||
// xfail-test
|
||||
// based on:
|
||||
// http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// Currently failure doesn't propagate correctly to owning tasks so xfailed
|
||||
// xfail-test
|
||||
// error-pattern:explicit
|
||||
use std;
|
||||
import std::task;
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
Can we bind native things?
|
||||
*/
|
||||
|
||||
//xfail-test
|
||||
|
||||
native "rust" mod rustrt {
|
||||
fn task_yield();
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// reproduce so we don't want to automatically reformat it
|
||||
|
||||
// no-reformat
|
||||
// xfail-pretty
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// xfail-test
|
||||
|
||||
// Test case for issue #758.
|
||||
obj foo() { fn f() { } }
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// xfail-test
|
||||
|
||||
// Tests that shapes respect linearize_ty_params().
|
||||
|
||||
tag option<T> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue