Skip to content

Commit 7eec6eb

Browse files
committed
std: Add FIXME about time tests
1 parent 340dbcf commit 7eec6eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/time.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,8 @@ impl tm for tm {
823823
mod tests {
824824
import task;
825825

826+
// FIXME #2160: These tests are all run in the same task because
827+
// getenv/setenv interacts poorly with threads on OS X
826828
#[test]
827829
fn test_all() {
828830
test_get_time();

0 commit comments

Comments
 (0)