diff options
| author | Brian Anderson <[email protected]> | 2011-01-30 14:28:18 -0500 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-31 11:19:15 -0800 |
| commit | 7ab8a5904d60ea259f1a4b98fda7745177e98826 (patch) | |
| tree | 286e01d982ea5c788f583da7193f7ee82f626617 /src/Makefile | |
| parent | Ignore *.tmp to ignore lib-io.boot.tmp (diff) | |
| download | rust-7ab8a5904d60ea259f1a4b98fda7745177e98826.tar.xz rust-7ab8a5904d60ea259f1a4b98fda7745177e98826.zip | |
Un-XFAIL some compile-fail tests
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 10031537..f7fbaf5b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -494,10 +494,13 @@ TEST_XFAILS_RUSTC := $(filter-out \ writealias.rs \ ) \ $(addprefix test/compile-fail/, \ + alt-tag-nullary.rs \ + alt-tag-unary.rs \ arg-count-mismatch.rs \ arg-type-mismatch.rs \ bad-expr-path.rs \ bad-expr-path2.rs \ + bogus-tag.rs \ import.rs \ import2.rs \ import3.rs \ @@ -505,7 +508,11 @@ TEST_XFAILS_RUSTC := $(filter-out \ import-loop.rs \ import-loop-2.rs \ multiline-comment-line-tracking.rs \ + output-type-mismatch.rs \ + rec-missing-fields.rs \ + type-shadow.rs \ while-type-error.rs \ + wrong-ret-type.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) |