Skip to content

Commit

Permalink
fix issue 54153 by ignoring issue-18804 test on windows/mac.
Browse files Browse the repository at this point in the history
As a drive-by, add `-C no-prepopulate-passes` as suggested by nikic.
  • Loading branch information
pnkfelix committed Dec 14, 2018
1 parent ae3833d commit 42167b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/run-pass/issues/issue-18804/main.rs
Expand Up @@ -14,9 +14,14 @@

// ignore-asmjs no weak symbol support
// ignore-emscripten no weak symbol support
// ignore-windows no extern_weak linkage
// ignore-macos no extern_weak linkage

// aux-build:lib.rs

// rust-lang/rust#56772: nikic says we need this to be proper test.
// compile-flags: -C no-prepopulate-passes

extern crate lib;

fn main() {
Expand Down

0 comments on commit 42167b9

Please sign in to comment.