mirror of
https://github.com/Vitus213/Dragonos-Syscall-logs.git
synced 2025-06-23 07:13:22 +00:00
Add test logs for group 17 (tests 170 to 179)
This commit is contained in:
@ -0,0 +1,38 @@
|
|||||||
|
[==========] Running 4 tests from 1 test suite.
|
||||||
|
[----------] Global test environment set-up.
|
||||||
|
[----------] 4 tests from IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.JoinSubnet/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv4_udp_unbound_netlink.cc:38: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.JoinSubnet/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.JoinSubnet/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv4_udp_unbound_netlink.cc:38: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.JoinSubnet/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.ReuseAddrSubnetDirectedBroadcast/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv4_udp_unbound_netlink.cc:112: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.ReuseAddrSubnetDirectedBroadcast/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.ReuseAddrSubnetDirectedBroadcast/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv4_udp_unbound_netlink.cc:112: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.ReuseAddrSubnetDirectedBroadcast/1 (0 ms)
|
||||||
|
[----------] 4 tests from IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest (0 ms total)
|
||||||
|
|
||||||
|
[----------] Global test environment tear-down
|
||||||
|
[==========] 4 tests from 1 test suite ran. (0 ms total)
|
||||||
|
[ PASSED ] 0 tests.
|
||||||
|
[ SKIPPED ] 4 tests, listed below:
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.JoinSubnet/0
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.JoinSubnet/1
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.ReuseAddrSubnetDirectedBroadcast/0
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketNetlinkTest.ReuseAddrSubnetDirectedBroadcast/1
|
||||||
|
Failed to match any benchmarks against regex: .
|
@ -0,0 +1,21 @@
|
|||||||
|
[==========] Running 4 tests from 1 test suite.
|
||||||
|
[----------] Global test environment set-up.
|
||||||
|
[----------] 4 tests from IPv4UDPSockets/IPv4UDPUnboundSocketNogotsanTest
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketNogotsanTest.UDPConnectPortExhaustion/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketNogotsanTest.UDPConnectPortExhaustion/0 (330 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketNogotsanTest.UDPConnectPortExhaustion/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketNogotsanTest.UDPConnectPortExhaustion/1 (458 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketNogotsanTest.UDPBindPortExhaustion/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketNogotsanTest.UDPBindPortExhaustion/0 (372 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketNogotsanTest.UDPBindPortExhaustion/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketNogotsanTest.UDPBindPortExhaustion/1 (366 ms)
|
||||||
|
[----------] 4 tests from IPv4UDPSockets/IPv4UDPUnboundSocketNogotsanTest (1527 ms total)
|
||||||
|
|
||||||
|
[----------] Global test environment tear-down
|
||||||
|
[==========] 4 tests from 1 test suite ran. (1527 ms total)
|
||||||
|
[ PASSED ] 4 tests.
|
||||||
|
Failed to match any benchmarks against regex: .
|
296
logs/group_17/socket_ipv4_udp_unbound_loopback_test.log
Normal file
296
logs/group_17/socket_ipv4_udp_unbound_loopback_test.log
Normal file
@ -0,0 +1,296 @@
|
|||||||
|
[==========] Running 90 tests from 1 test suite.
|
||||||
|
[----------] Global test environment set-up.
|
||||||
|
[----------] 90 tests from IPv4UDPSockets/IPv4UDPUnboundSocketTest
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNoGroup/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNoGroup/0 (1001 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNoGroup/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNoGroup/1 (1000 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackAddrNoDefaultSendIf/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv4_udp_unbound.cc:90: Skipped
|
||||||
|
!IsRunningOnGvisor()
|
||||||
|
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackAddrNoDefaultSendIf/0 (1 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackAddrNoDefaultSendIf/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv4_udp_unbound.cc:90: Skipped
|
||||||
|
!IsRunningOnGvisor()
|
||||||
|
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackAddrNoDefaultSendIf/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNicNoDefaultSendIf/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv4_udp_unbound.cc:130: Skipped
|
||||||
|
!IsRunningOnGvisor()
|
||||||
|
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNicNoDefaultSendIf/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNicNoDefaultSendIf/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv4_udp_unbound.cc:130: Skipped
|
||||||
|
!IsRunningOnGvisor()
|
||||||
|
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNicNoDefaultSendIf/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackAddr/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackAddr/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackAddr/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackAddr/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNic/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNic/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNic/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNic/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfaceIndexAndAddr/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfaceIndexAndAddr/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfaceIndexAndAddr/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfaceIndexAndAddr/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddr/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddr/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddr/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddr/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNic/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNic/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNic/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNic/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrConnect/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrConnect/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrConnect/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrConnect/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicConnect/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicConnect/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicConnect/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicConnect/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelf/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelf/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelf/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelf/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelf/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelf/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelf/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelf/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelfConnect/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelfConnect/0 (1001 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelfConnect/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelfConnect/1 (1000 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelfConnect/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelfConnect/0 (1000 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelfConnect/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelfConnect/1 (1000 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelfNoLoop/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelfNoLoop/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelfNoLoop/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfAddrSelfNoLoop/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelfNoLoop/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelfNoLoop/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelfNoLoop/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackIfNicSelfNoLoop/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastDropAddr/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastDropAddr/0 (1001 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastDropAddr/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastDropAddr/1 (1001 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastDropNic/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastDropNic/0 (1000 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastDropNic/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastDropNic/1 (1000 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestTwoSocketsJoinSameMulticastGroup/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestTwoSocketsJoinSameMulticastGroup/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestTwoSocketsJoinSameMulticastGroup/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestTwoSocketsJoinSameMulticastGroup/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestMcastReceptionOnTwoSockets/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestMcastReceptionOnTwoSockets/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestMcastReceptionOnTwoSockets/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestMcastReceptionOnTwoSockets/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestMcastReceptionWhenDroppingMemberships/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestMcastReceptionWhenDroppingMemberships/0 (4004 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestMcastReceptionWhenDroppingMemberships/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestMcastReceptionWhenDroppingMemberships/1 (4003 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenJoinThenReceive/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenJoinThenReceive/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenJoinThenReceive/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenJoinThenReceive/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenNoJoinThenNoReceive/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenNoJoinThenNoReceive/0 (1000 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenNoJoinThenNoReceive/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenNoJoinThenNoReceive/1 (1000 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenSend/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenSend/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenSend/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToMcastThenSend/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToBcastThenReceive/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToBcastThenReceive/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToBcastThenReceive/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToBcastThenReceive/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToBcastThenSend/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToBcastThenSend/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToBcastThenSend/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.TestBindToBcastThenSend/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.ReuseAddrDistribution/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.ReuseAddrDistribution/0 (11011 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.ReuseAddrDistribution/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.ReuseAddrDistribution/1 (11010 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrThenReusePort/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrThenReusePort/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrThenReusePort/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrThenReusePort/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReusePortThenReuseAddr/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReusePortThenReuseAddr/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReusePortThenReuseAddr/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReusePortThenReuseAddr/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConvertibleToReusePort/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConvertibleToReusePort/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConvertibleToReusePort/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConvertibleToReusePort/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConvertibleToReuseAddr/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConvertibleToReuseAddr/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConvertibleToReuseAddr/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConvertibleToReuseAddr/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConversionReversable1/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConversionReversable1/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConversionReversable1/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConversionReversable1/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConversionReversable2/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConversionReversable2/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConversionReversable2/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindReuseAddrReusePortConversionReversable2/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindDoubleReuseAddrReusePortThenReusePort/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindDoubleReuseAddrReusePortThenReusePort/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindDoubleReuseAddrReusePortThenReusePort/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindDoubleReuseAddrReusePortThenReusePort/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindDoubleReuseAddrReusePortThenReuseAddr/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindDoubleReuseAddrReusePortThenReuseAddr/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindDoubleReuseAddrReusePortThenReuseAddr/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.BindDoubleReuseAddrReusePortThenReuseAddr/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.ReuseAddrReusePortDistribution/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.ReuseAddrReusePortDistribution/0 (1 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.ReuseAddrReusePortDistribution/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.ReuseAddrReusePortDistribution/1 (1 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetAndReceiveIPPKTINFO/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetAndReceiveIPPKTINFO/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetAndReceiveIPPKTINFO/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetAndReceiveIPPKTINFO/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetAndReceiveIPReceiveOrigDstAddr/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetAndReceiveIPReceiveOrigDstAddr/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetAndReceiveIPReceiveOrigDstAddr/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetAndReceiveIPReceiveOrigDstAddr/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBufBelowMin/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBufBelowMin/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBufBelowMin/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBufBelowMin/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBufAboveMax/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBufAboveMax/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBufAboveMax/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBufAboveMax/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBuf/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBuf/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBuf/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketRecvBuf/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBufBelowMin/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBufBelowMin/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBufBelowMin/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBufBelowMin/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBufAboveMax/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBufAboveMax/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBufAboveMax/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBufAboveMax/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBuf/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBuf/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBuf/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.SetSocketSendBuf/1 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastIPPacketInfo/0
|
||||||
|
Testing with IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastIPPacketInfo/0 (0 ms)
|
||||||
|
[ RUN ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastIPPacketInfo/1
|
||||||
|
Testing with non-blocking IPv4 UDP socket
|
||||||
|
[ OK ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastIPPacketInfo/1 (0 ms)
|
||||||
|
[----------] 90 tests from IPv4UDPSockets/IPv4UDPUnboundSocketTest (42053 ms total)
|
||||||
|
|
||||||
|
[----------] Global test environment tear-down
|
||||||
|
[==========] 90 tests from 1 test suite ran. (42053 ms total)
|
||||||
|
[ PASSED ] 86 tests.
|
||||||
|
[ SKIPPED ] 4 tests, listed below:
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackAddrNoDefaultSendIf/0
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackAddrNoDefaultSendIf/1
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNicNoDefaultSendIf/0
|
||||||
|
[ SKIPPED ] IPv4UDPSockets/IPv4UDPUnboundSocketTest.IpMulticastLoopbackNicNoDefaultSendIf/1
|
||||||
|
Failed to match any benchmarks against regex: .
|
@ -0,0 +1,42 @@
|
|||||||
|
[==========] Running 2 tests from 1 test suite.
|
||||||
|
[----------] Global test environment set-up.
|
||||||
|
[----------] 2 tests from IPv6UDPUnboundSockets/IPv6UDPUnboundExternalNetworkingSocketTest
|
||||||
|
[ RUN ] IPv6UDPUnboundSockets/IPv6UDPUnboundExternalNetworkingSocketTest.TestJoinLeaveMulticast/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv6_udp_unbound_external_networking.cc:65: Failure
|
||||||
|
Value of: RecvTimeout(receiver->get(), recv_buf, sizeof(recv_buf), 1 )
|
||||||
|
Expected: is OK and has a value that is equal to 200
|
||||||
|
Actual: PosixError(errno=11 Resource temporarily unavailable) ret = RetryEINTR(recv)(sock, buf, buf_size, MSG_DONTWAIT)
|
||||||
|
|
||||||
|
test/syscalls/linux/socket_ipv6_udp_unbound_external_networking.cc:69: Failure
|
||||||
|
Expected equality of these values:
|
||||||
|
0
|
||||||
|
memcmp(send_buf, recv_buf, sizeof(send_buf))
|
||||||
|
Which is: 183
|
||||||
|
|
||||||
|
[ FAILED ] IPv6UDPUnboundSockets/IPv6UDPUnboundExternalNetworkingSocketTest.TestJoinLeaveMulticast/0, where GetParam() = 80-byte object <B0-4F 57-3B 9D-5B 00-00 0F-00 00-00 00-00 00-00 49-50 76-36 20-55 44-50 20-73 6F-63 6B-65 74-00 0A-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 0A-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 FB-88 9C-2D 9D-5B 00-00 C3-88 9C-2D 9D-5B 00-00> (1002 ms)
|
||||||
|
[ RUN ] IPv6UDPUnboundSockets/IPv6UDPUnboundExternalNetworkingSocketTest.TestJoinLeaveMulticast/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv6_udp_unbound_external_networking.cc:65: Failure
|
||||||
|
Value of: RecvTimeout(receiver->get(), recv_buf, sizeof(recv_buf), 1 )
|
||||||
|
Expected: is OK and has a value that is equal to 200
|
||||||
|
Actual: PosixError(errno=11 Resource temporarily unavailable) ret = RetryEINTR(recv)(sock, buf, buf_size, MSG_DONTWAIT)
|
||||||
|
|
||||||
|
test/syscalls/linux/socket_ipv6_udp_unbound_external_networking.cc:69: Failure
|
||||||
|
Expected equality of these values:
|
||||||
|
0
|
||||||
|
memcmp(send_buf, recv_buf, sizeof(send_buf))
|
||||||
|
Which is: 217
|
||||||
|
|
||||||
|
[ FAILED ] IPv6UDPUnboundSockets/IPv6UDPUnboundExternalNetworkingSocketTest.TestJoinLeaveMulticast/1, where GetParam() = 80-byte object <B0-5D 57-3B 9D-5B 00-00 1C-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00 20-73 6F-63 6B-65 74-00 0A-00 00-00 02-08 00-00 11-00 00-00 00-00 00-00 0A-00 00-00 02-08 00-00 11-00 00-00 00-00 00-00 FB-88 9C-2D 9D-5B 00-00 C3-88 9C-2D 9D-5B 00-00> (1001 ms)
|
||||||
|
[----------] 2 tests from IPv6UDPUnboundSockets/IPv6UDPUnboundExternalNetworkingSocketTest (2003 ms total)
|
||||||
|
|
||||||
|
[----------] Global test environment tear-down
|
||||||
|
[==========] 2 tests from 1 test suite ran. (2004 ms total)
|
||||||
|
[ PASSED ] 0 tests.
|
||||||
|
[ FAILED ] 2 tests, listed below:
|
||||||
|
[ FAILED ] IPv6UDPUnboundSockets/IPv6UDPUnboundExternalNetworkingSocketTest.TestJoinLeaveMulticast/0, where GetParam() = 80-byte object <B0-4F 57-3B 9D-5B 00-00 0F-00 00-00 00-00 00-00 49-50 76-36 20-55 44-50 20-73 6F-63 6B-65 74-00 0A-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 0A-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 FB-88 9C-2D 9D-5B 00-00 C3-88 9C-2D 9D-5B 00-00>
|
||||||
|
[ FAILED ] IPv6UDPUnboundSockets/IPv6UDPUnboundExternalNetworkingSocketTest.TestJoinLeaveMulticast/1, where GetParam() = 80-byte object <B0-5D 57-3B 9D-5B 00-00 1C-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00 20-73 6F-63 6B-65 74-00 0A-00 00-00 02-08 00-00 11-00 00-00 00-00 00-00 0A-00 00-00 02-08 00-00 11-00 00-00 00-00 00-00 FB-88 9C-2D 9D-5B 00-00 C3-88 9C-2D 9D-5B 00-00>
|
||||||
|
|
||||||
|
2 FAILED TESTS
|
||||||
|
Failed to match any benchmarks against regex: .
|
@ -0,0 +1,24 @@
|
|||||||
|
[==========] Running 2 tests from 1 test suite.
|
||||||
|
[----------] Global test environment set-up.
|
||||||
|
[----------] 2 tests from IPv6UDPSockets/IPv6UDPUnboundSocketNetlinkTest
|
||||||
|
[ RUN ] IPv6UDPSockets/IPv6UDPUnboundSocketNetlinkTest.JoinSubnet/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv6_udp_unbound_netlink.cc:32: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] IPv6UDPSockets/IPv6UDPUnboundSocketNetlinkTest.JoinSubnet/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UDPSockets/IPv6UDPUnboundSocketNetlinkTest.JoinSubnet/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
test/syscalls/linux/socket_ipv6_udp_unbound_netlink.cc:32: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] IPv6UDPSockets/IPv6UDPUnboundSocketNetlinkTest.JoinSubnet/1 (0 ms)
|
||||||
|
[----------] 2 tests from IPv6UDPSockets/IPv6UDPUnboundSocketNetlinkTest (0 ms total)
|
||||||
|
|
||||||
|
[----------] Global test environment tear-down
|
||||||
|
[==========] 2 tests from 1 test suite ran. (0 ms total)
|
||||||
|
[ PASSED ] 0 tests.
|
||||||
|
[ SKIPPED ] 2 tests, listed below:
|
||||||
|
[ SKIPPED ] IPv6UDPSockets/IPv6UDPUnboundSocketNetlinkTest.JoinSubnet/0
|
||||||
|
[ SKIPPED ] IPv6UDPSockets/IPv6UDPUnboundSocketNetlinkTest.JoinSubnet/1
|
||||||
|
Failed to match any benchmarks against regex: .
|
21
logs/group_17/socket_ipv6_udp_unbound_loopback_test.log
Normal file
21
logs/group_17/socket_ipv6_udp_unbound_loopback_test.log
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[==========] Running 4 tests from 1 test suite.
|
||||||
|
[----------] Global test environment set-up.
|
||||||
|
[----------] 4 tests from IPv6UDPSockets/IPv6UDPUnboundSocketTest
|
||||||
|
[ RUN ] IPv6UDPSockets/IPv6UDPUnboundSocketTest.IPv6PacketInfo/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UDPSockets/IPv6UDPUnboundSocketTest.IPv6PacketInfo/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UDPSockets/IPv6UDPUnboundSocketTest.IPv6PacketInfo/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UDPSockets/IPv6UDPUnboundSocketTest.IPv6PacketInfo/1 (0 ms)
|
||||||
|
[ RUN ] IPv6UDPSockets/IPv6UDPUnboundSocketTest.SetAndReceiveIPReceiveOrigDstAddr/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UDPSockets/IPv6UDPUnboundSocketTest.SetAndReceiveIPReceiveOrigDstAddr/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UDPSockets/IPv6UDPUnboundSocketTest.SetAndReceiveIPReceiveOrigDstAddr/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UDPSockets/IPv6UDPUnboundSocketTest.SetAndReceiveIPReceiveOrigDstAddr/1 (0 ms)
|
||||||
|
[----------] 4 tests from IPv6UDPSockets/IPv6UDPUnboundSocketTest (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: .
|
57
logs/group_17/socket_ipv6_unbound_test.log
Normal file
57
logs/group_17/socket_ipv6_unbound_test.log
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
[==========] Running 16 tests from 1 test suite.
|
||||||
|
[----------] Global test environment set-up.
|
||||||
|
[----------] 16 tests from IPv6UnboundSockets/IPv6UnboundSocketTest
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.HopLimitDefault/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.HopLimitDefault/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.HopLimitDefault/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.HopLimitDefault/1 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetHopLimit/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetHopLimit/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetHopLimit/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetHopLimit/1 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.ResetHopLimitToDefault/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.ResetHopLimitToDefault/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.ResetHopLimitToDefault/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.ResetHopLimitToDefault/1 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.ZeroHopLimit/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.ZeroHopLimit/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.ZeroHopLimit/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.ZeroHopLimit/1 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.InvalidLargeHopLimit/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.InvalidLargeHopLimit/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.InvalidLargeHopLimit/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.InvalidLargeHopLimit/1 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.InvalidNegativeHopLimit/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.InvalidNegativeHopLimit/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.InvalidNegativeHopLimit/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.InvalidNegativeHopLimit/1 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetTtlDoesNotAffectHopLimit/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetTtlDoesNotAffectHopLimit/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetTtlDoesNotAffectHopLimit/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetTtlDoesNotAffectHopLimit/1 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetHopLimitDoesNotAffectTtl/0
|
||||||
|
Testing with IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetHopLimitDoesNotAffectTtl/0 (0 ms)
|
||||||
|
[ RUN ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetHopLimitDoesNotAffectTtl/1
|
||||||
|
Testing with non-blocking IPv6 UDP socket
|
||||||
|
[ OK ] IPv6UnboundSockets/IPv6UnboundSocketTest.SetHopLimitDoesNotAffectTtl/1 (0 ms)
|
||||||
|
[----------] 16 tests from IPv6UnboundSockets/IPv6UnboundSocketTest (0 ms total)
|
||||||
|
|
||||||
|
[----------] Global test environment tear-down
|
||||||
|
[==========] 16 tests from 1 test suite ran. (0 ms total)
|
||||||
|
[ PASSED ] 16 tests.
|
||||||
|
Failed to match any benchmarks against regex: .
|
23
logs/group_17/socket_netdevice_test.log
Normal file
23
logs/group_17/socket_netdevice_test.log
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
[==========] Running 7 tests from 1 test suite.
|
||||||
|
[----------] Global test environment set-up.
|
||||||
|
[----------] 7 tests from NetdeviceTest
|
||||||
|
[ RUN ] NetdeviceTest.Loopback
|
||||||
|
[ OK ] NetdeviceTest.Loopback (0 ms)
|
||||||
|
[ RUN ] NetdeviceTest.Netmask
|
||||||
|
[ OK ] NetdeviceTest.Netmask (0 ms)
|
||||||
|
[ RUN ] NetdeviceTest.InterfaceName
|
||||||
|
[ OK ] NetdeviceTest.InterfaceName (0 ms)
|
||||||
|
[ RUN ] NetdeviceTest.InterfaceFlags
|
||||||
|
[ OK ] NetdeviceTest.InterfaceFlags (0 ms)
|
||||||
|
[ RUN ] NetdeviceTest.InterfaceMTU
|
||||||
|
[ OK ] NetdeviceTest.InterfaceMTU (0 ms)
|
||||||
|
[ RUN ] NetdeviceTest.InterfaceQLEN
|
||||||
|
[ OK ] NetdeviceTest.InterfaceQLEN (0 ms)
|
||||||
|
[ RUN ] NetdeviceTest.EthtoolGetTSInfo
|
||||||
|
[ OK ] NetdeviceTest.EthtoolGetTSInfo (0 ms)
|
||||||
|
[----------] 7 tests from NetdeviceTest (0 ms total)
|
||||||
|
|
||||||
|
[----------] Global test environment tear-down
|
||||||
|
[==========] 7 tests from 1 test suite ran. (0 ms total)
|
||||||
|
[ PASSED ] 7 tests.
|
||||||
|
Failed to match any benchmarks against regex: .
|
280
logs/group_17/socket_netlink_route_test.log
Normal file
280
logs/group_17/socket_netlink_route_test.log
Normal file
@ -0,0 +1,280 @@
|
|||||||
|
[==========] Running 47 tests from 4 test suites.
|
||||||
|
[----------] Global test environment set-up.
|
||||||
|
[----------] 27 tests from NetlinkRouteTest
|
||||||
|
[ RUN ] NetlinkRouteTest.GetLinkDump
|
||||||
|
Found interface idx=1, type=304
|
||||||
|
Found interface idx=2, type=1
|
||||||
|
Found interface idx=3, type=1
|
||||||
|
Found interface idx=4, type=fffe
|
||||||
|
Found interface idx=5, type=1
|
||||||
|
[ OK ] NetlinkRouteTest.GetLinkDump (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.GetLinkByIndex
|
||||||
|
[ OK ] NetlinkRouteTest.GetLinkByIndex (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.LinkUp
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:397: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.LinkUp (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.GetLinkByName
|
||||||
|
[ OK ] NetlinkRouteTest.GetLinkByName (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.GetLinkByIndexNotFound
|
||||||
|
[ OK ] NetlinkRouteTest.GetLinkByIndexNotFound (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.GetLinkByNameNotFound
|
||||||
|
[ OK ] NetlinkRouteTest.GetLinkByNameNotFound (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.RemoveLoopbackByName
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:509: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.RemoveLoopbackByName (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.RemoveLoopbackByIndex
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:539: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.RemoveLoopbackByIndex (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.RemoveLinkByIndexNotFound
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:562: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.RemoveLinkByIndexNotFound (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.RemoveLinkByNameNotFound
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:586: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.RemoveLinkByNameNotFound (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.MsgHdrMsgUnsuppType
|
||||||
|
[ OK ] NetlinkRouteTest.MsgHdrMsgUnsuppType (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.MsgHdrMsgTrunc
|
||||||
|
[ OK ] NetlinkRouteTest.MsgHdrMsgTrunc (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.SpliceFromPipe
|
||||||
|
[ OK ] NetlinkRouteTest.SpliceFromPipe (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.MsgTruncMsgHdrMsgTrunc
|
||||||
|
[ OK ] NetlinkRouteTest.MsgTruncMsgHdrMsgTrunc (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.ControlMessageIgnored
|
||||||
|
[ OK ] NetlinkRouteTest.ControlMessageIgnored (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.GetAddrDump
|
||||||
|
[ OK ] NetlinkRouteTest.GetAddrDump (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.LookupAll
|
||||||
|
[ OK ] NetlinkRouteTest.LookupAll (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.AddAndRemoveAddr
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:849: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.AddAndRemoveAddr (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.LinkedToNetns
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:888: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.LinkedToNetns (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.GetRouteDump
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.1
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.2
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.3
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.4
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.5
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.7
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.8
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.9
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.10
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.11
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.12
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.13
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.14
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.15
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.16
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.64.0.17
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=20, dst=100.100.100.100
|
||||||
|
Found route table=fe, protocol=10, scope=0, type=1, prefixlen=0
|
||||||
|
Found route table=fe, protocol=10, scope=0, type=1, prefixlen=0
|
||||||
|
Found route table=fe, protocol=2, scope=fd, type=1, prefixlen=14, dst=10.196.80.0
|
||||||
|
Found route table=fe, protocol=2, scope=fd, type=1, prefixlen=10, dst=172.17.0.0
|
||||||
|
Found route table=fe, protocol=2, scope=fd, type=1, prefixlen=18, dst=192.168.199.0
|
||||||
|
Found route table=ff, protocol=2, scope=fe, type=2, prefixlen=20, dst=10.196.83.72
|
||||||
|
Found route table=ff, protocol=2, scope=fd, type=3, prefixlen=20, dst=10.196.95.255
|
||||||
|
Found route table=ff, protocol=2, scope=fe, type=2, prefixlen=20, dst=100.64.0.6
|
||||||
|
Found route table=ff, protocol=2, scope=fe, type=2, prefixlen=8, dst=127.0.0.0
|
||||||
|
Found route table=ff, protocol=2, scope=fe, type=2, prefixlen=20, dst=127.0.0.1
|
||||||
|
Found route table=ff, protocol=2, scope=fd, type=3, prefixlen=20, dst=127.255.255.255
|
||||||
|
Found route table=ff, protocol=2, scope=fe, type=2, prefixlen=20, dst=172.17.0.1
|
||||||
|
Found route table=ff, protocol=2, scope=fd, type=3, prefixlen=20, dst=172.17.255.255
|
||||||
|
Found route table=ff, protocol=2, scope=fe, type=2, prefixlen=20, dst=192.168.199.180
|
||||||
|
Found route table=ff, protocol=2, scope=fd, type=3, prefixlen=20, dst=192.168.199.255
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=80, dst=253.122.17.92
|
||||||
|
Found route table=34, protocol=3, scope=0, type=1, prefixlen=30, dst=253.122.17.92
|
||||||
|
Found route table=fe, protocol=9, scope=0, type=1, prefixlen=40, dst=36.0.96.0
|
||||||
|
Found route table=fe, protocol=2, scope=0, type=1, prefixlen=80, dst=253.122.17.92
|
||||||
|
Found route table=fe, protocol=9, scope=0, type=1, prefixlen=40, dst=253.204.130.248
|
||||||
|
Found route table=fe, protocol=9, scope=0, type=1, prefixlen=30, dst=253.204.130.248
|
||||||
|
Found route table=fe, protocol=2, scope=0, type=1, prefixlen=40, dst=254.128.0.0
|
||||||
|
Found route table=fe, protocol=2, scope=0, type=1, prefixlen=40, dst=254.128.0.0
|
||||||
|
Found route table=fe, protocol=2, scope=0, type=1, prefixlen=40, dst=254.128.0.0
|
||||||
|
Found route table=fe, protocol=9, scope=0, type=1, prefixlen=0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=0.0.0.0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=36.0.96.0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=36.0.96.0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=36.0.96.0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=36.0.96.0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=253.122.17.92
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=253.204.130.248
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=253.204.130.248
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=253.204.130.248
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=253.204.130.248
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=254.128.0.0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=254.128.0.0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=2, prefixlen=80, dst=254.128.0.0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=5, prefixlen=8, dst=255.0.0.0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=5, prefixlen=8, dst=255.0.0.0
|
||||||
|
Found route table=ff, protocol=2, scope=0, type=5, prefixlen=8, dst=255.0.0.0
|
||||||
|
[ OK ] NetlinkRouteTest.GetRouteDump (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.GetRouteRequest
|
||||||
|
Found route table=ff, protocol=0, scope=0, type=2, len=4c, dst=127.0.0.2, oif=
|
||||||
|
[ OK ] NetlinkRouteTest.GetRouteRequest (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.GetRuleDump
|
||||||
|
Found rule: family=2, table=255, action=1
|
||||||
|
Found rule: family=2, table=254, action=1
|
||||||
|
Found rule: family=2, table=253, action=1
|
||||||
|
Found rule: family=2, table=0, action=7
|
||||||
|
Found rule: family=2, table=52, action=1
|
||||||
|
Found rule: family=2, table=254, action=1
|
||||||
|
Found rule: family=2, table=253, action=1
|
||||||
|
Found rule: family=128, table=253, action=1
|
||||||
|
Found rule: family=129, table=254, action=1
|
||||||
|
Found rule: family=10, table=255, action=1
|
||||||
|
Found rule: family=10, table=254, action=1
|
||||||
|
Found rule: family=10, table=253, action=1
|
||||||
|
Found rule: family=10, table=0, action=7
|
||||||
|
Found rule: family=10, table=52, action=1
|
||||||
|
Found rule: family=10, table=254, action=1
|
||||||
|
[ OK ] NetlinkRouteTest.GetRuleDump (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.RecvmsgTrunc
|
||||||
|
[ OK ] NetlinkRouteTest.RecvmsgTrunc (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.RecvmsgTruncPeek
|
||||||
|
[ OK ] NetlinkRouteTest.RecvmsgTruncPeek (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.NoPasscredNoCreds
|
||||||
|
[ OK ] NetlinkRouteTest.NoPasscredNoCreds (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.PasscredCreds
|
||||||
|
[ OK ] NetlinkRouteTest.PasscredCreds (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest.VethAdd
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:1740: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.VethAdd (0 ms)
|
||||||
|
[----------] 27 tests from NetlinkRouteTest (3 ms total)
|
||||||
|
|
||||||
|
[----------] 6 tests from NetlinkRouteTest/SockOptTest
|
||||||
|
[ RUN ] NetlinkRouteTest/SockOptTest.GetSockOpt/0
|
||||||
|
[ OK ] NetlinkRouteTest/SockOptTest.GetSockOpt/0 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest/SockOptTest.GetSockOpt/1
|
||||||
|
[ OK ] NetlinkRouteTest/SockOptTest.GetSockOpt/1 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest/SockOptTest.GetSockOpt/2
|
||||||
|
[ OK ] NetlinkRouteTest/SockOptTest.GetSockOpt/2 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest/SockOptTest.GetSockOpt/3
|
||||||
|
[ OK ] NetlinkRouteTest/SockOptTest.GetSockOpt/3 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest/SockOptTest.GetSockOpt/4
|
||||||
|
[ OK ] NetlinkRouteTest/SockOptTest.GetSockOpt/4 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteTest/SockOptTest.GetSockOpt/5
|
||||||
|
[ OK ] NetlinkRouteTest/SockOptTest.GetSockOpt/5 (0 ms)
|
||||||
|
[----------] 6 tests from NetlinkRouteTest/SockOptTest (0 ms total)
|
||||||
|
|
||||||
|
[----------] 6 tests from _/NetlinkSetLinkTest
|
||||||
|
[ RUN ] _/NetlinkSetLinkTest.ChangeLinkName/0
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:223: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeLinkName/0 (0 ms)
|
||||||
|
[ RUN ] _/NetlinkSetLinkTest.ChangeLinkName/1
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:223: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeLinkName/1 (0 ms)
|
||||||
|
[ RUN ] _/NetlinkSetLinkTest.ChangeMTU/0
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:281: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeMTU/0 (0 ms)
|
||||||
|
[ RUN ] _/NetlinkSetLinkTest.ChangeMTU/1
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:281: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeMTU/1 (0 ms)
|
||||||
|
[ RUN ] _/NetlinkSetLinkTest.ChangeMACAddress/0
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:334: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeMACAddress/0 (0 ms)
|
||||||
|
[ RUN ] _/NetlinkSetLinkTest.ChangeMACAddress/1
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:334: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeMACAddress/1 (0 ms)
|
||||||
|
[----------] 6 tests from _/NetlinkSetLinkTest (0 ms total)
|
||||||
|
|
||||||
|
[----------] 8 tests from NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest
|
||||||
|
[ RUN ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.NewRoute/0
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:1100: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.NewRoute/0 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.NewRoute/1
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:1100: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.NewRoute/1 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.DeleteRoute/0
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:1198: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.DeleteRoute/0 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.DeleteRoute/1
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:1198: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.DeleteRoute/1 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRoute/0
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:1305: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRoute/0 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRoute/1
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:1305: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRoute/1 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRule/0
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:1412: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRule/0 (0 ms)
|
||||||
|
[ RUN ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRule/1
|
||||||
|
test/syscalls/linux/socket_netlink_route.cc:1412: Skipped
|
||||||
|
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
|
||||||
|
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRule/1 (0 ms)
|
||||||
|
[----------] 8 tests from NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest (0 ms total)
|
||||||
|
|
||||||
|
[----------] Global test environment tear-down
|
||||||
|
[==========] 47 tests from 4 test suites ran. (4 ms total)
|
||||||
|
[ PASSED ] 25 tests.
|
||||||
|
[ SKIPPED ] 22 tests, listed below:
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.LinkUp
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.RemoveLoopbackByName
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.RemoveLoopbackByIndex
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.RemoveLinkByIndexNotFound
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.RemoveLinkByNameNotFound
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.AddAndRemoveAddr
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.LinkedToNetns
|
||||||
|
[ SKIPPED ] NetlinkRouteTest.VethAdd
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeLinkName/0
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeLinkName/1
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeMTU/0
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeMTU/1
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeMACAddress/0
|
||||||
|
[ SKIPPED ] _/NetlinkSetLinkTest.ChangeMACAddress/1
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.NewRoute/0
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.NewRoute/1
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.DeleteRoute/0
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.DeleteRoute/1
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRoute/0
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRoute/1
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRule/0
|
||||||
|
[ SKIPPED ] NetlinkRouteIpv4AndIpv6Tests/NetlinkRouteIpInvariantTest.AddAndRemoveRule/1
|
||||||
|
Failed to match any benchmarks against regex: .
|
33
logs/group_17/socket_netlink_test.log
Normal file
33
logs/group_17/socket_netlink_test.log
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
[==========] Running 12 tests from 1 test suite.
|
||||||
|
[----------] Global test environment set-up.
|
||||||
|
[----------] 12 tests from ProtocolTest/NetlinkTest
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.Types/0
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.Types/0 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.Types/1
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.Types/1 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.AutomaticPort/0
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.AutomaticPort/0 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.AutomaticPort/1
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.AutomaticPort/1 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.ConnectBinds/0
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.ConnectBinds/0 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.ConnectBinds/1
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.ConnectBinds/1 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.GetPeerName/0
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.GetPeerName/0 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.GetPeerName/1
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.GetPeerName/1 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.GetSendTimeout/0
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.GetSendTimeout/0 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.GetSendTimeout/1
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.GetSendTimeout/1 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.GetReceiveTimeout/0
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.GetReceiveTimeout/0 (0 ms)
|
||||||
|
[ RUN ] ProtocolTest/NetlinkTest.GetReceiveTimeout/1
|
||||||
|
[ OK ] ProtocolTest/NetlinkTest.GetReceiveTimeout/1 (0 ms)
|
||||||
|
[----------] 12 tests from ProtocolTest/NetlinkTest (0 ms total)
|
||||||
|
|
||||||
|
[----------] Global test environment tear-down
|
||||||
|
[==========] 12 tests from 1 test suite ran. (0 ms total)
|
||||||
|
[ PASSED ] 12 tests.
|
||||||
|
Failed to match any benchmarks against regex: .
|
Reference in New Issue
Block a user