about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2019-02-07 14:53:21 +0100
committerOliver Scherer <github35764891676564198441@oli-obk.de>2019-02-11 15:08:17 +0100
commitb0cf52f6a52699be9ae6d2d01c3c172d55ad549e (patch)
tree1d5cdf189c6270fccd556387f035452c3ac0de3b
parentb681433b9d40ce1d851d22bedb7ccb483bedda06 (diff)
downloadrust-b0cf52f6a52699be9ae6d2d01c3c172d55ad549e.tar.gz
rust-b0cf52f6a52699be9ae6d2d01c3c172d55ad549e.zip
Allow platform specific tests
-rw-r--r--src/tools/tidy/src/pal.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/pal.rs b/src/tools/tidy/src/pal.rs
index 0f722945c49..ed2218f09d2 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",