about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2013-02-24 10:57:16 -0800
committerPatrick Walton <pcwalton@mimiga.net>2013-02-24 10:57:16 -0800
commitb26d434ad126c1ee35ca63c02ff3d9a243e3a00a (patch)
tree02b0fe6df51359ec5da2bb95c1e0de018b9558a2 /src
parentf9f942bb142a36ce4c94181ae8d7f8dcf4160700 (diff)
downloadrust-b26d434ad126c1ee35ca63c02ff3d9a243e3a00a.tar.gz
rust-b26d434ad126c1ee35ca63c02ff3d9a243e3a00a.zip
test: xfail-pretty some benchmarks. rs=burningtree
Diffstat (limited to 'src')
-rw-r--r--src/test/bench/graph500-bfs.rs2
-rw-r--r--src/test/bench/sudoku.rs2
-rw-r--r--src/test/bench/task-perf-jargon-metal-smoke.rs2
-rw-r--r--src/test/bench/task-perf-linked-failure.rs2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/test/bench/graph500-bfs.rs b/src/test/bench/graph500-bfs.rs
index f1d5749e840..52d08c548d7 100644
--- a/src/test/bench/graph500-bfs.rs
+++ b/src/test/bench/graph500-bfs.rs
@@ -1,3 +1,5 @@
+// xfail-pretty
+
 // Copyright 2012 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
diff --git a/src/test/bench/sudoku.rs b/src/test/bench/sudoku.rs
index a3a3ef85f45..05dac339177 100644
--- a/src/test/bench/sudoku.rs
+++ b/src/test/bench/sudoku.rs
@@ -1,3 +1,5 @@
+// xfail-pretty
+
 // Copyright 2012 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
diff --git a/src/test/bench/task-perf-jargon-metal-smoke.rs b/src/test/bench/task-perf-jargon-metal-smoke.rs
index 528dfd3ec73..49a06fd491c 100644
--- a/src/test/bench/task-perf-jargon-metal-smoke.rs
+++ b/src/test/bench/task-perf-jargon-metal-smoke.rs
@@ -1,3 +1,5 @@
+// xfail-pretty
+
 // Copyright 2012 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
diff --git a/src/test/bench/task-perf-linked-failure.rs b/src/test/bench/task-perf-linked-failure.rs
index 8bb4c9bc592..c6074cc522e 100644
--- a/src/test/bench/task-perf-linked-failure.rs
+++ b/src/test/bench/task-perf-linked-failure.rs
@@ -1,3 +1,5 @@
+// xfail-pretty
+
 // Copyright 2012 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.