test: xfail a bunch of tests that are incorrectly reading os::args()[1]

This commit is contained in:
Brian Anderson 2013-08-05 21:11:25 -07:00
parent 84d17445f8
commit 44403f77d1
5 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// xfail-test reading from os::args()[1] - bogus!
use std::from_str::FromStr;
use std::os;
use std::vec::MutableVector;

View file

@ -1,3 +1,5 @@
// xfail-test reading from os::args()[1] - bogus!
use std::cast::transmute;
use std::from_str::FromStr;
use std::libc::{FILE, STDOUT_FILENO, c_int, fdopen, fputc, fputs, fwrite, size_t};

View file

@ -1,3 +1,5 @@
// xfail-test reading from os::args()[1] - bogus!
use std::cast::transmute;
use std::from_str::FromStr;
use std::libc::{STDOUT_FILENO, c_int, fdopen, fputc};

View file

@ -1,3 +1,5 @@
// xfail-test reading from os::args()[1] - bogus!
use std::from_str::FromStr;
use std::os;

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test reading from os::args()[1] - bogus!
use std::from_str::FromStr;
use std::os;
use std::vec;