From b0cf52f6a52699be9ae6d2d01c3c172d55ad549e Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Thu, 7 Feb 2019 14:53:21 +0100 Subject: [PATCH] Allow platform specific tests --- src/tools/tidy/src/pal.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/tidy/src/pal.rs b/src/tools/tidy/src/pal.rs index 0f722945c49e6..ed2218f09d26b 100644 --- a/src/tools/tidy/src/pal.rs +++ b/src/tools/tidy/src/pal.rs @@ -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",