mirror of
https://github.com/Vitus213/Dragonos-Syscall-logs.git
synced 2025-06-08 06:25:03 +00:00
Add test logs for group 20 (tests 200 to 209)
This commit is contained in:
parent
58e350e739
commit
440056819e
70
logs/group_20/splice_test.log
Normal file
70
logs/group_20/splice_test.log
Normal file
@ -0,0 +1,70 @@
|
||||
[==========] Running 29 tests from 2 test suites.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 21 tests from SpliceTest
|
||||
[ RUN ] SpliceTest.TwoRegularFiles
|
||||
[ OK ] SpliceTest.TwoRegularFiles (0 ms)
|
||||
[ RUN ] SpliceTest.NegativeOffset
|
||||
[ OK ] SpliceTest.NegativeOffset (0 ms)
|
||||
[ RUN ] SpliceTest.WriteOverflow
|
||||
[ OK ] SpliceTest.WriteOverflow (0 ms)
|
||||
[ RUN ] SpliceTest.SamePipe
|
||||
[ OK ] SpliceTest.SamePipe (0 ms)
|
||||
[ RUN ] SpliceTest.PipeOffsets
|
||||
[ OK ] SpliceTest.PipeOffsets (0 ms)
|
||||
[ RUN ] SpliceTest.ToPipe
|
||||
[ OK ] SpliceTest.ToPipe (0 ms)
|
||||
[ RUN ] SpliceTest.ToPipeEOF
|
||||
[ OK ] SpliceTest.ToPipeEOF (0 ms)
|
||||
[ RUN ] SpliceTest.ToPipeOffset
|
||||
[ OK ] SpliceTest.ToPipeOffset (0 ms)
|
||||
[ RUN ] SpliceTest.FromPipe
|
||||
[ OK ] SpliceTest.FromPipe (0 ms)
|
||||
[ RUN ] SpliceTest.FromPipeMultiple
|
||||
[ OK ] SpliceTest.FromPipeMultiple (0 ms)
|
||||
[ RUN ] SpliceTest.FromPipeOffset
|
||||
[ OK ] SpliceTest.FromPipeOffset (0 ms)
|
||||
[ RUN ] SpliceTest.TwoPipes
|
||||
[ OK ] SpliceTest.TwoPipes (0 ms)
|
||||
[ RUN ] SpliceTest.TwoPipesPartialRead
|
||||
[ OK ] SpliceTest.TwoPipesPartialRead (0 ms)
|
||||
[ RUN ] SpliceTest.TwoPipesPartialWrite
|
||||
[ OK ] SpliceTest.TwoPipesPartialWrite (0 ms)
|
||||
[ RUN ] SpliceTest.TwoPipesCircular
|
||||
[ OK ] SpliceTest.TwoPipesCircular (1 ms)
|
||||
[ RUN ] SpliceTest.Blocking
|
||||
[ OK ] SpliceTest.Blocking (0 ms)
|
||||
[ RUN ] SpliceTest.NonBlocking
|
||||
[ OK ] SpliceTest.NonBlocking (0 ms)
|
||||
[ RUN ] SpliceTest.FromPipeMaxFileSize
|
||||
[ OK ] SpliceTest.FromPipeMaxFileSize (0 ms)
|
||||
[ RUN ] SpliceTest.ToPipeWithSmallCapacityDoesNotSpin
|
||||
[ OK ] SpliceTest.ToPipeWithSmallCapacityDoesNotSpin (1000 ms)
|
||||
[ RUN ] SpliceTest.FromPipeWithConcurrentIo
|
||||
[ OK ] SpliceTest.FromPipeWithConcurrentIo (43 ms)
|
||||
[ RUN ] SpliceTest.FromPipeWithWriterToDevNull
|
||||
[ OK ] SpliceTest.FromPipeWithWriterToDevNull (0 ms)
|
||||
[----------] 21 tests from SpliceTest (1048 ms total)
|
||||
|
||||
[----------] 8 tests from TeeTest
|
||||
[ RUN ] TeeTest.SamePipe
|
||||
[ OK ] TeeTest.SamePipe (0 ms)
|
||||
[ RUN ] TeeTest.RegularFile
|
||||
[ OK ] TeeTest.RegularFile (0 ms)
|
||||
[ RUN ] TeeTest.TwoPipesPartialRead
|
||||
[ OK ] TeeTest.TwoPipesPartialRead (0 ms)
|
||||
[ RUN ] TeeTest.TwoPipesPartialWrite
|
||||
[ OK ] TeeTest.TwoPipesPartialWrite (0 ms)
|
||||
[ RUN ] TeeTest.Blocking
|
||||
[ OK ] TeeTest.Blocking (0 ms)
|
||||
[ RUN ] TeeTest.BlockingWrite
|
||||
[ OK ] TeeTest.BlockingWrite (100 ms)
|
||||
[ RUN ] TeeTest.NonBlocking
|
||||
[ OK ] TeeTest.NonBlocking (0 ms)
|
||||
[ RUN ] TeeTest.MultiPage
|
||||
[ OK ] TeeTest.MultiPage (0 ms)
|
||||
[----------] 8 tests from TeeTest (101 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 29 tests from 2 test suites ran. (1149 ms total)
|
||||
[ PASSED ] 29 tests.
|
||||
Failed to match any benchmarks against regex: .
|
93
logs/group_20/stat_test.log
Normal file
93
logs/group_20/stat_test.log
Normal file
@ -0,0 +1,93 @@
|
||||
[==========] Running 35 tests from 2 test suites.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 33 tests from StatTest
|
||||
[ RUN ] StatTest.FstatatAbs
|
||||
[ OK ] StatTest.FstatatAbs (0 ms)
|
||||
[ RUN ] StatTest.FstatatEmptyPath
|
||||
[ OK ] StatTest.FstatatEmptyPath (0 ms)
|
||||
[ RUN ] StatTest.FstatatRel
|
||||
[ OK ] StatTest.FstatatRel (0 ms)
|
||||
[ RUN ] StatTest.FstatatSymlink
|
||||
[ OK ] StatTest.FstatatSymlink (0 ms)
|
||||
[ RUN ] StatTest.Nlinks
|
||||
[ OK ] StatTest.Nlinks (0 ms)
|
||||
[ RUN ] StatTest.BlocksIncreaseOnWrite
|
||||
test/syscalls/linux/stat.cc:154: Failure
|
||||
Expected: (st.st_blocks) > (initial_blocks), actual: 2 vs 2
|
||||
|
||||
[ FAILED ] StatTest.BlocksIncreaseOnWrite (0 ms)
|
||||
[ RUN ] StatTest.PathNotCleaned
|
||||
[ OK ] StatTest.PathNotCleaned (0 ms)
|
||||
[ RUN ] StatTest.PathCanContainDotDot
|
||||
[ OK ] StatTest.PathCanContainDotDot (0 ms)
|
||||
[ RUN ] StatTest.PathCanContainEmptyComponent
|
||||
[ OK ] StatTest.PathCanContainEmptyComponent (0 ms)
|
||||
[ RUN ] StatTest.TrailingSlashNotCleanedReturnsENOTDIR
|
||||
[ OK ] StatTest.TrailingSlashNotCleanedReturnsENOTDIR (0 ms)
|
||||
[ RUN ] StatTest.FstatFileWithOpath
|
||||
[ OK ] StatTest.FstatFileWithOpath (0 ms)
|
||||
[ RUN ] StatTest.FstatDirWithOpath
|
||||
[ OK ] StatTest.FstatDirWithOpath (0 ms)
|
||||
[ RUN ] StatTest.FstatatDirWithOpath
|
||||
[ OK ] StatTest.FstatatDirWithOpath (0 ms)
|
||||
[ RUN ] StatTest.FstatatSymlinkDir
|
||||
[ OK ] StatTest.FstatatSymlinkDir (0 ms)
|
||||
[ RUN ] StatTest.FstatatSymlinkDirWithTrailingSlash
|
||||
[ OK ] StatTest.FstatatSymlinkDirWithTrailingSlash (0 ms)
|
||||
[ RUN ] StatTest.FstatatSymlinkDirWithTrailingSlashSameInode
|
||||
[ OK ] StatTest.FstatatSymlinkDirWithTrailingSlashSameInode (0 ms)
|
||||
[ RUN ] StatTest.LeadingDoubleSlash
|
||||
[ OK ] StatTest.LeadingDoubleSlash (0 ms)
|
||||
[ RUN ] StatTest.StatDoesntChangeAfterRename
|
||||
/tmp/gvisor_test_temp_43_1749027323803196229: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_43_1749027323803196229 does not exist
|
||||
[ OK ] StatTest.StatDoesntChangeAfterRename (0 ms)
|
||||
[ RUN ] StatTest.LinkCountsWithRegularFileChild
|
||||
/tmp/gvisor_test_temp_46_1749027323803668023/gvisor_test_temp_47_1749027323803731943: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_46_1749027323803668023/gvisor_test_temp_47_1749027323803731943 does not exist
|
||||
[ OK ] StatTest.LinkCountsWithRegularFileChild (0 ms)
|
||||
[ RUN ] StatTest.ZeroLinksOpenFdRegularFileChild_NoSave
|
||||
/tmp/gvisor_test_temp_49_1749027323804174854/gvisor_test_temp_50_1749027323804236118: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_49_1749027323804174854/gvisor_test_temp_50_1749027323804236118 does not exist
|
||||
[ OK ] StatTest.ZeroLinksOpenFdRegularFileChild_NoSave (0 ms)
|
||||
[ RUN ] StatTest.LinkCountsWithDirChild
|
||||
/tmp/gvisor_test_temp_52_1749027323804697714/gvisor_test_temp_53_1749027323804775399: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) /tmp/gvisor_test_temp_52_1749027323804697714/gvisor_test_temp_53_1749027323804775399 does not exist
|
||||
[ OK ] StatTest.LinkCountsWithDirChild (0 ms)
|
||||
[ RUN ] StatTest.ChildOfNonDir
|
||||
[ OK ] StatTest.ChildOfNonDir (0 ms)
|
||||
[ RUN ] StatTest.LstatSymlinkDir
|
||||
[ OK ] StatTest.LstatSymlinkDir (0 ms)
|
||||
[ RUN ] StatTest.LstatELOOPPath
|
||||
[ OK ] StatTest.LstatELOOPPath (0 ms)
|
||||
[ RUN ] StatTest.StatxAbsPath
|
||||
[ OK ] StatTest.StatxAbsPath (0 ms)
|
||||
[ RUN ] StatTest.StatxRelPathDirFD
|
||||
[ OK ] StatTest.StatxRelPathDirFD (0 ms)
|
||||
[ RUN ] StatTest.StatxRelPathCwd
|
||||
[ OK ] StatTest.StatxRelPathCwd (0 ms)
|
||||
[ RUN ] StatTest.StatxEmptyPath
|
||||
[ OK ] StatTest.StatxEmptyPath (0 ms)
|
||||
[ RUN ] StatTest.StatxDoesNotRejectExtraneousMaskBits
|
||||
[ OK ] StatTest.StatxDoesNotRejectExtraneousMaskBits (0 ms)
|
||||
[ RUN ] StatTest.StatxRejectsReservedMaskBit
|
||||
[ OK ] StatTest.StatxRejectsReservedMaskBit (0 ms)
|
||||
[ RUN ] StatTest.StatxSymlink
|
||||
[ OK ] StatTest.StatxSymlink (0 ms)
|
||||
[ RUN ] StatTest.StatxInvalidFlags
|
||||
[ OK ] StatTest.StatxInvalidFlags (0 ms)
|
||||
[ RUN ] StatTest.StatIgnoreNoAutomount
|
||||
[ OK ] StatTest.StatIgnoreNoAutomount (0 ms)
|
||||
[----------] 33 tests from StatTest (11 ms total)
|
||||
|
||||
[----------] 2 tests from SimpleStatTest
|
||||
[ RUN ] SimpleStatTest.DifferentFilesHaveDifferentDeviceInodeNumberPairs
|
||||
[ OK ] SimpleStatTest.DifferentFilesHaveDifferentDeviceInodeNumberPairs (0 ms)
|
||||
[ RUN ] SimpleStatTest.AnonDeviceAllocatesUniqueInodesAcrossSaveRestore
|
||||
[ OK ] SimpleStatTest.AnonDeviceAllocatesUniqueInodesAcrossSaveRestore (0 ms)
|
||||
[----------] 2 tests from SimpleStatTest (0 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 35 tests from 2 test suites ran. (11 ms total)
|
||||
[ PASSED ] 34 tests.
|
||||
[ FAILED ] 1 test, listed below:
|
||||
[ FAILED ] StatTest.BlocksIncreaseOnWrite
|
||||
|
||||
1 FAILED TEST
|
||||
Failed to match any benchmarks against regex: .
|
33
logs/group_20/stat_times_test.log
Normal file
33
logs/group_20/stat_times_test.log
Normal file
@ -0,0 +1,33 @@
|
||||
[==========] Running 12 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 12 tests from StatTimesTest
|
||||
[ RUN ] StatTimesTest.FileCreation
|
||||
[ OK ] StatTimesTest.FileCreation (0 ms)
|
||||
[ RUN ] StatTimesTest.FileChmod
|
||||
[ OK ] StatTimesTest.FileChmod (1000 ms)
|
||||
[ RUN ] StatTimesTest.FileRename
|
||||
[ OK ] StatTimesTest.FileRename (1000 ms)
|
||||
[ RUN ] StatTimesTest.FileRenameOpenFD
|
||||
[ OK ] StatTimesTest.FileRenameOpenFD (1000 ms)
|
||||
[ RUN ] StatTimesTest.FileUtimes
|
||||
[ OK ] StatTimesTest.FileUtimes (1000 ms)
|
||||
[ RUN ] StatTimesTest.FileTruncate
|
||||
[ OK ] StatTimesTest.FileTruncate (1000 ms)
|
||||
[ RUN ] StatTimesTest.FileWrite
|
||||
[ OK ] StatTimesTest.FileWrite (1000 ms)
|
||||
[ RUN ] StatTimesTest.FileRead
|
||||
[ OK ] StatTimesTest.FileRead (1000 ms)
|
||||
[ RUN ] StatTimesTest.DirList
|
||||
[ OK ] StatTimesTest.DirList (1001 ms)
|
||||
[ RUN ] StatTimesTest.DirCreateFile
|
||||
[ OK ] StatTimesTest.DirCreateFile (1000 ms)
|
||||
[ RUN ] StatTimesTest.DirCreateDir
|
||||
[ OK ] StatTimesTest.DirCreateDir (1000 ms)
|
||||
[ RUN ] StatTimesTest.DirRemoveFile
|
||||
[ OK ] StatTimesTest.DirRemoveFile (1000 ms)
|
||||
[----------] 12 tests from StatTimesTest (11008 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 12 tests from 1 test suite ran. (11008 ms total)
|
||||
[ PASSED ] 12 tests.
|
||||
Failed to match any benchmarks against regex: .
|
42
logs/group_20/statfs_test.log
Normal file
42
logs/group_20/statfs_test.log
Normal file
@ -0,0 +1,42 @@
|
||||
[==========] Running 9 tests from 3 test suites.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 3 tests from StatfsTest
|
||||
[ RUN ] StatfsTest.CannotStatBadPath
|
||||
[ OK ] StatfsTest.CannotStatBadPath (0 ms)
|
||||
[ RUN ] StatfsTest.TempPath
|
||||
[ OK ] StatfsTest.TempPath (0 ms)
|
||||
[ RUN ] StatfsTest.InternalDevShm
|
||||
[ OK ] StatfsTest.InternalDevShm (0 ms)
|
||||
[----------] 3 tests from StatfsTest (0 ms total)
|
||||
|
||||
[----------] 1 test from StatFsTest
|
||||
[ RUN ] StatFsTest.MountFlags
|
||||
test/syscalls/linux/statfs.cc:64: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN))
|
||||
|
||||
[ SKIPPED ] StatFsTest.MountFlags (0 ms)
|
||||
[----------] 1 test from StatFsTest (0 ms total)
|
||||
|
||||
[----------] 5 tests from FstatfsTest
|
||||
[ RUN ] FstatfsTest.CannotStatBadFd
|
||||
[ OK ] FstatfsTest.CannotStatBadFd (0 ms)
|
||||
[ RUN ] FstatfsTest.TempPath
|
||||
[ OK ] FstatfsTest.TempPath (0 ms)
|
||||
[ RUN ] FstatfsTest.CanStatFileWithOpath
|
||||
[ OK ] FstatfsTest.CanStatFileWithOpath (0 ms)
|
||||
[ RUN ] FstatfsTest.InternalDevShm
|
||||
[ OK ] FstatfsTest.InternalDevShm (0 ms)
|
||||
[ RUN ] FstatfsTest.BlocksFree
|
||||
test/syscalls/linux/statfs.cc:121: Skipped
|
||||
!IsRunningOnGvisor()
|
||||
|
||||
[ SKIPPED ] FstatfsTest.BlocksFree (0 ms)
|
||||
[----------] 5 tests from FstatfsTest (0 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 9 tests from 3 test suites ran. (1 ms total)
|
||||
[ PASSED ] 7 tests.
|
||||
[ SKIPPED ] 2 tests, listed below:
|
||||
[ SKIPPED ] StatFsTest.MountFlags
|
||||
[ SKIPPED ] FstatfsTest.BlocksFree
|
||||
Failed to match any benchmarks against regex: .
|
28
logs/group_20/sticky_test.log
Normal file
28
logs/group_20/sticky_test.log
Normal file
@ -0,0 +1,28 @@
|
||||
[==========] Running 3 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 3 tests from StickyTest
|
||||
[ RUN ] StickyTest.StickyBitPermDenied
|
||||
test/syscalls/linux/sticky.cc:41: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETUID))
|
||||
|
||||
[ SKIPPED ] StickyTest.StickyBitPermDenied (0 ms)
|
||||
[ RUN ] StickyTest.StickyBitSameUID
|
||||
test/syscalls/linux/sticky.cc:81: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETUID))
|
||||
|
||||
[ SKIPPED ] StickyTest.StickyBitSameUID (0 ms)
|
||||
[ RUN ] StickyTest.StickyBitCapFOWNER
|
||||
test/syscalls/linux/sticky.cc:117: Skipped
|
||||
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETUID))
|
||||
|
||||
[ SKIPPED ] StickyTest.StickyBitCapFOWNER (0 ms)
|
||||
[----------] 3 tests from StickyTest (0 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 3 tests from 1 test suite ran. (0 ms total)
|
||||
[ PASSED ] 0 tests.
|
||||
[ SKIPPED ] 3 tests, listed below:
|
||||
[ SKIPPED ] StickyTest.StickyBitPermDenied
|
||||
[ SKIPPED ] StickyTest.StickyBitSameUID
|
||||
[ SKIPPED ] StickyTest.StickyBitCapFOWNER
|
||||
Failed to match any benchmarks against regex: .
|
83
logs/group_20/symlink_test.log
Normal file
83
logs/group_20/symlink_test.log
Normal file
@ -0,0 +1,83 @@
|
||||
[==========] Running 33 tests from 2 test suites.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 21 tests from SymlinkTest
|
||||
[ RUN ] SymlinkTest.CanCreateSymlinkWithCachedSourceDirent
|
||||
[ OK ] SymlinkTest.CanCreateSymlinkWithCachedSourceDirent (0 ms)
|
||||
[ RUN ] SymlinkTest.CanCreateSymlinkFile
|
||||
[ OK ] SymlinkTest.CanCreateSymlinkFile (0 ms)
|
||||
[ RUN ] SymlinkTest.CanCreateSymlinkDir
|
||||
[ OK ] SymlinkTest.CanCreateSymlinkDir (0 ms)
|
||||
[ RUN ] SymlinkTest.CannotCreateSymlinkInReadOnlyDir
|
||||
[ OK ] SymlinkTest.CannotCreateSymlinkInReadOnlyDir (0 ms)
|
||||
[ RUN ] SymlinkTest.CannotSymlinkOverExistingFile
|
||||
[ OK ] SymlinkTest.CannotSymlinkOverExistingFile (0 ms)
|
||||
[ RUN ] SymlinkTest.CannotSymlinkOverExistingDir
|
||||
[ OK ] SymlinkTest.CannotSymlinkOverExistingDir (0 ms)
|
||||
[ RUN ] SymlinkTest.OldnameIsEmpty
|
||||
[ OK ] SymlinkTest.OldnameIsEmpty (0 ms)
|
||||
[ RUN ] SymlinkTest.OldnameIsDangling
|
||||
[ OK ] SymlinkTest.OldnameIsDangling (0 ms)
|
||||
[ RUN ] SymlinkTest.NewnameCannotExist
|
||||
[ OK ] SymlinkTest.NewnameCannotExist (0 ms)
|
||||
[ RUN ] SymlinkTest.CanEvaluateLink
|
||||
[ OK ] SymlinkTest.CanEvaluateLink (0 ms)
|
||||
[ RUN ] SymlinkTest.TargetIsNotMapped
|
||||
[ OK ] SymlinkTest.TargetIsNotMapped (0 ms)
|
||||
[ RUN ] SymlinkTest.PreadFromSymlink
|
||||
[ OK ] SymlinkTest.PreadFromSymlink (0 ms)
|
||||
[ RUN ] SymlinkTest.PwriteToSymlink
|
||||
[ OK ] SymlinkTest.PwriteToSymlink (0 ms)
|
||||
[ RUN ] SymlinkTest.SymlinkAtDegradedPermissions
|
||||
/tmp/gvisor_test_temp_35_1749027334858542225/gvisor_test_temp_36_1749027334858618929: failed to delete 0 directories and 0 files: PosixError(errno=13 Permission denied) lstat /tmp/gvisor_test_temp_35_1749027334858542225/gvisor_test_temp_36_1749027334858618929
|
||||
/tmp/gvisor_test_temp_35_1749027334858542225: failed to delete 0 directories and 0 files: PosixError(errno=13 Permission denied) opendir /tmp/gvisor_test_temp_35_1749027334858542225
|
||||
[ OK ] SymlinkTest.SymlinkAtDegradedPermissions (0 ms)
|
||||
[ RUN ] SymlinkTest.SymlinkAtDirWithOpath
|
||||
/tmp/gvisor_test_temp_37_1749027334858995565: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) stat /tmp/gvisor_test_temp_37_1749027334858995565/gvisor_test_temp_38_1749027334859067280
|
||||
[ OK ] SymlinkTest.SymlinkAtDirWithOpath (0 ms)
|
||||
[ RUN ] SymlinkTest.ReadlinkAtDirWithOpath
|
||||
/tmp/gvisor_test_temp_39_1749027334859323620: failed to delete 0 directories and 0 files: PosixError(errno=2 No such file or directory) stat /tmp/gvisor_test_temp_39_1749027334859323620/gvisor_test_temp_40_1749027334859399422
|
||||
[ OK ] SymlinkTest.ReadlinkAtDirWithOpath (0 ms)
|
||||
[ RUN ] SymlinkTest.ReadlinkAtDegradedPermissions
|
||||
/tmp/gvisor_test_temp_41_1749027334859604196: failed to delete 0 directories and 0 files: PosixError(errno=13 Permission denied) opendir /tmp/gvisor_test_temp_41_1749027334859604196
|
||||
[ OK ] SymlinkTest.ReadlinkAtDegradedPermissions (0 ms)
|
||||
[ RUN ] SymlinkTest.ChmodSymlink
|
||||
[ OK ] SymlinkTest.ChmodSymlink (0 ms)
|
||||
[ RUN ] SymlinkTest.FollowUpdatesATime
|
||||
[ OK ] SymlinkTest.FollowUpdatesATime (1000 ms)
|
||||
[ RUN ] SymlinkTest.SymlinkAtEmptyPath
|
||||
[ OK ] SymlinkTest.SymlinkAtEmptyPath (0 ms)
|
||||
[ RUN ] SymlinkTest.AbsoluteSymlinkDouble
|
||||
[ OK ] SymlinkTest.AbsoluteSymlinkDouble (0 ms)
|
||||
[----------] 21 tests from SymlinkTest (1006 ms total)
|
||||
|
||||
[----------] 12 tests from AbsAndRelTarget/ParamSymlinkTest
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.CreatLinkCreatesTarget/0
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.CreatLinkCreatesTarget/0 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.CreatLinkCreatesTarget/1
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.CreatLinkCreatesTarget/1 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkCreatesTarget/0
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkCreatesTarget/0 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkCreatesTarget/1
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkCreatesTarget/1 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.CreateExistingSelfLink/0
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.CreateExistingSelfLink/0 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.CreateExistingSelfLink/1
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.CreateExistingSelfLink/1 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.CreateExistingParentLink/0
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.CreateExistingParentLink/0 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.CreateExistingParentLink/1
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.CreateExistingParentLink/1 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkExclFails/0
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkExclFails/0 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkExclFails/1
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkExclFails/1 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkNoFollowFails/0
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkNoFollowFails/0 (0 ms)
|
||||
[ RUN ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkNoFollowFails/1
|
||||
[ OK ] AbsAndRelTarget/ParamSymlinkTest.OpenLinkNoFollowFails/1 (0 ms)
|
||||
[----------] 12 tests from AbsAndRelTarget/ParamSymlinkTest (2 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 33 tests from 2 test suites ran. (1009 ms total)
|
||||
[ PASSED ] 33 tests.
|
||||
Failed to match any benchmarks against regex: .
|
17
logs/group_20/sync_file_range_test.log
Normal file
17
logs/group_20/sync_file_range_test.log
Normal file
@ -0,0 +1,17 @@
|
||||
[==========] Running 4 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 4 tests from SyncFileRangeTest
|
||||
[ RUN ] SyncFileRangeTest.TempFileSucceeds
|
||||
[ OK ] SyncFileRangeTest.TempFileSucceeds (0 ms)
|
||||
[ RUN ] SyncFileRangeTest.CannotSyncFileRangeOnUnopenedFd
|
||||
[ OK ] SyncFileRangeTest.CannotSyncFileRangeOnUnopenedFd (0 ms)
|
||||
[ RUN ] SyncFileRangeTest.BadArgs
|
||||
[ OK ] SyncFileRangeTest.BadArgs (0 ms)
|
||||
[ RUN ] SyncFileRangeTest.CannotSyncFileRangeWithWaitBefore
|
||||
[ OK ] SyncFileRangeTest.CannotSyncFileRangeWithWaitBefore (0 ms)
|
||||
[----------] 4 tests from SyncFileRangeTest (1 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 4 tests from 1 test suite ran. (1 ms total)
|
||||
[ PASSED ] 4 tests.
|
||||
Failed to match any benchmarks against regex: .
|
19
logs/group_20/sync_test.log
Normal file
19
logs/group_20/sync_test.log
Normal file
@ -0,0 +1,19 @@
|
||||
[==========] Running 5 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 5 tests from SyncTest
|
||||
[ RUN ] SyncTest.SyncEverything
|
||||
[ OK ] SyncTest.SyncEverything (204 ms)
|
||||
[ RUN ] SyncTest.SyncFileSytem
|
||||
[ OK ] SyncTest.SyncFileSytem (1 ms)
|
||||
[ RUN ] SyncTest.SyncFromPipe
|
||||
[ OK ] SyncTest.SyncFromPipe (0 ms)
|
||||
[ RUN ] SyncTest.CannotSyncFileSystemAtBadFd
|
||||
[ OK ] SyncTest.CannotSyncFileSystemAtBadFd (0 ms)
|
||||
[ RUN ] SyncTest.CannotSyncFileSystemAtOpathFD
|
||||
[ OK ] SyncTest.CannotSyncFileSystemAtOpathFD (0 ms)
|
||||
[----------] 5 tests from SyncTest (206 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 5 tests from 1 test suite ran. (206 ms total)
|
||||
[ PASSED ] 5 tests.
|
||||
Failed to match any benchmarks against regex: .
|
25
logs/group_20/sysinfo_test.log
Normal file
25
logs/group_20/sysinfo_test.log
Normal file
@ -0,0 +1,25 @@
|
||||
[==========] Running 8 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 8 tests from SysinfoTest
|
||||
[ RUN ] SysinfoTest.SysinfoIsCallable
|
||||
[ OK ] SysinfoTest.SysinfoIsCallable (0 ms)
|
||||
[ RUN ] SysinfoTest.EfaultProducedOnBadAddress
|
||||
[ OK ] SysinfoTest.EfaultProducedOnBadAddress (0 ms)
|
||||
[ RUN ] SysinfoTest.TotalRamSaneValue
|
||||
[ OK ] SysinfoTest.TotalRamSaneValue (0 ms)
|
||||
[ RUN ] SysinfoTest.MemunitSet
|
||||
[ OK ] SysinfoTest.MemunitSet (0 ms)
|
||||
[ RUN ] SysinfoTest.UptimeSaneValue
|
||||
[ OK ] SysinfoTest.UptimeSaneValue (0 ms)
|
||||
[ RUN ] SysinfoTest.UptimeIncreasingValue
|
||||
[ OK ] SysinfoTest.UptimeIncreasingValue (2000 ms)
|
||||
[ RUN ] SysinfoTest.FreeRamSaneValue
|
||||
[ OK ] SysinfoTest.FreeRamSaneValue (0 ms)
|
||||
[ RUN ] SysinfoTest.NumProcsSaneValue
|
||||
[ OK ] SysinfoTest.NumProcsSaneValue (0 ms)
|
||||
[----------] 8 tests from SysinfoTest (2000 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 8 tests from 1 test suite ran. (2000 ms total)
|
||||
[ PASSED ] 8 tests.
|
||||
Failed to match any benchmarks against regex: .
|
28
logs/group_20/syslog_test.log
Normal file
28
logs/group_20/syslog_test.log
Normal file
@ -0,0 +1,28 @@
|
||||
[==========] Running 2 tests from 1 test suite.
|
||||
[----------] Global test environment set-up.
|
||||
[----------] 2 tests from Syslog
|
||||
[ RUN ] Syslog.Size
|
||||
test/syscalls/linux/syslog.cc:38: Failure
|
||||
Value of: Syslog(SYSLOG_ACTION_SIZE_BUFFER, nullptr, 0)
|
||||
Expected: not -1 (success)
|
||||
Actual: -1 (of type int), with errno PosixError(errno=1 Operation not permitted)
|
||||
|
||||
[ FAILED ] Syslog.Size (0 ms)
|
||||
[ RUN ] Syslog.ReadAll
|
||||
test/syscalls/linux/syslog.cc:44: Failure
|
||||
Value of: Syslog(SYSLOG_ACTION_READ_ALL, buf, sizeof(buf))
|
||||
Expected: not -1 (success)
|
||||
Actual: -1 (of type int), with errno PosixError(errno=1 Operation not permitted)
|
||||
|
||||
[ FAILED ] Syslog.ReadAll (0 ms)
|
||||
[----------] 2 tests from Syslog (0 ms total)
|
||||
|
||||
[----------] Global test environment tear-down
|
||||
[==========] 2 tests from 1 test suite ran. (0 ms total)
|
||||
[ PASSED ] 0 tests.
|
||||
[ FAILED ] 2 tests, listed below:
|
||||
[ FAILED ] Syslog.Size
|
||||
[ FAILED ] Syslog.ReadAll
|
||||
|
||||
2 FAILED TESTS
|
||||
Failed to match any benchmarks against regex: .
|
Loading…
x
Reference in New Issue
Block a user