Add test logs for group 5 (tests 50 to 59)

This commit is contained in:
Vitus 2025-06-04 16:28:32 +08:00
parent 82b9712064
commit 5aeb07319b
10 changed files with 632 additions and 0 deletions

View File

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

View File

@ -0,0 +1,19 @@
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from GetrusageTest
[ RUN ] GetrusageTest.BasicFork
[ OK ] GetrusageTest.BasicFork (0 ms)
[ RUN ] GetrusageTest.Grandchild
[ OK ] GetrusageTest.Grandchild (0 ms)
[ RUN ] GetrusageTest.IgnoreSIGCHLD
[ OK ] GetrusageTest.IgnoreSIGCHLD (0 ms)
[ RUN ] GetrusageTest.IgnoreZombie
[ OK ] GetrusageTest.IgnoreZombie (5000 ms)
[ RUN ] GetrusageTest.Wait4
[ OK ] GetrusageTest.Wait4 (0 ms)
[----------] 5 tests from GetrusageTest (5002 ms total)
[----------] Global test environment tear-down
[==========] 5 tests from 1 test suite ran. (5002 ms total)
[ PASSED ] 5 tests.
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,165 @@
[==========] Running 69 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 66 tests from Inotify
[ RUN ] Inotify.IllegalSeek
test/syscalls/linux/inotify.cc:337: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] Inotify.IllegalSeek (0 ms)
[ RUN ] Inotify.IllegalPread
[ OK ] Inotify.IllegalPread (0 ms)
[ RUN ] Inotify.IllegalPwrite
[ OK ] Inotify.IllegalPwrite (0 ms)
[ RUN ] Inotify.IllegalWrite
[ OK ] Inotify.IllegalWrite (0 ms)
[ RUN ] Inotify.InitFlags
[ OK ] Inotify.InitFlags (0 ms)
[ RUN ] Inotify.NonBlockingReadReturnsEagain
[ OK ] Inotify.NonBlockingReadReturnsEagain (0 ms)
[ RUN ] Inotify.AddWatchOnInvalidFdFails
[ OK ] Inotify.AddWatchOnInvalidFdFails (0 ms)
[ RUN ] Inotify.RemovingWatchGeneratesEvent
[ OK ] Inotify.RemovingWatchGeneratesEvent (0 ms)
[ RUN ] Inotify.CanDeleteFileAfterRemovingWatch
[ OK ] Inotify.CanDeleteFileAfterRemovingWatch (0 ms)
[ RUN ] Inotify.RemoveWatchAfterDeletingFileFails
[ OK ] Inotify.RemoveWatchAfterDeletingFileFails (0 ms)
[ RUN ] Inotify.DuplicateWatchRemovalFails
[ OK ] Inotify.DuplicateWatchRemovalFails (4 ms)
[ RUN ] Inotify.ConcurrentFileDeletionAndWatchRemoval
[ OK ] Inotify.ConcurrentFileDeletionAndWatchRemoval (9 ms)
[ RUN ] Inotify.DeletingChildGeneratesEvents
[ OK ] Inotify.DeletingChildGeneratesEvents (3 ms)
[ RUN ] Inotify.CreatingFileGeneratesEvents
[ OK ] Inotify.CreatingFileGeneratesEvents (0 ms)
[ RUN ] Inotify.ReadingFileGeneratesAccessEvent
[ OK ] Inotify.ReadingFileGeneratesAccessEvent (0 ms)
[ RUN ] Inotify.WritingFileGeneratesModifyEvent
[ OK ] Inotify.WritingFileGeneratesModifyEvent (0 ms)
[ RUN ] Inotify.SizeZeroReadWriteGeneratesNothing
[ OK ] Inotify.SizeZeroReadWriteGeneratesNothing (0 ms)
[ RUN ] Inotify.FailedFileCreationGeneratesNoEvents
[ OK ] Inotify.FailedFileCreationGeneratesNoEvents (5 ms)
[ RUN ] Inotify.WatchSetAfterOpenReportsCloseFdEvent
[ OK ] Inotify.WatchSetAfterOpenReportsCloseFdEvent (0 ms)
[ RUN ] Inotify.ChildrenDeletionInWatchedDirGeneratesEvent
[ OK ] Inotify.ChildrenDeletionInWatchedDirGeneratesEvent (0 ms)
[ RUN ] Inotify.RmdirOnWatchedTargetGeneratesEvent
/tmp/gvisor_test_temp_26_1749025567204432621: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_26_1749025567204432621 does not exist
[ OK ] Inotify.RmdirOnWatchedTargetGeneratesEvent (0 ms)
[ RUN ] Inotify.MoveGeneratesEvents
/tmp/gvisor_test_temp_27_1749025567204725220/gvisor_test_temp_30_1749025567204948308/gvisor_test_temp_33_1749025567205113047: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_27_1749025567204725220/gvisor_test_temp_30_1749025567204948308/gvisor_test_temp_33_1749025567205113047 does not exist
[ OK ] Inotify.MoveGeneratesEvents (4 ms)
[ RUN ] Inotify.MoveWatchedTargetGeneratesEvents
[ OK ] Inotify.MoveWatchedTargetGeneratesEvents (0 ms)
[ RUN ] Inotify.DupFD
[ OK ] Inotify.DupFD (1 ms)
[ RUN ] Inotify.CoalesceEvents
[ OK ] Inotify.CoalesceEvents (0 ms)
[ RUN ] Inotify.ClosingInotifyFdWithoutRemovingWatchesWorks
[ OK ] Inotify.ClosingInotifyFdWithoutRemovingWatchesWorks (3 ms)
[ RUN ] Inotify.NestedWatches
[ OK ] Inotify.NestedWatches (0 ms)
[ RUN ] Inotify.ConcurrentThreadsGeneratingEvents
[ OK ] Inotify.ConcurrentThreadsGeneratingEvents (2 ms)
[ RUN ] Inotify.ReadWithTooSmallBufferFails
[ OK ] Inotify.ReadWithTooSmallBufferFails (4 ms)
[ RUN ] Inotify.BlockingReadOnInotifyFd
[ OK ] Inotify.BlockingReadOnInotifyFd (0 ms)
[ RUN ] Inotify.WatchOnRelativePath
[ OK ] Inotify.WatchOnRelativePath (6 ms)
[ RUN ] Inotify.ZeroLengthReadWriteDoesNotGenerateEvent
[ OK ] Inotify.ZeroLengthReadWriteDoesNotGenerateEvent (6 ms)
[ RUN ] Inotify.ChmodGeneratesAttribEvent
[ OK ] Inotify.ChmodGeneratesAttribEvent (0 ms)
[ RUN ] Inotify.TruncateGeneratesModifyEvent
[ OK ] Inotify.TruncateGeneratesModifyEvent (0 ms)
[ RUN ] Inotify.GetdentsGeneratesAccessEvent
[ OK ] Inotify.GetdentsGeneratesAccessEvent (4 ms)
[ RUN ] Inotify.MknodGeneratesCreateEvent
[ OK ] Inotify.MknodGeneratesCreateEvent (0 ms)
[ RUN ] Inotify.SymlinkGeneratesCreateEvent
[ OK ] Inotify.SymlinkGeneratesCreateEvent (4 ms)
[ RUN ] Inotify.SymlinkFollow
/tmp/gvisor_test_temp_75_1749025567247591030: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_75_1749025567247591030 does not exist
/tmp/gvisor_test_temp_74_1749025567247460775: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_74_1749025567247460775 does not exist
[ OK ] Inotify.SymlinkFollow (0 ms)
[ RUN ] Inotify.LinkGeneratesAttribAndCreateEvents
[ OK ] Inotify.LinkGeneratesAttribAndCreateEvents (4 ms)
[ RUN ] Inotify.UtimesGeneratesAttribEvent
[ OK ] Inotify.UtimesGeneratesAttribEvent (0 ms)
[ RUN ] Inotify.HardlinksReuseSameWatch
[ OK ] Inotify.HardlinksReuseSameWatch (4 ms)
[ RUN ] Inotify.MkdirGeneratesCreateEventWithDirFlag
[ OK ] Inotify.MkdirGeneratesCreateEventWithDirFlag (4 ms)
[ RUN ] Inotify.MultipleInotifyInstancesAndWatchesAllGetEvents
[ OK ] Inotify.MultipleInotifyInstancesAndWatchesAllGetEvents (46 ms)
[ RUN ] Inotify.EventsGoUpAtMostOneLevel
[ OK ] Inotify.EventsGoUpAtMostOneLevel (4 ms)
[ RUN ] Inotify.DuplicateWatchReturnsSameWatchDescriptor
[ OK ] Inotify.DuplicateWatchReturnsSameWatchDescriptor (0 ms)
[ RUN ] Inotify.UnmatchedEventsAreDiscarded
[ OK ] Inotify.UnmatchedEventsAreDiscarded (0 ms)
[ RUN ] Inotify.AddWatchWithInvalidEventMaskFails
[ OK ] Inotify.AddWatchWithInvalidEventMaskFails (0 ms)
[ RUN ] Inotify.AddWatchOnInvalidPathFails
/tmp/gvisor_test_temp_95_1749025567313642906: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_95_1749025567313642906 does not exist
[ OK ] Inotify.AddWatchOnInvalidPathFails (0 ms)
[ RUN ] Inotify.InOnlyDirFlagRespected
[ OK ] Inotify.InOnlyDirFlagRespected (0 ms)
[ RUN ] Inotify.MaskAddMergesWithExistingEventMask
[ OK ] Inotify.MaskAddMergesWithExistingEventMask (1 ms)
[ RUN ] Inotify.ControlEvents
[ OK ] Inotify.ControlEvents (4 ms)
[ RUN ] Inotify.EpollNoDeadlock
[ OK ] Inotify.EpollNoDeadlock (5170 ms)
[ RUN ] Inotify.Fallocate
[ OK ] Inotify.Fallocate (4 ms)
[ RUN ] Inotify.Utimensat
[ OK ] Inotify.Utimensat (3 ms)
[ RUN ] Inotify.Sendfile
[ OK ] Inotify.Sendfile (5 ms)
[ RUN ] Inotify.SpliceOnWatchTarget
[ OK ] Inotify.SpliceOnWatchTarget (3 ms)
[ RUN ] Inotify.LinkOnOtherParent
[ OK ] Inotify.LinkOnOtherParent (4 ms)
[ RUN ] Inotify.Xattr
[ OK ] Inotify.Xattr (3 ms)
[ RUN ] Inotify.Exec
[ OK ] Inotify.Exec (2 ms)
[ RUN ] Inotify.IncludeUnlinkedFile
/tmp/gvisor_test_temp_1115_1749025572518832025/gvisor_test_temp_1116_1749025572518927564: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_1115_1749025572518832025/gvisor_test_temp_1116_1749025572518927564 does not exist
[ OK ] Inotify.IncludeUnlinkedFile (4 ms)
[ RUN ] Inotify.ExcludeUnlink
/tmp/gvisor_test_temp_1117_1749025572523476952/gvisor_test_temp_1118_1749025572523584494: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_1117_1749025572523476952/gvisor_test_temp_1118_1749025572523584494 does not exist
[ OK ] Inotify.ExcludeUnlink (4 ms)
[ RUN ] Inotify.ExcludeUnlinkDirectory
/tmp/gvisor_test_temp_1119_1749025572528460946/gvisor_test_temp_1120_1749025572528560953: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_1119_1749025572528460946/gvisor_test_temp_1120_1749025572528560953 does not exist
[ OK ] Inotify.ExcludeUnlinkDirectory (4 ms)
[ RUN ] Inotify.ExcludeUnlinkMultipleChildren
/tmp/gvisor_test_temp_1121_1749025572533333971/gvisor_test_temp_1122_1749025572533426685: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_1121_1749025572533333971/gvisor_test_temp_1122_1749025572533426685 does not exist
[ OK ] Inotify.ExcludeUnlinkMultipleChildren (5 ms)
[ RUN ] Inotify.ExcludeUnlinkInodeEvents
/tmp/gvisor_test_temp_1124_1749025572538536184/gvisor_test_temp_1125_1749025572538628076: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_1124_1749025572538536184/gvisor_test_temp_1125_1749025572538628076 does not exist
[ OK ] Inotify.ExcludeUnlinkInodeEvents (3 ms)
[ RUN ] Inotify.OneShot
[ OK ] Inotify.OneShot (3 ms)
[ RUN ] Inotify.KernfsBasic
[ OK ] Inotify.KernfsBasic (3 ms)
[----------] 66 tests from Inotify (5373 ms total)
[----------] 3 tests from InotifyTest
[ RUN ] InotifyTest.InotifyAndTargetDestructionDoNotDeadlock
[ OK ] InotifyTest.InotifyAndTargetDestructionDoNotDeadlock (4001 ms)
[ RUN ] InotifyTest.AddRemoveUnlinkDoNotDeadlock
[ OK ] InotifyTest.AddRemoveUnlinkDoNotDeadlock (1002 ms)
[ RUN ] InotifyTest.NotifyNoDeadlock
[ OK ] InotifyTest.NotifyNoDeadlock (307 ms)
[----------] 3 tests from InotifyTest (5311 ms total)
[----------] Global test environment tear-down
[==========] 69 tests from 2 test suites ran. (10685 ms total)
[ PASSED ] 68 tests.
[ SKIPPED ] 1 test, listed below:
[ SKIPPED ] Inotify.IllegalSeek
Failed to match any benchmarks against regex: .

118
logs/group_5/ioctl_test.log Normal file
View File

@ -0,0 +1,118 @@
[==========] Running 41 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 17 tests from IoctlTest
[ RUN ] IoctlTest.BadFileDescriptor
[ OK ] IoctlTest.BadFileDescriptor (0 ms)
[ RUN ] IoctlTest.InvalidControlNumber
[ OK ] IoctlTest.InvalidControlNumber (0 ms)
[ RUN ] IoctlTest.IoctlWithOpath
[ OK ] IoctlTest.IoctlWithOpath (0 ms)
[ RUN ] IoctlTest.FIONBIOSucceeds
[ OK ] IoctlTest.FIONBIOSucceeds (0 ms)
[ RUN ] IoctlTest.FIONBIOFails
[ OK ] IoctlTest.FIONBIOFails (0 ms)
[ RUN ] IoctlTest.FIONCLEXSucceeds
[ OK ] IoctlTest.FIONCLEXSucceeds (0 ms)
[ RUN ] IoctlTest.FIOCLEXSucceeds
[ OK ] IoctlTest.FIOCLEXSucceeds (0 ms)
[ RUN ] IoctlTest.FIOASYNCFails
[ OK ] IoctlTest.FIOASYNCFails (0 ms)
[ RUN ] IoctlTest.FIOASYNCSucceeds
[ OK ] IoctlTest.FIOASYNCSucceeds (0 ms)
[ RUN ] IoctlTest.FIOASYNCNoTarget
[ OK ] IoctlTest.FIOASYNCNoTarget (0 ms)
[ RUN ] IoctlTest.FIOASYNCSelfTarget
[ OK ] IoctlTest.FIOASYNCSelfTarget (0 ms)
[ RUN ] IoctlTest.FIOASYNCSelfTarget2
[ OK ] IoctlTest.FIOASYNCSelfTarget2 (0 ms)
[ RUN ] IoctlTest.FIOASYNCSelfTargetClose
[ OK ] IoctlTest.FIOASYNCSelfTargetClose (0 ms)
[ RUN ] IoctlTest.FIOASYNCInvalidPID
[ OK ] IoctlTest.FIOASYNCInvalidPID (0 ms)
[ RUN ] IoctlTest.FIOASYNCUnsetTarget
[ OK ] IoctlTest.FIOASYNCUnsetTarget (0 ms)
[ RUN ] IoctlTest.FIOGETOWNSucceeds
[ OK ] IoctlTest.FIOGETOWNSucceeds (0 ms)
[ RUN ] IoctlTest.SIOCGPGRPSucceeds
[ OK ] IoctlTest.SIOCGPGRPSucceeds (0 ms)
[----------] 17 tests from IoctlTest (1 ms total)
[----------] 24 tests from IoctlTest/IoctlTestSIOCGIFCONF
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/0
Testing with Family 1, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/0 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/1
Testing with Family 1, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/1 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/2
Testing with Family 2, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/2 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/3
Testing with Family 10, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/3 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/4
Testing with Family 2, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/4 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/5
Testing with Family 10, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoArrayGetsLength/5 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/0
Testing with Family 1, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/0 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/1
Testing with Family 1, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/1 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/2
Testing with Family 2, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/2 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/3
Testing with Family 10, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/3 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/4
Testing with Family 2, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/4 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/5
Testing with Family 10, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNoPartialIfrsReturned/5 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/0
Testing with Family 1, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/0 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/1
Testing with Family 1, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/1 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/2
Testing with Family 2, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/2 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/3
Testing with Family 10, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/3 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/4
Testing with Family 2, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/4 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/5
Testing with Family 10, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateNestedPointerCheck/5 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/0
Testing with Family 1, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/0 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/1
Testing with Family 1, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/1 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/2
Testing with Family 2, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/2 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/3
Testing with Family 10, type 1, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/3 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/4
Testing with Family 2, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/4 (0 ms)
[ RUN ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/5
Testing with Family 10, type 2, proto 0
[ OK ] IoctlTest/IoctlTestSIOCGIFCONF.ValidateLoopbackIsPresent/5 (0 ms)
[----------] 24 tests from IoctlTest/IoctlTestSIOCGIFCONF (0 ms total)
[----------] Global test environment tear-down
[==========] 41 tests from 2 test suites ran. (2 ms total)
[ PASSED ] 41 tests.
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,78 @@
[==========] Running 26 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 26 tests from IOUringTest
[ RUN ] IOUringTest.ValidFD
[ OK ] IOUringTest.ValidFD (0 ms)
[ RUN ] IOUringTest.ParamsNonZeroResv
[ OK ] IOUringTest.ParamsNonZeroResv (0 ms)
[ RUN ] IOUringTest.ZeroCQEntries
[ OK ] IOUringTest.ZeroCQEntries (0 ms)
[ RUN ] IOUringTest.ZeroCQEntriesLessThanSQEntries
[ OK ] IOUringTest.ZeroCQEntriesLessThanSQEntries (0 ms)
[ RUN ] IOUringTest.UnsupportedFlags
test/syscalls/linux/io_uring.cc:133: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] IOUringTest.UnsupportedFlags (0 ms)
[ RUN ] IOUringTest.MMapMUnMapWork
[ OK ] IOUringTest.MMapMUnMapWork (1186 ms)
[ RUN ] IOUringTest.MMapWrongOffset
[ OK ] IOUringTest.MMapWrongOffset (0 ms)
[ RUN ] IOUringTest.MMapOffsets
[ OK ] IOUringTest.MMapOffsets (0 ms)
[ RUN ] IOUringTest.ReturnedParamsValues
test/syscalls/linux/io_uring.cc:225: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] IOUringTest.ReturnedParamsValues (0 ms)
[ RUN ] IOUringTest.SqeIndexArrayCacheAligned
[ OK ] IOUringTest.SqeIndexArrayCacheAligned (0 ms)
[ RUN ] IOUringTest.SingleNOPTest
[ OK ] IOUringTest.SingleNOPTest (0 ms)
[ RUN ] IOUringTest.QueueingNOPTest
[ OK ] IOUringTest.QueueingNOPTest (0 ms)
[ RUN ] IOUringTest.MultipleNOPTest
[ OK ] IOUringTest.MultipleNOPTest (0 ms)
[ RUN ] IOUringTest.MultiThreadedNOPTest
[ OK ] IOUringTest.MultiThreadedNOPTest (0 ms)
[ RUN ] IOUringTest.InvalidOpCodeTest
[ OK ] IOUringTest.InvalidOpCodeTest (0 ms)
[ RUN ] IOUringTest.CorruptRingHeader
[ OK ] IOUringTest.CorruptRingHeader (0 ms)
[ RUN ] IOUringTest.SQERingBuffersWrapAroundTest
[ OK ] IOUringTest.SQERingBuffersWrapAroundTest (0 ms)
[ RUN ] IOUringTest.NonNullSigsetTest
test/syscalls/linux/io_uring.cc:615: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] IOUringTest.NonNullSigsetTest (0 ms)
[ RUN ] IOUringTest.OverflowCQTest
test/syscalls/linux/io_uring.cc:641: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] IOUringTest.OverflowCQTest (0 ms)
[ RUN ] IOUringTest.SingleREADVTest
[ OK ] IOUringTest.SingleREADVTest (0 ms)
[ RUN ] IOUringTest.ReadvEmptyFile
[ OK ] IOUringTest.ReadvEmptyFile (0 ms)
[ RUN ] IOUringTest.ThreeREADVSingleEnterTest
[ OK ] IOUringTest.ThreeREADVSingleEnterTest (0 ms)
[ RUN ] IOUringTest.ReadClosedFD
[ OK ] IOUringTest.ReadClosedFD (0 ms)
[ RUN ] IOUringTest.ShortReadREADVTest
[ OK ] IOUringTest.ShortReadREADVTest (0 ms)
[ RUN ] IOUringTest.NoReadPermissionsREADVTest
[ OK ] IOUringTest.NoReadPermissionsREADVTest (0 ms)
[ RUN ] IOUringTest.READVWithInvalidSqeFieldValue
[ OK ] IOUringTest.READVWithInvalidSqeFieldValue (0 ms)
[----------] 26 tests from IOUringTest (1189 ms total)
[----------] Global test environment tear-down
[==========] 26 tests from 1 test suite ran. (1189 ms total)
[ PASSED ] 22 tests.
[ SKIPPED ] 4 tests, listed below:
[ SKIPPED ] IOUringTest.UnsupportedFlags
[ SKIPPED ] IOUringTest.ReturnedParamsValues
[ SKIPPED ] IOUringTest.NonNullSigsetTest
[ SKIPPED ] IOUringTest.OverflowCQTest
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,49 @@
[==========] Running 6 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from IP6TablesBasic
[ RUN ] IP6TablesBasic.FailSockoptNonRaw
test/syscalls/linux/ip6tables.cc:42: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IP6TablesBasic.FailSockoptNonRaw (0 ms)
[ RUN ] IP6TablesBasic.GetInfoErrorPrecedence
test/syscalls/linux/ip6tables.cc:57: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IP6TablesBasic.GetInfoErrorPrecedence (0 ms)
[ RUN ] IP6TablesBasic.GetEntriesErrorPrecedence
test/syscalls/linux/ip6tables.cc:72: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IP6TablesBasic.GetEntriesErrorPrecedence (0 ms)
[ RUN ] IP6TablesBasic.GetRevision
test/syscalls/linux/ip6tables.cc:88: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IP6TablesBasic.GetRevision (0 ms)
[----------] 4 tests from IP6TablesBasic (0 ms total)
[----------] 2 tests from IP6TablesTest
[ RUN ] IP6TablesTest.InitialInfo
test/syscalls/linux/ip6tables.cc:118: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IP6TablesTest.InitialInfo (0 ms)
[ RUN ] IP6TablesTest.InitialEntries
test/syscalls/linux/ip6tables.cc:161: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IP6TablesTest.InitialEntries (0 ms)
[----------] 2 tests from IP6TablesTest (0 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 2 test suites ran. (0 ms total)
[ PASSED ] 0 tests.
[ SKIPPED ] 6 tests, listed below:
[ SKIPPED ] IP6TablesBasic.FailSockoptNonRaw
[ SKIPPED ] IP6TablesBasic.GetInfoErrorPrecedence
[ SKIPPED ] IP6TablesBasic.GetEntriesErrorPrecedence
[ SKIPPED ] IP6TablesBasic.GetRevision
[ SKIPPED ] IP6TablesTest.InitialInfo
[ SKIPPED ] IP6TablesTest.InitialEntries
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,58 @@
[==========] Running 7 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 6 tests from IPTablesBasic
[ RUN ] IPTablesBasic.CreateSocket
test/syscalls/linux/iptables.cc:50: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IPTablesBasic.CreateSocket (0 ms)
[ RUN ] IPTablesBasic.FailSockoptNonRaw
test/syscalls/linux/iptables.cc:62: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IPTablesBasic.FailSockoptNonRaw (0 ms)
[ RUN ] IPTablesBasic.GetInfoErrorPrecedence
test/syscalls/linux/iptables.cc:77: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IPTablesBasic.GetInfoErrorPrecedence (0 ms)
[ RUN ] IPTablesBasic.GetEntriesErrorPrecedence
test/syscalls/linux/iptables.cc:92: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IPTablesBasic.GetEntriesErrorPrecedence (0 ms)
[ RUN ] IPTablesBasic.OriginalDstErrors
test/syscalls/linux/iptables.cc:108: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IPTablesBasic.OriginalDstErrors (0 ms)
[ RUN ] IPTablesBasic.GetRevision
test/syscalls/linux/iptables.cc:121: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IPTablesBasic.GetRevision (0 ms)
[----------] 6 tests from IPTablesBasic (0 ms total)
[----------] 1 test from IPTablesTest
[ RUN ] IPTablesTest.InitialState
test/syscalls/linux/iptables.cc:160: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
test/syscalls/linux/iptables.cc:166: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW))
[ SKIPPED ] IPTablesTest.InitialState (0 ms)
[----------] 1 test from IPTablesTest (0 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 2 test suites ran. (0 ms total)
[ PASSED ] 0 tests.
[ SKIPPED ] 7 tests, listed below:
[ SKIPPED ] IPTablesBasic.CreateSocket
[ SKIPPED ] IPTablesBasic.FailSockoptNonRaw
[ SKIPPED ] IPTablesBasic.GetInfoErrorPrecedence
[ SKIPPED ] IPTablesBasic.GetEntriesErrorPrecedence
[ SKIPPED ] IPTablesBasic.OriginalDstErrors
[ SKIPPED ] IPTablesBasic.GetRevision
[ SKIPPED ] IPTablesTest.InitialState
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,20 @@
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from ItimerTest
[ RUN ] ItimerTest.ItimervalUpdatedBeforeExpiration
[ OK ] ItimerTest.ItimervalUpdatedBeforeExpiration (10000 ms)
[ RUN ] ItimerTest.DeliversSIGALRMToMainThread
result: {expected_total: 802, main_thread_samples: 802, worker_samples: [0, 0]}
[ OK ] ItimerTest.DeliversSIGALRMToMainThread (20070 ms)
[ RUN ] ItimerTest.DeliversSIGPROFToThreadsRoughlyFairlyActive
result: {expected_total: 1602, main_thread_samples: 0, worker_samples: [797, 807]}
[ OK ] ItimerTest.DeliversSIGPROFToThreadsRoughlyFairlyActive (40124 ms)
[ RUN ] ItimerTest.DeliversSIGPROFToThreadsRoughlyFairlyIdle
result: {expected_total: 1602, main_thread_samples: 0, worker_samples: [804, 798]}
[ OK ] ItimerTest.DeliversSIGPROFToThreadsRoughlyFairlyIdle (63520 ms)
[----------] 4 tests from ItimerTest (133715 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (133715 ms total)
[ PASSED ] 4 tests.
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,34 @@
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from KcovTest
[ RUN ] KcovTest.Kcov
test/syscalls/linux/kcov.cc:49: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability((CAP_DAC_OVERRIDE)))
[ SKIPPED ] KcovTest.Kcov (0 ms)
[ RUN ] KcovTest.PrematureMmap
test/syscalls/linux/kcov.cc:79: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability((CAP_DAC_OVERRIDE)))
[ SKIPPED ] KcovTest.PrematureMmap (0 ms)
[ RUN ] KcovTest.MultipleFds
test/syscalls/linux/kcov.cc:95: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability((CAP_DAC_OVERRIDE)))
[ SKIPPED ] KcovTest.MultipleFds (0 ms)
[ RUN ] KcovTest.MultipleThreads
test/syscalls/linux/kcov.cc:125: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability((CAP_DAC_OVERRIDE)))
[ SKIPPED ] KcovTest.MultipleThreads (0 ms)
[----------] 4 tests from KcovTest (0 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 0 tests.
[ SKIPPED ] 4 tests, listed below:
[ SKIPPED ] KcovTest.Kcov
[ SKIPPED ] KcovTest.PrematureMmap
[ SKIPPED ] KcovTest.MultipleFds
[ SKIPPED ] KcovTest.MultipleThreads
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,80 @@
[==========] Running 17 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 17 tests from KeysTest
[ RUN ] KeysTest.GetCurrentSessionKeyring
Session key: id=86510119 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
[ OK ] KeysTest.GetCurrentSessionKeyring (0 ms)
[ RUN ] KeysTest.GetCurrentSessionKeyringViaID
Session key (retrieved via KEY_SPEC_SESSION_KEYRING): id=86510119 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
Session key (retrieved via explicit ID 86510119): id=86510119 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
[ OK ] KeysTest.GetCurrentSessionKeyringViaID (0 ms)
[ RUN ] KeysTest.GetKeyringThatDoesNotExist
[ OK ] KeysTest.GetKeyringThatDoesNotExist (0 ms)
[ RUN ] KeysTest.DescribeKeyWithNullBuffer
[ OK ] KeysTest.DescribeKeyWithNullBuffer (0 ms)
[ RUN ] KeysTest.DescribeKeyWithTooSmallBuffer
[ OK ] KeysTest.DescribeKeyWithTooSmallBuffer (0 ms)
[ RUN ] KeysTest.ChildThreadInheritsSessionKeyring
Parent session keyring before spawning child thread: id=86510119 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
Child session keyring: id=86510119 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
[ OK ] KeysTest.ChildThreadInheritsSessionKeyring (0 ms)
[ RUN ] KeysTest.ChildThreadInheritsSessionKeyringCreatedAfterChildIsBorn
Parent session keyring before spawning child: id=212277410 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
Child is spawned and waiting for parent.
Parent session keyring after spawning child: id=719330781 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
Child session keyring: id=212277410 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
[ OK ] KeysTest.ChildThreadInheritsSessionKeyringCreatedAfterChildIsBorn (3 ms)
[ RUN ] KeysTest.JoinNewNamedSessionKeyring
Child session keyring after joining new session keyring: id=239891927 type=keyring uid=1000 gid=1000 perms=0x3f130000 [process=vrwsla,user=vr--l-,group=------,other=------] desc=my_little_keyring
[ OK ] KeysTest.JoinNewNamedSessionKeyring (0 ms)
[ RUN ] KeysTest.ChildJoinsNewSessionKeyring
Parent session keyring before spawning child thread: id=86510119 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
Child session keyring after joining new session keyring: id=865607675 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
Parent session keyring after child finished: id=86510119 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
[ OK ] KeysTest.ChildJoinsNewSessionKeyring (0 ms)
[ RUN ] KeysTest.ExistingNamedSessionKeyringIsNew
First child's session keyring: id=592449018 type=keyring uid=1000 gid=1000 perms=0x3f130000 [process=vrwsla,user=vr--l-,group=------,other=------] desc=my_little_keyring
Session child's initial session keyring: id=902647514 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
Session child's second session keyring: id=1049497099 type=keyring uid=1000 gid=1000 perms=0x3f130000 [process=vrwsla,user=vr--l-,group=------,other=------] desc=my_little_keyring
[ OK ] KeysTest.ExistingNamedSessionKeyringIsNew (0 ms)
[ RUN ] KeysTest.SetAndRetrieveKeyPermissions
Child session keyring after joining new session keyring: id=53356167 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
Child session keyring after changing session keyring permissions: id=53356167 type=keyring uid=1000 gid=1000 perms=0x3f0b0000 [process=vrwsla,user=vr-s--,group=------,other=------] desc=_ses
Second-level child session keyring: id=53356167 type=keyring uid=1000 gid=1000 perms=0x3f0b0000 [process=vrwsla,user=vr-s--,group=------,other=------] desc=_ses
[ OK ] KeysTest.SetAndRetrieveKeyPermissions (0 ms)
[ RUN ] KeysTest.JoinExistingNamedKeyringFromParent
First-level child keyring: id=544221319 type=keyring uid=1000 gid=1000 perms=0x3f1b0008 [process=vrwsla,user=vr-sl-,group=------,other=---s--] desc=my_little_keyring
Second-level child keyring: id=1056758507 type=keyring uid=1000 gid=1000 perms=0x3f130000 [process=vrwsla,user=vr--l-,group=------,other=------] desc=my_other_keyring
Third-level child keyring: id=544221319 type=keyring uid=1000 gid=1000 perms=0x3f1b0008 [process=vrwsla,user=vr-sl-,group=------,other=---s--] desc=my_little_keyring
[ OK ] KeysTest.JoinExistingNamedKeyringFromParent (0 ms)
[ RUN ] KeysTest.DefaultKeyPermissions
Default named session keyring: id=900632255 type=keyring uid=1000 gid=1000 perms=0x3f130000 [process=vrwsla,user=vr--l-,group=------,other=------] desc=named_session_keyring
Default unnamed session keyring: id=299640821 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
[ OK ] KeysTest.DefaultKeyPermissions (0 ms)
[ RUN ] KeysTest.EnforceKeyPermissions
[ OK ] KeysTest.EnforceKeyPermissions (0 ms)
[ RUN ] KeysTest.JoiningNonSearchableNamedKeyring
First child keyring: id=912608978 type=keyring uid=1000 gid=1000 perms=0x3f130000 [process=vrwsla,user=vr--l-,group=------,other=------] desc=my_little_keyring
Second child keyring: id=912608978 type=keyring uid=1000 gid=1000 perms=0x3f130000 [process=vrwsla,user=vr--l-,group=------,other=------] desc=my_little_keyring
[ OK ] KeysTest.JoiningNonSearchableNamedKeyring (0 ms)
[ RUN ] KeysTest.JoiningSearchableNamedKeyring
Initial session keyring: id=693336574 type=keyring uid=1000 gid=1000 perms=0x3f130000 [process=vrwsla,user=vr--l-,group=------,other=------] desc=my_little_keyring
Searchable session keyring: id=693336574 type=keyring uid=1000 gid=1000 perms=0x3f1b0000 [process=vrwsla,user=vr-sl-,group=------,other=------] desc=my_little_keyring
Second keyring: id=693336574 type=keyring uid=1000 gid=1000 perms=0x3f1b0000 [process=vrwsla,user=vr-sl-,group=------,other=------] desc=my_little_keyring
[ OK ] KeysTest.JoiningSearchableNamedKeyring (0 ms)
[ RUN ] KeysTest.SearchableKeyringIsSharedAcrossThreads
Parent session keyring: id=605941530 type=keyring uid=1000 gid=1000 perms=0x3f030000 [process=vrwsla,user=vr----,group=------,other=------] desc=_ses
First child: initial session keyring: id=693336574 type=keyring uid=1000 gid=1000 perms=0x3f1b0000 [process=vrwsla,user=vr-sl-,group=------,other=------] desc=my_little_keyring
First child: searchable session keyring: id=693336574 type=keyring uid=1000 gid=1000 perms=0x3f1b0000 [process=vrwsla,user=vr-sl-,group=------,other=------] desc=my_little_keyring
Second child: initial session keyring: id=693336574 type=keyring uid=1000 gid=1000 perms=0x3f1b0000 [process=vrwsla,user=vr-sl-,group=------,other=------] desc=my_little_keyring
Second child: session keyring after modifying its permissions: id=693336574 type=keyring uid=1000 gid=1000 perms=0x3f1b1000 [process=vrwsla,user=vr-sl-,group=----l-,other=------] desc=my_little_keyring
First child: session keyring after second thread modified it: id=693336574 type=keyring uid=1000 gid=1000 perms=0x3f1b1000 [process=vrwsla,user=vr-sl-,group=----l-,other=------] desc=my_little_keyring
First child: final session keyring: id=693336574 type=keyring uid=1000 gid=1000 perms=0x3f1b1010 [process=vrwsla,user=vr-sl-,group=----l-,other=----l-] desc=my_little_keyring
Second child: final session keyring: id=693336574 type=keyring uid=1000 gid=1000 perms=0x3f1b1010 [process=vrwsla,user=vr-sl-,group=----l-,other=----l-] desc=my_little_keyring
[ OK ] KeysTest.SearchableKeyringIsSharedAcrossThreads (0 ms)
[----------] 17 tests from KeysTest (7 ms total)
[----------] Global test environment tear-down
[==========] 17 tests from 1 test suite ran. (7 ms total)
[ PASSED ] 17 tests.
Failed to match any benchmarks against regex: .