Add test logs for group 1 (tests 10 to 19)

This commit is contained in:
Vitus 2025-06-04 16:21:30 +08:00
parent e0266ebf78
commit 8f482551ce
10 changed files with 1018 additions and 0 deletions

297
logs/group_1/bind_test.log Normal file
View File

@ -0,0 +1,297 @@
[==========] Running 96 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 96 tests from AllUnixDomainSockets/AllSocketPairTest
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/0 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/1 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/2
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/2 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/3 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/4
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/4 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/5 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/6
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/6 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/7
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/7 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/8
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/8 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/9
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/9 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/10
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/10 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Bind/11
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Bind/11 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/0 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/1 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/2
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/2 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/3 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/4
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/4 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/5 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/6
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/6 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/7
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/7 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/8
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/8 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/9
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/9 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/10
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/10 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/11
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.BindTooLong/11 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/0 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/1 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/2
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/2 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/3 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/4
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/4 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/5 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/6
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/6 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/7
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/7 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/8
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/8 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/9
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/9 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/10
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/10 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/11
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindSocket/11 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/0 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/1 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/2
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/2 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/3 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/4
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/4 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/5 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/6
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/6 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/7
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/7 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/8
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/8 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/9
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/9 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/10
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/10 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/11
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddr/11 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/0 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/1 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/2
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/2 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/3 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/4
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/4 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/5 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/6
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/6 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/7
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/7 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/8
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/8 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/9
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/9 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/10
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/10 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/11
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetLocalAddrWithoutBind/11 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/0 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/1 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/2
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/2 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/3 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/4
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/4 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/5 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/6
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/6 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/7
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/7 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/8
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/8 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/9
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/9 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/10
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/10 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/11
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.GetRemoteAddressWithoutConnect/11 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/0 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/1 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/2
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/2 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/3 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/4
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/4 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/5 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/6
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/6 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/7
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/7 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/8
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/8 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/9
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/9 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/10
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/10 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/11
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.DoubleBindAddress/11 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/0 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/1 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/2
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/2 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/3 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/4
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/4 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/5 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/6
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/6 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/7
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/7 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/8
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/8 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/9
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/9 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/10
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/10 (0 ms)
[ RUN ] AllUnixDomainSockets/AllSocketPairTest.Unbind/11
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/AllSocketPairTest.Unbind/11 (0 ms)
[----------] 96 tests from AllUnixDomainSockets/AllSocketPairTest (7 ms total)
[----------] Global test environment tear-down
[==========] 96 tests from 1 test suite ran. (7 ms total)
[ PASSED ] 96 tests.
Failed to match any benchmarks against regex: .

11
logs/group_1/brk_test.log Normal file
View File

@ -0,0 +1,11 @@
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from BrkTest
[ RUN ] BrkTest.BrkSyscallReturnsOldBrkOnFailure
[ OK ] BrkTest.BrkSyscallReturnsOldBrkOnFailure (0 ms)
[----------] 1 test from BrkTest (0 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[ PASSED ] 1 test.
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,358 @@
[==========] Running 53 tests from 11 test suites.
[----------] Global test environment set-up.
[----------] 28 tests from Cgroup
[ RUN ] Cgroup.MountsForAllControllers
test/syscalls/linux/cgroup.cc:100: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.MountsForAllControllers (0 ms)
[ RUN ] Cgroup.AllControllersImplicit
test/syscalls/linux/cgroup.cc:110: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.AllControllersImplicit (0 ms)
[ RUN ] Cgroup.ProcsAndTasks
test/syscalls/linux/cgroup.cc:122: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.ProcsAndTasks (0 ms)
[ RUN ] Cgroup.Statfs
test/syscalls/linux/cgroup.cc:140: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.Statfs (0 ms)
[ RUN ] Cgroup.StatfsCgroupDir
test/syscalls/linux/cgroup.cc:155: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.StatfsCgroupDir (0 ms)
[ RUN ] Cgroup.CgroupsCannotMountTwice
test/syscalls/linux/cgroup.cc:163: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.CgroupsCannotMountTwice (0 ms)
[ RUN ] Cgroup.OnlyContainsControllerSpecificFiles
test/syscalls/linux/cgroup.cc:172: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.OnlyContainsControllerSpecificFiles (0 ms)
[ RUN ] Cgroup.InvalidController
test/syscalls/linux/cgroup.cc:195: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.InvalidController (0 ms)
[ RUN ] Cgroup.MoptAllMustBeExclusive
test/syscalls/linux/cgroup.cc:205: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.MoptAllMustBeExclusive (0 ms)
[ RUN ] Cgroup.UnmountRepeated
test/syscalls/linux/cgroup.cc:215: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.UnmountRepeated (0 ms)
[ RUN ] Cgroup.Create
test/syscalls/linux/cgroup.cc:227: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.Create (0 ms)
[ RUN ] Cgroup.SubcontainerInitiallyEmpty
test/syscalls/linux/cgroup.cc:235: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.SubcontainerInitiallyEmpty (0 ms)
[ RUN ] Cgroup.SubcontainersHaveIndependentState
test/syscalls/linux/cgroup.cc:243: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.SubcontainersHaveIndependentState (0 ms)
[ RUN ] Cgroup.MigrateToSubcontainer
test/syscalls/linux/cgroup.cc:270: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.MigrateToSubcontainer (0 ms)
[ RUN ] Cgroup.MigrateToSubcontainerThread
test/syscalls/linux/cgroup.cc:289: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.MigrateToSubcontainerThread (0 ms)
[ RUN ] Cgroup.MigrateInvalidPID
test/syscalls/linux/cgroup.cc:311: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.MigrateInvalidPID (0 ms)
[ RUN ] Cgroup.DuplicateUnlinkOnDirFD
test/syscalls/linux/cgroup.cc:325: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.DuplicateUnlinkOnDirFD (0 ms)
[ RUN ] Cgroup.MkdirWithPermissions
test/syscalls/linux/cgroup.cc:343: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.MkdirWithPermissions (0 ms)
[ RUN ] Cgroup.CantRenameControlFile
test/syscalls/linux/cgroup.cc:361: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.CantRenameControlFile (0 ms)
[ RUN ] Cgroup.CrossDirRenameNotAllowed
test/syscalls/linux/cgroup.cc:371: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.CrossDirRenameNotAllowed (0 ms)
[ RUN ] Cgroup.RenameNameCollision
test/syscalls/linux/cgroup.cc:390: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.RenameNameCollision (0 ms)
[ RUN ] Cgroup.Rename
test/syscalls/linux/cgroup.cc:405: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.Rename (0 ms)
[ RUN ] Cgroup.PIDZeroMovesSelf
test/syscalls/linux/cgroup.cc:416: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.PIDZeroMovesSelf (0 ms)
[ RUN ] Cgroup.TIDZeroMovesSelf
test/syscalls/linux/cgroup.cc:433: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.TIDZeroMovesSelf (0 ms)
[ RUN ] Cgroup.NamedHierarchies
test/syscalls/linux/cgroup.cc:450: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.NamedHierarchies (0 ms)
[ RUN ] Cgroup.NoneExclusiveWithAnyController
test/syscalls/linux/cgroup.cc:466: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.NoneExclusiveWithAnyController (0 ms)
[ RUN ] Cgroup.EmptyHierarchyMustHaveName
test/syscalls/linux/cgroup.cc:473: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.EmptyHierarchyMustHaveName (0 ms)
[ RUN ] Cgroup.NameMatchButControllersDont
test/syscalls/linux/cgroup.cc:481: Skipped
!CgroupsAvailable()
[ SKIPPED ] Cgroup.NameMatchButControllersDont (0 ms)
[----------] 28 tests from Cgroup (0 ms total)
[----------] 1 test from MemoryCgroup
[ RUN ] MemoryCgroup.MemoryUsageInBytes
test/syscalls/linux/cgroup.cc:491: Skipped
!CgroupsAvailable()
[ SKIPPED ] MemoryCgroup.MemoryUsageInBytes (0 ms)
[----------] 1 test from MemoryCgroup (0 ms total)
[----------] 1 test from CPUCgroup
[ RUN ] CPUCgroup.ControlFilesHaveDefaultValues
test/syscalls/linux/cgroup.cc:500: Skipped
!CgroupsAvailable()
[ SKIPPED ] CPUCgroup.ControlFilesHaveDefaultValues (0 ms)
[----------] 1 test from CPUCgroup (0 ms total)
[----------] 5 tests from CPUAcctCgroup
[ RUN ] CPUAcctCgroup.CPUAcctUsage
test/syscalls/linux/cgroup.cc:512: Skipped
!CgroupsAvailable()
[ SKIPPED ] CPUAcctCgroup.CPUAcctUsage (0 ms)
[ RUN ] CPUAcctCgroup.CPUAcctStat
test/syscalls/linux/cgroup.cc:530: Skipped
!CgroupsAvailable()
[ SKIPPED ] CPUAcctCgroup.CPUAcctStat (0 ms)
[ RUN ] CPUAcctCgroup.HierarchicalAccounting
test/syscalls/linux/cgroup.cc:557: Skipped
!CgroupsAvailable()
[ SKIPPED ] CPUAcctCgroup.HierarchicalAccounting (0 ms)
[ RUN ] CPUAcctCgroup.IndirectCharge
test/syscalls/linux/cgroup.cc:598: Skipped
!CgroupsAvailable()
[ SKIPPED ] CPUAcctCgroup.IndirectCharge (0 ms)
[ RUN ] CPUAcctCgroup.NoDoubleAccounting
test/syscalls/linux/cgroup.cc:653: Skipped
!CgroupsAvailable()
[ SKIPPED ] CPUAcctCgroup.NoDoubleAccounting (0 ms)
[----------] 5 tests from CPUAcctCgroup (0 ms total)
[----------] 1 test from JobCgroup
[ RUN ] JobCgroup.ReadWriteRead
test/syscalls/linux/cgroup.cc:736: Skipped
!CgroupsAvailable()
[ SKIPPED ] JobCgroup.ReadWriteRead (0 ms)
[----------] 1 test from JobCgroup (0 ms total)
[----------] 3 tests from CpusetCgroup
[ RUN ] CpusetCgroup.Defaults
test/syscalls/linux/cgroup.cc:748: Skipped
!CgroupsAvailable()
[ SKIPPED ] CpusetCgroup.Defaults (0 ms)
[ RUN ] CpusetCgroup.SetMask
test/syscalls/linux/cgroup.cc:765: Skipped
!CgroupsAvailable()
[ SKIPPED ] CpusetCgroup.SetMask (0 ms)
[ RUN ] CpusetCgroup.SetEmptyMask
test/syscalls/linux/cgroup.cc:785: Skipped
!CgroupsAvailable()
[ SKIPPED ] CpusetCgroup.SetEmptyMask (0 ms)
[----------] 3 tests from CpusetCgroup (0 ms total)
[----------] 2 tests from ProcCgroups
[ RUN ] ProcCgroups.Empty
test/syscalls/linux/cgroup.cc:798: Skipped
!CgroupsAvailable()
[ SKIPPED ] ProcCgroups.Empty (0 ms)
[ RUN ] ProcCgroups.ProcCgroupsEntries
test/syscalls/linux/cgroup.cc:807: Skipped
!CgroupsAvailable()
[ SKIPPED ] ProcCgroups.ProcCgroupsEntries (0 ms)
[----------] 2 tests from ProcCgroups (0 ms total)
[----------] 1 test from ProcPIDCgroup
[ RUN ] ProcPIDCgroup.Entries
test/syscalls/linux/cgroup.cc:840: Skipped
!CgroupsAvailable()
[ SKIPPED ] ProcPIDCgroup.Entries (0 ms)
[----------] 1 test from ProcPIDCgroup (0 ms total)
[----------] 1 test from ProcCgroup
[ RUN ] ProcCgroup.PIDCgroupMatchesCgroups
test/syscalls/linux/cgroup.cc:869: Skipped
!CgroupsAvailable()
[ SKIPPED ] ProcCgroup.PIDCgroupMatchesCgroups (0 ms)
[----------] 1 test from ProcCgroup (0 ms total)
[----------] 5 tests from PIDsCgroup
[ RUN ] PIDsCgroup.ControlFilesExist
test/syscalls/linux/cgroup.cc:894: Skipped
!CgroupsAvailable()
[ SKIPPED ] PIDsCgroup.ControlFilesExist (0 ms)
[ RUN ] PIDsCgroup.ChargeMigration
test/syscalls/linux/cgroup.cc:923: Skipped
!CgroupsAvailable()
[ SKIPPED ] PIDsCgroup.ChargeMigration (0 ms)
[ RUN ] PIDsCgroup.MigrationCanExceedLimit
test/syscalls/linux/cgroup.cc:951: Skipped
!CgroupsAvailable()
[ SKIPPED ] PIDsCgroup.MigrationCanExceedLimit (0 ms)
[ RUN ] PIDsCgroup.SetInvalidLimit
test/syscalls/linux/cgroup.cc:965: Skipped
!CgroupsAvailable()
[ SKIPPED ] PIDsCgroup.SetInvalidLimit (0 ms)
[ RUN ] PIDsCgroup.CanLowerLimitBelowCurrentCharge
test/syscalls/linux/cgroup.cc:991: Skipped
!CgroupsAvailable()
[ SKIPPED ] PIDsCgroup.CanLowerLimitBelowCurrentCharge (0 ms)
[----------] 5 tests from PIDsCgroup (0 ms total)
[----------] 5 tests from DevicesCgroup
[ RUN ] DevicesCgroup.ControlFilesExist
test/syscalls/linux/cgroup.cc:1004: Skipped
!CgroupsAvailable()
[ SKIPPED ] DevicesCgroup.ControlFilesExist (0 ms)
[ RUN ] DevicesCgroup.DenyAll
test/syscalls/linux/cgroup.cc:1016: Skipped
!CgroupsAvailable()
[ SKIPPED ] DevicesCgroup.DenyAll (0 ms)
[ RUN ] DevicesCgroup.AddDeviceRule
test/syscalls/linux/cgroup.cc:1029: Skipped
!CgroupsAvailable()
[ SKIPPED ] DevicesCgroup.AddDeviceRule (0 ms)
[ RUN ] DevicesCgroup.RemoveDeviceRule
test/syscalls/linux/cgroup.cc:1052: Skipped
!CgroupsAvailable()
[ SKIPPED ] DevicesCgroup.RemoveDeviceRule (0 ms)
[ RUN ] DevicesCgroup.IgnorePartialMatchRule
test/syscalls/linux/cgroup.cc:1072: Skipped
!CgroupsAvailable()
[ SKIPPED ] DevicesCgroup.IgnorePartialMatchRule (0 ms)
[----------] 5 tests from DevicesCgroup (0 ms total)
[----------] Global test environment tear-down
[==========] 53 tests from 11 test suites ran. (2 ms total)
[ PASSED ] 0 tests.
[ SKIPPED ] 53 tests, listed below:
[ SKIPPED ] Cgroup.MountsForAllControllers
[ SKIPPED ] Cgroup.AllControllersImplicit
[ SKIPPED ] Cgroup.ProcsAndTasks
[ SKIPPED ] Cgroup.Statfs
[ SKIPPED ] Cgroup.StatfsCgroupDir
[ SKIPPED ] Cgroup.CgroupsCannotMountTwice
[ SKIPPED ] Cgroup.OnlyContainsControllerSpecificFiles
[ SKIPPED ] Cgroup.InvalidController
[ SKIPPED ] Cgroup.MoptAllMustBeExclusive
[ SKIPPED ] Cgroup.UnmountRepeated
[ SKIPPED ] Cgroup.Create
[ SKIPPED ] Cgroup.SubcontainerInitiallyEmpty
[ SKIPPED ] Cgroup.SubcontainersHaveIndependentState
[ SKIPPED ] Cgroup.MigrateToSubcontainer
[ SKIPPED ] Cgroup.MigrateToSubcontainerThread
[ SKIPPED ] Cgroup.MigrateInvalidPID
[ SKIPPED ] Cgroup.DuplicateUnlinkOnDirFD
[ SKIPPED ] Cgroup.MkdirWithPermissions
[ SKIPPED ] Cgroup.CantRenameControlFile
[ SKIPPED ] Cgroup.CrossDirRenameNotAllowed
[ SKIPPED ] Cgroup.RenameNameCollision
[ SKIPPED ] Cgroup.Rename
[ SKIPPED ] Cgroup.PIDZeroMovesSelf
[ SKIPPED ] Cgroup.TIDZeroMovesSelf
[ SKIPPED ] Cgroup.NamedHierarchies
[ SKIPPED ] Cgroup.NoneExclusiveWithAnyController
[ SKIPPED ] Cgroup.EmptyHierarchyMustHaveName
[ SKIPPED ] Cgroup.NameMatchButControllersDont
[ SKIPPED ] MemoryCgroup.MemoryUsageInBytes
[ SKIPPED ] CPUCgroup.ControlFilesHaveDefaultValues
[ SKIPPED ] CPUAcctCgroup.CPUAcctUsage
[ SKIPPED ] CPUAcctCgroup.CPUAcctStat
[ SKIPPED ] CPUAcctCgroup.HierarchicalAccounting
[ SKIPPED ] CPUAcctCgroup.IndirectCharge
[ SKIPPED ] CPUAcctCgroup.NoDoubleAccounting
[ SKIPPED ] JobCgroup.ReadWriteRead
[ SKIPPED ] CpusetCgroup.Defaults
[ SKIPPED ] CpusetCgroup.SetMask
[ SKIPPED ] CpusetCgroup.SetEmptyMask
[ SKIPPED ] ProcCgroups.Empty
[ SKIPPED ] ProcCgroups.ProcCgroupsEntries
[ SKIPPED ] ProcPIDCgroup.Entries
[ SKIPPED ] ProcCgroup.PIDCgroupMatchesCgroups
[ SKIPPED ] PIDsCgroup.ControlFilesExist
[ SKIPPED ] PIDsCgroup.ChargeMigration
[ SKIPPED ] PIDsCgroup.MigrationCanExceedLimit
[ SKIPPED ] PIDsCgroup.SetInvalidLimit
[ SKIPPED ] PIDsCgroup.CanLowerLimitBelowCurrentCharge
[ SKIPPED ] DevicesCgroup.ControlFilesExist
[ SKIPPED ] DevicesCgroup.DenyAll
[ SKIPPED ] DevicesCgroup.AddDeviceRule
[ SKIPPED ] DevicesCgroup.RemoveDeviceRule
[ SKIPPED ] DevicesCgroup.IgnorePartialMatchRule
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,17 @@
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from ChdirTest
[ RUN ] ChdirTest.Success
[ OK ] ChdirTest.Success (0 ms)
[ RUN ] ChdirTest.PermissionDenied
[ OK ] ChdirTest.PermissionDenied (0 ms)
[ RUN ] ChdirTest.NotDir
[ OK ] ChdirTest.NotDir (0 ms)
[ RUN ] ChdirTest.NotExist
[ OK ] ChdirTest.NotExist (0 ms)
[----------] 4 tests from ChdirTest (0 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 4 tests.
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,50 @@
[==========] Running 19 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 19 tests from ChmodTest
[ RUN ] ChmodTest.ChmodFileSucceeds
[ OK ] ChmodTest.ChmodFileSucceeds (0 ms)
[ RUN ] ChmodTest.ChmodDirSucceeds
[ OK ] ChmodTest.ChmodDirSucceeds (0 ms)
[ RUN ] ChmodTest.FchmodFileSucceeds
[ OK ] ChmodTest.FchmodFileSucceeds (0 ms)
[ RUN ] ChmodTest.FchmodDirSucceeds
/tmp/gvisor_test_temp_5_1749025255797080035: failed to delete 0 directories and 0 files: PosixError(errno=13 Permission denied) opendir /tmp/gvisor_test_temp_5_1749025255797080035
[ OK ] ChmodTest.FchmodDirSucceeds (0 ms)
[ RUN ] ChmodTest.FchmodBadF
[ OK ] ChmodTest.FchmodBadF (0 ms)
[ RUN ] ChmodTest.FchmodatBadF
[ OK ] ChmodTest.FchmodatBadF (0 ms)
[ RUN ] ChmodTest.FchmodFileWithOpath
[ OK ] ChmodTest.FchmodFileWithOpath (0 ms)
[ RUN ] ChmodTest.FchmodDirWithOpath
[ OK ] ChmodTest.FchmodDirWithOpath (0 ms)
[ RUN ] ChmodTest.FchmodatWithOpath
[ OK ] ChmodTest.FchmodatWithOpath (0 ms)
[ RUN ] ChmodTest.FchmodatNotDir
[ OK ] ChmodTest.FchmodatNotDir (0 ms)
[ RUN ] ChmodTest.FchmodatFileAbsolutePath
[ OK ] ChmodTest.FchmodatFileAbsolutePath (0 ms)
[ RUN ] ChmodTest.FchmodatDirAbsolutePath
/tmp/gvisor_test_temp_10_1749025255798169879: failed to delete 0 directories and 0 files: PosixError(errno=13 Permission denied) opendir /tmp/gvisor_test_temp_10_1749025255798169879
[ OK ] ChmodTest.FchmodatDirAbsolutePath (0 ms)
[ RUN ] ChmodTest.FchmodatFile
[ OK ] ChmodTest.FchmodatFile (0 ms)
[ RUN ] ChmodTest.FchmodatDir
/tmp/gvisor_test_temp_12_1749025255798581430: failed to delete 0 directories and 0 files: PosixError(errno=13 Permission denied) opendir /tmp/gvisor_test_temp_12_1749025255798581430
[ OK ] ChmodTest.FchmodatDir (0 ms)
[ RUN ] ChmodTest.ChmodDowngradeWritability
[ OK ] ChmodTest.ChmodDowngradeWritability (0 ms)
[ RUN ] ChmodTest.ChmodFileToNoPermissionsSucceeds
[ OK ] ChmodTest.ChmodFileToNoPermissionsSucceeds (0 ms)
[ RUN ] ChmodTest.FchmodDowngradeWritability
[ OK ] ChmodTest.FchmodDowngradeWritability (0 ms)
[ RUN ] ChmodTest.FchmodFileToNoPermissionsSucceeds
[ OK ] ChmodTest.FchmodFileToNoPermissionsSucceeds (0 ms)
[ RUN ] ChmodTest.ChmodWritableWithOpenFD
[ OK ] ChmodTest.ChmodWritableWithOpenFD (0 ms)
[----------] 19 tests from ChmodTest (3 ms total)
[----------] Global test environment tear-down
[==========] 19 tests from 1 test suite ran. (3 ms total)
[ PASSED ] 19 tests.
Failed to match any benchmarks against regex: .

123
logs/group_1/chown_test.log Normal file
View File

@ -0,0 +1,123 @@
[==========] Running 27 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 9 tests from ChownTest
[ RUN ] ChownTest.FchownBadF
[ OK ] ChownTest.FchownBadF (0 ms)
[ RUN ] ChownTest.FchownatBadF
[ OK ] ChownTest.FchownatBadF (0 ms)
[ RUN ] ChownTest.FchownFileWithOpath
[ OK ] ChownTest.FchownFileWithOpath (0 ms)
[ RUN ] ChownTest.FchownDirWithOpath
[ OK ] ChownTest.FchownDirWithOpath (0 ms)
[ RUN ] ChownTest.FchownPipeFileSucceeds
test/syscalls/linux/chown.cc:69: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_CHOWN))
[ SKIPPED ] ChownTest.FchownPipeFileSucceeds (0 ms)
[ RUN ] ChownTest.FchownPipeFileFails
test/syscalls/linux/chown.cc:84: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETUID))
[ SKIPPED ] ChownTest.FchownPipeFileFails (0 ms)
[ RUN ] ChownTest.FchownatWithOpath
[ OK ] ChownTest.FchownatWithOpath (0 ms)
[ RUN ] ChownTest.FchownatWithOpathEmtpyPath
[ OK ] ChownTest.FchownatWithOpathEmtpyPath (0 ms)
[ RUN ] ChownTest.FchownatEmptyPath
[ OK ] ChownTest.FchownatEmptyPath (0 ms)
[----------] 9 tests from ChownTest (1 ms total)
[----------] 18 tests from ChownKinds/ChownParamTest
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceeds/0
[ OK ] ChownKinds/ChownParamTest.ChownFileSucceeds/0 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceeds/1
[ OK ] ChownKinds/ChownParamTest.ChownFileSucceeds/1 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceeds/2
[ OK ] ChownKinds/ChownParamTest.ChownFileSucceeds/2 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceeds/3
[ OK ] ChownKinds/ChownParamTest.ChownFileSucceeds/3 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceeds/4
[ OK ] ChownKinds/ChownParamTest.ChownFileSucceeds/4 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceeds/5
[ OK ] ChownKinds/ChownParamTest.ChownFileSucceeds/5 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/0
test/syscalls/linux/chown.cc:169: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETUID))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/0 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/1
test/syscalls/linux/chown.cc:169: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETUID))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/1 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/2
test/syscalls/linux/chown.cc:169: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETUID))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/2 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/3
test/syscalls/linux/chown.cc:169: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETUID))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/3 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/4
test/syscalls/linux/chown.cc:169: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETUID))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/4 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/5
test/syscalls/linux/chown.cc:169: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETUID))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/5 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/0
test/syscalls/linux/chown.cc:196: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability((CAP_CHOWN)))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/0 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/1
test/syscalls/linux/chown.cc:196: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability((CAP_CHOWN)))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/1 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/2
test/syscalls/linux/chown.cc:196: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability((CAP_CHOWN)))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/2 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/3
test/syscalls/linux/chown.cc:196: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability((CAP_CHOWN)))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/3 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/4
test/syscalls/linux/chown.cc:196: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability((CAP_CHOWN)))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/4 (0 ms)
[ RUN ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/5
test/syscalls/linux/chown.cc:196: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability((CAP_CHOWN)))
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/5 (0 ms)
[----------] 18 tests from ChownKinds/ChownParamTest (1 ms total)
[----------] Global test environment tear-down
[==========] 27 tests from 2 test suites ran. (3 ms total)
[ PASSED ] 13 tests.
[ SKIPPED ] 14 tests, listed below:
[ SKIPPED ] ChownTest.FchownPipeFileSucceeds
[ SKIPPED ] ChownTest.FchownPipeFileFails
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/0
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/1
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/2
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/3
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/4
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFilePermissionDenied/5
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/0
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/1
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/2
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/3
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/4
[ SKIPPED ] ChownKinds/ChownParamTest.ChownFileSucceedsAsRoot/5
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,82 @@
[==========] Running 12 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 12 tests from ChrootTest
[ RUN ] ChrootTest.Success
test/syscalls/linux/chroot.cc:91: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_CHROOT))
[ SKIPPED ] ChrootTest.Success (0 ms)
[ RUN ] ChrootTest.PermissionDenied
test/syscalls/linux/chroot.cc:100: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_CHROOT))
[ SKIPPED ] ChrootTest.PermissionDenied (0 ms)
[ RUN ] ChrootTest.NotDir
test/syscalls/linux/chroot.cc:113: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_CHROOT))
[ SKIPPED ] ChrootTest.NotDir (0 ms)
[ RUN ] ChrootTest.NotExist
test/syscalls/linux/chroot.cc:120: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_CHROOT))
[ SKIPPED ] ChrootTest.NotExist (0 ms)
[ RUN ] ChrootTest.WithoutCapability
test/syscalls/linux/chroot.cc:126: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETPCAP))
[ SKIPPED ] ChrootTest.WithoutCapability (0 ms)
[ RUN ] ChrootTest.CreatesNewRoot
test/syscalls/linux/chroot.cc:136: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_CHROOT))
[ SKIPPED ] ChrootTest.CreatesNewRoot (0 ms)
[ RUN ] ChrootTest.DotDotFromOpenFD
test/syscalls/linux/chroot.cc:203: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_CHROOT))
[ SKIPPED ] ChrootTest.DotDotFromOpenFD (0 ms)
[ RUN ] ChrootTest.ProcFdLinkResolutionInChroot
test/syscalls/linux/chroot.cc:230: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_CHROOT))
[ SKIPPED ] ChrootTest.ProcFdLinkResolutionInChroot (0 ms)
[ RUN ] ChrootTest.ProcMemSelfFdsNoEscapeProcOpen
test/syscalls/linux/chroot.cc:271: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_CHROOT))
[ SKIPPED ] ChrootTest.ProcMemSelfFdsNoEscapeProcOpen (0 ms)
[ RUN ] ChrootTest.ProcMemSelfFdsYesEscapeProcOpen
test/syscalls/linux/chroot.cc:313: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_CHROOT))
[ SKIPPED ] ChrootTest.ProcMemSelfFdsYesEscapeProcOpen (0 ms)
[ RUN ] ChrootTest.ProcMemSelfMapsNoEscapeProcOpen
test/syscalls/linux/chroot.cc:354: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_CHROOT))
[ SKIPPED ] ChrootTest.ProcMemSelfMapsNoEscapeProcOpen (0 ms)
[ RUN ] ChrootTest.ProcMountsMountinfoNoEscape
test/syscalls/linux/chroot.cc:407: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN))
[ SKIPPED ] ChrootTest.ProcMountsMountinfoNoEscape (0 ms)
[----------] 12 tests from ChrootTest (0 ms total)
[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 0 tests.
[ SKIPPED ] 12 tests, listed below:
[ SKIPPED ] ChrootTest.Success
[ SKIPPED ] ChrootTest.PermissionDenied
[ SKIPPED ] ChrootTest.NotDir
[ SKIPPED ] ChrootTest.NotExist
[ SKIPPED ] ChrootTest.WithoutCapability
[ SKIPPED ] ChrootTest.CreatesNewRoot
[ SKIPPED ] ChrootTest.DotDotFromOpenFD
[ SKIPPED ] ChrootTest.ProcFdLinkResolutionInChroot
[ SKIPPED ] ChrootTest.ProcMemSelfFdsNoEscapeProcOpen
[ SKIPPED ] ChrootTest.ProcMemSelfFdsYesEscapeProcOpen
[ SKIPPED ] ChrootTest.ProcMemSelfMapsNoEscapeProcOpen
[ SKIPPED ] ChrootTest.ProcMountsMountinfoNoEscape
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,11 @@
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ClockGetres
[ RUN ] ClockGetres.Timespec
[ OK ] ClockGetres.Timespec (0 ms)
[----------] 1 test from ClockGetres (0 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[ PASSED ] 1 test.
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,35 @@
[==========] Running 9 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from ClockGettime
[ RUN ] ClockGettime.CputimeId
[ OK ] ClockGettime.CputimeId (1430 ms)
[ RUN ] ClockGettime.JavaThreadTime
[ OK ] ClockGettime.JavaThreadTime (0 ms)
[ RUN ] ClockGettime.RealtimeWorks
[ OK ] ClockGettime.RealtimeWorks (0 ms)
[ RUN ] ClockGettime.UnimplementedReturnsEINVAL
test/syscalls/linux/clock_gettime.cc:146: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] ClockGettime.UnimplementedReturnsEINVAL (0 ms)
[ RUN ] ClockGettime.InvalidClockIDReturnsEINVAL
[ OK ] ClockGettime.InvalidClockIDReturnsEINVAL (0 ms)
[----------] 5 tests from ClockGettime (1431 ms total)
[----------] 4 tests from ClockGettime/MonotonicClockTest
[ RUN ] ClockGettime/MonotonicClockTest.IsMonotonic/CLOCK_MONOTONIC
[ OK ] ClockGettime/MonotonicClockTest.IsMonotonic/CLOCK_MONOTONIC (5000 ms)
[ RUN ] ClockGettime/MonotonicClockTest.IsMonotonic/CLOCK_MONOTONIC_COARSE
[ OK ] ClockGettime/MonotonicClockTest.IsMonotonic/CLOCK_MONOTONIC_COARSE (5000 ms)
[ RUN ] ClockGettime/MonotonicClockTest.IsMonotonic/CLOCK_MONOTONIC_RAW
[ OK ] ClockGettime/MonotonicClockTest.IsMonotonic/CLOCK_MONOTONIC_RAW (5000 ms)
[ RUN ] ClockGettime/MonotonicClockTest.IsMonotonic/CLOCK_BOOTTIME
[ OK ] ClockGettime/MonotonicClockTest.IsMonotonic/CLOCK_BOOTTIME (5000 ms)
[----------] 4 tests from ClockGettime/MonotonicClockTest (20000 ms total)
[----------] Global test environment tear-down
[==========] 9 tests from 2 test suites ran. (21431 ms total)
[ PASSED ] 8 tests.
[ SKIPPED ] 1 test, listed below:
[ SKIPPED ] ClockGettime.UnimplementedReturnsEINVAL
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,34 @@
[==========] Running 11 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from ClockNanosleepProcessTest
[ RUN ] ClockNanosleepProcessTest.SleepFiveSeconds
[ OK ] ClockNanosleepProcessTest.SleepFiveSeconds (5001 ms)
[----------] 1 test from ClockNanosleepProcessTest (5001 ms total)
[----------] 10 tests from Sleepers/WallClockNanosleepTest
[ RUN ] Sleepers/WallClockNanosleepTest.InvalidValues/0
[ OK ] Sleepers/WallClockNanosleepTest.InvalidValues/0 (0 ms)
[ RUN ] Sleepers/WallClockNanosleepTest.InvalidValues/1
[ OK ] Sleepers/WallClockNanosleepTest.InvalidValues/1 (0 ms)
[ RUN ] Sleepers/WallClockNanosleepTest.SleepOneSecond/0
[ OK ] Sleepers/WallClockNanosleepTest.SleepOneSecond/0 (1000 ms)
[ RUN ] Sleepers/WallClockNanosleepTest.SleepOneSecond/1
[ OK ] Sleepers/WallClockNanosleepTest.SleepOneSecond/1 (1000 ms)
[ RUN ] Sleepers/WallClockNanosleepTest.InterruptedNanosleep/0
[ OK ] Sleepers/WallClockNanosleepTest.InterruptedNanosleep/0 (1000 ms)
[ RUN ] Sleepers/WallClockNanosleepTest.InterruptedNanosleep/1
[ OK ] Sleepers/WallClockNanosleepTest.InterruptedNanosleep/1 (1000 ms)
[ RUN ] Sleepers/WallClockNanosleepTest.UninterruptedNanosleep/0
[ OK ] Sleepers/WallClockNanosleepTest.UninterruptedNanosleep/0 (10 ms)
[ RUN ] Sleepers/WallClockNanosleepTest.UninterruptedNanosleep/1
[ OK ] Sleepers/WallClockNanosleepTest.UninterruptedNanosleep/1 (10 ms)
[ RUN ] Sleepers/WallClockNanosleepTest.SleepUntil/0
[ OK ] Sleepers/WallClockNanosleepTest.SleepUntil/0 (2000 ms)
[ RUN ] Sleepers/WallClockNanosleepTest.SleepUntil/1
[ OK ] Sleepers/WallClockNanosleepTest.SleepUntil/1 (2000 ms)
[----------] 10 tests from Sleepers/WallClockNanosleepTest (8021 ms total)
[----------] Global test environment tear-down
[==========] 11 tests from 2 test suites ran. (13023 ms total)
[ PASSED ] 11 tests.
Failed to match any benchmarks against regex: .