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 /src/libstd | |
| parent | 480894796a2eab8ecbe2f15c12e3fccfeea73cfb (diff) | |
| download | rust-d6f7669c78940fac48ad93fde1cfce6a7135463c.tar.gz rust-d6f7669c78940fac48ad93fde1cfce6a7135463c.zip | |
temporarily disable tests on android and tagging issue number #10379
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/unstable/dynamic_lib.rs | 1 |
1 files changed, 1 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 |
