1
Fork 0

Un-xfail various tests

This commit is contained in:
Brian Anderson 2011-09-19 18:38:14 -07:00
parent f4a19f800e
commit 91d8e69621
6 changed files with 0 additions and 9 deletions

View file

@ -1,4 +1,3 @@
// xfail-test
// based on:
// http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java

View file

@ -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;

View file

@ -2,8 +2,6 @@
Can we bind native things?
*/
//xfail-test
native "rust" mod rustrt {
fn task_yield();
}

View file

@ -2,7 +2,6 @@
// reproduce so we don't want to automatically reformat it
// no-reformat
// xfail-pretty
/*
*

View file

@ -1,5 +1,3 @@
// xfail-test
// Test case for issue #758.
obj foo() { fn f() { } }

View file

@ -1,5 +1,3 @@
// xfail-test
// Tests that shapes respect linearize_ty_params().
tag option<T> {