Skip to content

Commit 22cb17d

Browse files
author
nobody
committed
test_tcp_congestion comment
1 parent 9510c56 commit 22cb17d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/sys/test_sockopt.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ fn test_so_buf() {
1414
assert!(actual >= bufsize);
1515
}
1616

17-
// The CI doesn't supported getsockopt and setsockopt on emulated processors
17+
// 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.
1821
#[test]
1922
#[cfg(all(
2023
any(target_arch = "x86", target_arch = "x86_64"),

0 commit comments

Comments
 (0)