Skip to content

Commit e6bbab3

Browse files
brsongraydon
authored andcommitted
---
yaml --- r: 1319 b: refs/heads/master c: 7ab8a59 h: refs/heads/master i: 1317: 850029d 1315: d9ce3a7 1311: cd11ec9 v: v3
1 parent ba2df33 commit e6bbab3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 633af3980838567e525cb405b8d648d2c185ef64
2+
refs/heads/master: 7ab8a5904d60ea259f1a4b98fda7745177e98826

trunk/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)