Turned off libstd unit tests that currently fail on Windows.

This commit is contained in:
Vadim Chugunov
2013-08-28 01:44:25 -07:00
parent 6828428cad
commit 653825889e
8 changed files with 21 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ mod test {
use libc;
#[test]
#[ignore(cfg(windows))] // FIXME #8818
fn test_loading_cosine() {
// The math library does not need to be loaded since it is already
// statically linked in