diff options
| author | Graydon Hoare <[email protected]> | 2011-03-29 11:20:58 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-29 11:20:58 -0700 |
| commit | 6936093992fc66fe544dff5697b593543f02e184 (patch) | |
| tree | bdd8eb63d042be07a132afacda70d2257d630d5a /Makefile.in | |
| parent | Add partial support for if expressions resulting in generic types (diff) | |
| download | rust-6936093992fc66fe544dff5697b593543f02e184.tar.xz rust-6936093992fc66fe544dff5697b593543f02e184.zip | |
XFAIL nbody on darwin, quiet tinderbox for now.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 3 |
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) |