Skip to content

Commit

Permalink
Allow platform specific tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Feb 11, 2019
1 parent b681433 commit b0cf52f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/pal.rs
Expand Up @@ -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",
Expand Down

0 comments on commit b0cf52f

Please sign in to comment.