Ignore lots and lots of std tests on emscripten
This commit is contained in:
parent
fcd3279f36
commit
9c4a01ee9e
28 changed files with 255 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue