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.
This commit is contained in:
Samuel Holland 2017-08-22 16:24:29 -05:00
parent 565a863bc2
commit e6cd941371
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@
// aux-build:issue-13560-1.rs
// aux-build:issue-13560-2.rs
// aux-build:issue-13560-3.rs
// ignore-musl
// Regression test for issue #13560, the test itself is all in the dependent
// libraries. The fail which previously failed to compile is the one numbered 3.

View File

@ -11,7 +11,6 @@
// aux-build:linkage-visibility.rs
// ignore-android: FIXME(#10356)
// ignore-windows: std::dynamic_lib does not work on Windows well
// ignore-musl
// ignore-emscripten no dynamic linking
extern crate linkage_visibility as foo;