Allow platform specific tests
This commit is contained in:
parent
b681433b9d
commit
b0cf52f6a5
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ const EXCEPTION_PATHS: &[&str] = &[
|
|||
"src/libstd/sys_common/net.rs",
|
||||
"src/libterm", // Not sure how to make this crate portable, but test crate needs it.
|
||||
"src/libtest", // Probably should defer to unstable `std::sys` APIs.
|
||||
"src/libstd/sync/mpsc", // some tests are only run on non-emscripten
|
||||
|
||||
// std testing crates, okay for now at least
|
||||
"src/libcore/tests",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue