diff options
| author | Graydon Hoare <[email protected]> | 2011-03-30 14:10:06 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-30 14:10:06 -0700 |
| commit | a154c5b656ea215f136a6f4c3120b315686f4bc5 (patch) | |
| tree | f2887f040b335f6dcfff931d496db7661b23c2a5 /Makefile.in | |
| parent | Ensure task stacks start out with a 16-byte aligned entry frame. Should make ... (diff) | |
| download | rust-a154c5b656ea215f136a6f4c3120b315686f4bc5.tar.xz rust-a154c5b656ea215f136a6f4c3120b315686f4bc5.zip | |
Um, that'd be, align the word *before* retpc. Addresses point to the low part of a word. Un-XFAIL nbody on Darwin.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index e08138ba..97c70c69 100644 --- a/Makefile.in +++ b/Makefile.in @@ -587,9 +587,6 @@ 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) |