Skip to content

Commit e6cd941

Browse files
committed
Update ignored tests for dynamic musl
Now that musl supports dynamic libraries (although not by default) enable the tests that now pass. Additional currently-ignored tests will pass if rustc is built with crt_static=false in config.toml.
1 parent 565a863 commit e6cd941

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/run-pass-fulldeps/issue-13560.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// aux-build:issue-13560-1.rs
1212
// aux-build:issue-13560-2.rs
1313
// aux-build:issue-13560-3.rs
14-
// ignore-musl
1514

1615
// Regression test for issue #13560, the test itself is all in the dependent
1716
// libraries. The fail which previously failed to compile is the one numbered 3.

src/test/run-pass-fulldeps/linkage-visibility.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// aux-build:linkage-visibility.rs
1212
// ignore-android: FIXME(#10356)
1313
// ignore-windows: std::dynamic_lib does not work on Windows well
14-
// ignore-musl
1514
// ignore-emscripten no dynamic linking
1615

1716
extern crate linkage_visibility as foo;

0 commit comments

Comments
 (0)