Enable some tests for pipes
This commit is contained in:
parent
f4a51e1ce9
commit
6e081b1043
|
|
@ -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.
|
# TODO: Deal with more flags in `pipe2` syscall.
|
||||||
Pipe2Test.*
|
Pipe2Test.*
|
||||||
Pipes/PipeTest.*/pipe2blocking
|
Pipes/PipeTest.*/pipe2blocking
|
||||||
|
|
|
||||||
|
|
@ -1024,18 +1024,18 @@ pidfd_open04
|
||||||
# pidfd_send_signal03
|
# pidfd_send_signal03
|
||||||
|
|
||||||
pipe01
|
pipe01
|
||||||
# pipe02
|
pipe02
|
||||||
pipe03
|
pipe03
|
||||||
pipe04
|
pipe04
|
||||||
pipe05
|
pipe05
|
||||||
# pipe06
|
# pipe06
|
||||||
# pipe07
|
# pipe07
|
||||||
# pipe08
|
pipe08
|
||||||
pipe09
|
pipe09
|
||||||
pipe10
|
pipe10
|
||||||
pipe11
|
pipe11
|
||||||
# pipe12
|
# pipe12
|
||||||
# pipe13
|
pipe13
|
||||||
pipe14
|
pipe14
|
||||||
# pipe15
|
# pipe15
|
||||||
|
|
||||||
|
|
@ -1382,7 +1382,7 @@ setgroups02
|
||||||
|
|
||||||
sethostname01
|
sethostname01
|
||||||
sethostname02
|
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
|
# sethostname03
|
||||||
|
|
||||||
# setitimer01
|
# setitimer01
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue