Failing tests in master branch as of commit a8c50391d0e264e56be494f54803b8b5e655549d
Renaud Métrich
rmetrich at redhat.com
Fri Dec 3 14:33:45 UTC 2021
Hello,
Not sure you are aware, but while resync my secontext PR
https://github.com/strace/strace/pull/197 I falled into 3 tests failing,
not related to my implementation:
FAIL: ioctl_block.gen.test
FAIL: ioctl_block--pidns-translation.test
FAIL: net-yy-unix.test
ioctl* ones are related to changes in the output for BLKGETDISKSEQ, e.g.:
-638534 ioctl(-1, BLKGETDISKSEQ, NULL) = -1 EBADF (Bad file descriptor)
+638534 ioctl(-1, _IOC(_IOC_READ, 0x12, 0x80, 0x8), NULL) = -1 EBADF
(Bad file descriptor)
and net-yy-unix.test is related to changes in the output of unix
sockets, e.g.:
-connect(4<UNIX:[2474462]>, {sa_family=AF_UNIX,
sun_path="net-yy-unix.socket"}, 21) = 0
+connect(4<socket:[2474462]>, {sa_family=AF_UNIX,
sun_path="net-yy-unix.socket"}, 21) = 0
Renaud.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20211203/a8aee12b/attachment.bin>
More information about the Strace-devel
mailing list