diff options
| author | Patrick Walton <[email protected]> | 2010-08-20 11:11:39 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-08-20 11:11:39 -0700 |
| commit | 4c28d9a54a55226b4df4ccc693b85fb1691dcaca (patch) | |
| tree | fd59545835aa422006723d78b95a29b020b6a13d /src/Makefile | |
| parent | Disable task-growing logic for now until #151 is fixed (diff) | |
| download | rust-4c28d9a54a55226b4df4ccc693b85fb1691dcaca.tar.xz rust-4c28d9a54a55226b4df4ccc693b85fb1691dcaca.zip | |
Un-XFAIL some tests that (seem to) rely on large task stacks
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 626bc354..f6bb622a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -396,11 +396,9 @@ TASK_XFAILS := test/run-pass/acyclic-unwind.rs \ test/run-pass/yield.rs TEST_XFAILS_X86 := $(TASK_XFAILS) \ - test/run-pass/bind-obj-ctor.rs \ test/run-pass/child-outlives-parent.rs \ test/run-pass/clone-with-exterior.rs \ test/run-pass/constrained-type.rs \ - test/run-pass/destructor-ordering.rs \ test/run-pass/obj-as.rs \ test/run-pass/vec-slice.rs \ test/run-pass/fn-lval.rs \ @@ -408,7 +406,6 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \ test/run-pass/generic-recursive-tag.rs \ test/run-pass/int-lib.rs \ test/run-pass/iter-ret.rs \ - test/run-pass/lib-deque.rs \ test/run-pass/lib-map.rs \ test/run-pass/mlist-cycle.rs \ test/run-pass/obj-as.rs \ |