diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-04-26 13:54:01 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-26 13:54:01 -0700 |
| commit | 7eec6eb2bba04ee8cd46df7c640abab4610cd4b7 (patch) | |
| tree | 53791266c41ebf219c43a286f8032d147f34d3bc /src | |
| parent | 340dbcfdc8fd2dc3cda7432ba7acd803e65eb1c4 (diff) | |
| download | rust-7eec6eb2bba04ee8cd46df7c640abab4610cd4b7.tar.gz rust-7eec6eb2bba04ee8cd46df7c640abab4610cd4b7.zip | |
std: Add FIXME about time tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/libstd/time.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/time.rs b/src/libstd/time.rs index 1587a059962..da1edbdf895 100644 --- a/src/libstd/time.rs +++ b/src/libstd/time.rs @@ -823,6 +823,8 @@ impl tm for tm { mod tests { import task; + // FIXME #2160: These tests are all run in the same task because + // getenv/setenv interacts poorly with threads on OS X #[test] fn test_all() { test_get_time(); |
