mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
std: Add FIXME about time tests
This commit is contained in:
@@ -823,6 +823,8 @@ fn rfc3339() -> str {
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user