Skip to content

Commit 6936093

Browse files
committed
XFAIL nbody on darwin, quiet tinderbox for now.
1 parent 8f2a97a commit 6936093

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,9 @@ ifdef CFG_WINDOWSY
583583
TEST_XFAILS_BOOT += $(S)src/test/run-pass/native-mod.rc
584584
TEST_XFAILS_STAGE0 += $(S)src/test/run-pass/native-mod.rc
585585
endif
586+
ifeq ($(CFG_OSTYPE), Darwin)
587+
TEST_XFAILS_STAGE0 += $(S)src/test/bench/shootout/nbody.rs
588+
endif
586589

587590
BENCH_RS = $(wildcard $(S)src/test/bench/shootout/*.rs) \
588591
$(wildcard $(S)src/test/bench/99-bottles/*.rs)

0 commit comments

Comments
 (0)