1
Fork 0

Allow platform specific tests

This commit is contained in:
Oliver Scherer 2019-02-07 14:53:21 +01:00
parent b681433b9d
commit b0cf52f6a5

View file

@ -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",