We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b681433 commit b0cf52fCopy full SHA for b0cf52f
src/tools/tidy/src/pal.rs
@@ -58,6 +58,7 @@ const EXCEPTION_PATHS: &[&str] = &[
58
"src/libstd/sys_common/net.rs",
59
"src/libterm", // Not sure how to make this crate portable, but test crate needs it.
60
"src/libtest", // Probably should defer to unstable `std::sys` APIs.
61
+ "src/libstd/sync/mpsc", // some tests are only run on non-emscripten
62
63
// std testing crates, okay for now at least
64
"src/libcore/tests",
0 commit comments