tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx}

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-01-23 16:36:54 +08:00
parent a11227b916
commit 8a0310a0b1
156 changed files with 170 additions and 200 deletions

View file

@ -1,6 +1,6 @@
//@ run-fail
//@ error-pattern:capacity overflow
//@ ignore-emscripten no processes
//@ needs-subprocess
use std::collections::hash_map::HashMap;
use std::mem::size_of;