Skip to content

Commit d6f7669

Browse files
committed
temporarily disable tests on android and tagging issue number #10379
1 parent 4808947 commit d6f7669

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/libstd/unstable/dynamic_lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ mod test {
9090

9191
#[test]
9292
#[ignore(cfg(windows))] // FIXME #8818
93+
#[ignore(cfg(target_os="android"))] // FIXME(#10379)
9394
fn test_loading_cosine() {
9495
// The math library does not need to be loaded since it is already
9596
// statically linked in

src/test/run-pass/linkage-visibility.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10379)
12+
1113
// aux-build:linkage-visibility.rs
1214
// xfail-fast windows doesn't like aux-build
1315

0 commit comments

Comments
 (0)