We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6216661 commit 645b83dCopy full SHA for 645b83d
src/libstd/unstable/dynamic_lib.rs
@@ -90,7 +90,8 @@ mod test {
90
use libc;
91
92
#[test]
93
- #[ignore(cfg(windows))] // FIXME #8818
+ // #[ignore(cfg(windows))] // FIXME #8818
94
+ #[ignore] // FIXME #9137 this library isn't thread-safe
95
fn test_loading_cosine() {
96
// The math library does not need to be loaded since it is already
97
// statically linked in
@@ -121,6 +122,7 @@ mod test {
121
122
#[cfg(target_os = "linux")]
123
#[cfg(target_os = "macos")]
124
#[cfg(target_os = "freebsd")]
125
126
fn test_errors_do_not_crash() {
127
// Open /dev/null as a library to get an error, and make sure
128
// that only causes an error, and not a crash.
0 commit comments