rust/src/test/stdtest
Brian Anderson 8207506bbc Fix the filenames used in some IO tests
These tests are relying on not being able to open certain files, but did not
work correctly when run as root.
2011-10-31 12:50:45 -07:00
..
bitv.rs Resolve a number of FIXMEs 2011-08-23 18:55:37 -07:00
box.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
char.rs Add a char::to_digit function 2011-10-31 16:15:36 +01:00
comm.rs move comm functions out of rust abi 2011-10-24 16:06:16 -07:00
deque.rs Update our code to new type parameter kind syntax 2011-10-25 15:56:55 +02:00
either.rs Add pass-by-ref annotation to the tests to make them typecheck 2011-10-07 10:41:39 +02:00
float.rs Make float::from_str ignore whitespace (#1089) 2011-10-30 13:40:59 -07:00
fs.rs stdlib: Add fs::splitext 2011-10-28 23:34:01 -07:00
getopts.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
int.rs Correct handling of non-numeric chars in parse_buf 2011-10-31 16:15:32 +01:00
io.rs Fix the filenames used in some IO tests 2011-10-31 12:50:45 -07:00
list.rs stdlib: Fix the list::foldl implementation 2011-10-28 13:45:32 -07:00
map.rs Properly take mutable object fields into account during alias analysis 2011-10-25 17:57:26 +02:00
math.rs Add a math module to the standard lib 2011-10-18 13:54:35 +02:00
net.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
option.rs Eliminate unused variable warnings in stdtest 2011-08-22 21:33:52 -07:00
os.rs Ignore stdtest::os::test_setenv. Fails periodically on mac 2011-10-12 15:27:58 -07:00
path.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
ptr.rs continue to annotate functions as unsafe where neccessary 2011-10-12 16:33:06 -07:00
qsort.rs Add pass-by-ref annotation to the tests to make them typecheck 2011-10-07 10:41:39 +02:00
qsort3.rs Add pass-by-ref annotation to the tests to make them typecheck 2011-10-07 10:41:39 +02:00
rand.rs Reformat 2011-08-20 11:04:00 -07:00
result.rs stdlib: Add result::chain for composing results 2011-10-29 01:25:11 -07:00
run.rs Cleanup the existing platform-specific ignored tests 2011-10-29 18:30:36 -07:00
sha1.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
sort.rs stdlib: Make merge_sort take [mutable? T] 2011-10-28 13:56:01 -07:00
stdtest.rc Add a char::to_digit function 2011-10-31 16:15:36 +01:00
str.rs Rename std::str::chars to iter_chars 2011-10-31 15:41:52 +01:00
sys.rs work around bug when calling c-stack-cdecl fns from outside crate 2011-10-24 16:06:17 -07:00
task.rs Cleanup the existing platform-specific ignored tests 2011-10-29 18:30:36 -07:00
test.rs Restore broken tests in stdtest::test 2011-10-20 21:00:50 -07:00
treemap.rs Add pass-by-ref annotation to the tests to make them typecheck 2011-10-07 10:41:39 +02:00
uint.rs Correct handling of non-numeric chars in parse_buf 2011-10-31 16:15:32 +01:00
vec.rs Cleanup the existing platform-specific ignored tests 2011-10-29 18:30:36 -07:00