mirror of
https://github.com/Vitus213/Dragonos-Syscall-logs.git
synced 2025-06-08 06:25:03 +00:00
Add test logs for group 11 (tests 110 to 119)
This commit is contained in:
parent
a0e135c191
commit
8d17270ee0
57
logs/group_11/proc_pid_uid_gid_map_test.log
Normal file
57
logs/group_11/proc_pid_uid_gid_map_test.log
Normal file
@ -0,0 +1,57 @@
|
||||
[==========] Running 14 tests from 2 test suites.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 10 tests from All/ProcSelfUidGidMapTest
|
||||
[ RUN ] All/ProcSelfUidGidMapTest.IsInitiallyEmpty/UID
|
||||
[ OK ] All/ProcSelfUidGidMapTest.IsInitiallyEmpty/UID (0 ms)
|
||||
[ RUN ] All/ProcSelfUidGidMapTest.IsInitiallyEmpty/GID
|
||||
[ OK ] All/ProcSelfUidGidMapTest.IsInitiallyEmpty/GID (0 ms)
|
||||
[ RUN ] All/ProcSelfUidGidMapTest.IdentityMapOwnID/UID
|
||||
[ OK ] All/ProcSelfUidGidMapTest.IdentityMapOwnID/UID (0 ms)
|
||||
[ RUN ] All/ProcSelfUidGidMapTest.IdentityMapOwnID/GID
|
||||
[ OK ] All/ProcSelfUidGidMapTest.IdentityMapOwnID/GID (0 ms)
|
||||
[ RUN ] All/ProcSelfUidGidMapTest.TrailingNewlineAndNULIgnored/UID
|
||||
[ OK ] All/ProcSelfUidGidMapTest.TrailingNewlineAndNULIgnored/UID (0 ms)
|
||||
[ RUN ] All/ProcSelfUidGidMapTest.TrailingNewlineAndNULIgnored/GID
|
||||
[ OK ] All/ProcSelfUidGidMapTest.TrailingNewlineAndNULIgnored/GID (0 ms)
|
||||
[ RUN ] All/ProcSelfUidGidMapTest.NonIdentityMapOwnID/UID
|
||||
[ OK ] All/ProcSelfUidGidMapTest.NonIdentityMapOwnID/UID (0 ms)
|
||||
[ RUN ] All/ProcSelfUidGidMapTest.NonIdentityMapOwnID/GID
|
||||
[ OK ] All/ProcSelfUidGidMapTest.NonIdentityMapOwnID/GID (0 ms)
|
||||
[ RUN ] All/ProcSelfUidGidMapTest.MapOtherID/UID
|
||||
[ OK ] All/ProcSelfUidGidMapTest.MapOtherID/UID (0 ms)
|
||||
[ RUN ] All/ProcSelfUidGidMapTest.MapOtherID/GID
|
||||
[ OK ] All/ProcSelfUidGidMapTest.MapOtherID/GID (0 ms)
|
||||
[----------] 10 tests from All/ProcSelfUidGidMapTest (4 ms total)
|
||||
|
||||
[----------] 4 tests from All/ProcPidUidGidMapTest
|
||||
[ RUN ] All/ProcPidUidGidMapTest.MapOtherIDPrivileged/UID
|
||||
test/syscalls/linux/proc_pid_uid_gid_map.cc:267: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveSetIDCapability())
|
||||
|
||||
[ SKIPPED ] All/ProcPidUidGidMapTest.MapOtherIDPrivileged/UID (0 ms)
|
||||
[ RUN ] All/ProcPidUidGidMapTest.MapOtherIDPrivileged/GID
|
||||
test/syscalls/linux/proc_pid_uid_gid_map.cc:267: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveSetIDCapability())
|
||||
|
||||
[ SKIPPED ] All/ProcPidUidGidMapTest.MapOtherIDPrivileged/GID (0 ms)
|
||||
[ RUN ] All/ProcPidUidGidMapTest.MapAnyIDsPrivileged/UID
|
||||
test/syscalls/linux/proc_pid_uid_gid_map.cc:286: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveSetIDCapability())
|
||||
|
||||
[ SKIPPED ] All/ProcPidUidGidMapTest.MapAnyIDsPrivileged/UID (0 ms)
|
||||
[ RUN ] All/ProcPidUidGidMapTest.MapAnyIDsPrivileged/GID
|
||||
test/syscalls/linux/proc_pid_uid_gid_map.cc:286: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveSetIDCapability())
|
||||
|
||||
[ SKIPPED ] All/ProcPidUidGidMapTest.MapAnyIDsPrivileged/GID (0 ms)
|
||||
[----------] 4 tests from All/ProcPidUidGidMapTest (0 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 14 tests from 2 test suites ran. (5 ms total)
|
||||
[ PASSED ] 10 tests.
|
||||
[ SKIPPED ] 4 tests, listed below:
|
||||
[ SKIPPED ] All/ProcPidUidGidMapTest.MapOtherIDPrivileged/UID
|
||||
[ SKIPPED ] All/ProcPidUidGidMapTest.MapOtherIDPrivileged/GID
|
||||
[ SKIPPED ] All/ProcPidUidGidMapTest.MapAnyIDsPrivileged/UID
|
||||
[ SKIPPED ] All/ProcPidUidGidMapTest.MapAnyIDsPrivileged/GID
|
||||
Failed to match any benchmarks against regex: .
|
1051
logs/group_11/proc_test.log
Normal file
1051
logs/group_11/proc_test.log
Normal file
File diff suppressed because it is too large
Load Diff
31
logs/group_11/pselect_test.log
Normal file
31
logs/group_11/pselect_test.log
Normal file
@ -0,0 +1,31 @@
|
||||
[==========] Running 11 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 11 tests from PselectTest
|
||||
[ RUN ] PselectTest.NullFds
|
||||
[ OK ] PselectTest.NullFds (20 ms)
|
||||
[ RUN ] PselectTest.ClosedFds
|
||||
[ OK ] PselectTest.ClosedFds (0 ms)
|
||||
[ RUN ] PselectTest.ZeroTimeout
|
||||
[ OK ] PselectTest.ZeroTimeout (0 ms)
|
||||
[ RUN ] PselectTest.NoTimeout
|
||||
[ OK ] PselectTest.NoTimeout (100 ms)
|
||||
[ RUN ] PselectTest.InvalidTimeoutNegative
|
||||
[ OK ] PselectTest.InvalidTimeoutNegative (0 ms)
|
||||
[ RUN ] PselectTest.InvalidTimeoutNotNormalized
|
||||
[ OK ] PselectTest.InvalidTimeoutNotNormalized (0 ms)
|
||||
[ RUN ] PselectTest.EmptySigMaskInvalidMaskSize
|
||||
[ OK ] PselectTest.EmptySigMaskInvalidMaskSize (0 ms)
|
||||
[ RUN ] PselectTest.EmptySigMaskValidMaskSize
|
||||
[ OK ] PselectTest.EmptySigMaskValidMaskSize (0 ms)
|
||||
[ RUN ] PselectTest.InvalidMaskSize
|
||||
[ OK ] PselectTest.InvalidMaskSize (0 ms)
|
||||
[ RUN ] PselectTest.SignalMaskBlocksSignal
|
||||
[ OK ] PselectTest.SignalMaskBlocksSignal (30024 ms)
|
||||
[ RUN ] PselectTest.SignalMaskAllowsSignal
|
||||
[ OK ] PselectTest.SignalMaskAllowsSignal (10000 ms)
|
||||
[----------] 11 tests from PselectTest (40145 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 11 tests from 1 test suite ran. (40145 ms total)
|
||||
[ PASSED ] 11 tests.
|
||||
Failed to match any benchmarks against regex: .
|
57
logs/group_11/ptrace_test.log
Normal file
57
logs/group_11/ptrace_test.log
Normal file
@ -0,0 +1,57 @@
|
||||
[==========] Running 33 tests from 2 test suites.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 31 tests from PtraceTest
|
||||
[ RUN ] PtraceTest.AttachSelf
|
||||
[ OK ] PtraceTest.AttachSelf (0 ms)
|
||||
[ RUN ] PtraceTest.AttachSameThreadGroup
|
||||
[ OK ] PtraceTest.AttachSameThreadGroup (0 ms)
|
||||
[ RUN ] PtraceTest.TraceParentNotAllowed
|
||||
[ OK ] PtraceTest.TraceParentNotAllowed (0 ms)
|
||||
[ RUN ] PtraceTest.TraceNonDescendantNotAllowed
|
||||
[ OK ] PtraceTest.TraceNonDescendantNotAllowed (0 ms)
|
||||
[ RUN ] PtraceTest.TraceNonDescendantWithCapabilityAllowed
|
||||
test/syscalls/linux/ptrace.cc:302: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_PTRACE))
|
||||
|
||||
[ SKIPPED ] PtraceTest.TraceNonDescendantWithCapabilityAllowed (0 ms)
|
||||
[ RUN ] PtraceTest.TraceDescendantsAllowed
|
||||
[ OK ] PtraceTest.TraceDescendantsAllowed (2 ms)
|
||||
[ RUN ] PtraceTest.PrctlSetPtracerInvalidPID
|
||||
[ OK ] PtraceTest.PrctlSetPtracerInvalidPID (0 ms)
|
||||
[ RUN ] PtraceTest.PrctlSetPtracer
|
||||
[ OK ] PtraceTest.PrctlSetPtracer (2 ms)
|
||||
[ RUN ] PtraceTest.PrctlSetPtracerPersistsPastTraceeThreadExit
|
||||
[ OK ] PtraceTest.PrctlSetPtracerPersistsPastTraceeThreadExit (1 ms)
|
||||
[ RUN ] PtraceTest.PrctlSetPtracerPersistsPastLeaderExec
|
||||
[ OK ] PtraceTest.PrctlSetPtracerPersistsPastLeaderExec (1 ms)
|
||||
[ RUN ] PtraceTest.PrctlSetPtracerDoesNotPersistPastNonLeaderExec
|
||||
[ OK ] PtraceTest.PrctlSetPtracerDoesNotPersistPastNonLeaderExec (3 ms)
|
||||
[ RUN ] PtraceTest.PrctlSetPtracerDoesNotPersistPastTracerThreadExit
|
||||
[ OK ] PtraceTest.PrctlSetPtracerDoesNotPersistPastTracerThreadExit (102 ms)
|
||||
[ RUN ] PtraceTest.PrctlSetPtracerRespectsTracerThreadID
|
||||
[ OK ] PtraceTest.PrctlSetPtracerRespectsTracerThreadID (5 ms)
|
||||
[ RUN ] PtraceTest.PrctlClearPtracerDoesNotAffectCurrentTracer
|
||||
[ OK ] PtraceTest.PrctlClearPtracerDoesNotAffectCurrentTracer (0 ms)
|
||||
[ RUN ] PtraceTest.PrctlNotInherited
|
||||
[ OK ] PtraceTest.PrctlNotInherited (0 ms)
|
||||
[ RUN ] PtraceTest.AttachParent_PeekData_PokeData_SignalSuppression
|
||||
[ OK ] PtraceTest.AttachParent_PeekData_PokeData_SignalSuppression (1 ms)
|
||||
[ RUN ] PtraceTest.GetSigMask
|
||||
[ OK ] PtraceTest.GetSigMask (0 ms)
|
||||
[ RUN ] PtraceTest.GetSiginfo_SetSiginfo_SignalInjection
|
||||
[ OK ] PtraceTest.GetSiginfo_SetSiginfo_SignalInjection (0 ms)
|
||||
[ RUN ] PtraceTest.SIGKILLDoesNotCauseSignalDeliveryStop
|
||||
[ OK ] PtraceTest.SIGKILLDoesNotCauseSignalDeliveryStop (0 ms)
|
||||
[ RUN ] PtraceTest.PtraceKill
|
||||
[ OK ] PtraceTest.PtraceKill (0 ms)
|
||||
[ RUN ] PtraceTest.GetRegSet
|
||||
[ OK ] PtraceTest.GetRegSet (0 ms)
|
||||
[ RUN ] PtraceTest.ChangeRegSetInOptSyscall
|
||||
[ OK ] PtraceTest.ChangeRegSetInOptSyscall (0 ms)
|
||||
[ RUN ] PtraceTest.AttachingConvertsGroupStopToPtraceStop
|
||||
[ OK ] PtraceTest.AttachingConvertsGroupStopToPtraceStop (0 ms)
|
||||
[ RUN ] PtraceTest.ExitWhenParentIsNotTracer_Syscall_TraceVfork_TraceVforkDone
|
||||
[ OK ] PtraceTest.ExitWhenParentIsNotTracer_Syscall_TraceVfork_TraceVforkDone (2001 ms)
|
||||
[ RUN ] PtraceTest.Int3
|
||||
GVISOR_PLATFORM_SUPPORT variable undefined
|
||||
Check failed: false
|
16
logs/group_11/pty_root_test.log
Normal file
16
logs/group_11/pty_root_test.log
Normal file
@ -0,0 +1,16 @@
|
||||
[==========] Running 1 test from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 1 test from JobControlRootTest
|
||||
[ RUN ] JobControlRootTest.StealTTY
|
||||
test/syscalls/linux/pty_root.cc:35: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN))
|
||||
|
||||
[ SKIPPED ] JobControlRootTest.StealTTY (0 ms)
|
||||
[----------] 1 test from JobControlRootTest (0 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 1 test from 1 test suite ran. (0 ms total)
|
||||
[ PASSED ] 0 tests.
|
||||
[ SKIPPED ] 1 test, listed below:
|
||||
[ SKIPPED ] JobControlRootTest.StealTTY
|
||||
Failed to match any benchmarks against regex: .
|
203
logs/group_11/pty_test.log
Normal file
203
logs/group_11/pty_test.log
Normal file
@ -0,0 +1,203 @@
|
||||
[==========] Running 84 tests from 4 test suites.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 1 test from PtyTrunc
|
||||
[ RUN ] PtyTrunc.Truncate
|
||||
[ OK ] PtyTrunc.Truncate (0 ms)
|
||||
[----------] 1 test from PtyTrunc (0 ms total)
|
||||
|
||||
[----------] 11 tests from BasicPtyTest
|
||||
[ RUN ] BasicPtyTest.StatUnopenedMaster
|
||||
[ OK ] BasicPtyTest.StatUnopenedMaster (0 ms)
|
||||
[ RUN ] BasicPtyTest.OpenMasterReplica
|
||||
[ OK ] BasicPtyTest.OpenMasterReplica (0 ms)
|
||||
[ RUN ] BasicPtyTest.OpenSetsControllingTTY
|
||||
[ OK ] BasicPtyTest.OpenSetsControllingTTY (0 ms)
|
||||
[ RUN ] BasicPtyTest.OpenMasterDoesNotSetsControllingTTY
|
||||
[ OK ] BasicPtyTest.OpenMasterDoesNotSetsControllingTTY (0 ms)
|
||||
[ RUN ] BasicPtyTest.OpenNOCTTY
|
||||
[ OK ] BasicPtyTest.OpenNOCTTY (0 ms)
|
||||
[ RUN ] BasicPtyTest.ReplicaEntryGoneAfterMasterClose
|
||||
[ OK ] BasicPtyTest.ReplicaEntryGoneAfterMasterClose (0 ms)
|
||||
[ RUN ] BasicPtyTest.Getdents
|
||||
[ OK ] BasicPtyTest.Getdents (0 ms)
|
||||
[ RUN ] BasicPtyTest.NewInstance
|
||||
test/syscalls/linux/pty.cc:605: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN))
|
||||
|
||||
[ SKIPPED ] BasicPtyTest.NewInstance (0 ms)
|
||||
[ RUN ] BasicPtyTest.SetMode
|
||||
test/syscalls/linux/pty.cc:627: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN))
|
||||
|
||||
[ SKIPPED ] BasicPtyTest.SetMode (0 ms)
|
||||
[ RUN ] BasicPtyTest.OpenDevTTY
|
||||
test/syscalls/linux/pty.cc:645: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN))
|
||||
|
||||
[ SKIPPED ] BasicPtyTest.OpenDevTTY (0 ms)
|
||||
[ RUN ] BasicPtyTest.OpenDevTTYNoCTTY
|
||||
[ OK ] BasicPtyTest.OpenDevTTYNoCTTY (0 ms)
|
||||
[----------] 11 tests from BasicPtyTest (0 ms total)
|
||||
|
||||
[----------] 47 tests from PtyTest
|
||||
[ RUN ] PtyTest.ReplicaCloseNotify
|
||||
[ OK ] PtyTest.ReplicaCloseNotify (200 ms)
|
||||
[ RUN ] PtyTest.WriteMasterToReplica
|
||||
[ OK ] PtyTest.WriteMasterToReplica (0 ms)
|
||||
[ RUN ] PtyTest.WriteReplicaToMaster
|
||||
[ OK ] PtyTest.WriteReplicaToMaster (0 ms)
|
||||
[ RUN ] PtyTest.WriteReplicaToMasterReadAfterReplicaClosed
|
||||
[ OK ] PtyTest.WriteReplicaToMasterReadAfterReplicaClosed (0 ms)
|
||||
[ RUN ] PtyTest.WriteInvalidUTF8
|
||||
[ OK ] PtyTest.WriteInvalidUTF8 (0 ms)
|
||||
[ RUN ] PtyTest.DefaultTermios
|
||||
[ OK ] PtyTest.DefaultTermios (0 ms)
|
||||
[ RUN ] PtyTest.TermiosAffectsReplica
|
||||
[ OK ] PtyTest.TermiosAffectsReplica (0 ms)
|
||||
[ RUN ] PtyTest.MasterTermiosUnchangable
|
||||
[ OK ] PtyTest.MasterTermiosUnchangable (0 ms)
|
||||
[ RUN ] PtyTest.TermiosICRNL
|
||||
[ OK ] PtyTest.TermiosICRNL (0 ms)
|
||||
[ RUN ] PtyTest.TermiosONLCR
|
||||
[ OK ] PtyTest.TermiosONLCR (0 ms)
|
||||
[ RUN ] PtyTest.TCSETSFTermiosICRNL
|
||||
[ OK ] PtyTest.TCSETSFTermiosICRNL (0 ms)
|
||||
[ RUN ] PtyTest.TCSETSFTermiosONLCR
|
||||
[ OK ] PtyTest.TCSETSFTermiosONLCR (0 ms)
|
||||
[ RUN ] PtyTest.TermiosIGNCR
|
||||
[ OK ] PtyTest.TermiosIGNCR (2000 ms)
|
||||
[ RUN ] PtyTest.TermiosPollReplica
|
||||
[ OK ] PtyTest.TermiosPollReplica (1000 ms)
|
||||
[ RUN ] PtyTest.TermiosPollMaster
|
||||
[ OK ] PtyTest.TermiosPollMaster (1003 ms)
|
||||
[ RUN ] PtyTest.TermiosINLCR
|
||||
[ OK ] PtyTest.TermiosINLCR (0 ms)
|
||||
[ RUN ] PtyTest.TermiosONOCR
|
||||
[ OK ] PtyTest.TermiosONOCR (4001 ms)
|
||||
[ RUN ] PtyTest.TermiosOCRNL
|
||||
[ OK ] PtyTest.TermiosOCRNL (0 ms)
|
||||
[ RUN ] PtyTest.VEOLTermination
|
||||
[ OK ] PtyTest.VEOLTermination (2001 ms)
|
||||
[ RUN ] PtyTest.CanonInputBackspace
|
||||
[ OK ] PtyTest.CanonInputBackspace (500 ms)
|
||||
[ RUN ] PtyTest.CanonInputBackspaceMultibyteCharacterWithIUTF8
|
||||
[ OK ] PtyTest.CanonInputBackspaceMultibyteCharacterWithIUTF8 (500 ms)
|
||||
[ RUN ] PtyTest.CanonInputBackspaceMultibyteCharacterWithoutIUTF8
|
||||
[ OK ] PtyTest.CanonInputBackspaceMultibyteCharacterWithoutIUTF8 (500 ms)
|
||||
[ RUN ] PtyTest.CanonInputBackspaceMultibyteCharacterPartialWithIUTF8
|
||||
[ OK ] PtyTest.CanonInputBackspaceMultibyteCharacterPartialWithIUTF8 (500 ms)
|
||||
[ RUN ] PtyTest.CanonInputBackspaceMultibyteCharacterPartialWithoutIUTF8
|
||||
[ OK ] PtyTest.CanonInputBackspaceMultibyteCharacterPartialWithoutIUTF8 (500 ms)
|
||||
[ RUN ] PtyTest.CanonInputWordErase
|
||||
[ OK ] PtyTest.CanonInputWordErase (0 ms)
|
||||
[ RUN ] PtyTest.CanonBigWrite
|
||||
[ OK ] PtyTest.CanonBigWrite (0 ms)
|
||||
[ RUN ] PtyTest.SwitchCanonToNoncanon
|
||||
[ OK ] PtyTest.SwitchCanonToNoncanon (2000 ms)
|
||||
[ RUN ] PtyTest.SwitchCanonToNonCanonNewline
|
||||
[ OK ] PtyTest.SwitchCanonToNonCanonNewline (0 ms)
|
||||
[ RUN ] PtyTest.SwitchNoncanonToCanonNewlineBig
|
||||
[ OK ] PtyTest.SwitchNoncanonToCanonNewlineBig (1 ms)
|
||||
[ RUN ] PtyTest.SwitchNoncanonToCanonNoNewline
|
||||
[ OK ] PtyTest.SwitchNoncanonToCanonNoNewline (0 ms)
|
||||
[ RUN ] PtyTest.SwitchNoncanonToCanonNoNewlineBig
|
||||
[ OK ] PtyTest.SwitchNoncanonToCanonNoNewlineBig (1 ms)
|
||||
[ RUN ] PtyTest.SwitchCanonToNoncanonEmptyInput
|
||||
[ OK ] PtyTest.SwitchCanonToNoncanonEmptyInput (2000 ms)
|
||||
[ RUN ] PtyTest.NoncanonBigWrite
|
||||
[ OK ] PtyTest.NoncanonBigWrite (39 ms)
|
||||
[ RUN ] PtyTest.TermiosICANONNewline
|
||||
[ OK ] PtyTest.TermiosICANONNewline (2001 ms)
|
||||
[ RUN ] PtyTest.TermiosICANONEOF
|
||||
[ OK ] PtyTest.TermiosICANONEOF (2000 ms)
|
||||
[ RUN ] PtyTest.CanonDiscard
|
||||
[ OK ] PtyTest.CanonDiscard (25 ms)
|
||||
[ RUN ] PtyTest.CanonMultiline
|
||||
[ OK ] PtyTest.CanonMultiline (0 ms)
|
||||
[ RUN ] PtyTest.SwitchNoncanonToCanonMultiline
|
||||
[ OK ] PtyTest.SwitchNoncanonToCanonMultiline (0 ms)
|
||||
[ RUN ] PtyTest.SwitchTwiceMultiline
|
||||
[ OK ] PtyTest.SwitchTwiceMultiline (0 ms)
|
||||
[ RUN ] PtyTest.QueueSize
|
||||
[ OK ] PtyTest.QueueSize (501 ms)
|
||||
[ RUN ] PtyTest.PartialBadBuffer
|
||||
[ OK ] PtyTest.PartialBadBuffer (0 ms)
|
||||
[ RUN ] PtyTest.ReplicaWriteNothingCanonical
|
||||
[ OK ] PtyTest.ReplicaWriteNothingCanonical (0 ms)
|
||||
[ RUN ] PtyTest.ReplicaWriteNothingNonCanonical
|
||||
[ OK ] PtyTest.ReplicaWriteNothingNonCanonical (0 ms)
|
||||
[ RUN ] PtyTest.SimpleEcho
|
||||
[ OK ] PtyTest.SimpleEcho (0 ms)
|
||||
[ RUN ] PtyTest.GetWindowSize
|
||||
[ OK ] PtyTest.GetWindowSize (0 ms)
|
||||
[ RUN ] PtyTest.SetReplicaWindowSize
|
||||
[ OK ] PtyTest.SetReplicaWindowSize (0 ms)
|
||||
[ RUN ] PtyTest.SetMasterWindowSize
|
||||
[ OK ] PtyTest.SetMasterWindowSize (0 ms)
|
||||
[----------] 47 tests from PtyTest (21287 ms total)
|
||||
|
||||
[----------] 25 tests from JobControlTest
|
||||
[ RUN ] JobControlTest.SetTTYMaster
|
||||
[ OK ] JobControlTest.SetTTYMaster (0 ms)
|
||||
[ RUN ] JobControlTest.SetTTY
|
||||
[ OK ] JobControlTest.SetTTY (0 ms)
|
||||
[ RUN ] JobControlTest.SetTTYNonLeader
|
||||
[ OK ] JobControlTest.SetTTYNonLeader (0 ms)
|
||||
[ RUN ] JobControlTest.SetTTYBadArg
|
||||
test/syscalls/linux/pty.cc:1718: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN))
|
||||
|
||||
[ SKIPPED ] JobControlTest.SetTTYBadArg (0 ms)
|
||||
[ RUN ] JobControlTest.SetTTYDifferentSession
|
||||
[ OK ] JobControlTest.SetTTYDifferentSession (0 ms)
|
||||
[ RUN ] JobControlTest.ReleaseTTY
|
||||
[ OK ] JobControlTest.ReleaseTTY (0 ms)
|
||||
[ RUN ] JobControlTest.ReleaseUnsetTTY
|
||||
[ OK ] JobControlTest.ReleaseUnsetTTY (0 ms)
|
||||
[ RUN ] JobControlTest.ReleaseWrongTTY
|
||||
[ OK ] JobControlTest.ReleaseWrongTTY (0 ms)
|
||||
[ RUN ] JobControlTest.ReleaseTTYNonLeader
|
||||
[ OK ] JobControlTest.ReleaseTTYNonLeader (0 ms)
|
||||
[ RUN ] JobControlTest.ReleaseTTYDifferentSession
|
||||
[ OK ] JobControlTest.ReleaseTTYDifferentSession (0 ms)
|
||||
[ RUN ] JobControlTest.ReleaseTTYSignals
|
||||
[ OK ] JobControlTest.ReleaseTTYSignals (0 ms)
|
||||
[ RUN ] JobControlTest.ControllingProcessPersistsAfterChildExists
|
||||
[ OK ] JobControlTest.ControllingProcessPersistsAfterChildExists (1000 ms)
|
||||
[ RUN ] JobControlTest.GetForegroundProcessGroup
|
||||
[ OK ] JobControlTest.GetForegroundProcessGroup (0 ms)
|
||||
[ RUN ] JobControlTest.GetForegroundProcessGroupNonControlling
|
||||
[ OK ] JobControlTest.GetForegroundProcessGroupNonControlling (0 ms)
|
||||
[ RUN ] JobControlTest.SetForegroundProcessGroup
|
||||
[ OK ] JobControlTest.SetForegroundProcessGroup (0 ms)
|
||||
[ RUN ] JobControlTest.SetForegroundProcessGroupSIGTTOUBackground
|
||||
[ OK ] JobControlTest.SetForegroundProcessGroupSIGTTOUBackground (0 ms)
|
||||
[ RUN ] JobControlTest.SetForegroundProcessGroupSIGTTOUIgnored
|
||||
[ OK ] JobControlTest.SetForegroundProcessGroupSIGTTOUIgnored (0 ms)
|
||||
[ RUN ] JobControlTest.SetForegroundProcessGroupSIGTTOUBlocked
|
||||
[ OK ] JobControlTest.SetForegroundProcessGroupSIGTTOUBlocked (0 ms)
|
||||
[ RUN ] JobControlTest.SetForegroundProcessGroupWrongTTY
|
||||
[ OK ] JobControlTest.SetForegroundProcessGroupWrongTTY (0 ms)
|
||||
[ RUN ] JobControlTest.SetForegroundProcessGroupNegPgid
|
||||
[ OK ] JobControlTest.SetForegroundProcessGroupNegPgid (0 ms)
|
||||
[ RUN ] JobControlTest.SetForegroundProcessGroupEmptyProcessGroup
|
||||
[ OK ] JobControlTest.SetForegroundProcessGroupEmptyProcessGroup (0 ms)
|
||||
[ RUN ] JobControlTest.SetForegroundProcessGroupDifferentSession
|
||||
[ OK ] JobControlTest.SetForegroundProcessGroupDifferentSession (0 ms)
|
||||
[ RUN ] JobControlTest.SetGetSession
|
||||
[ OK ] JobControlTest.SetGetSession (0 ms)
|
||||
[ RUN ] JobControlTest.OrphanRegression
|
||||
[ OK ] JobControlTest.OrphanRegression (0 ms)
|
||||
[ RUN ] JobControlTest.ReuseControllingTTYAfterExit
|
||||
[ OK ] JobControlTest.ReuseControllingTTYAfterExit (0 ms)
|
||||
[----------] 25 tests from JobControlTest (1010 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 84 tests from 4 test suites ran. (22299 ms total)
|
||||
[ PASSED ] 80 tests.
|
||||
[ SKIPPED ] 4 tests, listed below:
|
||||
[ SKIPPED ] BasicPtyTest.NewInstance
|
||||
[ SKIPPED ] BasicPtyTest.SetMode
|
||||
[ SKIPPED ] BasicPtyTest.OpenDevTTY
|
||||
[ SKIPPED ] JobControlTest.SetTTYBadArg
|
||||
Failed to match any benchmarks against regex: .
|
17
logs/group_11/pwrite64_test.log
Normal file
17
logs/group_11/pwrite64_test.log
Normal file
@ -0,0 +1,17 @@
|
||||
[==========] Running 4 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 4 tests from Pwrite64
|
||||
[ RUN ] Pwrite64.AppendOnly
|
||||
[ OK ] Pwrite64.AppendOnly (0 ms)
|
||||
[ RUN ] Pwrite64.InvalidArgs
|
||||
[ OK ] Pwrite64.InvalidArgs (0 ms)
|
||||
[ RUN ] Pwrite64.Overflow
|
||||
[ OK ] Pwrite64.Overflow (0 ms)
|
||||
[ RUN ] Pwrite64.Pwrite64WithOpath
|
||||
[ OK ] Pwrite64.Pwrite64WithOpath (0 ms)
|
||||
[----------] 4 tests from Pwrite64 (1 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 4 tests from 1 test suite ran. (2 ms total)
|
||||
[ PASSED ] 4 tests.
|
||||
Failed to match any benchmarks against regex: .
|
34
logs/group_11/pwritev2_test.log
Normal file
34
logs/group_11/pwritev2_test.log
Normal file
@ -0,0 +1,34 @@
|
||||
[==========] Running 11 tests from 2 test suites.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 2 tests from Writev2Test
|
||||
[ RUN ] Writev2Test.BaseCall
|
||||
[ OK ] Writev2Test.BaseCall (0 ms)
|
||||
[ RUN ] Writev2Test.BadFile
|
||||
[ OK ] Writev2Test.BadFile (0 ms)
|
||||
[----------] 2 tests from Writev2Test (0 ms total)
|
||||
|
||||
[----------] 9 tests from Pwritev2Test
|
||||
[ RUN ] Pwritev2Test.ValidPositiveOffset
|
||||
[ OK ] Pwritev2Test.ValidPositiveOffset (0 ms)
|
||||
[ RUN ] Pwritev2Test.NegativeOneOffset
|
||||
[ OK ] Pwritev2Test.NegativeOneOffset (0 ms)
|
||||
[ RUN ] Pwritev2Test.CallWithRWF_HIPRI
|
||||
[ OK ] Pwritev2Test.CallWithRWF_HIPRI (0 ms)
|
||||
[ RUN ] Pwritev2Test.InvalidOffset
|
||||
[ OK ] Pwritev2Test.InvalidOffset (0 ms)
|
||||
[ RUN ] Pwritev2Test.UnseekableFileValid
|
||||
[ OK ] Pwritev2Test.UnseekableFileValid (0 ms)
|
||||
[ RUN ] Pwritev2Test.UnseekableFileInvalid
|
||||
[ OK ] Pwritev2Test.UnseekableFileInvalid (0 ms)
|
||||
[ RUN ] Pwritev2Test.ReadOnlyFile
|
||||
[ OK ] Pwritev2Test.ReadOnlyFile (0 ms)
|
||||
[ RUN ] Pwritev2Test.Pwritev2WithOpath
|
||||
[ OK ] Pwritev2Test.Pwritev2WithOpath (0 ms)
|
||||
[ RUN ] Pwritev2Test.InvalidFlag
|
||||
[ OK ] Pwritev2Test.InvalidFlag (0 ms)
|
||||
[----------] 9 tests from Pwritev2Test (1 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 11 tests from 2 test suites ran. (2 ms total)
|
||||
[ PASSED ] 11 tests.
|
||||
Failed to match any benchmarks against regex: .
|
100
logs/group_11/raw_socket_hdrincl_test.log
Normal file
100
logs/group_11/raw_socket_hdrincl_test.log
Normal file
@ -0,0 +1,100 @@
|
||||
[==========] Running 15 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 15 tests from RawHDRINCL
|
||||
[ RUN ] RawHDRINCL.MultipleCreation
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.MultipleCreation (0 ms)
|
||||
[ RUN ] RawHDRINCL.FailShutdownWithoutConnect
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.FailShutdownWithoutConnect (0 ms)
|
||||
[ RUN ] RawHDRINCL.FailListen
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.FailListen (0 ms)
|
||||
[ RUN ] RawHDRINCL.FailAccept
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.FailAccept (0 ms)
|
||||
[ RUN ] RawHDRINCL.PollWritableImmediately
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.PollWritableImmediately (0 ms)
|
||||
[ RUN ] RawHDRINCL.NotReadable
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.NotReadable (0 ms)
|
||||
[ RUN ] RawHDRINCL.ConnectToLoopback
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.ConnectToLoopback (0 ms)
|
||||
[ RUN ] RawHDRINCL.SendWithoutConnectFails
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.SendWithoutConnectFails (0 ms)
|
||||
[ RUN ] RawHDRINCL.NotReadableAfterWrite
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.NotReadableAfterWrite (0 ms)
|
||||
[ RUN ] RawHDRINCL.WriteTooSmall
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.WriteTooSmall (0 ms)
|
||||
[ RUN ] RawHDRINCL.BindToLocalhost
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.BindToLocalhost (0 ms)
|
||||
[ RUN ] RawHDRINCL.BindToInvalid
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.BindToInvalid (0 ms)
|
||||
[ RUN ] RawHDRINCL.SendAndReceive
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.SendAndReceive (0 ms)
|
||||
[ RUN ] RawHDRINCL.SendAndReceiveDifferentAddress
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.SendAndReceiveDifferentAddress (0 ms)
|
||||
[ RUN ] RawHDRINCL.SendAndReceiveIPHdrIncl
|
||||
test/syscalls/linux/raw_socket_hdrincl.cc:68: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawHDRINCL.SendAndReceiveIPHdrIncl (0 ms)
|
||||
[----------] 15 tests from RawHDRINCL (0 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 15 tests from 1 test suite ran. (0 ms total)
|
||||
[ PASSED ] 0 tests.
|
||||
[ SKIPPED ] 15 tests, listed below:
|
||||
[ SKIPPED ] RawHDRINCL.MultipleCreation
|
||||
[ SKIPPED ] RawHDRINCL.FailShutdownWithoutConnect
|
||||
[ SKIPPED ] RawHDRINCL.FailListen
|
||||
[ SKIPPED ] RawHDRINCL.FailAccept
|
||||
[ SKIPPED ] RawHDRINCL.PollWritableImmediately
|
||||
[ SKIPPED ] RawHDRINCL.NotReadable
|
||||
[ SKIPPED ] RawHDRINCL.ConnectToLoopback
|
||||
[ SKIPPED ] RawHDRINCL.SendWithoutConnectFails
|
||||
[ SKIPPED ] RawHDRINCL.NotReadableAfterWrite
|
||||
[ SKIPPED ] RawHDRINCL.WriteTooSmall
|
||||
[ SKIPPED ] RawHDRINCL.BindToLocalhost
|
||||
[ SKIPPED ] RawHDRINCL.BindToInvalid
|
||||
[ SKIPPED ] RawHDRINCL.SendAndReceive
|
||||
[ SKIPPED ] RawHDRINCL.SendAndReceiveDifferentAddress
|
||||
[ SKIPPED ] RawHDRINCL.SendAndReceiveIPHdrIncl
|
||||
Failed to match any benchmarks against regex: .
|
136
logs/group_11/raw_socket_icmp_test.log
Normal file
136
logs/group_11/raw_socket_icmp_test.log
Normal file
@ -0,0 +1,136 @@
|
||||
[==========] Running 20 tests from 3 test suites.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 13 tests from RawSocketICMPTest
|
||||
[ RUN ] RawSocketICMPTest.IPv6ChecksumNotSupported
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.IPv6ChecksumNotSupported (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.ICMPv6FilterNotSupported
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.ICMPv6FilterNotSupported (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.SendAndReceiveBadChecksum
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.SendAndReceiveBadChecksum (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.SendAndReceive
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.SendAndReceive (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.MultipleSocketReceive
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.MultipleSocketReceive (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.RawAndPingSockets
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.RawAndPingSockets (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.ShortEchoRawAndPingSockets
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.ShortEchoRawAndPingSockets (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.ShortEchoReplyRawAndPingSockets
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.ShortEchoReplyRawAndPingSockets (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.SendAndReceiveViaConnect
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.SendAndReceiveViaConnect (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.BindSendAndReceive
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.BindSendAndReceive (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.BindConnectSendAndReceive
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.BindConnectSendAndReceive (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.SetAndGetSocketLinger
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.SetAndGetSocketLinger (0 ms)
|
||||
[ RUN ] RawSocketICMPTest.GetSocketAcceptConn
|
||||
test/syscalls/linux/raw_socket_icmp.cc:92: Skipped
|
||||
|
||||
|
||||
[ SKIPPED ] RawSocketICMPTest.GetSocketAcceptConn (0 ms)
|
||||
[----------] 13 tests from RawSocketICMPTest (0 ms total)
|
||||
|
||||
[----------] 5 tests from RawSocketICMPv6Test
|
||||
[ RUN ] RawSocketICMPv6Test.InitialFilterPassesAll
|
||||
test/syscalls/linux/raw_socket_icmp.cc:593: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveRawIPSocketCapability())
|
||||
|
||||
[ SKIPPED ] RawSocketICMPv6Test.InitialFilterPassesAll (0 ms)
|
||||
[ RUN ] RawSocketICMPv6Test.GetPartialFilterSucceeds
|
||||
test/syscalls/linux/raw_socket_icmp.cc:593: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveRawIPSocketCapability())
|
||||
|
||||
[ SKIPPED ] RawSocketICMPv6Test.GetPartialFilterSucceeds (0 ms)
|
||||
[ RUN ] RawSocketICMPv6Test.SetSockOptIPv6ChecksumFails
|
||||
test/syscalls/linux/raw_socket_icmp.cc:593: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveRawIPSocketCapability())
|
||||
|
||||
[ SKIPPED ] RawSocketICMPv6Test.SetSockOptIPv6ChecksumFails (0 ms)
|
||||
[ RUN ] RawSocketICMPv6Test.MsgTooSmallToFillChecksumFailsSend
|
||||
test/syscalls/linux/raw_socket_icmp.cc:593: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveRawIPSocketCapability())
|
||||
|
||||
[ SKIPPED ] RawSocketICMPv6Test.MsgTooSmallToFillChecksumFailsSend (0 ms)
|
||||
[ RUN ] RawSocketICMPv6Test.PingSuccessfully
|
||||
test/syscalls/linux/raw_socket_icmp.cc:593: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveRawIPSocketCapability())
|
||||
|
||||
[ SKIPPED ] RawSocketICMPv6Test.PingSuccessfully (0 ms)
|
||||
[----------] 5 tests from RawSocketICMPv6Test (0 ms total)
|
||||
|
||||
[----------] 2 tests from AllRawSocketTests/RawSocketICMPv6TypeTest
|
||||
[ RUN ] AllRawSocketTests/RawSocketICMPv6TypeTest.FilterDeliveredPackets/0
|
||||
test/syscalls/linux/raw_socket_icmp.cc:593: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveRawIPSocketCapability())
|
||||
|
||||
[ SKIPPED ] AllRawSocketTests/RawSocketICMPv6TypeTest.FilterDeliveredPackets/0 (0 ms)
|
||||
[ RUN ] AllRawSocketTests/RawSocketICMPv6TypeTest.FilterDeliveredPackets/1
|
||||
test/syscalls/linux/raw_socket_icmp.cc:593: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveRawIPSocketCapability())
|
||||
|
||||
[ SKIPPED ] AllRawSocketTests/RawSocketICMPv6TypeTest.FilterDeliveredPackets/1 (0 ms)
|
||||
[----------] 2 tests from AllRawSocketTests/RawSocketICMPv6TypeTest (0 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 20 tests from 3 test suites ran. (1 ms total)
|
||||
[ PASSED ] 0 tests.
|
||||
[ SKIPPED ] 20 tests, listed below:
|
||||
[ SKIPPED ] RawSocketICMPTest.IPv6ChecksumNotSupported
|
||||
[ SKIPPED ] RawSocketICMPTest.ICMPv6FilterNotSupported
|
||||
[ SKIPPED ] RawSocketICMPTest.SendAndReceiveBadChecksum
|
||||
[ SKIPPED ] RawSocketICMPTest.SendAndReceive
|
||||
[ SKIPPED ] RawSocketICMPTest.MultipleSocketReceive
|
||||
[ SKIPPED ] RawSocketICMPTest.RawAndPingSockets
|
||||
[ SKIPPED ] RawSocketICMPTest.ShortEchoRawAndPingSockets
|
||||
[ SKIPPED ] RawSocketICMPTest.ShortEchoReplyRawAndPingSockets
|
||||
[ SKIPPED ] RawSocketICMPTest.SendAndReceiveViaConnect
|
||||
[ SKIPPED ] RawSocketICMPTest.BindSendAndReceive
|
||||
[ SKIPPED ] RawSocketICMPTest.BindConnectSendAndReceive
|
||||
[ SKIPPED ] RawSocketICMPTest.SetAndGetSocketLinger
|
||||
[ SKIPPED ] RawSocketICMPTest.GetSocketAcceptConn
|
||||
[ SKIPPED ] RawSocketICMPv6Test.InitialFilterPassesAll
|
||||
[ SKIPPED ] RawSocketICMPv6Test.GetPartialFilterSucceeds
|
||||
[ SKIPPED ] RawSocketICMPv6Test.SetSockOptIPv6ChecksumFails
|
||||
[ SKIPPED ] RawSocketICMPv6Test.MsgTooSmallToFillChecksumFailsSend
|
||||
[ SKIPPED ] RawSocketICMPv6Test.PingSuccessfully
|
||||
[ SKIPPED ] AllRawSocketTests/RawSocketICMPv6TypeTest.FilterDeliveredPackets/0
|
||||
[ SKIPPED ] AllRawSocketTests/RawSocketICMPv6TypeTest.FilterDeliveredPackets/1
|
||||
Failed to match any benchmarks against regex: .
|
Loading…
x
Reference in New Issue
Block a user