diff options
| author | Graydon Hoare <[email protected]> | 2010-09-08 15:48:10 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-08 15:48:18 -0700 |
| commit | 13d6f874316c9f69ab3a29f120ce410da2290a64 (patch) | |
| tree | 10493d6a138904335d3f32166700c8ac6f96b76d /src/Makefile | |
| parent | First lame stab at solving the diamond import problem (diff) | |
| download | rust-13d6f874316c9f69ab3a29f120ce410da2290a64.tar.xz rust-13d6f874316c9f69ab3a29f120ce410da2290a64.zip | |
XFAIL many.rs since it crashes on win32, and add a time-slice sleep to the kernel message loop to get tests to finish in a sane time.
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 fb1fbbc9..dfe8a063 100644 --- a/src/Makefile +++ b/src/Makefile @@ -384,7 +384,8 @@ TASK_XFAILS := test/run-pass/task-comm-8.rs \ test/run-pass/task-comm-10.rs \ test/run-pass/task-comm-15.rs \ test/run-pass/task-life-0.rs \ - test/run-pass/alt-type-simple.rs + test/run-pass/alt-type-simple.rs \ + test/run-pass/many.rs TEST_XFAILS_X86 := $(TASK_XFAILS) \ test/run-pass/child-outlives-parent.rs \ |