mirror of
https://github.com/Vitus213/Dragonos-Syscall-logs.git
synced 2025-06-08 06:25:03 +00:00
Add test logs for group 14 (tests 140 to 149)
This commit is contained in:
parent
b519b7edb9
commit
bd3a7b3784
46
logs/group_14/signalfd_test.log
Normal file
46
logs/group_14/signalfd_test.log
Normal file
@ -0,0 +1,46 @@
|
||||
[==========] Running 17 tests from 2 test suites.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 3 tests from Signalfd
|
||||
[ RUN ] Signalfd.Cloexec
|
||||
[ OK ] Signalfd.Cloexec (0 ms)
|
||||
[ RUN ] Signalfd.Ppoll
|
||||
[ OK ] Signalfd.Ppoll (1000 ms)
|
||||
[ RUN ] Signalfd.KillStillKills
|
||||
[ OK ] Signalfd.KillStillKills (0 ms)
|
||||
[----------] 3 tests from Signalfd (1002 ms total)
|
||||
|
||||
[----------] 14 tests from Signalfd/SignalfdTest
|
||||
[ RUN ] Signalfd/SignalfdTest.Basic/kSigno
|
||||
[ OK ] Signalfd/SignalfdTest.Basic/kSigno (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.Basic/kSignoMax
|
||||
[ OK ] Signalfd/SignalfdTest.Basic/kSignoMax (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.MaskWorks/kSigno
|
||||
[ OK ] Signalfd/SignalfdTest.MaskWorks/kSigno (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.MaskWorks/kSignoMax
|
||||
[ OK ] Signalfd/SignalfdTest.MaskWorks/kSignoMax (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.Blocking/kSigno
|
||||
[ OK ] Signalfd/SignalfdTest.Blocking/kSigno (3 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.Blocking/kSignoMax
|
||||
[ OK ] Signalfd/SignalfdTest.Blocking/kSignoMax (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.ThreadGroup/kSigno
|
||||
[ OK ] Signalfd/SignalfdTest.ThreadGroup/kSigno (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.ThreadGroup/kSignoMax
|
||||
[ OK ] Signalfd/SignalfdTest.ThreadGroup/kSignoMax (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.Nonblock/kSigno
|
||||
[ OK ] Signalfd/SignalfdTest.Nonblock/kSigno (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.Nonblock/kSignoMax
|
||||
[ OK ] Signalfd/SignalfdTest.Nonblock/kSignoMax (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.SetMask/kSigno
|
||||
[ OK ] Signalfd/SignalfdTest.SetMask/kSigno (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.SetMask/kSignoMax
|
||||
[ OK ] Signalfd/SignalfdTest.SetMask/kSignoMax (0 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.Poll/kSigno
|
||||
[ OK ] Signalfd/SignalfdTest.Poll/kSigno (5000 ms)
|
||||
[ RUN ] Signalfd/SignalfdTest.Poll/kSignoMax
|
||||
[ OK ] Signalfd/SignalfdTest.Poll/kSignoMax (5000 ms)
|
||||
[----------] 14 tests from Signalfd/SignalfdTest (10004 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 17 tests from 2 test suites ran. (11007 ms total)
|
||||
[ PASSED ] 17 tests.
|
||||
Failed to match any benchmarks against regex: .
|
25
logs/group_14/sigprocmask_test.log
Normal file
25
logs/group_14/sigprocmask_test.log
Normal file
@ -0,0 +1,25 @@
|
||||
[==========] Running 8 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 8 tests from SigProcMaskTest
|
||||
[ RUN ] SigProcMaskTest.NullAddress
|
||||
[ OK ] SigProcMaskTest.NullAddress (0 ms)
|
||||
[ RUN ] SigProcMaskTest.BadAddress
|
||||
[ OK ] SigProcMaskTest.BadAddress (0 ms)
|
||||
[ RUN ] SigProcMaskTest.BadParameter
|
||||
[ OK ] SigProcMaskTest.BadParameter (0 ms)
|
||||
[ RUN ] SigProcMaskTest.GetMask
|
||||
[ OK ] SigProcMaskTest.GetMask (0 ms)
|
||||
[ RUN ] SigProcMaskTest.SetMask
|
||||
[ OK ] SigProcMaskTest.SetMask (0 ms)
|
||||
[ RUN ] SigProcMaskTest.BlockUnblock
|
||||
[ OK ] SigProcMaskTest.BlockUnblock (0 ms)
|
||||
[ RUN ] SigProcMaskTest.SignalHandler
|
||||
[ OK ] SigProcMaskTest.SignalHandler (0 ms)
|
||||
[ RUN ] SigProcMaskTest.AliasedSets
|
||||
[ OK ] SigProcMaskTest.AliasedSets (0 ms)
|
||||
[----------] 8 tests from SigProcMaskTest (0 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 8 tests from 1 test suite ran. (0 ms total)
|
||||
[ PASSED ] 8 tests.
|
||||
Failed to match any benchmarks against regex: .
|
13
logs/group_14/sigreturn_test.log
Normal file
13
logs/group_14/sigreturn_test.log
Normal file
@ -0,0 +1,13 @@
|
||||
[==========] Running 2 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 2 tests from SigIretTest
|
||||
[ RUN ] SigIretTest.CheckRcxR11
|
||||
[ OK ] SigIretTest.CheckRcxR11 (500 ms)
|
||||
[ RUN ] SigIretTest.BadHandler
|
||||
[ OK ] SigIretTest.BadHandler (1112 ms)
|
||||
[----------] 2 tests from SigIretTest (1613 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 2 tests from 1 test suite ran. (1613 ms total)
|
||||
[ PASSED ] 2 tests.
|
||||
Failed to match any benchmarks against regex: .
|
15
logs/group_14/sigstop_test.log
Normal file
15
logs/group_14/sigstop_test.log
Normal file
@ -0,0 +1,15 @@
|
||||
[==========] Running 3 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 3 tests from SigstopTest
|
||||
[ RUN ] SigstopTest.TimesAreRelativelyConsistent
|
||||
[ OK ] SigstopTest.TimesAreRelativelyConsistent (0 ms)
|
||||
[ RUN ] SigstopTest.Correctness
|
||||
[ OK ] SigstopTest.Correctness (30010 ms)
|
||||
[ RUN ] SigstopTest.RestartSyscall
|
||||
[ OK ] SigstopTest.RestartSyscall (15000 ms)
|
||||
[----------] 3 tests from SigstopTest (45010 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 3 tests from 1 test suite ran. (45010 ms total)
|
||||
[ PASSED ] 3 tests.
|
||||
Failed to match any benchmarks against regex: .
|
31
logs/group_14/sigtimedwait_test.log
Normal file
31
logs/group_14/sigtimedwait_test.log
Normal file
@ -0,0 +1,31 @@
|
||||
[==========] Running 11 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 11 tests from SigtimedwaitTest
|
||||
[ RUN ] SigtimedwaitTest.InvalidTimeout
|
||||
[ OK ] SigtimedwaitTest.InvalidTimeout (0 ms)
|
||||
[ RUN ] SigtimedwaitTest.AlarmReturnsAlarm
|
||||
[ OK ] SigtimedwaitTest.AlarmReturnsAlarm (12000 ms)
|
||||
[ RUN ] SigtimedwaitTest.NullTimeoutReturnsEINTR
|
||||
[ OK ] SigtimedwaitTest.NullTimeoutReturnsEINTR (12000 ms)
|
||||
[ RUN ] SigtimedwaitTest.LegitTimeoutReturnsEAGAIN
|
||||
[ OK ] SigtimedwaitTest.LegitTimeoutReturnsEAGAIN (1000 ms)
|
||||
[ RUN ] SigtimedwaitTest.ZeroTimeoutReturnsEAGAIN
|
||||
[ OK ] SigtimedwaitTest.ZeroTimeoutReturnsEAGAIN (0 ms)
|
||||
[ RUN ] SigtimedwaitTest.KillGeneratedSIGCHLD
|
||||
[ OK ] SigtimedwaitTest.KillGeneratedSIGCHLD (0 ms)
|
||||
[ RUN ] SigtimedwaitTest.ChildExitGeneratedSIGCHLD
|
||||
[ OK ] SigtimedwaitTest.ChildExitGeneratedSIGCHLD (0 ms)
|
||||
[ RUN ] SigtimedwaitTest.ChildExitGeneratedSIGCHLDWithHandler
|
||||
[ OK ] SigtimedwaitTest.ChildExitGeneratedSIGCHLDWithHandler (0 ms)
|
||||
[ RUN ] SigtimedwaitTest.SIGKILLUncaught
|
||||
[ OK ] SigtimedwaitTest.SIGKILLUncaught (2000 ms)
|
||||
[ RUN ] SigtimedwaitTest.IgnoredUnmaskedSignal
|
||||
[ OK ] SigtimedwaitTest.IgnoredUnmaskedSignal (5000 ms)
|
||||
[ RUN ] SigtimedwaitTest.IgnoredMaskedSignal
|
||||
[ OK ] SigtimedwaitTest.IgnoredMaskedSignal (2000 ms)
|
||||
[----------] 11 tests from SigtimedwaitTest (34003 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 11 tests from 1 test suite ran. (34003 ms total)
|
||||
[ PASSED ] 11 tests.
|
||||
Failed to match any benchmarks against regex: .
|
63
logs/group_14/socket_abstract_non_blocking_test.log
Normal file
63
logs/group_14/socket_abstract_non_blocking_test.log
Normal file
@ -0,0 +1,63 @@
|
||||
[==========] Running 18 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 18 tests from NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/0
|
||||
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/0 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/1
|
||||
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/1 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/2
|
||||
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/2 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/3
|
||||
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/3 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/4
|
||||
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/4 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/5
|
||||
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.ReadNothingAvailable/5 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/0
|
||||
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/0 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/1
|
||||
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/1 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/2
|
||||
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/2 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/3
|
||||
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/3 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/4
|
||||
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/4 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/5
|
||||
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvNothingAvailable/5 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/0
|
||||
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/0 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/1
|
||||
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/1 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/2
|
||||
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/2 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/3
|
||||
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/3 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/4
|
||||
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/4 (0 ms)
|
||||
[ RUN ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/5
|
||||
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
|
||||
[ OK ] NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest.RecvMsgNothingAvailable/5 (0 ms)
|
||||
[----------] 18 tests from NonBlockingAbstractUnixSockets/NonBlockingSocketPairTest (1 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 18 tests from 1 test suite ran. (2 ms total)
|
||||
[ PASSED ] 18 tests.
|
||||
Failed to match any benchmarks against regex: .
|
4316
logs/group_14/socket_abstract_test.log
Normal file
4316
logs/group_14/socket_abstract_test.log
Normal file
File diff suppressed because it is too large
Load Diff
172
logs/group_14/socket_bind_to_device_distribution_test.log
Normal file
172
logs/group_14/socket_bind_to_device_distribution_test.log
Normal file
@ -0,0 +1,172 @@
|
||||
[==========] Running 16 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 16 tests from BindToDeviceTest/BindToDeviceDistributionTest
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/0
|
||||
Testing case: Even distribution among sockets not bound to device, listener=V4Any, connector=V4Loopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/0, where GetParam() = (336-byte object <98-CC 27-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <D0-BF 27-CB 96-61 00-00 33-00 00-00 00-00 00-00 33-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/1
|
||||
Testing case: Sockets bound to other interfaces get no packets, listener=V4Any, connector=V4Loopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/1, where GetParam() = (336-byte object <48-E1 27-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <60-CF 27-CB 96-61 00-00 30-00 00-00 00-00 00-00 30-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 D0-C0 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/2
|
||||
Testing case: Bound has priority over unbound, listener=V4Any, connector=V4Loopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/2, where GetParam() = (336-byte object <48-E8 27-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <70-CE 27-CB 96-61 00-00 1F-00 00-00 00-00 00-00 1F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/3
|
||||
Testing case: Even distribution among sockets bound to device, listener=V4Any, connector=V4Loopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/3, where GetParam() = (336-byte object <18-EF 27-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <D0-BF 27-CB 96-61 00-00 2F-00 00-00 00-00 00-00 2F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 D0-C0 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/4
|
||||
Testing case: Even distribution among sockets not bound to device, listener=V4Loopback, connector=V4MappedLoopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/4, where GetParam() = (336-byte object <48-F6 27-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <90-DE 27-CB 96-61 00-00 33-00 00-00 00-00 00-00 33-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/5
|
||||
Testing case: Sockets bound to other interfaces get no packets, listener=V4Loopback, connector=V4MappedLoopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/5, where GetParam() = (336-byte object <98-FD 27-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <D0-BF 27-CB 96-61 00-00 30-00 00-00 00-00 00-00 30-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 D0-C0 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/6
|
||||
Testing case: Bound has priority over unbound, listener=V4Loopback, connector=V4MappedLoopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/6, where GetParam() = (336-byte object <D8-04 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <D0-CE 27-CB 96-61 00-00 1F-00 00-00 00-00 00-00 1F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/7
|
||||
Testing case: Even distribution among sockets bound to device, listener=V4Loopback, connector=V4MappedLoopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/7, where GetParam() = (336-byte object <C8-0B 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <90-DE 27-CB 96-61 00-00 2F-00 00-00 00-00 00-00 2F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 D0-C0 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/0
|
||||
Testing case: Even distribution among sockets not bound to device, listener=V4Any, connector=V4Loopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/0, where GetParam() = (336-byte object <C8-0B 28-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <00-FD 27-CB 96-61 00-00 33-00 00-00 00-00 00-00 33-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/1
|
||||
Testing case: Sockets bound to other interfaces get no packets, listener=V4Any, connector=V4Loopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/1, where GetParam() = (336-byte object <C8-19 28-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <50-12 28-CB 96-61 00-00 30-00 00-00 00-00 00-00 30-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/2
|
||||
Testing case: Bound has priority over unbound, listener=V4Any, connector=V4Loopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/2, where GetParam() = (336-byte object <E8-1F 28-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <C0-C6 27-CB 96-61 00-00 1F-00 00-00 00-00 00-00 1F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/3
|
||||
Testing case: Even distribution among sockets bound to device, listener=V4Any, connector=V4Loopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/3, where GetParam() = (336-byte object <18-26 28-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <00-FD 27-CB 96-61 00-00 2F-00 00-00 00-00 00-00 2F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/4
|
||||
Testing case: Even distribution among sockets not bound to device, listener=V4Loopback, connector=V4MappedLoopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/4, where GetParam() = (336-byte object <78-2C 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <30-B5 27-CB 96-61 00-00 33-00 00-00 00-00 00-00 33-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/5
|
||||
Testing case: Sockets bound to other interfaces get no packets, listener=V4Loopback, connector=V4MappedLoopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/5, where GetParam() = (336-byte object <88-33 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <00-FD 27-CB 96-61 00-00 30-00 00-00 00-00 00-00 30-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/6
|
||||
Testing case: Bound has priority over unbound, listener=V4Loopback, connector=V4MappedLoopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/6, where GetParam() = (336-byte object <98-3A 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <80-C3 27-CB 96-61 00-00 1F-00 00-00 00-00 00-00 1F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00>) (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/7
|
||||
Testing case: Even distribution among sockets bound to device, listener=V4Loopback, connector=V4MappedLoopback
|
||||
test/syscalls/linux/socket_bind_to_device_distribution.cc:75: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_distribution.cc", 75, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/7, where GetParam() = (336-byte object <88-41 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <30-B5 27-CB 96-61 00-00 2F-00 00-00 00-00 00-00 2F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>) (0 ms)
|
||||
[----------] 16 tests from BindToDeviceTest/BindToDeviceDistributionTest (1 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 16 tests from 1 test suite ran. (1 ms total)
|
||||
[ PASSED ] 0 tests.
|
||||
[ FAILED ] 16 tests, listed below:
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/0, where GetParam() = (336-byte object <98-CC 27-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <D0-BF 27-CB 96-61 00-00 33-00 00-00 00-00 00-00 33-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/1, where GetParam() = (336-byte object <48-E1 27-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <60-CF 27-CB 96-61 00-00 30-00 00-00 00-00 00-00 30-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 D0-C0 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/2, where GetParam() = (336-byte object <48-E8 27-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <70-CE 27-CB 96-61 00-00 1F-00 00-00 00-00 00-00 1F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/3, where GetParam() = (336-byte object <18-EF 27-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <D0-BF 27-CB 96-61 00-00 2F-00 00-00 00-00 00-00 2F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 D0-C0 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/4, where GetParam() = (336-byte object <48-F6 27-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <90-DE 27-CB 96-61 00-00 33-00 00-00 00-00 00-00 33-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/5, where GetParam() = (336-byte object <98-FD 27-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <D0-BF 27-CB 96-61 00-00 30-00 00-00 00-00 00-00 30-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 D0-C0 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/6, where GetParam() = (336-byte object <D8-04 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <D0-CE 27-CB 96-61 00-00 1F-00 00-00 00-00 00-00 1F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Tcp/7, where GetParam() = (336-byte object <C8-0B 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <90-DE 27-CB 96-61 00-00 2F-00 00-00 00-00 00-00 2F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 D0-C0 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00 48-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/0, where GetParam() = (336-byte object <C8-0B 28-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <00-FD 27-CB 96-61 00-00 33-00 00-00 00-00 00-00 33-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/1, where GetParam() = (336-byte object <C8-19 28-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <50-12 28-CB 96-61 00-00 30-00 00-00 00-00 00-00 30-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/2, where GetParam() = (336-byte object <E8-1F 28-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <C0-C6 27-CB 96-61 00-00 1F-00 00-00 00-00 00-00 1F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/3, where GetParam() = (336-byte object <18-26 28-CB 96-61 00-00 05-00 00-00 00-00 00-00 56-34 41-6E 79-00 00-00 00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00>, 56-byte object <00-FD 27-CB 96-61 00-00 2F-00 00-00 00-00 00-00 2F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/4, where GetParam() = (336-byte object <78-2C 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <30-B5 27-CB 96-61 00-00 33-00 00-00 00-00 00-00 33-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/5, where GetParam() = (336-byte object <88-33 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <00-FD 27-CB 96-61 00-00 30-00 00-00 00-00 00-00 30-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/6, where GetParam() = (336-byte object <98-3A 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <80-C3 27-CB 96-61 00-00 1F-00 00-00 00-00 00-00 1F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 10-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00 88-C0 27-CB 96-61 00-00>)
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceDistributionTest.Udp/7, where GetParam() = (336-byte object <88-41 28-CB 96-61 00-00 0A-00 00-00 00-00 00-00 56-34 4C-6F 6F-70 62-61 63-6B 00-00 00-00 00-00 02-00 00-00 7F-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 1C-00 00-00 00-00 00-00>, 56-byte object <30-B5 27-CB 96-61 00-00 2F-00 00-00 00-00 00-00 2F-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 50-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00 C8-C1 27-CB 96-61 00-00>)
|
||||
|
||||
16 FAILED TESTS
|
||||
Failed to match any benchmarks against regex: .
|
432
logs/group_14/socket_bind_to_device_sequence_test.log
Normal file
432
logs/group_14/socket_bind_to_device_sequence_test.log
Normal file
@ -0,0 +1,432 @@
|
||||
[==========] Running 42 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 42 tests from BindToDeviceTest/BindToDeviceSequenceTest
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithDeviceFails/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithDeviceFails/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithDeviceFails/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithDeviceFails/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDevice/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDevice/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDeviceAndThenWithoutDevice/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDeviceAndThenWithoutDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDeviceAndThenWithoutDevice/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDeviceAndThenWithoutDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithoutDevice/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithoutDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithoutDevice/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithoutDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithDevice/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithDevice/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuse/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuse/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuse/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuse/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindingWithReuseAndDevice/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindingWithReuseAndDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindingWithReuseAndDevice/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindingWithReuseAndDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.MixingReuseAndNotReuseByBindingToDevice/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.MixingReuseAndNotReuseByBindingToDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.MixingReuseAndNotReuseByBindingToDevice/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.MixingReuseAndNotReuseByBindingToDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAndNotReuse/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAndNotReuse/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAndNotReuse/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAndNotReuse/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndRelease/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndRelease/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndRelease/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndRelease/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithReuseOnce/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithReuseOnce/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithReuseOnce/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithReuseOnce/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuseAddr/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuseAddr/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAddrAndNotReuseAddr/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAddrAndNotReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAddrAndNotReuseAddr/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAddrAndNotReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReusePort/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReusePort/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReusePort/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReusePort/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReuseAddr/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReuseAddr/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReusePort/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReusePort/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReusePort/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReusePort/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReuseAddr/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReuseAddr/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindReusePortThenReuseAddrReusePort/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReusePortThenReuseAddrReusePort/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindReusePortThenReuseAddrReusePort/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReusePortThenReuseAddrReusePort/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddr/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddr/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddrReusePortThenReuseAddr/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddrReusePortThenReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddrReusePortThenReuseAddr/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddrReusePortThenReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndReleaseDifferentDevice/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndReleaseDifferentDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndReleaseDifferentDevice/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device_sequence.cc:56: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device_sequence.cc", 56, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndReleaseDifferentDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00> (0 ms)
|
||||
[----------] 42 tests from BindToDeviceTest/BindToDeviceSequenceTest (2 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 42 tests from 1 test suite ran. (2 ms total)
|
||||
[ PASSED ] 0 tests.
|
||||
[ FAILED ] 42 tests, listed below:
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithDeviceFails/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithDeviceFails/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDeviceAndThenWithoutDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindToDeviceAndThenWithoutDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithoutDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithoutDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuse/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuse/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindingWithReuseAndDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindingWithReuseAndDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.MixingReuseAndNotReuseByBindingToDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.MixingReuseAndNotReuseByBindingToDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAndNotReuse/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAndNotReuse/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndRelease/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndRelease/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithReuseOnce/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindTwiceWithReuseOnce/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindWithReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAddrAndNotReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.CannotBindTo0AfterMixingReuseAddrAndNotReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReusePort/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReusePort/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrReusePortThenReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReusePort/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReusePort/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindDoubleReuseAddrReusePortThenReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReusePortThenReuseAddrReusePort/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReusePortThenReuseAddrReusePort/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddrReusePortThenReuseAddr/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindReuseAddrThenReuseAddrReusePortThenReuseAddr/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndReleaseDifferentDevice/0, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceSequenceTest.BindAndReleaseDifferentDevice/1, where GetParam() = 80-byte object <E0-4D 49-E0 35-62 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 D3-72 6D-B0 35-62 00-00 9B-72 6D-B0 35-62 00-00>
|
||||
|
||||
42 FAILED TESTS
|
||||
Failed to match any benchmarks against regex: .
|
172
logs/group_14/socket_bind_to_device_test.log
Normal file
172
logs/group_14/socket_bind_to_device_test.log
Normal file
@ -0,0 +1,172 @@
|
||||
[==========] Running 16 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 16 tests from BindToDeviceTest/BindToDeviceTest
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.GetsockoptDefault/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.GetsockoptDefault/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.GetsockoptDefault/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.GetsockoptDefault/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptInvalidDeviceName/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptInvalidDeviceName/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptInvalidDeviceName/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptInvalidDeviceName/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithoutNullTermination/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithoutNullTermination/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithoutNullTermination/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithoutNullTermination/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithNullTermination/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithNullTermination/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithNullTermination/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithNullTermination/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenInvalid/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenInvalid/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenInvalid/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenInvalid/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClear/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClear/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClear/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClear/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClearWithNull/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClearWithNull/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClearWithNull/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClearWithNull/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.GetsockoptDevice/0
|
||||
Testing case: IPv4 UDP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.GetsockoptDevice/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[ RUN ] BindToDeviceTest/BindToDeviceTest.GetsockoptDevice/1
|
||||
Testing case: IPv4 TCP socket
|
||||
test/syscalls/linux/socket_bind_to_device.cc:52: Failure
|
||||
Value of: ({ auto _expr_result = (HaveCapability(13)); switch (0) case 0: default: if (const ::testing::AssertionResult gtest_ar = (::testing::internal::MakePredicateFormatterFromMatcher(IsPosixErrorOkMatcher())("_expr_result", _expr_result))) ; else return ::testing::internal::AssertHelper(::testing::TestPartResult::kFatalFailure, "test/syscalls/linux/socket_bind_to_device.cc", 52, gtest_ar.failure_message()) = ::testing::Message(); std::move(_expr_result).ValueOrDie(); })
|
||||
Actual: false
|
||||
Expected: true
|
||||
CAP_NET_RAW is required to use SO_BINDTODEVICE
|
||||
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.GetsockoptDevice/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00> (0 ms)
|
||||
[----------] 16 tests from BindToDeviceTest/BindToDeviceTest (1 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 16 tests from 1 test suite ran. (1 ms total)
|
||||
[ PASSED ] 0 tests.
|
||||
[ FAILED ] 16 tests, listed below:
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.GetsockoptDefault/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.GetsockoptDefault/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptInvalidDeviceName/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptInvalidDeviceName/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithoutNullTermination/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithoutNullTermination/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithNullTermination/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidDeviceNameWithNullTermination/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenInvalid/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenInvalid/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClear/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClear/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClearWithNull/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.SetsockoptValidThenClearWithNull/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.GetsockoptDevice/0, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-55 44-50 20-73 6F-63 6B-65 74-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 02-00 00-00 02-00 00-00 11-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
[ FAILED ] BindToDeviceTest/BindToDeviceTest.GetsockoptDevice/1, where GetParam() = 80-byte object <90-88 73-C1 17-5D 00-00 0F-00 00-00 00-00 00-00 49-50 76-34 20-54 43-50 20-73 6F-63 6B-65 74-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 02-00 00-00 01-00 00-00 06-00 00-00 00-00 00-00 AF-C8 17-BE 17-5D 00-00 77-C8 17-BE 17-5D 00-00>
|
||||
|
||||
16 FAILED TESTS
|
||||
Failed to match any benchmarks against regex: .
|
Loading…
x
Reference in New Issue
Block a user