We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9510c56 commit 22cb17dCopy full SHA for 22cb17d
test/sys/test_sockopt.rs
@@ -14,7 +14,10 @@ fn test_so_buf() {
14
assert!(actual >= bufsize);
15
}
16
17
-// The CI doesn't supported getsockopt and setsockopt on emulated processors
+// The CI doesn't supported getsockopt and setsockopt on emulated processors.
18
+// It's beleived that a QEMU issue, the tests run ok on a fully emulated system.
19
+// Current CI just run the binary with QEMU but the Kernel remains the same as the host.
20
+// So the syscall doesn't work properly unless the kernel is also emulated.
21
#[test]
22
#[cfg(all(
23
any(target_arch = "x86", target_arch = "x86_64"),
0 commit comments