Skip to content

Commit b0cf52f

Browse files
committed
Allow platform specific tests
1 parent b681433 commit b0cf52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/pal.rs

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const EXCEPTION_PATHS: &[&str] = &[
5858
"src/libstd/sys_common/net.rs",
5959
"src/libterm", // Not sure how to make this crate portable, but test crate needs it.
6060
"src/libtest", // Probably should defer to unstable `std::sys` APIs.
61+
"src/libstd/sync/mpsc", // some tests are only run on non-emscripten
6162

6263
// std testing crates, okay for now at least
6364
"src/libcore/tests",

0 commit comments

Comments
 (0)