Skip to content

Commit 7ab8a59

Browse files
brsongraydon
authored andcommitted
Un-XFAIL some compile-fail tests
1 parent 633af39 commit 7ab8a59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,18 +494,25 @@ TEST_XFAILS_RUSTC := $(filter-out \
494494
writealias.rs \
495495
) \
496496
$(addprefix test/compile-fail/, \
497+
alt-tag-nullary.rs \
498+
alt-tag-unary.rs \
497499
arg-count-mismatch.rs \
498500
arg-type-mismatch.rs \
499501
bad-expr-path.rs \
500502
bad-expr-path2.rs \
503+
bogus-tag.rs \
501504
import.rs \
502505
import2.rs \
503506
import3.rs \
504507
import4.rs \
505508
import-loop.rs \
506509
import-loop-2.rs \
507510
multiline-comment-line-tracking.rs \
511+
output-type-mismatch.rs \
512+
rec-missing-fields.rs \
513+
type-shadow.rs \
508514
while-type-error.rs \
515+
wrong-ret-type.rs \
509516
), \
510517
$(wildcard test/*/*.rs test/*/*.rc))
511518

0 commit comments

Comments
 (0)