From 4d413af822aa6249c83efa0fec6fef2570bee232 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 16 Jul 2010 15:22:00 -0700 Subject: [PATCH] Un-XFAIL a couple tests fixed by pcwalton's new typechecker. Closes #50. Closes #51. --- src/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 62432c350ae..874c173703d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -349,7 +349,6 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \ test/run-pass/clone-with-exterior.rs \ test/run-pass/destructor-ordering.rs \ test/run-pass/obj-as.rs \ - test/run-pass/rec-auto.rs \ test/run-pass/vec-slice.rs \ test/run-pass/fn-lval.rs \ test/run-pass/generic-fn-infer.rs \ @@ -358,7 +357,6 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \ test/run-pass/bind-obj-ctor.rs \ test/run-pass/vec-alloc-append.rs \ test/run-pass/task-comm.rs \ - test/compile-fail/rec-missing-fields.rs \ test/compile-fail/bad-send.rs \ test/compile-fail/bad-recv.rs \ test/compile-fail/infinite-tag-type-recursion.rs \