xfail broken tests

This commit is contained in:
Tim Chevalier 2013-01-07 17:49:10 -08:00
parent e45312e5a0
commit d771830c4c
4 changed files with 6 additions and 3 deletions

View file

@ -10,6 +10,7 @@
// Test that we use fully-qualified type names in error messages.
// xfail-test
type T1 = uint;
type T2 = int;

View file

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test
type foo = Option<int>;
fn bar(_t: foo) {}

View file

@ -9,7 +9,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test
type rec = {f: int};
fn f(p: *rec) -> int {