From b26d434ad126c1ee35ca63c02ff3d9a243e3a00a Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Sun, 24 Feb 2013 10:57:16 -0800 Subject: [PATCH] test: xfail-pretty some benchmarks. rs=burningtree --- src/test/bench/graph500-bfs.rs | 2 ++ src/test/bench/sudoku.rs | 2 ++ src/test/bench/task-perf-jargon-metal-smoke.rs | 2 ++ src/test/bench/task-perf-linked-failure.rs | 2 ++ 4 files changed, 8 insertions(+) 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.