Skip to content

Commit 44403f7

Browse files
committed
test: xfail a bunch of tests that are incorrectly reading os::args()[1]
1 parent 84d1744 commit 44403f7

5 files changed

+10
-0
lines changed

src/test/bench/shootout-fannkuch-redux.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// xfail-test reading from os::args()[1] - bogus!
2+
13
use std::from_str::FromStr;
24
use std::os;
35
use std::vec::MutableVector;

src/test/bench/shootout-fasta-redux.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// xfail-test reading from os::args()[1] - bogus!
2+
13
use std::cast::transmute;
24
use std::from_str::FromStr;
35
use std::libc::{FILE, STDOUT_FILENO, c_int, fdopen, fputc, fputs, fwrite, size_t};

src/test/bench/shootout-mandelbrot.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// xfail-test reading from os::args()[1] - bogus!
2+
13
use std::cast::transmute;
24
use std::from_str::FromStr;
35
use std::libc::{STDOUT_FILENO, c_int, fdopen, fputc};

src/test/bench/shootout-nbody.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// xfail-test reading from os::args()[1] - bogus!
2+
13
use std::from_str::FromStr;
24
use std::os;
35

src/test/bench/shootout-spectralnorm.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-test reading from os::args()[1] - bogus!
12+
1113
use std::from_str::FromStr;
1214
use std::os;
1315
use std::vec;

0 commit comments

Comments
 (0)