diff options
| author | Young-il Choi <duddlf.choi@samsung.com> | 2013-11-10 11:57:27 +0900 |
|---|---|---|
| committer | Young-il Choi <duddlf.choi@samsung.com> | 2013-11-10 11:57:27 +0900 |
| commit | d6f7669c78940fac48ad93fde1cfce6a7135463c (patch) | |
| tree | da7b5510e10ba3fcbc5153230657344295473036 | |
| parent | 480894796a2eab8ecbe2f15c12e3fccfeea73cfb (diff) | |
| download | rust-d6f7669c78940fac48ad93fde1cfce6a7135463c.tar.gz rust-d6f7669c78940fac48ad93fde1cfce6a7135463c.zip | |
temporarily disable tests on android and tagging issue number #10379
| -rw-r--r-- | src/libstd/unstable/dynamic_lib.rs | 1 | ||||
| -rw-r--r-- | src/test/run-pass/linkage-visibility.rs | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/libstd/unstable/dynamic_lib.rs b/src/libstd/unstable/dynamic_lib.rs index d3d768bc0c6..95e9437e547 100644 --- a/src/libstd/unstable/dynamic_lib.rs +++ b/src/libstd/unstable/dynamic_lib.rs @@ -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 diff --git a/src/test/run-pass/linkage-visibility.rs b/src/test/run-pass/linkage-visibility.rs index dff45a2ffad..f2c6140598d 100644 --- a/src/test/run-pass/linkage-visibility.rs +++ b/src/test/run-pass/linkage-visibility.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// xfail-android: FIXME(#10379) + // aux-build:linkage-visibility.rs // xfail-fast windows doesn't like aux-build |
