From 2a413070c66911e9a5211d271c704d4c7f03b49a Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Sun, 4 Jul 2010 21:18:47 -0700 Subject: Preempt works on non-windows, just needed a little valgrind love to complete in a reasonable time. --- src/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 120513f4..c21dcc69 100644 --- a/src/Makefile +++ b/src/Makefile @@ -483,9 +483,6 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ ifdef CFG_WINDOWSY TEST_XFAILS_X86 += test/run-pass/native-mod.rc TEST_XFAILS_LLVM += test/run-pass/native-mod.rc -else -TEST_XFAILS_X86 += test/run-pass/preempt.rs -TEST_XFAILS_LLVM += test/run-pass/preempt.rs endif RPASS_RC := $(wildcard test/run-pass/*.rc) -- cgit v1.2.3