test: xfail a bunch of tests that are incorrectly reading os::args()[1]
This commit is contained in:
parent
84d17445f8
commit
44403f77d1
@ -1,3 +1,5 @@
|
||||
// xfail-test reading from os::args()[1] - bogus!
|
||||
|
||||
use std::from_str::FromStr;
|
||||
use std::os;
|
||||
use std::vec::MutableVector;
|
||||
|
@ -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};
|
||||
|
@ -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};
|
||||
|
@ -1,3 +1,5 @@
|
||||
// xfail-test reading from os::args()[1] - bogus!
|
||||
|
||||
use std::from_str::FromStr;
|
||||
use std::os;
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user