temporarily disable tests on android and tagging issue number #10379
This commit is contained in:
@@ -90,6 +90,7 @@ mod test {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore(cfg(windows))] // FIXME #8818
|
#[ignore(cfg(windows))] // FIXME #8818
|
||||||
|
#[ignore(cfg(target_os="android"))] // FIXME(#10379)
|
||||||
fn test_loading_cosine() {
|
fn test_loading_cosine() {
|
||||||
// The math library does not need to be loaded since it is already
|
// The math library does not need to be loaded since it is already
|
||||||
// statically linked in
|
// statically linked in
|
||||||
|
|||||||
@@ -8,6 +8,8 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
|
// xfail-android: FIXME(#10379)
|
||||||
|
|
||||||
// aux-build:linkage-visibility.rs
|
// aux-build:linkage-visibility.rs
|
||||||
// xfail-fast windows doesn't like aux-build
|
// xfail-fast windows doesn't like aux-build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user