xfail broken tests

This commit is contained in:
Tim Chevalier 2013-01-07 18:05:18 -08:00
parent 86db69def2
commit fb9458e1ec
3 changed files with 3 additions and 1 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 {