auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson

To enable test on android bot #9120

some tests are disabled and can be fixed further.
This commit is contained in:
bors
2013-11-11 06:21:16 -08:00
69 changed files with 85 additions and 162 deletions

View File

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