Skip to content

Commit b250fcc

Browse files
committed
---
yaml --- r: 284 b: refs/heads/master c: c96f0bf h: refs/heads/master v: v3
1 parent 4220462 commit b250fcc

File tree

8 files changed

+855
-1554
lines changed

8 files changed

+855
-1554
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: 91b4cae8daccf450d3d061b4a0251f80d4d15a91
2+
refs/heads/master: c96f0bf7386081d21b00af4fa7fcf73ac8d79575

trunk/src/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \
361361
test/compile-fail/bad-send.rs \
362362
test/compile-fail/bad-recv.rs \
363363
test/compile-fail/infinite-tag-type-recursion.rs \
364-
test/compile-fail/infinite-vec-type-recursion.rs
364+
test/compile-fail/infinite-vec-type-recursion.rs \
365+
test/compile-fail/writing-through-read-alias.rs
365366

366367
TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
367368
acyclic-unwind.rs \
@@ -492,6 +493,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
492493
bad-recv.rs \
493494
infinite-tag-type-recursion.rs \
494495
infinite-vec-type-recursion.rs \
496+
writing-through-read-alias.rs \
495497
)
496498

497499
ifdef MINGW_CROSS

0 commit comments

Comments
 (0)