Enable some tests for pipes

This commit is contained in:
vvsv 2025-12-06 11:27:49 +00:00 committed by Tate, Hongliang Tian
parent f4a51e1ce9
commit 6e081b1043
2 changed files with 4 additions and 9 deletions

View File

@ -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

View File

@ -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