diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8406d307..33cb0a0d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 \ |