From 6ffcfba6b990d6f27243e4dd6ddfffab141e1f44 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 11 Sep 2011 23:19:05 -0700 Subject: [PATCH] XFAIL bench/shootout-nbody This is the only file in the whole codebase that depends on the (broken) llvm native ABI. --- src/test/bench/shootout-nbody.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/bench/shootout-nbody.rs b/src/test/bench/shootout-nbody.rs index 5e8880419818..d693c9161c5c 100644 --- a/src/test/bench/shootout-nbody.rs +++ b/src/test/bench/shootout-nbody.rs @@ -1,3 +1,4 @@ +// xfail-test // based on: // http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java