diff options
| author | Graydon Hoare <[email protected]> | 2010-07-22 15:40:04 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-22 15:40:04 -0700 |
| commit | c6af9dda69a8650b79757a4166facde855ea6b1f (patch) | |
| tree | b4e3f65c2d03b0175ca6961784e9475ef77ec7c3 /src | |
| parent | Back out too-platform-fussy bits in preempt-test work. I hate this test. (diff) | |
| download | rust-c6af9dda69a8650b79757a4166facde855ea6b1f.tar.xz rust-c6af9dda69a8650b79757a4166facde855ea6b1f.zip | |
Un-XFAIL stuff that started working when pcwalton's new typechecker landed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/Makefile b/src/Makefile index cbd5e0ad..c6f0a5bf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -351,19 +351,7 @@ self: $(CFG_COMPILER) # Testing ###################################################################### -# There is some residual fallout from recent hacking on ty_box that should all -# start working more-or-less simultaneously when pwalton's work on type.ml -# appears. Until then, xfail a few cases where the typechecker mis-informs -# trans about TY_box / TY_mutable interactions. - -MUT_BOX_XFAILS := $(addprefix test/run-pass/, \ - deref.rs \ - generic-exterior-box.rs \ - output-slot-variants.rs \ - ) - -TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \ - test/run-pass/bind-obj-ctor.rs \ +TEST_XFAILS_X86 := test/run-pass/bind-obj-ctor.rs \ test/run-pass/clone-with-exterior.rs \ test/run-pass/obj-as.rs \ test/run-pass/vec-slice.rs \ |