We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558a525 commit 0f7b1fcCopy full SHA for 0f7b1fc
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 8f2a97a562916a882ec0818e6295d41971aad5f1
+refs/heads/master: 6936093992fc66fe544dff5697b593543f02e184
trunk/Makefile.in
@@ -583,6 +583,9 @@ ifdef CFG_WINDOWSY
583
TEST_XFAILS_BOOT += $(S)src/test/run-pass/native-mod.rc
584
TEST_XFAILS_STAGE0 += $(S)src/test/run-pass/native-mod.rc
585
endif
586
+ifeq ($(CFG_OSTYPE), Darwin)
587
+TEST_XFAILS_STAGE0 += $(S)src/test/bench/shootout/nbody.rs
588
+endif
589
590
BENCH_RS = $(wildcard $(S)src/test/bench/shootout/*.rs) \
591
$(wildcard $(S)src/test/bench/99-bottles/*.rs)
0 commit comments