rust/src/libstd/unstable
Alex Crichton 0af2bd829e Remove all usage of change_dir_locked
While usage of change_dir_locked is synchronized against itself, it's not
synchronized against other relative path usage, so I'm of the opinion that it
just really doesn't help in running tests. In order to prevent the problems that
have been cropping up, this completely removes the function.

All existing tests (except one) using it have been moved to run-pass tests where
they get their own process and don't need to be synchronized with anyone else.

There is one now-ignored rustpkg test because when I moved it to a run-pass test
apparently run-pass isn't set up to have 'extern mod rustc' (it ends up having
linkage failures).
2013-09-13 21:58:00 -07:00
..
atomics.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
dynamic_lib.rs Flag the dynamic_lib tests as ignored 2013-09-11 23:22:52 -07:00
extfmt.rs Enabled unit tests in std and extra. 2013-08-22 20:02:20 -07:00
finally.rs Enabled unit tests in std and extra. 2013-08-22 20:02:20 -07:00
intrinsics.rs add type name to the tydesc 2013-09-03 04:44:47 -04:00
lang.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
mod.rs Remove all usage of change_dir_locked 2013-09-13 21:58:00 -07:00
raw.rs Flag the Repr::repr function with #[inline] 2013-09-06 22:29:29 -07:00
simd.rs
sync.rs reduce the size of UnsafeArc from 2 words to 1 2013-08-29 20:29:02 -04:00