From 6e081b10435acc10d990971945b70cf8f09a0e55 Mon Sep 17 00:00:00 2001 From: vvsv Date: Sat, 6 Dec 2025 11:27:49 +0000 Subject: [PATCH] Enable some tests for pipes --- test/src/syscall/gvisor/blocklists/pipe_test | 5 ----- test/src/syscall/ltp/testcases/all.txt | 8 ++++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/test/src/syscall/gvisor/blocklists/pipe_test b/test/src/syscall/gvisor/blocklists/pipe_test index 7360fe09b..6df796973 100644 --- a/test/src/syscall/gvisor/blocklists/pipe_test +++ b/test/src/syscall/gvisor/blocklists/pipe_test @@ -1,8 +1,3 @@ -# TODO: Support `fstatfs` syscall for pipe files. -PipeTest.StatFS -# TODO: Support opening pipe files via `/proc/self/fd` path. -Pipes/PipeTest.OpenViaProcSelfFD/pipe -Pipes/PipeTest.OpenViaProcSelfFDWithWrites/pipe # TODO: Deal with more flags in `pipe2` syscall. Pipe2Test.* Pipes/PipeTest.*/pipe2blocking diff --git a/test/src/syscall/ltp/testcases/all.txt b/test/src/syscall/ltp/testcases/all.txt index 97f4b99c1..8907aefd6 100644 --- a/test/src/syscall/ltp/testcases/all.txt +++ b/test/src/syscall/ltp/testcases/all.txt @@ -1024,18 +1024,18 @@ pidfd_open04 # pidfd_send_signal03 pipe01 -# pipe02 +pipe02 pipe03 pipe04 pipe05 # pipe06 # pipe07 -# pipe08 +pipe08 pipe09 pipe10 pipe11 # pipe12 -# pipe13 +pipe13 pipe14 # pipe15 @@ -1382,7 +1382,7 @@ setgroups02 sethostname01 sethostname02 -# TODO: Drop capabilities on UID changes, so that sethostname() will fail with EPERM. +# TODO: Drop capabilities on UID changes, so that sethostname() will fail with EPERM. # sethostname03 # setitimer01