aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-22 17:41:26 -0800
committerGraydon Hoare <[email protected]>2010-11-22 17:41:32 -0800
commite05d7c3ac1e72edff337719fe58da69e959c4cf4 (patch)
treeb040d23dac019f8caf1157b385e4b6f915696815 /src/Makefile
parentrustc: "Expected" and "actual" were swapped. Also un-XFAIL compile-fail/arg-c... (diff)
downloadrust-e05d7c3ac1e72edff337719fe58da69e959c4cf4.tar.xz
rust-e05d7c3ac1e72edff337719fe58da69e959c4cf4.zip
Support mach types in rustc, enable 5 more tests.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index db21cab1..83a3df32 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -529,10 +529,15 @@ TEST_XFAILS_SELF := $(filter-out \
fact.rs \
hello.rs \
int.rs \
+ i32-sub.rs \
+ i8-incr.rs \
item-name-overload.rs \
lazy-init.rs \
multiline-comment.rs \
return-nil.rs \
+ u32-decr.rs \
+ u8-incr.rs \
+ u8-incr-decr.rs \
uint.rs \
unit.rs \
while-and-do-while.rs \