Skip to content

Commit 85157fa

Browse files
q2venpull[bot]
authored andcommitted
selftest: af_unix: Remove test_unix_oob.c.
test_unix_oob.c does not fully cover AF_UNIX's MSG_OOB functionality, thus there are discrepancies between TCP behaviour. Also, the test uses fork() to create message producer, and it's not easy to understand and add more test cases. Let's remove test_unix_oob.c and rewrite a new test. Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent 8ae9c23 commit 85157fa

File tree

3 files changed

+1
-438
lines changed

3 files changed

+1
-438
lines changed

tools/testing/selftests/net/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ tap
4343
tcp_fastopen_backup_key
4444
tcp_inq
4545
tcp_mmap
46-
test_unix_oob
4746
timestamping
4847
tls
4948
toeplitz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CFLAGS += $(KHDR_INCLUDES)
2-
TEST_GEN_PROGS := diag_uid test_unix_oob unix_connect scm_pidfd scm_rights
2+
TEST_GEN_PROGS := diag_uid scm_pidfd scm_rights unix_connect
33

44
include ../../lib.mk

0 commit comments

Comments
 (0)