We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1282815 commit a78ddbcCopy full SHA for a78ddbc
test/sys/test_aio.rs
@@ -47,7 +47,7 @@ fn test_accessors() {
47
// our bindings. So it's sufficient to check that AioCb.cancel returned any
48
// AioCancelStat value.
49
#[test]
50
-#[cfg_attr(all(target_env = "musl", target_arch = "x86_64"), ignore)]
+#[cfg_attr(target_env = "musl", ignore)]
51
fn test_cancel() {
52
let wbuf: &[u8] = b"CDEF";
53
@@ -72,7 +72,7 @@ fn test_cancel() {
72
73
// Tests using aio_cancel_all for all outstanding IOs.
74
75
76
fn test_aio_cancel_all() {
77
78
0 commit comments