aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-29 11:20:58 -0700
committerGraydon Hoare <[email protected]>2011-03-29 11:20:58 -0700
commit6936093992fc66fe544dff5697b593543f02e184 (patch)
treebdd8eb63d042be07a132afacda70d2257d630d5a /Makefile.in
parentAdd partial support for if expressions resulting in generic types (diff)
downloadrust-6936093992fc66fe544dff5697b593543f02e184.tar.xz
rust-6936093992fc66fe544dff5697b593543f02e184.zip
XFAIL nbody on darwin, quiet tinderbox for now.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 98c110cd..69d6007d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -583,6 +583,9 @@ ifdef CFG_WINDOWSY
TEST_XFAILS_BOOT += $(S)src/test/run-pass/native-mod.rc
TEST_XFAILS_STAGE0 += $(S)src/test/run-pass/native-mod.rc
endif
+ifeq ($(CFG_OSTYPE), Darwin)
+TEST_XFAILS_STAGE0 += $(S)src/test/bench/shootout/nbody.rs
+endif
BENCH_RS = $(wildcard $(S)src/test/bench/shootout/*.rs) \
$(wildcard $(S)src/test/bench/99-bottles/*.rs)