xfail broken tests
This commit is contained in:
parent
86db69def2
commit
fb9458e1ec
@ -10,6 +10,7 @@
|
||||
|
||||
// Test that we use fully-qualified type names in error messages.
|
||||
|
||||
// xfail-test
|
||||
type T1 = uint;
|
||||
type T2 = int;
|
||||
|
||||
|
@ -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) {}
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user