]> git.lizzy.rs Git - rust.git/commitdiff
temporarily disable tests on android and tagging issue number #10455
authorYoung-il Choi <duddlf.choi@samsung.com>
Thu, 14 Nov 2013 08:11:11 +0000 (17:11 +0900)
committerYoung-il Choi <duddlf.choi@samsung.com>
Tue, 19 Nov 2013 00:08:47 +0000 (09:08 +0900)
src/libextra/workcache.rs

index 89e50f53ab464c175a2ffd2abeccccd637eaeda0..9cd9bff8e199661de7974d686a0cba833278a77b 100644 (file)
@@ -477,6 +477,7 @@ pub fn unwrap(self) -> T {
 
 
 #[test]
+#[cfg(not(target_os="android"))] // FIXME(#10455)
 fn test() {
     use std::{os, run};
     use std::io::fs;