1
Fork 0

Ignore lots and lots of std tests on emscripten

This commit is contained in:
Brian Anderson 2016-09-07 05:34:15 +00:00
parent fcd3279f36
commit 9c4a01ee9e
28 changed files with 255 additions and 0 deletions

View file

@ -1000,6 +1000,7 @@ mod tests {
}
#[test]
#[cfg_attr(target_os = "emscripten", ignore)]
fn manually_share_arc() {
let v = vec![1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
let arc_v = Arc::new(v);