Turned off libstd unit tests that currently fail on Windows.
This commit is contained in:
parent
6828428cad
commit
653825889e
8 changed files with 21 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue