Fix buggy while and do-while translation in rustc. Add test.
This commit is contained in:
parent
896570a3a9
commit
16faef2218
4 changed files with 35 additions and 12 deletions
|
|
@ -447,8 +447,9 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \
|
|||
test/run-pass/mlist-cycle.rs \
|
||||
test/run-pass/obj-as.rs \
|
||||
test/run-pass/task-comm.rs \
|
||||
test/run-pass/vec-slice.rs \
|
||||
test/run-pass/task-comm-3.rs \
|
||||
test/run-pass/vec-slice.rs \
|
||||
test/run-pass/while-and-do-while.rs \
|
||||
test/run-fail/task-comm-14.rs \
|
||||
test/compile-fail/bad-recv.rs \
|
||||
test/compile-fail/bad-send.rs \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue