Skip to content

Commit 42167b9

Browse files
committed
fix issue 54153 by ignoring issue-18804 test on windows/mac.
As a drive-by, add `-C no-prepopulate-passes` as suggested by nikic.
1 parent ae3833d commit 42167b9

File tree

1 file changed

+5
-0
lines changed
  • src/test/run-pass/issues/issue-18804

1 file changed

+5
-0
lines changed

src/test/run-pass/issues/issue-18804/main.rs

+5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@
1414

1515
// ignore-asmjs no weak symbol support
1616
// ignore-emscripten no weak symbol support
17+
// ignore-windows no extern_weak linkage
18+
// ignore-macos no extern_weak linkage
1719

1820
// aux-build:lib.rs
1921

22+
// rust-lang/rust#56772: nikic says we need this to be proper test.
23+
// compile-flags: -C no-prepopulate-passes
24+
2025
extern crate lib;
2126

2227
fn main() {

0 commit comments

Comments
 (0)