diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-09-11 23:19:05 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-09-11 23:19:05 -0700 |
| commit | 6ffcfba6b990d6f27243e4dd6ddfffab141e1f44 (patch) | |
| tree | bb9166d8f2d85c0b8946ddb50bb48599f19ebf69 /src | |
| parent | cb50e4329af7091db430a74fa36737a4dd84608d (diff) | |
| download | rust-6ffcfba6b990d6f27243e4dd6ddfffab141e1f44.tar.gz rust-6ffcfba6b990d6f27243e4dd6ddfffab141e1f44.zip | |
XFAIL bench/shootout-nbody
This is the only file in the whole codebase that depends on the (broken) llvm native ABI.
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/bench/shootout-nbody.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/bench/shootout-nbody.rs b/src/test/bench/shootout-nbody.rs index 5e888041981..d693c9161c5 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 |
