Skip to content

Commit fb9458e

Browse files
committed
xfail broken tests
1 parent 86db69d commit fb9458e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/test/compile-fail/fully-qualified-type-name3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// Test that we use fully-qualified type names in error messages.
1212

13+
// xfail-test
1314
type T1 = uint;
1415
type T2 = int;
1516

src/test/compile-fail/pptypedef.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-test
1112
type foo = Option<int>;
1213

1314
fn bar(_t: foo) {}

src/test/compile-fail/unsafe-fn-autoderef.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// option. This file may not be copied, modified, or distributed
1010
// except according to those terms.
1111

12-
12+
// xfail-test
1313
type rec = {f: int};
1414
fn f(p: *rec) -> int {
1515

0 commit comments

Comments
 (0)