nix-util-tests-run
checks.aarch64-darwin.exit-stress
· build #75
· raw
1Note: Google Test filter = -2[==========] Running 812 tests from 155 test suites.3[----------] Global test environment set-up.4[----------] 1 test from openFileEnsureBeneathNoSymlinksDeathTest5[ RUN ] openFileEnsureBeneathNoSymlinksDeathTest.rejectsONofollow6[ OK ] openFileEnsureBeneathNoSymlinksDeathTest.rejectsONofollow (1 ms)7[----------] 1 test from openFileEnsureBeneathNoSymlinksDeathTest (1 ms total)89[----------] 2 tests from alignUp10[ RUN ] alignUp.value11[ OK ] alignUp.value (0 ms)12[ RUN ] alignUp.notAPowerOf213[ OK ] alignUp.notAPowerOf2 (0 ms)14[----------] 2 tests from alignUp (0 ms total)1516[----------] 3 tests from alignUpOverflowTest/0, where TypeParam = unsigned char17[ RUN ] alignUpOverflowTest/0.lastSafeValue18[ OK ] alignUpOverflowTest/0.lastSafeValue (0 ms)19[ RUN ] alignUpOverflowTest/0.overflowThrows20[ OK ] alignUpOverflowTest/0.overflowThrows (0 ms)21[ RUN ] alignUpOverflowTest/0.alignmentOneNeverOverflows22[ OK ] alignUpOverflowTest/0.alignmentOneNeverOverflows (0 ms)23[----------] 3 tests from alignUpOverflowTest/0 (0 ms total)2425[----------] 3 tests from alignUpOverflowTest/1, where TypeParam = unsigned short26[ RUN ] alignUpOverflowTest/1.lastSafeValue27[ OK ] alignUpOverflowTest/1.lastSafeValue (0 ms)28[ RUN ] alignUpOverflowTest/1.overflowThrows29[ OK ] alignUpOverflowTest/1.overflowThrows (0 ms)30[ RUN ] alignUpOverflowTest/1.alignmentOneNeverOverflows31[ OK ] alignUpOverflowTest/1.alignmentOneNeverOverflows (0 ms)32[----------] 3 tests from alignUpOverflowTest/1 (0 ms total)3334[----------] 3 tests from alignUpOverflowTest/2, where TypeParam = unsigned int35[ RUN ] alignUpOverflowTest/2.lastSafeValue36[ OK ] alignUpOverflowTest/2.lastSafeValue (0 ms)37[ RUN ] alignUpOverflowTest/2.overflowThrows38[ OK ] alignUpOverflowTest/2.overflowThrows (0 ms)39[ RUN ] alignUpOverflowTest/2.alignmentOneNeverOverflows40[ OK ] alignUpOverflowTest/2.alignmentOneNeverOverflows (0 ms)41[----------] 3 tests from alignUpOverflowTest/2 (0 ms total)4243[----------] 3 tests from alignUpOverflowTest/3, where TypeParam = unsigned long long44[ RUN ] alignUpOverflowTest/3.lastSafeValue45[ OK ] alignUpOverflowTest/3.lastSafeValue (0 ms)46[ RUN ] alignUpOverflowTest/3.overflowThrows47[ OK ] alignUpOverflowTest/3.overflowThrows (0 ms)48[ RUN ] alignUpOverflowTest/3.alignmentOneNeverOverflows49[ OK ] alignUpOverflowTest/3.alignmentOneNeverOverflows (0 ms)50[----------] 3 tests from alignUpOverflowTest/3 (0 ms total)5152[----------] 5 tests from NarTest53[ RUN ] NarTest.oneByteRegularFileParsesWithBothContentModes54[ OK ] NarTest.oneByteRegularFileParsesWithBothContentModes (0 ms)55[ RUN ] NarTest.nonZeroContentPaddingFailsWithBothContentModes56[ OK ] NarTest.nonZeroContentPaddingFailsWithBothContentModes (0 ms)57[ RUN ] NarTest.truncatedLargeContentsFailsWithBothContentModes58[ OK ] NarTest.truncatedLargeContentsFailsWithBothContentModes (0 ms)59[ RUN ] NarTest.truncatedContentPaddingFailsWithBothContentModes60[ OK ] NarTest.truncatedContentPaddingFailsWithBothContentModes (0 ms)61[ RUN ] NarTest.trailingBytesRemainUnreadWithBothContentModes62[ OK ] NarTest.trailingBytesRemainUnreadWithBothContentModes (0 ms)63[----------] 5 tests from NarTest (0 ms total)6465[----------] 14 tests from parseShebangContent66[ RUN ] parseShebangContent.basic67[ OK ] parseShebangContent.basic (0 ms)68[ RUN ] parseShebangContent.empty69[ OK ] parseShebangContent.empty (0 ms)70[ RUN ] parseShebangContent.doubleBacktick71[ OK ] parseShebangContent.doubleBacktick (0 ms)72[ RUN ] parseShebangContent.doubleBacktickEmpty73[ OK ] parseShebangContent.doubleBacktickEmpty (0 ms)74[ RUN ] parseShebangContent.doubleBacktickMarkdownInlineCode75[ OK ] parseShebangContent.doubleBacktickMarkdownInlineCode (0 ms)76[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlockNaive77[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlockNaive (0 ms)78[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlockCorrect79[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlockCorrect (0 ms)80[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlock281[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlock2 (0 ms)82[ RUN ] parseShebangContent.singleBacktickInDoubleBacktickQuotes83[ OK ] parseShebangContent.singleBacktickInDoubleBacktickQuotes (0 ms)84[ RUN ] parseShebangContent.singleBacktickAndSpaceInDoubleBacktickQuotes85[ OK ] parseShebangContent.singleBacktickAndSpaceInDoubleBacktickQuotes (0 ms)86[ RUN ] parseShebangContent.doubleBacktickInDoubleBacktickQuotes87[ OK ] parseShebangContent.doubleBacktickInDoubleBacktickQuotes (0 ms)88[ RUN ] parseShebangContent.increasingQuotes89[ OK ] parseShebangContent.increasingQuotes (0 ms)90[ RUN ] parseShebangContent.prop_round_trip_single91Using configuration: seed=704427148004699972092[ OK ] parseShebangContent.prop_round_trip_single (1 ms)93[ RUN ] parseShebangContent.prop_round_trip_two94[ OK ] parseShebangContent.prop_round_trip_two (0 ms)95[----------] 14 tests from parseShebangContent (1 ms total)9697[----------] 4 tests from base64Encode98[ RUN ] base64Encode.emptyString99[ OK ] base64Encode.emptyString (0 ms)100[ RUN ] base64Encode.encodesAString101[ OK ] base64Encode.encodesAString (0 ms)102[ RUN ] base64Encode.encodeAndDecode103[ OK ] base64Encode.encodeAndDecode (0 ms)104[ RUN ] base64Encode.encodeAndDecodeNonPrintable105[ OK ] base64Encode.encodeAndDecodeNonPrintable (0 ms)106[----------] 4 tests from base64Encode (0 ms total)107108[----------] 3 tests from base64Decode109[ RUN ] base64Decode.emptyString110[ OK ] base64Decode.emptyString (0 ms)111[ RUN ] base64Decode.decodeAString112[ OK ] base64Decode.decodeAString (0 ms)113[ RUN ] base64Decode.decodeThrowsOnInvalidChar114[ OK ] base64Decode.decodeThrowsOnInvalidChar (0 ms)115[----------] 3 tests from base64Decode (0 ms total)116117[----------] 1 test from BumpMemoryResource118[ RUN ] BumpMemoryResource.ConcurrentAllocation119[ OK ] BumpMemoryResource.ConcurrentAllocation (1 ms)120[----------] 1 test from BumpMemoryResource (1 ms total)121122[----------] 12 tests from CanonPath123[ RUN ] CanonPath.basic124[ OK ] CanonPath.basic (0 ms)125[ RUN ] CanonPath.nullBytes126[ OK ] CanonPath.nullBytes (0 ms)127[ RUN ] CanonPath.fromFilename128[ OK ] CanonPath.fromFilename (0 ms)129[ RUN ] CanonPath.from_existing130[ OK ] CanonPath.from_existing (0 ms)131[ RUN ] CanonPath.pop132[ OK ] CanonPath.pop (0 ms)133[ RUN ] CanonPath.removePrefix134[ OK ] CanonPath.removePrefix (0 ms)135[ RUN ] CanonPath.iter136[ OK ] CanonPath.iter (0 ms)137[ RUN ] CanonPath.concat138[ OK ] CanonPath.concat (0 ms)139[ RUN ] CanonPath.within140[ OK ] CanonPath.within (0 ms)141[ RUN ] CanonPath.sort142[ OK ] CanonPath.sort (0 ms)143[ RUN ] CanonPath.allowed144[ OK ] CanonPath.allowed (0 ms)145[ RUN ] CanonPath.makeRelative146[ OK ] CanonPath.makeRelative (0 ms)147[----------] 12 tests from CanonPath (0 ms total)148149[----------] 9 tests from Checked150[ RUN ] Checked.add_unsigned151[ OK ] Checked.add_unsigned (10 ms)152[ RUN ] Checked.add_signed153[ OK ] Checked.add_signed (5 ms)154[ RUN ] Checked.sub_unsigned155[ OK ] Checked.sub_unsigned (5 ms)156[ RUN ] Checked.sub_signed157[ OK ] Checked.sub_signed (5 ms)158[ RUN ] Checked.mul_unsigned159[ OK ] Checked.mul_unsigned (5 ms)160[ RUN ] Checked.mul_signed161[ OK ] Checked.mul_signed (5 ms)162[ RUN ] Checked.div_unsigned163[ OK ] Checked.div_unsigned (7 ms)164[ RUN ] Checked.div_signed165[ OK ] Checked.div_signed (7 ms)166[ RUN ] Checked.div_signed_special_cases167[ OK ] Checked.div_signed_special_cases (0 ms)168[----------] 9 tests from Checked (52 ms total)169170[----------] 6 tests from ChunkedVector171[ RUN ] ChunkedVector.InitEmpty172[ OK ] ChunkedVector.InitEmpty (0 ms)173[ RUN ] ChunkedVector.GrowsCorrectly174[ OK ] ChunkedVector.GrowsCorrectly (0 ms)175[ RUN ] ChunkedVector.AddAndGet176[ OK ] ChunkedVector.AddAndGet (0 ms)177[ RUN ] ChunkedVector.ForEach178[ OK ] ChunkedVector.ForEach (0 ms)179[ RUN ] ChunkedVector.NonTrivialType180[ OK ] ChunkedVector.NonTrivialType (0 ms)181[ RUN ] ChunkedVector.ConcurrentAdd182[ OK ] ChunkedVector.ConcurrentAdd (7 ms)183[----------] 6 tests from ChunkedVector (7 ms total)184185[----------] 2 tests from closure186[ RUN ] closure.correctClosure187[ OK ] closure.correctClosure (0 ms)188[ RUN ] closure.properlyHandlesDirectExceptions189[ OK ] closure.properlyHandlesDirectExceptions (0 ms)190[----------] 2 tests from closure (0 ms total)191192[----------] 2 tests from compress193[ RUN ] compress.noneMethodDoesNothingToTheInput194[ OK ] compress.noneMethodDoesNothingToTheInput (0 ms)195[ RUN ] compress.zstdExactFrameBoundary196[ OK ] compress.zstdExactFrameBoundary (28 ms)197[----------] 2 tests from compress (28 ms total)198199[----------] 3 tests from decompress200[ RUN ] decompress.decompressNoneCompressed201[ OK ] decompress.decompressNoneCompressed (0 ms)202[ RUN ] decompress.decompressZstdCompressedParallel203[ OK ] decompress.decompressZstdCompressedParallel (0 ms)204[ RUN ] decompress.decompressZstdMultiFrameLargeInput205[ OK ] decompress.decompressZstdMultiFrameLargeInput (8 ms)206[----------] 3 tests from decompress (8 ms total)207208[----------] 1 test from makeCompressionSink209[ RUN ] makeCompressionSink.noneSinkDoesNothingToInput210[ OK ] makeCompressionSink.noneSinkDoesNothingToInput (0 ms)211[----------] 1 test from makeCompressionSink (0 ms total)212213[----------] 22 tests from Config214[ RUN ] Config.setUndefinedSetting215[ OK ] Config.setUndefinedSetting (0 ms)216[ RUN ] Config.setDefinedSetting217[ OK ] Config.setDefinedSetting (0 ms)218[ RUN ] Config.getDefinedSetting219[ OK ] Config.getDefinedSetting (0 ms)220[ RUN ] Config.getDefinedOverriddenSettingNotSet221[ OK ] Config.getDefinedOverriddenSettingNotSet (0 ms)222[ RUN ] Config.getDefinedSettingSet1223[ OK ] Config.getDefinedSettingSet1 (0 ms)224[ RUN ] Config.getDefinedSettingSet2225[ OK ] Config.getDefinedSettingSet2 (0 ms)226[ RUN ] Config.addSetting227[ OK ] Config.addSetting (0 ms)228[ RUN ] Config.withInitialValue229[ OK ] Config.withInitialValue (0 ms)230[ RUN ] Config.resetOverridden231[ OK ] Config.resetOverridden (0 ms)232[ RUN ] Config.resetOverriddenWithSetting233[ OK ] Config.resetOverriddenWithSetting (0 ms)234[ RUN ] Config.toJSONOnEmptyConfig235[ OK ] Config.toJSONOnEmptyConfig (0 ms)236[ RUN ] Config.toJSONOnNonEmptyConfig237[ OK ] Config.toJSONOnNonEmptyConfig (0 ms)238[ RUN ] Config.toJSONOnNonEmptyConfigWithExperimentalSetting239[ OK ] Config.toJSONOnNonEmptyConfigWithExperimentalSetting (0 ms)240[ RUN ] Config.setSettingAlias241[ OK ] Config.setSettingAlias (0 ms)242[ DISABLED ] Config.DISABLED_reapplyUnknownSettings243[ RUN ] Config.applyConfigEmpty244[ OK ] Config.applyConfigEmpty (0 ms)245[ RUN ] Config.applyConfigEmptyWithComment246[ OK ] Config.applyConfigEmptyWithComment (0 ms)247[ RUN ] Config.applyConfigAssignment248[ OK ] Config.applyConfigAssignment (0 ms)249[ RUN ] Config.applyConfigWithReassignedSetting250[ OK ] Config.applyConfigWithReassignedSetting (0 ms)251[ RUN ] Config.applyConfigFailsOnMissingIncludes252[ OK ] Config.applyConfigFailsOnMissingIncludes (0 ms)253[ RUN ] Config.applyConfigInvalidThrows254[ OK ] Config.applyConfigInvalidThrows (0 ms)255[ RUN ] Config.toKeyValue256[ OK ] Config.toKeyValue (0 ms)257[ RUN ] Config.toKeyValueOmitsDeprecatedSettings258[ OK ] Config.toKeyValueOmitsDeprecatedSettings (0 ms)259[----------] 22 tests from Config (0 ms total)260261[----------] 1 test from getSelfExe262[ RUN ] getSelfExe.works263[ OK ] getSelfExe.works (0 ms)264[----------] 1 test from getSelfExe (0 ms total)265266[----------] 1 test from setEnv267[ RUN ] setEnv.returnsZeroOnSuccess268[ OK ] setEnv.returnsZeroOnSuccess (0 ms)269[----------] 1 test from setEnv (0 ms total)270271[----------] 1 test from setEnvOs272[ RUN ] setEnvOs.returnsZeroOnSuccess273[ OK ] setEnvOs.returnsZeroOnSuccess (0 ms)274[----------] 1 test from setEnvOs (0 ms total)275276[----------] 2 tests from getEnvOs277[ RUN ] getEnvOs.emptyValueIsPresent278[ OK ] getEnvOs.emptyValueIsPresent (0 ms)279[ RUN ] getEnvOs.absentIsNullopt280[ OK ] getEnvOs.absentIsNullopt (0 ms)281[----------] 2 tests from getEnvOs (0 ms total)282283[----------] 1 test from getEnvOsNonEmpty284[ RUN ] getEnvOsNonEmpty.emptyAndAbsentBothNullopt285[ OK ] getEnvOsNonEmpty.emptyAndAbsentBothNullopt (0 ms)286[----------] 1 test from getEnvOsNonEmpty (0 ms total)287288[----------] 1 test from getEnv289[ RUN ] getEnv.agreesWithGetEnvOs290[ OK ] getEnv.agreesWithGetEnvOs (0 ms)291[----------] 1 test from getEnv (0 ms total)292293[----------] 5 tests from ExecutablePath294[ RUN ] ExecutablePath.emptyRoundTrip295[ OK ] ExecutablePath.emptyRoundTrip (0 ms)296[ RUN ] ExecutablePath.oneElemRoundTrip297[ OK ] ExecutablePath.oneElemRoundTrip (0 ms)298[ RUN ] ExecutablePath.twoElemsRoundTrip299[ OK ] ExecutablePath.twoElemsRoundTrip (0 ms)300[ RUN ] ExecutablePath.threeElemsRoundTrip301[ OK ] ExecutablePath.threeElemsRoundTrip (0 ms)302[ RUN ] ExecutablePath.elementyElemNormalize303[ OK ] ExecutablePath.elementyElemNormalize (0 ms)304[----------] 5 tests from ExecutablePath (0 ms total)305306[----------] 3 tests from FileSerialisationMethod307[ RUN ] FileSerialisationMethod.testRoundTripPrintParse_1308[ OK ] FileSerialisationMethod.testRoundTripPrintParse_1 (0 ms)309[ RUN ] FileSerialisationMethod.testRoundTripPrintParse_2310[ OK ] FileSerialisationMethod.testRoundTripPrintParse_2 (0 ms)311[ RUN ] FileSerialisationMethod.testParseFileSerialisationMethodOptException312[ OK ] FileSerialisationMethod.testParseFileSerialisationMethodOptException (0 ms)313[----------] 3 tests from FileSerialisationMethod (0 ms total)314315[----------] 3 tests from FileIngestionMethod316[ RUN ] FileIngestionMethod.testRoundTripPrintParse_1317[ OK ] FileIngestionMethod.testRoundTripPrintParse_1 (0 ms)318[ RUN ] FileIngestionMethod.testRoundTripPrintParse_2319[ OK ] FileIngestionMethod.testRoundTripPrintParse_2 (0 ms)320[ RUN ] FileIngestionMethod.testParseFileIngestionMethodOptException321[ OK ] FileIngestionMethod.testParseFileIngestionMethodOptException (0 ms)322[----------] 3 tests from FileIngestionMethod (0 ms total)323324[----------] 7 tests from ReadLine325[ RUN ] ReadLine.ReadsLinesFromPipe326[ OK ] ReadLine.ReadsLinesFromPipe (0 ms)327[ RUN ] ReadLine.ReturnsPartialLineOnEofWhenAllowed328[ OK ] ReadLine.ReturnsPartialLineOnEofWhenAllowed (0 ms)329[ RUN ] ReadLine.ThrowsOnEofWhenNotAllowed330[ OK ] ReadLine.ThrowsOnEofWhenNotAllowed (0 ms)331[ RUN ] ReadLine.EmptyLine332[ OK ] ReadLine.EmptyLine (0 ms)333[ RUN ] ReadLine.ConsecutiveEmptyLines334[ OK ] ReadLine.ConsecutiveEmptyLines (0 ms)335[ RUN ] ReadLine.LineWithNullBytes336[ OK ] ReadLine.LineWithNullBytes (0 ms)337[ RUN ] ReadLine.TreatsEioAsEof338[ OK ] ReadLine.TreatsEioAsEof (0 ms)339[----------] 7 tests from ReadLine (0 ms total)340341[----------] 10 tests from BufferedSourceReadLine342[ RUN ] BufferedSourceReadLine.ReadsLinesFromPipe343[ OK ] BufferedSourceReadLine.ReadsLinesFromPipe (0 ms)344[ RUN ] BufferedSourceReadLine.ReturnsPartialLineOnEofWhenAllowed345[ OK ] BufferedSourceReadLine.ReturnsPartialLineOnEofWhenAllowed (0 ms)346[ RUN ] BufferedSourceReadLine.ThrowsOnEofWhenNotAllowed347[ OK ] BufferedSourceReadLine.ThrowsOnEofWhenNotAllowed (0 ms)348[ RUN ] BufferedSourceReadLine.EmptyLine349[ OK ] BufferedSourceReadLine.EmptyLine (0 ms)350[ RUN ] BufferedSourceReadLine.ConsecutiveEmptyLines351[ OK ] BufferedSourceReadLine.ConsecutiveEmptyLines (0 ms)352[ RUN ] BufferedSourceReadLine.LineWithNullBytes353[ OK ] BufferedSourceReadLine.LineWithNullBytes (0 ms)354[ RUN ] BufferedSourceReadLine.NewlineAtBufferBoundary355[ OK ] BufferedSourceReadLine.NewlineAtBufferBoundary (0 ms)356[ RUN ] BufferedSourceReadLine.DataRemainsAfterReadLine357[ OK ] BufferedSourceReadLine.DataRemainsAfterReadLine (0 ms)358[ RUN ] BufferedSourceReadLine.LineSpansMultipleRefills359[ OK ] BufferedSourceReadLine.LineSpansMultipleRefills (0 ms)360[ RUN ] BufferedSourceReadLine.BufferExhaustedThenEof361[ OK ] BufferedSourceReadLine.BufferExhaustedThenEof (0 ms)362[----------] 10 tests from BufferedSourceReadLine (0 ms total)363364[----------] 1 test from WriteFull365[ RUN ] WriteFull.RespectsAllowInterrupts366[ OK ] WriteFull.RespectsAllowInterrupts (0 ms)367[----------] 1 test from WriteFull (0 ms total)368369[----------] 1 test from readLinkAt370[ RUN ] readLinkAt.works371[ OK ] readLinkAt.works (23 ms)372[----------] 1 test from readLinkAt (23 ms total)373374[----------] 1 test from openFileEnsureBeneathNoSymlinks375[ RUN ] openFileEnsureBeneathNoSymlinks.works376[ OK ] openFileEnsureBeneathNoSymlinks.works (1 ms)377[----------] 1 test from openFileEnsureBeneathNoSymlinks (1 ms total)378379[----------] 5 tests from absPath380[ RUN ] absPath.doesntChangeRoot381[ OK ] absPath.doesntChangeRoot (0 ms)382[ RUN ] absPath.turnsEmptyPathIntoCWD383[ OK ] absPath.turnsEmptyPathIntoCWD (0 ms)384[ RUN ] absPath.usesOptionalBasePathWhenGiven385[ OK ] absPath.usesOptionalBasePathWhenGiven (0 ms)386[ RUN ] absPath.isIdempotent387[ OK ] absPath.isIdempotent (0 ms)388[ RUN ] absPath.pathIsCanonicalised389[ OK ] absPath.pathIsCanonicalised (0 ms)390[----------] 5 tests from absPath (0 ms total)391392[----------] 4 tests from canonPath393[ RUN ] canonPath.removesTrailingSlashes394[ OK ] canonPath.removesTrailingSlashes (0 ms)395[ RUN ] canonPath.removesDots396[ OK ] canonPath.removesDots (0 ms)397[ RUN ] canonPath.removesDots2398[ OK ] canonPath.removesDots2 (0 ms)399[ RUN ] canonPath.requiresAbsolutePath400[ OK ] canonPath.requiresAbsolutePath (0 ms)401[----------] 4 tests from canonPath (0 ms total)402403[----------] 7 tests from baseNameOf404[ RUN ] baseNameOf.emptyPath405[ OK ] baseNameOf.emptyPath (0 ms)406[ RUN ] baseNameOf.pathOnRoot407[ OK ] baseNameOf.pathOnRoot (0 ms)408[ RUN ] baseNameOf.relativePath409[ OK ] baseNameOf.relativePath (0 ms)410[ RUN ] baseNameOf.pathWithTrailingSlashRoot411[ OK ] baseNameOf.pathWithTrailingSlashRoot (0 ms)412[ RUN ] baseNameOf.trailingSlash413[ OK ] baseNameOf.trailingSlash (0 ms)414[ RUN ] baseNameOf.trailingSlashes415[ OK ] baseNameOf.trailingSlashes (0 ms)416[ RUN ] baseNameOf.absoluteNothingSlashNothing417[ OK ] baseNameOf.absoluteNothingSlashNothing (0 ms)418[----------] 7 tests from baseNameOf (0 ms total)419420[----------] 8 tests from isInDir421[ RUN ] isInDir.trivialCase422[ OK ] isInDir.trivialCase (0 ms)423[ RUN ] isInDir.notInDir424[ OK ] isInDir.notInDir (0 ms)425[ RUN ] isInDir.emptyDir426[ OK ] isInDir.emptyDir (0 ms)427[ RUN ] isInDir.hiddenSubdirectory428[ OK ] isInDir.hiddenSubdirectory (0 ms)429[ RUN ] isInDir.ellipsisEntry430[ OK ] isInDir.ellipsisEntry (0 ms)431[ RUN ] isInDir.sameDir432[ OK ] isInDir.sameDir (0 ms)433[ RUN ] isInDir.sameDirDot434[ OK ] isInDir.sameDirDot (0 ms)435[ RUN ] isInDir.dotDotPrefix436[ OK ] isInDir.dotDotPrefix (0 ms)437[----------] 8 tests from isInDir (0 ms total)438439[----------] 5 tests from isDirOrInDir440[ RUN ] isDirOrInDir.trueForSameDirectory441[ OK ] isDirOrInDir.trueForSameDirectory (0 ms)442[ RUN ] isDirOrInDir.trueForEmptyPaths443[ OK ] isDirOrInDir.trueForEmptyPaths (0 ms)444[ RUN ] isDirOrInDir.falseForDisjunctPaths445[ OK ] isDirOrInDir.falseForDisjunctPaths (0 ms)446[ RUN ] isDirOrInDir.relativePaths447[ OK ] isDirOrInDir.relativePaths (0 ms)448[ RUN ] isDirOrInDir.relativePathsTwice449[ OK ] isDirOrInDir.relativePathsTwice (0 ms)450[----------] 5 tests from isDirOrInDir (0 ms total)451452[----------] 3 tests from pathExists453[ RUN ] pathExists.rootExists454[ OK ] pathExists.rootExists (0 ms)455[ RUN ] pathExists.cwdExists456[ OK ] pathExists.cwdExists (0 ms)457[ RUN ] pathExists.bogusPathDoesNotExist458[ OK ] pathExists.bogusPathDoesNotExist (0 ms)459[----------] 3 tests from pathExists (0 ms total)460461[----------] 2 tests from chmodIfNeeded462[ RUN ] chmodIfNeeded.works463[ OK ] chmodIfNeeded.works (0 ms)464[ RUN ] chmodIfNeeded.nonexistent465[ OK ] chmodIfNeeded.nonexistent (0 ms)466[----------] 2 tests from chmodIfNeeded (0 ms total)467468[----------] 2 tests from DirectoryIterator469[ RUN ] DirectoryIterator.works470[ OK ] DirectoryIterator.works (0 ms)471[ RUN ] DirectoryIterator.nonexistent472[ OK ] DirectoryIterator.nonexistent (0 ms)473[----------] 2 tests from DirectoryIterator (0 ms total)474475[----------] 1 test from createAnonymousTempFile476[ RUN ] createAnonymousTempFile.works477[ OK ] createAnonymousTempFile.works (0 ms)478[----------] 1 test from createAnonymousTempFile (0 ms total)479480[----------] 1 test from FdSource481[ RUN ] FdSource.restartWorks482[ OK ] FdSource.restartWorks (0 ms)483[----------] 1 test from FdSource (0 ms total)484485[----------] 1 test from createTempDir486[ RUN ] createTempDir.works487[ OK ] createTempDir.works (0 ms)488[----------] 1 test from createTempDir (0 ms total)489490[----------] 4 tests from MovePathTest491[ RUN ] MovePathTest.works492[ OK ] MovePathTest.works (0 ms)493[ RUN ] MovePathTest.nonWritableDirectories494[ OK ] MovePathTest.nonWritableDirectories (0 ms)495[ RUN ] MovePathTest.symlinkReplacesSymlink496[ OK ] MovePathTest.symlinkReplacesSymlink (0 ms)497[ RUN ] MovePathTest.symlinkReplacesRegular498[ OK ] MovePathTest.symlinkReplacesRegular (0 ms)499[----------] 4 tests from MovePathTest (1 ms total)500501[----------] 19 tests from fun502[ RUN ] fun.constructFromLambda503[ OK ] fun.constructFromLambda (0 ms)504[ RUN ] fun.constructFromFunctionPointer505[ OK ] fun.constructFromFunctionPointer (0 ms)506[ RUN ] fun.constructFromStdFunction507[ OK ] fun.constructFromStdFunction (0 ms)508[ RUN ] fun.moveConstructFromStdFunction509[ OK ] fun.moveConstructFromStdFunction (0 ms)510[ RUN ] fun.rejectsEmptyStdFunction511[ OK ] fun.rejectsEmptyStdFunction (0 ms)512[ RUN ] fun.rejectsEmptyStdFunctionMove513[ OK ] fun.rejectsEmptyStdFunctionMove (0 ms)514[ RUN ] fun.rejectsNullFunctionPointer515[ OK ] fun.rejectsNullFunctionPointer (0 ms)516[ RUN ] fun.nullptrDeletedAtCompileTime517[ OK ] fun.nullptrDeletedAtCompileTime (0 ms)518[ RUN ] fun.notDefaultConstructible519[ OK ] fun.notDefaultConstructible (0 ms)520[ RUN ] fun.voidReturn521[ OK ] fun.voidReturn (0 ms)522[ RUN ] fun.referenceArgs523[ OK ] fun.referenceArgs (0 ms)524[ RUN ] fun.convertsToStdFunction525[ OK ] fun.convertsToStdFunction (0 ms)526[ RUN ] fun.copyable527[ OK ] fun.copyable (0 ms)528[ RUN ] fun.movable529[ OK ] fun.movable (0 ms)530[ RUN ] fun.capturesState531[ OK ] fun.capturesState (0 ms)532[ RUN ] fun.getFn533[ OK ] fun.getFn (0 ms)534[ RUN ] fun.getFnMove535[ OK ] fun.getFnMove (0 ms)536[ RUN ] fun.forwardsMoveOnlyTypes537[ OK ] fun.forwardsMoveOnlyTypes (0 ms)538[ RUN ] fun.perfectForwardingZeroCost539[ OK ] fun.perfectForwardingZeroCost (0 ms)540[----------] 19 tests from fun (0 ms total)541542[----------] 4 tests from GitMode543[ RUN ] GitMode.gitMode_directory544[ OK ] GitMode.gitMode_directory (0 ms)545[ RUN ] GitMode.gitMode_executable546[ OK ] GitMode.gitMode_executable (0 ms)547[ RUN ] GitMode.gitMode_regular548[ OK ] GitMode.gitMode_regular (0 ms)549[ RUN ] GitMode.gitMode_symlink550[ OK ] GitMode.gitMode_symlink (0 ms)551[----------] 4 tests from GitMode (0 ms total)552553[----------] 7 tests from GitTest554[ RUN ] GitTest.blob_read555[ OK ] GitTest.blob_read (0 ms)556[ RUN ] GitTest.blob_write557[ OK ] GitTest.blob_write (0 ms)558[ RUN ] GitTest.tree_sha1_read559[ OK ] GitTest.tree_sha1_read (0 ms)560[ RUN ] GitTest.tree_sha256_read561[ OK ] GitTest.tree_sha256_read (0 ms)562[ RUN ] GitTest.tree_sha1_write563[ OK ] GitTest.tree_sha1_write (0 ms)564[ RUN ] GitTest.tree_sha256_write565[ OK ] GitTest.tree_sha256_write (0 ms)566[ RUN ] GitTest.both_roundrip567[ OK ] GitTest.both_roundrip (0 ms)568[----------] 7 tests from GitTest (0 ms total)569570[----------] 3 tests from GitLsRemote571[ RUN ] GitLsRemote.parseSymrefLineWithReference572[ OK ] GitLsRemote.parseSymrefLineWithReference (0 ms)573[ RUN ] GitLsRemote.parseSymrefLineWithNoReference574[ OK ] GitLsRemote.parseSymrefLineWithNoReference (0 ms)575[ RUN ] GitLsRemote.parseObjectRefLine576[ OK ] GitLsRemote.parseObjectRefLine (0 ms)577[----------] 3 tests from GitLsRemote (0 ms total)578579[----------] 3 tests from BLAKE3HashTest580[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes1581[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes1 (0 ms)582[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes2583[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes2 (0 ms)584[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes3585[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes3 (0 ms)586[----------] 3 tests from BLAKE3HashTest (0 ms total)587588[----------] 8 tests from hashString589[ RUN ] hashString.testKnownMD5Hashes1590[ OK ] hashString.testKnownMD5Hashes1 (0 ms)591[ RUN ] hashString.testKnownMD5Hashes2592[ OK ] hashString.testKnownMD5Hashes2 (0 ms)593[ RUN ] hashString.testKnownSHA1Hashes1594[ OK ] hashString.testKnownSHA1Hashes1 (0 ms)595[ RUN ] hashString.testKnownSHA1Hashes2596[ OK ] hashString.testKnownSHA1Hashes2 (0 ms)597[ RUN ] hashString.testKnownSHA256Hashes1598[ OK ] hashString.testKnownSHA256Hashes1 (0 ms)599[ RUN ] hashString.testKnownSHA256Hashes2600[ OK ] hashString.testKnownSHA256Hashes2 (0 ms)601[ RUN ] hashString.testKnownSHA512Hashes1602[ OK ] hashString.testKnownSHA512Hashes1 (0 ms)603[ RUN ] hashString.testKnownSHA512Hashes2604[ OK ] hashString.testKnownSHA512Hashes2 (0 ms)605[----------] 8 tests from hashString (0 ms total)606607[----------] 3 tests from hashParseExplicitFormatUnprefixed608[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_correct609[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_correct (0 ms)610[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongAlgo611[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongAlgo (0 ms)612[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongBase613[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongBase (0 ms)614[----------] 3 tests from hashParseExplicitFormatUnprefixed (0 ms total)615616[----------] 2 tests from hashFormat617[ RUN ] hashFormat.testRoundTripPrintParse618[ OK ] hashFormat.testRoundTripPrintParse (0 ms)619[ RUN ] hashFormat.testParseHashFormatOptException620[ OK ] hashFormat.testParseHashFormatOptException (0 ms)621[----------] 2 tests from hashFormat (0 ms total)622623[----------] 5 tests from hiliteMatches624[ RUN ] hiliteMatches.noHighlight625[ OK ] hiliteMatches.noHighlight (0 ms)626[ RUN ] hiliteMatches.simpleHighlight627[ OK ] hiliteMatches.simpleHighlight (0 ms)628[ RUN ] hiliteMatches.multipleMatches629[ OK ] hiliteMatches.multipleMatches (0 ms)630[ RUN ] hiliteMatches.overlappingMatches631[ OK ] hiliteMatches.overlappingMatches (0 ms)632[ RUN ] hiliteMatches.complexOverlappingMatches633[ OK ] hiliteMatches.complexOverlappingMatches (0 ms)634[----------] 5 tests from hiliteMatches (0 ms total)635636[----------] 3 tests from to_json637[ RUN ] to_json.optionalInt638[ OK ] to_json.optionalInt (0 ms)639[ RUN ] to_json.vectorOfOptionalInts640[ OK ] to_json.vectorOfOptionalInts (0 ms)641[ RUN ] to_json.optionalVectorOfInts642[ OK ] to_json.optionalVectorOfInts (0 ms)643[----------] 3 tests from to_json (0 ms total)644645[----------] 2 tests from from_json646[ RUN ] from_json.optionalInt647[ OK ] from_json.optionalInt (0 ms)648[ RUN ] from_json.vectorOfOptionalInts649[ OK ] from_json.vectorOfOptionalInts (0 ms)650[----------] 2 tests from from_json (0 ms total)651652[----------] 2 tests from valueAt653[ RUN ] valueAt.simpleObject654[ OK ] valueAt.simpleObject (0 ms)655[ RUN ] valueAt.missingKey656[ OK ] valueAt.missingKey (0 ms)657[----------] 2 tests from valueAt (0 ms total)658659[----------] 2 tests from getObject660[ RUN ] getObject.rightAssertions661[ OK ] getObject.rightAssertions (0 ms)662[ RUN ] getObject.wrongAssertions663[ OK ] getObject.wrongAssertions (0 ms)664[----------] 2 tests from getObject (0 ms total)665666[----------] 2 tests from getArray667[ RUN ] getArray.rightAssertions668[ OK ] getArray.rightAssertions (0 ms)669[ RUN ] getArray.wrongAssertions670[ OK ] getArray.wrongAssertions (0 ms)671[----------] 2 tests from getArray (0 ms total)672673[----------] 2 tests from getString674[ RUN ] getString.rightAssertions675[ OK ] getString.rightAssertions (0 ms)676[ RUN ] getString.wrongAssertions677[ OK ] getString.wrongAssertions (0 ms)678[----------] 2 tests from getString (0 ms total)679680[----------] 2 tests from getIntegralNumber681[ RUN ] getIntegralNumber.rightAssertions682[ OK ] getIntegralNumber.rightAssertions (0 ms)683[ RUN ] getIntegralNumber.wrongAssertions684[ OK ] getIntegralNumber.wrongAssertions (0 ms)685[----------] 2 tests from getIntegralNumber (0 ms total)686687[----------] 2 tests from getBoolean688[ RUN ] getBoolean.rightAssertions689[ OK ] getBoolean.rightAssertions (0 ms)690[ RUN ] getBoolean.wrongAssertions691[ OK ] getBoolean.wrongAssertions (0 ms)692[----------] 2 tests from getBoolean (0 ms total)693694[----------] 2 tests from optionalValueAt695[ RUN ] optionalValueAt.existing696[ OK ] optionalValueAt.existing (0 ms)697[ RUN ] optionalValueAt.empty698[ OK ] optionalValueAt.empty (0 ms)699[----------] 2 tests from optionalValueAt (0 ms total)700701[----------] 2 tests from getNullable702[ RUN ] getNullable.null703[ OK ] getNullable.null (0 ms)704[ RUN ] getNullable.empty705[ OK ] getNullable.empty (0 ms)706[----------] 2 tests from getNullable (0 ms total)707708[----------] 2 tests from local_keys709[ RUN ] local_keys.signAndVerify710[ OK ] local_keys.signAndVerify (2 ms)711[ RUN ] local_keys.rfc8032TestVector712[ OK ] local_keys.rfc8032TestVector (0 ms)713[----------] 2 tests from local_keys (2 ms total)714715[----------] 13 tests from LRUCache716[ RUN ] LRUCache.sizeOfEmptyCacheIsZero717[ OK ] LRUCache.sizeOfEmptyCacheIsZero (0 ms)718[ RUN ] LRUCache.sizeOfSingleElementCacheIsOne719[ OK ] LRUCache.sizeOfSingleElementCacheIsOne (0 ms)720[ RUN ] LRUCache.getFromEmptyCache721[ OK ] LRUCache.getFromEmptyCache (0 ms)722[ RUN ] LRUCache.getExistingValue723[ OK ] LRUCache.getExistingValue (0 ms)724[ RUN ] LRUCache.getNonExistingValueFromNonEmptyCache725[ OK ] LRUCache.getNonExistingValueFromNonEmptyCache (0 ms)726[ RUN ] LRUCache.upsertOnZeroCapacityCache727[ OK ] LRUCache.upsertOnZeroCapacityCache (0 ms)728[ RUN ] LRUCache.updateExistingValue729[ OK ] LRUCache.updateExistingValue (0 ms)730[ RUN ] LRUCache.overwriteOldestWhenCapacityIsReached731[ OK ] LRUCache.overwriteOldestWhenCapacityIsReached (0 ms)732[ RUN ] LRUCache.clearEmptyCache733[ OK ] LRUCache.clearEmptyCache (0 ms)734[ RUN ] LRUCache.clearNonEmptyCache735[ OK ] LRUCache.clearNonEmptyCache (0 ms)736[ RUN ] LRUCache.eraseFromEmptyCache737[ OK ] LRUCache.eraseFromEmptyCache (0 ms)738[ RUN ] LRUCache.eraseMissingFromNonEmptyCache739[ OK ] LRUCache.eraseMissingFromNonEmptyCache (0 ms)740[ RUN ] LRUCache.eraseFromNonEmptyCache741[ OK ] LRUCache.eraseFromNonEmptyCache (0 ms)742[----------] 13 tests from LRUCache (0 ms total)743744[----------] 3 tests from memo745[ RUN ] memo.computesOnce746[ OK ] memo.computesOnce (0 ms)747[ RUN ] memo.copiesShareCache748[ OK ] memo.copiesShareCache (0 ms)749[ RUN ] memo.worksWithString750[ OK ] memo.worksWithString (0 ms)751[----------] 3 tests from memo (0 ms total)752753[----------] 18 tests from MemorySourceAccessorTestErrors754[ RUN ] MemorySourceAccessorTestErrors.readFileNotFound755[ OK ] MemorySourceAccessorTestErrors.readFileNotFound (0 ms)756[ RUN ] MemorySourceAccessorTestErrors.readFileNotARegularFile757[ OK ] MemorySourceAccessorTestErrors.readFileNotARegularFile (0 ms)758[ RUN ] MemorySourceAccessorTestErrors.readDirectoryNotFound759[ OK ] MemorySourceAccessorTestErrors.readDirectoryNotFound (0 ms)760[ RUN ] MemorySourceAccessorTestErrors.readDirectoryNotADirectory761[ OK ] MemorySourceAccessorTestErrors.readDirectoryNotADirectory (0 ms)762[ RUN ] MemorySourceAccessorTestErrors.readLinkNotFound763[ OK ] MemorySourceAccessorTestErrors.readLinkNotFound (0 ms)764[ RUN ] MemorySourceAccessorTestErrors.readLinkNotASymlink765[ OK ] MemorySourceAccessorTestErrors.readLinkNotASymlink (0 ms)766[ RUN ] MemorySourceAccessorTestErrors.addFileParentNotDirectory767[ OK ] MemorySourceAccessorTestErrors.addFileParentNotDirectory (0 ms)768[ RUN ] MemorySourceAccessorTestErrors.addFileNotARegularFile769[ OK ] MemorySourceAccessorTestErrors.addFileNotARegularFile (0 ms)770[ RUN ] MemorySourceAccessorTestErrors.createDirectoryParentNotDirectory771[ OK ] MemorySourceAccessorTestErrors.createDirectoryParentNotDirectory (0 ms)772[ RUN ] MemorySourceAccessorTestErrors.createDirectoryNotADirectory773[ OK ] MemorySourceAccessorTestErrors.createDirectoryNotADirectory (0 ms)774[ RUN ] MemorySourceAccessorTestErrors.createRegularFileParentNotDirectory775[ OK ] MemorySourceAccessorTestErrors.createRegularFileParentNotDirectory (0 ms)776[ RUN ] MemorySourceAccessorTestErrors.createRegularFileNotARegularFile777[ OK ] MemorySourceAccessorTestErrors.createRegularFileNotARegularFile (0 ms)778[ RUN ] MemorySourceAccessorTestErrors.createSymlinkParentNotDirectory779[ OK ] MemorySourceAccessorTestErrors.createSymlinkParentNotDirectory (0 ms)780[ RUN ] MemorySourceAccessorTestErrors.createSymlinkNotASymlink781[ OK ] MemorySourceAccessorTestErrors.createSymlinkNotASymlink (0 ms)782[ RUN ] MemorySourceAccessorTestErrors.pathExistsThroughRegularFile783[ OK ] MemorySourceAccessorTestErrors.pathExistsThroughRegularFile (0 ms)784[ RUN ] MemorySourceAccessorTestErrors.maybeLstatThroughRegularFile785[ OK ] MemorySourceAccessorTestErrors.maybeLstatThroughRegularFile (0 ms)786[ RUN ] MemorySourceAccessorTestErrors.pathExistsThroughSymlink787[ OK ] MemorySourceAccessorTestErrors.pathExistsThroughSymlink (0 ms)788[ RUN ] MemorySourceAccessorTestErrors.createFileThroughSymlink789[ OK ] MemorySourceAccessorTestErrors.createFileThroughSymlink (0 ms)790[----------] 18 tests from MemorySourceAccessorTestErrors (0 ms total)791792[----------] 1 test from MonitorFdHup793[ RUN ] MonitorFdHup.shouldNotBlock794[ OK ] MonitorFdHup.shouldNotBlock (0 ms)795[----------] 1 test from MonitorFdHup (0 ms total)796797[----------] 1 test from nix_api_util798[ RUN ] nix_api_util.nix_version_get799[ OK ] nix_api_util.nix_version_get (0 ms)800[----------] 1 test from nix_api_util (0 ms total)801802[----------] 8 tests from nix_api_util_context803[ RUN ] nix_api_util_context.nix_setting_get804[ OK ] nix_api_util_context.nix_setting_get (0 ms)805[ RUN ] nix_api_util_context.nix_setting_set806[ OK ] nix_api_util_context.nix_setting_set (0 ms)807[ RUN ] nix_api_util_context.nix_err_msg808[ OK ] nix_api_util_context.nix_err_msg (0 ms)809[ RUN ] nix_api_util_context.nix_err_code810[ OK ] nix_api_util_context.nix_err_code (0 ms)811[ RUN ] nix_api_util_context.nix_context_error812[ OK ] nix_api_util_context.nix_context_error (0 ms)813[ RUN ] nix_api_util_context.nix_set_err_msg814[ OK ] nix_api_util_context.nix_set_err_msg (0 ms)815[ RUN ] nix_api_util_context.nix_err_info_msg816[ OK ] nix_api_util_context.nix_err_info_msg (0 ms)817[ RUN ] nix_api_util_context.nix_err_name818[ OK ] nix_api_util_context.nix_err_name (0 ms)819[----------] 8 tests from nix_api_util_context (0 ms total)820821[----------] 7 tests from Pool822[ RUN ] Pool.freshPoolHasZeroCountAndSpecifiedCapacity823[ OK ] Pool.freshPoolHasZeroCountAndSpecifiedCapacity (0 ms)824[ RUN ] Pool.freshPoolCanGetAResource825[ OK ] Pool.freshPoolCanGetAResource (0 ms)826[ RUN ] Pool.capacityCanBeIncremented827[ OK ] Pool.capacityCanBeIncremented (0 ms)828[ RUN ] Pool.capacityCanBeDecremented829[ OK ] Pool.capacityCanBeDecremented (0 ms)830[ RUN ] Pool.flushBadDropsOutOfScopeResources831[ OK ] Pool.flushBadDropsOutOfScopeResources (0 ms)832[ RUN ] Pool.reuseResource833[ OK ] Pool.reuseResource (0 ms)834[ RUN ] Pool.badResourceIsNotReused835[ OK ] Pool.badResourceIsNotReused (0 ms)836[----------] 7 tests from Pool (0 ms total)837838[----------] 4 tests from Position839[ RUN ] Position.getSnippetUpTo_0840[ OK ] Position.getSnippetUpTo_0 (0 ms)841[ RUN ] Position.getSnippetUpTo_1842[ OK ] Position.getSnippetUpTo_1 (0 ms)843[ RUN ] Position.getSnippetUpTo_2844[ OK ] Position.getSnippetUpTo_2 (0 ms)845[ RUN ] Position.example_1846[ OK ] Position.example_1 (0 ms)847[----------] 4 tests from Position (0 ms total)848849[----------] 1 test from statusOk850[ RUN ] statusOk.zeroIsOk851[ OK ] statusOk.zeroIsOk (0 ms)852[----------] 1 test from statusOk (0 ms total)853854[----------] 2 tests from runProgram855[ RUN ] runProgram.worksTrivial856[ OK ] runProgram.worksTrivial (235 ms)857[ RUN ] runProgram.nonexistent858error: executing "/this/path/really/should/not/exist/for/real": No such file or directory859[ OK ] runProgram.nonexistent (109 ms)860[----------] 2 tests from runProgram (344 ms total)861862[----------] 2 tests from runProgram2863[ RUN ] runProgram2.nonexistent864error: executing "/this/path/really/should/not/exist/for/real": No such file or directory865[ OK ] runProgram2.nonexistent (107 ms)866[ RUN ] runProgram2.leakedFDsAreClosed867[ OK ] runProgram2.leakedFDsAreClosed (117 ms)868[----------] 2 tests from runProgram2 (224 ms total)869870[----------] 6 tests from ref871[ RUN ] ref.upcast_is_implicit872[ OK ] ref.upcast_is_implicit (0 ms)873[ RUN ] ref.downcast_is_rejected874[ OK ] ref.downcast_is_rejected (0 ms)875[ RUN ] ref.same_type_conversion876[ OK ] ref.same_type_conversion (0 ms)877[ RUN ] ref.explicit_downcast_with_cast878[ OK ] ref.explicit_downcast_with_cast (0 ms)879[ RUN ] ref.invalid_cast_throws880[ OK ] ref.invalid_cast_throws (0 ms)881[ RUN ] ref.explicit_downcast_with_dynamic_pointer_cast882[ OK ] ref.explicit_downcast_with_dynamic_pointer_cast (0 ms)883[----------] 6 tests from ref (0 ms total)884885[----------] 1 test from readNum886[ RUN ] readNum.negativeValuesSerialiseWellDefined887[ OK ] readNum.negativeValuesSerialiseWellDefined (0 ms)888[----------] 1 test from readNum (0 ms total)889890[----------] 2 tests from readString891[ RUN ] readString.roundTrip892[ OK ] readString.roundTrip (0 ms)893[ RUN ] readString.bogusLengthDoesNotPreallocate894[ OK ] readString.bogusLengthDoesNotPreallocate (0 ms)895[----------] 2 tests from readString (0 ms total)896897[----------] 1 test from readError898[ RUN ] readError.bogusLevelDoesNotAbort899[ OK ] readError.bogusLevelDoesNotAbort (0 ms)900[----------] 1 test from readError (0 ms total)901902[----------] 1 test from readPadding903[ RUN ] readPadding.works904[ OK ] readPadding.works (0 ms)905[----------] 1 test from readPadding (0 ms total)906907[----------] 1 test from sourceToSink908[ RUN ] sourceToSink.forcedUnwindUcaughtExceptions909[ OK ] sourceToSink.forcedUnwindUcaughtExceptions (0 ms)910[----------] 1 test from sourceToSink (0 ms total)911912[----------] 2 tests from MonotonicSubranges913[ RUN ] MonotonicSubranges.empty914[ OK ] MonotonicSubranges.empty (0 ms)915[ RUN ] MonotonicSubranges.basic916[ OK ] MonotonicSubranges.basic (0 ms)917[----------] 2 tests from MonotonicSubranges (0 ms total)918919[----------] 2 tests from SortTestPermutations/0, where TypeParam = int920[ RUN ] SortTestPermutations/0.insertionsort921[ OK ] SortTestPermutations/0.insertionsort (0 ms)922[ RUN ] SortTestPermutations/0.peeksort923[ OK ] SortTestPermutations/0.peeksort (0 ms)924[----------] 2 tests from SortTestPermutations/0 (0 ms total)925926[----------] 2 tests from SortTestPermutations/1, where TypeParam = long long927[ RUN ] SortTestPermutations/1.insertionsort928[ OK ] SortTestPermutations/1.insertionsort (0 ms)929[ RUN ] SortTestPermutations/1.peeksort930[ OK ] SortTestPermutations/1.peeksort (0 ms)931[----------] 2 tests from SortTestPermutations/1 (0 ms total)932933[----------] 2 tests from SortTestPermutations/2, where TypeParam = short934[ RUN ] SortTestPermutations/2.insertionsort935[ OK ] SortTestPermutations/2.insertionsort (0 ms)936[ RUN ] SortTestPermutations/2.peeksort937[ OK ] SortTestPermutations/2.peeksort (0 ms)938[----------] 2 tests from SortTestPermutations/2 (0 ms total)939940[----------] 2 tests from SortTestPermutations/3, where TypeParam = unsigned int941[ RUN ] SortTestPermutations/3.insertionsort942[ OK ] SortTestPermutations/3.insertionsort (0 ms)943[ RUN ] SortTestPermutations/3.peeksort944[ OK ] SortTestPermutations/3.peeksort (0 ms)945[----------] 2 tests from SortTestPermutations/3 (0 ms total)946947[----------] 2 tests from SortTestPermutations/4, where TypeParam = unsigned long948[ RUN ] SortTestPermutations/4.insertionsort949[ OK ] SortTestPermutations/4.insertionsort (0 ms)950[ RUN ] SortTestPermutations/4.peeksort951[ OK ] SortTestPermutations/4.peeksort (0 ms)952[----------] 2 tests from SortTestPermutations/4 (0 ms total)953954[----------] 1 test from InsertionSort955[ RUN ] InsertionSort.empty956[ OK ] InsertionSort.empty (0 ms)957[----------] 1 test from InsertionSort (0 ms total)958959[----------] 4 tests from SortProperty/0, where TypeParam = int960[ RUN ] SortProperty/0.peeksortSorted961[ OK ] SortProperty/0.peeksortSorted (0 ms)962[ RUN ] SortProperty/0.peeksortSortedGreater963[ OK ] SortProperty/0.peeksortSortedGreater (0 ms)964[ RUN ] SortProperty/0.insertionsortSorted965[ OK ] SortProperty/0.insertionsortSorted (0 ms)966[ RUN ] SortProperty/0.peeksortSortedLinearComparisonComplexity967[ OK ] SortProperty/0.peeksortSortedLinearComparisonComplexity (0 ms)968[----------] 4 tests from SortProperty/0 (1 ms total)969970[----------] 4 tests from SortProperty/1, where TypeParam = unsigned int971[ RUN ] SortProperty/1.peeksortSorted972[ OK ] SortProperty/1.peeksortSorted (0 ms)973[ RUN ] SortProperty/1.peeksortSortedGreater974[ OK ] SortProperty/1.peeksortSortedGreater (0 ms)975[ RUN ] SortProperty/1.insertionsortSorted976[ OK ] SortProperty/1.insertionsortSorted (0 ms)977[ RUN ] SortProperty/1.peeksortSortedLinearComparisonComplexity978[ OK ] SortProperty/1.peeksortSortedLinearComparisonComplexity (0 ms)979[----------] 4 tests from SortProperty/1 (1 ms total)980981[----------] 4 tests from SortProperty/2, where TypeParam = long long982[ RUN ] SortProperty/2.peeksortSorted983[ OK ] SortProperty/2.peeksortSorted (0 ms)984[ RUN ] SortProperty/2.peeksortSortedGreater985[ OK ] SortProperty/2.peeksortSortedGreater (0 ms)986[ RUN ] SortProperty/2.insertionsortSorted987[ OK ] SortProperty/2.insertionsortSorted (0 ms)988[ RUN ] SortProperty/2.peeksortSortedLinearComparisonComplexity989[ OK ] SortProperty/2.peeksortSortedLinearComparisonComplexity (0 ms)990[----------] 4 tests from SortProperty/2 (1 ms total)991992[----------] 4 tests from SortProperty/3, where TypeParam = short993[ RUN ] SortProperty/3.peeksortSorted994[ OK ] SortProperty/3.peeksortSorted (0 ms)995[ RUN ] SortProperty/3.peeksortSortedGreater996[ OK ] SortProperty/3.peeksortSortedGreater (0 ms)997[ RUN ] SortProperty/3.insertionsortSorted998[ OK ] SortProperty/3.insertionsortSorted (0 ms)999[ RUN ] SortProperty/3.peeksortSortedLinearComparisonComplexity1000[ OK ] SortProperty/3.peeksortSortedLinearComparisonComplexity (0 ms)1001[----------] 4 tests from SortProperty/3 (1 ms total)10021003[----------] 4 tests from SortProperty/4, where TypeParam = std::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>1004[ RUN ] SortProperty/4.peeksortSorted1005[ OK ] SortProperty/4.peeksortSorted (1 ms)1006[ RUN ] SortProperty/4.peeksortSortedGreater1007[ OK ] SortProperty/4.peeksortSortedGreater (1 ms)1008[ RUN ] SortProperty/4.insertionsortSorted1009[ OK ] SortProperty/4.insertionsortSorted (1 ms)1010[ RUN ] SortProperty/4.peeksortSortedLinearComparisonComplexity1011[ OK ] SortProperty/4.peeksortSortedLinearComparisonComplexity (1 ms)1012[----------] 4 tests from SortProperty/4 (5 ms total)10131014[----------] 1 test from SortProperty1015[ RUN ] SortProperty.peeksortStability1016[ OK ] SortProperty.peeksortStability (0 ms)1017[----------] 1 test from SortProperty (0 ms total)10181019[----------] 4 tests from FSSourceAccessorTest1020[ RUN ] FSSourceAccessorTest.works1021[ OK ] FSSourceAccessorTest.works (0 ms)1022[ RUN ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds1023[ OK ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds (0 ms)1024[ RUN ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot1025[ OK ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot (0 ms)1026[ RUN ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot1027[ OK ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot (0 ms)1028[----------] 4 tests from FSSourceAccessorTest (1 ms total)10291030[----------] 8 tests from concatStringsSep1031[ RUN ] concatStringsSep.empty1032[ OK ] concatStringsSep.empty (0 ms)1033[ RUN ] concatStringsSep.justOne1034[ OK ] concatStringsSep.justOne (0 ms)1035[ RUN ] concatStringsSep.emptyString1036[ OK ] concatStringsSep.emptyString (0 ms)1037[ RUN ] concatStringsSep.emptyStrings1038[ OK ] concatStringsSep.emptyStrings (0 ms)1039[ RUN ] concatStringsSep.threeEmptyStrings1040[ OK ] concatStringsSep.threeEmptyStrings (0 ms)1041[ RUN ] concatStringsSep.buildCommaSeparatedString1042[ OK ] concatStringsSep.buildCommaSeparatedString (0 ms)1043[ RUN ] concatStringsSep.buildStringWithEmptySeparator1044[ OK ] concatStringsSep.buildStringWithEmptySeparator (0 ms)1045[ RUN ] concatStringsSep.buildSingleString1046[ OK ] concatStringsSep.buildSingleString (0 ms)1047[----------] 8 tests from concatStringsSep (0 ms total)10481049[----------] 4 tests from concatMapStringsSep1050[ RUN ] concatMapStringsSep.empty1051[ OK ] concatMapStringsSep.empty (0 ms)1052[ RUN ] concatMapStringsSep.justOne1053[ OK ] concatMapStringsSep.justOne (0 ms)1054[ RUN ] concatMapStringsSep.two1055[ OK ] concatMapStringsSep.two (0 ms)1056[ RUN ] concatMapStringsSep.map1057[ OK ] concatMapStringsSep.map (0 ms)1058[----------] 4 tests from concatMapStringsSep (0 ms total)10591060[----------] 5 tests from dropEmptyInitThenConcatStringsSep1061[ RUN ] dropEmptyInitThenConcatStringsSep.empty1062[ OK ] dropEmptyInitThenConcatStringsSep.empty (0 ms)1063[ RUN ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString1064[ OK ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString (0 ms)1065[ RUN ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator1066[ OK ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator (0 ms)1067[ RUN ] dropEmptyInitThenConcatStringsSep.buildSingleString1068[ OK ] dropEmptyInitThenConcatStringsSep.buildSingleString (0 ms)1069[ RUN ] dropEmptyInitThenConcatStringsSep.emptyStrings1070[ OK ] dropEmptyInitThenConcatStringsSep.emptyStrings (0 ms)1071[----------] 5 tests from dropEmptyInitThenConcatStringsSep (0 ms total)10721073[----------] 12 tests from tokenizeString1074[ RUN ] tokenizeString.empty1075[ OK ] tokenizeString.empty (0 ms)1076[ RUN ] tokenizeString.oneSep1077[ OK ] tokenizeString.oneSep (0 ms)1078[ RUN ] tokenizeString.twoSep1079[ OK ] tokenizeString.twoSep (0 ms)1080[ RUN ] tokenizeString.tokenizeSpacesWithDefaults1081[ OK ] tokenizeString.tokenizeSpacesWithDefaults (0 ms)1082[ RUN ] tokenizeString.tokenizeTabsWithDefaults1083[ OK ] tokenizeString.tokenizeTabsWithDefaults (0 ms)1084[ RUN ] tokenizeString.tokenizeTabsSpacesWithDefaults1085[ OK ] tokenizeString.tokenizeTabsSpacesWithDefaults (0 ms)1086[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults1087[ OK ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1088[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults1089[ OK ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1090[ RUN ] tokenizeString.tokenizeWithCustomSep1091[ OK ] tokenizeString.tokenizeWithCustomSep (0 ms)1092[ RUN ] tokenizeString.tokenizeSepAtStart1093[ OK ] tokenizeString.tokenizeSepAtStart (0 ms)1094[ RUN ] tokenizeString.tokenizeSepAtEnd1095[ OK ] tokenizeString.tokenizeSepAtEnd (0 ms)1096[ RUN ] tokenizeString.tokenizeSepEmpty1097[ OK ] tokenizeString.tokenizeSepEmpty (0 ms)1098[----------] 12 tests from tokenizeString (0 ms total)10991100[----------] 13 tests from splitStringTest/0, where TypeParam = std::vector<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>,std::__1::allocator<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>>1101[ RUN ] splitStringTest/0.empty1102[ OK ] splitStringTest/0.empty (0 ms)1103[ RUN ] splitStringTest/0.oneSep1104[ OK ] splitStringTest/0.oneSep (0 ms)1105[ RUN ] splitStringTest/0.twoSep1106[ OK ] splitStringTest/0.twoSep (0 ms)1107[ RUN ] splitStringTest/0.tokenizeSpacesWithSpaces1108[ OK ] splitStringTest/0.tokenizeSpacesWithSpaces (0 ms)1109[ RUN ] splitStringTest/0.tokenizeTabsWithDefaults1110[ OK ] splitStringTest/0.tokenizeTabsWithDefaults (0 ms)1111[ RUN ] splitStringTest/0.tokenizeTabsSpacesWithDefaults1112[ OK ] splitStringTest/0.tokenizeTabsSpacesWithDefaults (0 ms)1113[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults1114[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1115[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults1116[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1117[ RUN ] splitStringTest/0.tokenizeWithCustomSep1118[ OK ] splitStringTest/0.tokenizeWithCustomSep (0 ms)1119[ RUN ] splitStringTest/0.tokenizeSepAtStart1120[ OK ] splitStringTest/0.tokenizeSepAtStart (0 ms)1121[ RUN ] splitStringTest/0.tokenizeSepAtEnd1122[ OK ] splitStringTest/0.tokenizeSepAtEnd (0 ms)1123[ RUN ] splitStringTest/0.tokenizeSepEmpty1124[ OK ] splitStringTest/0.tokenizeSepEmpty (0 ms)1125[ RUN ] splitStringTest/0.recoveredByConcatStringsSep1126[ OK ] splitStringTest/0.recoveredByConcatStringsSep (0 ms)1127[----------] 13 tests from splitStringTest/0 (0 ms total)11281129[----------] 13 tests from splitStringTest/1, where TypeParam = std::vector<std::__1::basic_string_view<char,std::__1::char_traits<char>>,std::__1::allocator<std::__1::basic_string_view<char,std::__1::char_traits<char>>>>1130[ RUN ] splitStringTest/1.empty1131[ OK ] splitStringTest/1.empty (0 ms)1132[ RUN ] splitStringTest/1.oneSep1133[ OK ] splitStringTest/1.oneSep (0 ms)1134[ RUN ] splitStringTest/1.twoSep1135[ OK ] splitStringTest/1.twoSep (0 ms)1136[ RUN ] splitStringTest/1.tokenizeSpacesWithSpaces1137[ OK ] splitStringTest/1.tokenizeSpacesWithSpaces (0 ms)1138[ RUN ] splitStringTest/1.tokenizeTabsWithDefaults1139[ OK ] splitStringTest/1.tokenizeTabsWithDefaults (0 ms)1140[ RUN ] splitStringTest/1.tokenizeTabsSpacesWithDefaults1141[ OK ] splitStringTest/1.tokenizeTabsSpacesWithDefaults (0 ms)1142[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults1143[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1144[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults1145[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1146[ RUN ] splitStringTest/1.tokenizeWithCustomSep1147[ OK ] splitStringTest/1.tokenizeWithCustomSep (0 ms)1148[ RUN ] splitStringTest/1.tokenizeSepAtStart1149[ OK ] splitStringTest/1.tokenizeSepAtStart (0 ms)1150[ RUN ] splitStringTest/1.tokenizeSepAtEnd1151[ OK ] splitStringTest/1.tokenizeSepAtEnd (0 ms)1152[ RUN ] splitStringTest/1.tokenizeSepEmpty1153[ OK ] splitStringTest/1.tokenizeSepEmpty (0 ms)1154[ RUN ] splitStringTest/1.recoveredByConcatStringsSep1155[ OK ] splitStringTest/1.recoveredByConcatStringsSep (0 ms)1156[----------] 13 tests from splitStringTest/1 (0 ms total)11571158[----------] 13 tests from splitStringTest/2, where TypeParam = std::list<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>,std::__1::allocator<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>>1159[ RUN ] splitStringTest/2.empty1160[ OK ] splitStringTest/2.empty (0 ms)1161[ RUN ] splitStringTest/2.oneSep1162[ OK ] splitStringTest/2.oneSep (0 ms)1163[ RUN ] splitStringTest/2.twoSep1164[ OK ] splitStringTest/2.twoSep (0 ms)1165[ RUN ] splitStringTest/2.tokenizeSpacesWithSpaces1166[ OK ] splitStringTest/2.tokenizeSpacesWithSpaces (0 ms)1167[ RUN ] splitStringTest/2.tokenizeTabsWithDefaults1168[ OK ] splitStringTest/2.tokenizeTabsWithDefaults (0 ms)1169[ RUN ] splitStringTest/2.tokenizeTabsSpacesWithDefaults1170[ OK ] splitStringTest/2.tokenizeTabsSpacesWithDefaults (0 ms)1171[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults1172[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1173[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults1174[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1175[ RUN ] splitStringTest/2.tokenizeWithCustomSep1176[ OK ] splitStringTest/2.tokenizeWithCustomSep (0 ms)1177[ RUN ] splitStringTest/2.tokenizeSepAtStart1178[ OK ] splitStringTest/2.tokenizeSepAtStart (0 ms)1179[ RUN ] splitStringTest/2.tokenizeSepAtEnd1180[ OK ] splitStringTest/2.tokenizeSepAtEnd (0 ms)1181[ RUN ] splitStringTest/2.tokenizeSepEmpty1182[ OK ] splitStringTest/2.tokenizeSepEmpty (0 ms)1183[ RUN ] splitStringTest/2.recoveredByConcatStringsSep1184[ OK ] splitStringTest/2.recoveredByConcatStringsSep (0 ms)1185[----------] 13 tests from splitStringTest/2 (0 ms total)11861187[----------] 13 tests from splitStringTest/3, where TypeParam = std::list<std::__1::basic_string_view<char,std::__1::char_traits<char>>,std::__1::allocator<std::__1::basic_string_view<char,std::__1::char_traits<char>>>>1188[ RUN ] splitStringTest/3.empty1189[ OK ] splitStringTest/3.empty (0 ms)1190[ RUN ] splitStringTest/3.oneSep1191[ OK ] splitStringTest/3.oneSep (0 ms)1192[ RUN ] splitStringTest/3.twoSep1193[ OK ] splitStringTest/3.twoSep (0 ms)1194[ RUN ] splitStringTest/3.tokenizeSpacesWithSpaces1195[ OK ] splitStringTest/3.tokenizeSpacesWithSpaces (0 ms)1196[ RUN ] splitStringTest/3.tokenizeTabsWithDefaults1197[ OK ] splitStringTest/3.tokenizeTabsWithDefaults (0 ms)1198[ RUN ] splitStringTest/3.tokenizeTabsSpacesWithDefaults1199[ OK ] splitStringTest/3.tokenizeTabsSpacesWithDefaults (0 ms)1200[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults1201[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1202[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults1203[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1204[ RUN ] splitStringTest/3.tokenizeWithCustomSep1205[ OK ] splitStringTest/3.tokenizeWithCustomSep (0 ms)1206[ RUN ] splitStringTest/3.tokenizeSepAtStart1207[ OK ] splitStringTest/3.tokenizeSepAtStart (0 ms)1208[ RUN ] splitStringTest/3.tokenizeSepAtEnd1209[ OK ] splitStringTest/3.tokenizeSepAtEnd (0 ms)1210[ RUN ] splitStringTest/3.tokenizeSepEmpty1211[ OK ] splitStringTest/3.tokenizeSepEmpty (0 ms)1212[ RUN ] splitStringTest/3.recoveredByConcatStringsSep1213[ OK ] splitStringTest/3.recoveredByConcatStringsSep (0 ms)1214[----------] 13 tests from splitStringTest/3 (0 ms total)12151216[----------] 14 tests from shellSplitString1217[ RUN ] shellSplitString.empty1218[ OK ] shellSplitString.empty (0 ms)1219[ RUN ] shellSplitString.oneWord1220[ OK ] shellSplitString.oneWord (0 ms)1221[ RUN ] shellSplitString.oneWordQuotedWithSpaces1222[ OK ] shellSplitString.oneWordQuotedWithSpaces (0 ms)1223[ RUN ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote1224[ OK ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote (0 ms)1225[ RUN ] shellSplitString.oneWordQuotedWithDoubleQuotes1226[ OK ] shellSplitString.oneWordQuotedWithDoubleQuotes (0 ms)1227[ RUN ] shellSplitString.twoWords1228[ OK ] shellSplitString.twoWords (0 ms)1229[ RUN ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted1230[ OK ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted (0 ms)1231[ RUN ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes1232[ OK ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes (0 ms)1233[ RUN ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes1234[ OK ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes (0 ms)1235[ RUN ] shellSplitString.singleQuoteDoesNotUseEscapes1236[ OK ] shellSplitString.singleQuoteDoesNotUseEscapes (0 ms)1237[ RUN ] shellSplitString.doubleQuoteDoesUseEscapes1238[ OK ] shellSplitString.doubleQuoteDoesUseEscapes (0 ms)1239[ RUN ] shellSplitString.backslashEscapesSpaces1240[ OK ] shellSplitString.backslashEscapesSpaces (0 ms)1241[ RUN ] shellSplitString.backslashEscapesQuotes1242[ OK ] shellSplitString.backslashEscapesQuotes (0 ms)1243[ RUN ] shellSplitString.testUnbalancedQuotes1244[ OK ] shellSplitString.testUnbalancedQuotes (0 ms)1245[----------] 14 tests from shellSplitString (0 ms total)12461247[----------] 11 tests from optionalBracket1248[ RUN ] optionalBracket.emptyContent1249[ OK ] optionalBracket.emptyContent (0 ms)1250[ RUN ] optionalBracket.nonEmptyContent1251[ OK ] optionalBracket.nonEmptyContent (0 ms)1252[ RUN ] optionalBracket.emptyPrefixAndSuffix1253[ OK ] optionalBracket.emptyPrefixAndSuffix (0 ms)1254[ RUN ] optionalBracket.emptyContentEmptyBrackets1255[ OK ] optionalBracket.emptyContentEmptyBrackets (0 ms)1256[ RUN ] optionalBracket.complexBrackets1257[ OK ] optionalBracket.complexBrackets (0 ms)1258[ RUN ] optionalBracket.onlyPrefix1259[ OK ] optionalBracket.onlyPrefix (0 ms)1260[ RUN ] optionalBracket.onlySuffix1261[ OK ] optionalBracket.onlySuffix (0 ms)1262[ RUN ] optionalBracket.optionalWithValue1263[ OK ] optionalBracket.optionalWithValue (0 ms)1264[ RUN ] optionalBracket.optionalNullopt1265[ OK ] optionalBracket.optionalNullopt (0 ms)1266[ RUN ] optionalBracket.optionalEmptyString1267[ OK ] optionalBracket.optionalEmptyString (0 ms)1268[ RUN ] optionalBracket.optionalStringViewWithValue1269[ OK ] optionalBracket.optionalStringViewWithValue (0 ms)1270[----------] 11 tests from optionalBracket (0 ms total)12711272[----------] 1 test from Suggestions1273[ RUN ] Suggestions.Trim1274[ OK ] Suggestions.Trim (0 ms)1275[----------] 1 test from Suggestions (0 ms total)12761277[----------] 7 tests from filterANSIEscapes1278[ RUN ] filterANSIEscapes.emptyString1279[ OK ] filterANSIEscapes.emptyString (0 ms)1280[ RUN ] filterANSIEscapes.doesntChangePrintableChars1281[ OK ] filterANSIEscapes.doesntChangePrintableChars (0 ms)1282[ RUN ] filterANSIEscapes.filtersColorCodes1283[ OK ] filterANSIEscapes.filtersColorCodes (0 ms)1284[ RUN ] filterANSIEscapes.expandsTabs1285[ OK ] filterANSIEscapes.expandsTabs (0 ms)1286[ RUN ] filterANSIEscapes.utf81287[ OK ] filterANSIEscapes.utf8 (0 ms)1288[ RUN ] filterANSIEscapes.osc81289[ OK ] filterANSIEscapes.osc8 (0 ms)1290[ RUN ] filterANSIEscapes.osc8_bell_as_sep1291[ OK ] filterANSIEscapes.osc8_bell_as_sep (0 ms)1292[----------] 7 tests from filterANSIEscapes (0 ms total)12931294[----------] 8 tests from FixGitURLTestSuite1295[ RUN ] FixGitURLTestSuite.rejectFileURLWithAuthority1296[ OK ] FixGitURLTestSuite.rejectFileURLWithAuthority (1 ms)1297[ RUN ] FixGitURLTestSuite.rejectRelativePath1298[ OK ] FixGitURLTestSuite.rejectRelativePath (0 ms)1299[ RUN ] FixGitURLTestSuite.rejectEmptyPathGitScp1300[ OK ] FixGitURLTestSuite.rejectEmptyPathGitScp (0 ms)1301[ RUN ] FixGitURLTestSuite.rejectMalformedBracketedURLs1302[ OK ] FixGitURLTestSuite.rejectMalformedBracketedURLs (0 ms)1303[ RUN ] FixGitURLTestSuite.mismatchedBrackets1304[ OK ] FixGitURLTestSuite.mismatchedBrackets (0 ms)1305[ RUN ] FixGitURLTestSuite.slashBeforeColonIsNotScp1306[ OK ] FixGitURLTestSuite.slashBeforeColonIsNotScp (0 ms)1307[ RUN ] FixGitURLTestSuite.noColonIsNotScp1308[ OK ] FixGitURLTestSuite.noColonIsNotScp (0 ms)1309[ RUN ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon1310[ OK ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon (0 ms)1311[----------] 8 tests from FixGitURLTestSuite (1 ms total)13121313[----------] 17 tests from parseURL1314[ RUN ] parseURL.parsesSimpleHttpUrlWithComplexFragment1315[ OK ] parseURL.parsesSimpleHttpUrlWithComplexFragment (0 ms)1316[ RUN ] parseURL.rejectsAuthorityInUrlsWithFileTransportation1317[ OK ] parseURL.rejectsAuthorityInUrlsWithFileTransportation (0 ms)1318[ RUN ] parseURL.parseEmptyQueryParams1319warning: dubious URI query '' is missing equal sign '=', ignoring1320warning: dubious URI query '' is missing equal sign '=', ignoring1321warning: dubious URI query '' is missing equal sign '=', ignoring1322warning: dubious URI query '' is missing equal sign '=', ignoring1323warning: dubious URI query '' is missing equal sign '=', ignoring1324warning: dubious URI query '' is missing equal sign '=', ignoring1325[ OK ] parseURL.parseEmptyQueryParams (0 ms)1326[ RUN ] parseURL.parseUserPassword1327[ OK ] parseURL.parseUserPassword (0 ms)1328[ RUN ] parseURL.parseFileURLWithQueryAndFragment1329[ OK ] parseURL.parseFileURLWithQueryAndFragment (0 ms)1330[ RUN ] parseURL.parseFileURL1331[ OK ] parseURL.parseFileURL (0 ms)1332[ RUN ] parseURL.parseFileURLWithAuthority1333[ OK ] parseURL.parseFileURLWithAuthority (0 ms)1334[ RUN ] parseURL.parseFileURLNoLeadingSlash1335[ OK ] parseURL.parseFileURLNoLeadingSlash (0 ms)1336[ RUN ] parseURL.parseHttpTrailingSlash1337[ OK ] parseURL.parseHttpTrailingSlash (0 ms)1338[ RUN ] parseURL.parsedUrlsIsEqualToItself1339[ OK ] parseURL.parsedUrlsIsEqualToItself (0 ms)1340[ RUN ] parseURL.parsedUrlsWithUnescapedChars1341[ OK ] parseURL.parsedUrlsWithUnescapedChars (0 ms)1342[ RUN ] parseURL.parseFTPUrl1343[ OK ] parseURL.parseFTPUrl (0 ms)1344[ RUN ] parseURL.parsesAnythingInUriFormat1345[ OK ] parseURL.parsesAnythingInUriFormat (0 ms)1346[ RUN ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash1347[ OK ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash (0 ms)1348[ RUN ] parseURL.emptyStringIsInvalidURL1349[ OK ] parseURL.emptyStringIsInvalidURL (0 ms)1350[ RUN ] parseURL.parsesHttpUrlWithEmptyPort1351[ OK ] parseURL.parsesHttpUrlWithEmptyPort (0 ms)1352[ RUN ] parseURL.gitlabNamespacedProjectUrls1353[ OK ] parseURL.gitlabNamespacedProjectUrls (0 ms)1354[----------] 17 tests from parseURL (0 ms total)13551356[----------] 4 tests from decodeQuery1357[ RUN ] decodeQuery.emptyStringYieldsEmptyMap1358[ OK ] decodeQuery.emptyStringYieldsEmptyMap (0 ms)1359[ RUN ] decodeQuery.simpleDecode1360[ OK ] decodeQuery.simpleDecode (0 ms)1361[ RUN ] decodeQuery.decodeUrlEncodedArgs1362[ OK ] decodeQuery.decodeUrlEncodedArgs (0 ms)1363[ RUN ] decodeQuery.decodeArgWithEmptyValue1364[ OK ] decodeQuery.decodeArgWithEmptyValue (0 ms)1365[----------] 4 tests from decodeQuery (0 ms total)13661367[----------] 4 tests from percentDecode1368[ RUN ] percentDecode.decodesUrlEncodedString1369[ OK ] percentDecode.decodesUrlEncodedString (0 ms)1370[ RUN ] percentDecode.multipleDecodesAreIdempotent1371[ OK ] percentDecode.multipleDecodesAreIdempotent (0 ms)1372[ RUN ] percentDecode.trailingPercent1373[ OK ] percentDecode.trailingPercent (0 ms)1374[ RUN ] percentDecode.incompleteEncoding1375[ OK ] percentDecode.incompleteEncoding (0 ms)1376[----------] 4 tests from percentDecode (0 ms total)13771378[----------] 5 tests from percentEncode1379[ RUN ] percentEncode.encodesUrlEncodedString1380[ OK ] percentEncode.encodesUrlEncodedString (0 ms)1381[ RUN ] percentEncode.keepArgument1382[ OK ] percentEncode.keepArgument (0 ms)1383[ RUN ] percentEncode.inverseOfDecode1384[ OK ] percentEncode.inverseOfDecode (0 ms)1385[ RUN ] percentEncode.trailingPercent1386[ OK ] percentEncode.trailingPercent (0 ms)1387[ RUN ] percentEncode.yen1388[ OK ] percentEncode.yen (0 ms)1389[----------] 5 tests from percentEncode (0 ms total)13901391[----------] 1 test from nix1392[ RUN ] nix.isValidSchemeName1393[ OK ] nix.isValidSchemeName (0 ms)1394[----------] 1 test from nix (0 ms total)13951396[----------] 3 tests from hasPrefix1397[ RUN ] hasPrefix.emptyStringHasNoPrefix1398[ OK ] hasPrefix.emptyStringHasNoPrefix (0 ms)1399[ RUN ] hasPrefix.emptyStringIsAlwaysPrefix1400[ OK ] hasPrefix.emptyStringIsAlwaysPrefix (0 ms)1401[ RUN ] hasPrefix.trivialCase1402[ OK ] hasPrefix.trivialCase (0 ms)1403[----------] 3 tests from hasPrefix (0 ms total)14041405[----------] 2 tests from hasSuffix1406[ RUN ] hasSuffix.emptyStringHasNoSuffix1407[ OK ] hasSuffix.emptyStringHasNoSuffix (0 ms)1408[ RUN ] hasSuffix.trivialCase1409[ OK ] hasSuffix.trivialCase (0 ms)1410[----------] 2 tests from hasSuffix (0 ms total)14111412[----------] 1 test from getLine1413[ RUN ] getLine.all1414[ OK ] getLine.all (0 ms)1415[----------] 1 test from getLine (0 ms total)14161417[----------] 3 tests from toLower1418[ RUN ] toLower.emptyString1419[ OK ] toLower.emptyString (0 ms)1420[ RUN ] toLower.nonLetters1421[ OK ] toLower.nonLetters (0 ms)1422[ RUN ] toLower.umlauts1423[ OK ] toLower.umlauts (0 ms)1424[----------] 3 tests from toLower (0 ms total)14251426[----------] 2 tests from string2Float1427[ RUN ] string2Float.emptyString1428[ OK ] string2Float.emptyString (0 ms)1429[ RUN ] string2Float.trivialConversions1430[ OK ] string2Float.trivialConversions (0 ms)1431[----------] 2 tests from string2Float (0 ms total)14321433[----------] 2 tests from string2Int1434[ RUN ] string2Int.emptyString1435[ OK ] string2Int.emptyString (0 ms)1436[ RUN ] string2Int.trivialConversions1437[ OK ] string2Int.trivialConversions (0 ms)1438[----------] 2 tests from string2Int (0 ms total)14391440[----------] 1 test from getSizeUnit1441[ RUN ] getSizeUnit.misc1442[ OK ] getSizeUnit.misc (0 ms)1443[----------] 1 test from getSizeUnit (0 ms total)14441445[----------] 1 test from getCommonSizeUnit1446[ RUN ] getCommonSizeUnit.misc1447[ OK ] getCommonSizeUnit.misc (0 ms)1448[----------] 1 test from getCommonSizeUnit (0 ms total)14491450[----------] 1 test from renderSizeWithoutUnit1451[ RUN ] renderSizeWithoutUnit.misc1452[ OK ] renderSizeWithoutUnit.misc (0 ms)1453[----------] 1 test from renderSizeWithoutUnit (0 ms total)14541455[----------] 1 test from renderSize1456[ RUN ] renderSize.misc1457[ OK ] renderSize.misc (0 ms)1458[----------] 1 test from renderSize (0 ms total)14591460[----------] 4 tests from rewriteStrings1461[ RUN ] rewriteStrings.emptyString1462[ OK ] rewriteStrings.emptyString (0 ms)1463[ RUN ] rewriteStrings.emptyRewrites1464[ OK ] rewriteStrings.emptyRewrites (0 ms)1465[ RUN ] rewriteStrings.successfulRewrite1466[ OK ] rewriteStrings.successfulRewrite (0 ms)1467[ RUN ] rewriteStrings.doesntOccur1468[ OK ] rewriteStrings.doesntOccur (0 ms)1469[----------] 4 tests from rewriteStrings (0 ms total)14701471[----------] 3 tests from replaceStrings1472[ RUN ] replaceStrings.emptyString1473[ OK ] replaceStrings.emptyString (0 ms)1474[ RUN ] replaceStrings.successfulReplace1475[ OK ] replaceStrings.successfulReplace (0 ms)1476[ RUN ] replaceStrings.doesntOccur1477[ OK ] replaceStrings.doesntOccur (0 ms)1478[----------] 3 tests from replaceStrings (0 ms total)14791480[----------] 2 tests from trim1481[ RUN ] trim.emptyString1482[ OK ] trim.emptyString (0 ms)1483[ RUN ] trim.removesWhitespace1484[ OK ] trim.removesWhitespace (0 ms)1485[----------] 2 tests from trim (0 ms total)14861487[----------] 2 tests from chomp1488[ RUN ] chomp.emptyString1489[ OK ] chomp.emptyString (0 ms)1490[ RUN ] chomp.removesWhitespace1491[ OK ] chomp.removesWhitespace (0 ms)1492[----------] 2 tests from chomp (0 ms total)14931494[----------] 4 tests from quoteStrings1495[ RUN ] quoteStrings.empty1496[ OK ] quoteStrings.empty (0 ms)1497[ RUN ] quoteStrings.emptyStrings1498[ OK ] quoteStrings.emptyStrings (0 ms)1499[ RUN ] quoteStrings.trivialQuote1500[ OK ] quoteStrings.trivialQuote (0 ms)1501[ RUN ] quoteStrings.quotedStrings1502[ OK ] quoteStrings.quotedStrings (0 ms)1503[----------] 4 tests from quoteStrings (0 ms total)15041505[----------] 2 tests from get1506[ RUN ] get.emptyContainer1507[ OK ] get.emptyContainer (0 ms)1508[ RUN ] get.getFromContainer1509[ OK ] get.getFromContainer (0 ms)1510[----------] 2 tests from get (0 ms total)15111512[----------] 2 tests from getOr1513[ RUN ] getOr.emptyContainer1514[ OK ] getOr.emptyContainer (0 ms)1515[ RUN ] getOr.getFromContainer1516[ OK ] getOr.getFromContainer (0 ms)1517[----------] 2 tests from getOr (0 ms total)15181519[----------] 4 tests from markLast1520[ RUN ] markLast.empty1521[ OK ] markLast.empty (0 ms)1522[ RUN ] markLast.singleElement1523[ OK ] markLast.singleElement (0 ms)1524[ RUN ] markLast.multipleElements1525[ OK ] markLast.multipleElements (0 ms)1526[ RUN ] markLast.mutateThroughReference1527[ OK ] markLast.mutateThroughReference (0 ms)1528[----------] 4 tests from markLast (0 ms total)15291530[----------] 1 test from stringsToCharPtrs1531[ RUN ] stringsToCharPtrs.rejectsNulBytes1532[ OK ] stringsToCharPtrs.rejectsNulBytes (0 ms)1533[----------] 1 test from stringsToCharPtrs (0 ms total)15341535[----------] 8 tests from XMLWriter1536[ RUN ] XMLWriter.emptyObject1537[ OK ] XMLWriter.emptyObject (0 ms)1538[ RUN ] XMLWriter.objectWithEmptyElement1539[ OK ] XMLWriter.objectWithEmptyElement (0 ms)1540[ RUN ] XMLWriter.objectWithElementWithAttrs1541[ OK ] XMLWriter.objectWithElementWithAttrs (0 ms)1542[ RUN ] XMLWriter.objectWithElementWithEmptyAttrs1543[ OK ] XMLWriter.objectWithElementWithEmptyAttrs (0 ms)1544[ RUN ] XMLWriter.objectWithElementWithAttrsEscaping1545[ OK ] XMLWriter.objectWithElementWithAttrsEscaping (0 ms)1546[ RUN ] XMLWriter.objectWithElementWithAttrsIndented1547[ OK ] XMLWriter.objectWithElementWithAttrsIndented (0 ms)1548[ RUN ] XMLWriter.writeEmptyElement1549[ OK ] XMLWriter.writeEmptyElement (0 ms)1550[ RUN ] XMLWriter.writeEmptyElementWithAttributes1551[ OK ] XMLWriter.writeEmptyElementWithAttributes (0 ms)1552[----------] 8 tests from XMLWriter (0 ms total)15531554[----------] 1 test from closeExtraFDs1555[ RUN ] closeExtraFDs.works1556[ OK ] closeExtraFDs.works (107 ms)1557[----------] 1 test from closeExtraFDs (107 ms total)15581559[----------] 1 test from fchmodatTryNoFollow1560[ RUN ] fchmodatTryNoFollow.works1561[ OK ] fchmodatTryNoFollow.works (0 ms)1562[----------] 1 test from fchmodatTryNoFollow (0 ms total)15631564[----------] 2 tests from MessageWithFds1565[ RUN ] MessageWithFds.streamWithData1566[ OK ] MessageWithFds.streamWithData (0 ms)1567[ RUN ] MessageWithFds.datagramEmptyData1568[ OK ] MessageWithFds.datagramEmptyData (0 ms)1569[----------] 2 tests from MessageWithFds (0 ms total)15701571[----------] 3 tests from UnixDomainSocketLongPath1572[ RUN ] UnixDomainSocketLongPath.bindConnectRoundtrip1573[ OK ] UnixDomainSocketLongPath.bindConnectRoundtrip (1 ms)1574[ RUN ] UnixDomainSocketLongPath.bindRejectsTooLongBasename1575[ OK ] UnixDomainSocketLongPath.bindRejectsTooLongBasename (0 ms)1576[ RUN ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip1577[ OK ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip (1 ms)1578[----------] 3 tests from UnixDomainSocketLongPath (4 ms total)15791580[----------] 8 tests from NarTest/InvalidNarTest1581[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/01582[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/0 (0 ms)1583[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/11584[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/1 (0 ms)1585[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/21586[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/2 (0 ms)1587[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/31588[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/3 (0 ms)1589[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/41590[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/4 (0 ms)1591[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/51592[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/5 (0 ms)1593[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/61594[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/6 (0 ms)1595[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/71596[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/7 (0 ms)1597[----------] 8 tests from NarTest/InvalidNarTest (0 ms total)15981599[----------] 5 tests from Sha512Paddings/Base64TrailParseTest1600[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/01601[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/0 (0 ms)1602[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/11603[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/1 (0 ms)1604[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/21605[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/2 (0 ms)1606[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/31607[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/3 (0 ms)1608[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/41609[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/4 (0 ms)1610[----------] 5 tests from Sha512Paddings/Base64TrailParseTest (0 ms total)16111612[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest1613[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none1614[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none (0 ms)1615[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz1616[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz (2 ms)1617[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip21618[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip2 (0 ms)1619[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br1620[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br (1 ms)1621[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd1622[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd (0 ms)1623[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/none1624[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/none (0 ms)1625[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/xz1626[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/xz (0 ms)1627[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/bzip21628[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/bzip2 (0 ms)1629[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/br1630[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/br (0 ms)1631[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/zstd1632[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/zstd (0 ms)1633[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none1634../compression.cc:42: Skipped163516361637[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none (0 ms)1638[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz1639[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz (0 ms)1640[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip21641[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip2 (0 ms)1642[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br1643[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br (0 ms)1644[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd1645[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd (0 ms)1646[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none1647[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none (0 ms)1648[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz1649[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz (0 ms)1650[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip21651[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip2 (0 ms)1652[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br1653[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br (0 ms)1654[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd1655[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd (0 ms)1656[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest (5 ms total)16571658[----------] 20 tests from CopyFdRange/CopyFdRangeTest1659[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular1660[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular (0 ms)1661[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular1662[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular (0 ms)1663[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular1664[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular (0 ms)1665[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular1666[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular (0 ms)1667[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular1668[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular (0 ms)1669[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular1670[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular (0 ms)1671[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular1672[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular (0 ms)1673[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular1674[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular (0 ms)1675[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular1676[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular (0 ms)1677[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular1678[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular (0 ms)1679[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular1680[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular (0 ms)1681[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular1682[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular (0 ms)1683[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular1684[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular (0 ms)1685[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular1686[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular (0 ms)1687[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular1688[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular (0 ms)1689[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular1690[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular (0 ms)1691[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular1692[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular (0 ms)1693[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular1694[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular (0 ms)1695[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular1696[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular (0 ms)1697[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular1698[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular (0 ms)1699[----------] 20 tests from CopyFdRange/CopyFdRangeTest (7 ms total)17001701[----------] 4 tests from HashJSON/HashJsonTest1702[ RUN ] HashJSON/HashJsonTest.from_json/01703[ OK ] HashJSON/HashJsonTest.from_json/0 (0 ms)1704[ RUN ] HashJSON/HashJsonTest.from_json/11705[ OK ] HashJSON/HashJsonTest.from_json/1 (0 ms)1706[ RUN ] HashJSON/HashJsonTest.to_json/01707[ OK ] HashJSON/HashJsonTest.to_json/0 (0 ms)1708[ RUN ] HashJSON/HashJsonTest.to_json/11709[ OK ] HashJSON/HashJsonTest.to_json/1 (0 ms)1710[----------] 4 tests from HashJSON/HashJsonTest (0 ms total)17111712[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest1713[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/01714[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/0 (0 ms)1715[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/01716[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/0 (0 ms)1717[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest (0 ms total)17181719[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest1720[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/01721[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/0 (0 ms)1722[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/11723[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/1 (0 ms)1724[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/01725[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/0 (0 ms)1726[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/11727[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/1 (0 ms)1728[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest (0 ms total)17291730[----------] 2 tests from NarListingJSON/NarListingJsonTest1731[ RUN ] NarListingJSON/NarListingJsonTest.from_json/01732[ OK ] NarListingJSON/NarListingJsonTest.from_json/0 (0 ms)1733[ RUN ] NarListingJSON/NarListingJsonTest.to_json/01734[ OK ] NarListingJSON/NarListingJsonTest.to_json/0 (0 ms)1735[----------] 2 tests from NarListingJSON/NarListingJsonTest (0 ms total)17361737[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest1738[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/01739[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/0 (0 ms)1740[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/01741[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/0 (0 ms)1742[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest (0 ms total)17431744[----------] 40 tests from PeekSort/RandomPeekSort1745[ RUN ] PeekSort/RandomPeekSort.defaultComparator/01746[ OK ] PeekSort/RandomPeekSort.defaultComparator/0 (1 ms)1747[ RUN ] PeekSort/RandomPeekSort.defaultComparator/11748[ OK ] PeekSort/RandomPeekSort.defaultComparator/1 (19 ms)1749[ RUN ] PeekSort/RandomPeekSort.defaultComparator/21750[ OK ] PeekSort/RandomPeekSort.defaultComparator/2 (11 ms)1751[ RUN ] PeekSort/RandomPeekSort.defaultComparator/31752[ OK ] PeekSort/RandomPeekSort.defaultComparator/3 (19 ms)1753[ RUN ] PeekSort/RandomPeekSort.defaultComparator/41754[ OK ] PeekSort/RandomPeekSort.defaultComparator/4 (26 ms)1755[ RUN ] PeekSort/RandomPeekSort.defaultComparator/51756[ OK ] PeekSort/RandomPeekSort.defaultComparator/5 (7 ms)1757[ RUN ] PeekSort/RandomPeekSort.defaultComparator/61758[ OK ] PeekSort/RandomPeekSort.defaultComparator/6 (0 ms)1759[ RUN ] PeekSort/RandomPeekSort.defaultComparator/71760[ OK ] PeekSort/RandomPeekSort.defaultComparator/7 (0 ms)1761[ RUN ] PeekSort/RandomPeekSort.defaultComparator/81762[ OK ] PeekSort/RandomPeekSort.defaultComparator/8 (0 ms)1763[ RUN ] PeekSort/RandomPeekSort.defaultComparator/91764[ OK ] PeekSort/RandomPeekSort.defaultComparator/9 (123 ms)1765[ RUN ] PeekSort/RandomPeekSort.greater/01766[ OK ] PeekSort/RandomPeekSort.greater/0 (1 ms)1767[ RUN ] PeekSort/RandomPeekSort.greater/11768[ OK ] PeekSort/RandomPeekSort.greater/1 (19 ms)1769[ RUN ] PeekSort/RandomPeekSort.greater/21770[ OK ] PeekSort/RandomPeekSort.greater/2 (11 ms)1771[ RUN ] PeekSort/RandomPeekSort.greater/31772[ OK ] PeekSort/RandomPeekSort.greater/3 (18 ms)1773[ RUN ] PeekSort/RandomPeekSort.greater/41774[ OK ] PeekSort/RandomPeekSort.greater/4 (26 ms)1775[ RUN ] PeekSort/RandomPeekSort.greater/51776[ OK ] PeekSort/RandomPeekSort.greater/5 (7 ms)1777[ RUN ] PeekSort/RandomPeekSort.greater/61778[ OK ] PeekSort/RandomPeekSort.greater/6 (0 ms)1779[ RUN ] PeekSort/RandomPeekSort.greater/71780[ OK ] PeekSort/RandomPeekSort.greater/7 (0 ms)1781[ RUN ] PeekSort/RandomPeekSort.greater/81782[ OK ] PeekSort/RandomPeekSort.greater/8 (0 ms)1783[ RUN ] PeekSort/RandomPeekSort.greater/91784[ OK ] PeekSort/RandomPeekSort.greater/9 (123 ms)1785[ RUN ] PeekSort/RandomPeekSort.brokenComparator/01786[ OK ] PeekSort/RandomPeekSort.brokenComparator/0 (3 ms)1787[ RUN ] PeekSort/RandomPeekSort.brokenComparator/11788[ OK ] PeekSort/RandomPeekSort.brokenComparator/1 (36 ms)1789[ RUN ] PeekSort/RandomPeekSort.brokenComparator/21790[ OK ] PeekSort/RandomPeekSort.brokenComparator/2 (26 ms)1791[ RUN ] PeekSort/RandomPeekSort.brokenComparator/31792[ OK ] PeekSort/RandomPeekSort.brokenComparator/3 (32 ms)1793[ RUN ] PeekSort/RandomPeekSort.brokenComparator/41794[ OK ] PeekSort/RandomPeekSort.brokenComparator/4 (47 ms)1795[ RUN ] PeekSort/RandomPeekSort.brokenComparator/51796[ OK ] PeekSort/RandomPeekSort.brokenComparator/5 (19 ms)1797[ RUN ] PeekSort/RandomPeekSort.brokenComparator/61798[ OK ] PeekSort/RandomPeekSort.brokenComparator/6 (0 ms)1799[ RUN ] PeekSort/RandomPeekSort.brokenComparator/71800[ OK ] PeekSort/RandomPeekSort.brokenComparator/7 (0 ms)1801[ RUN ] PeekSort/RandomPeekSort.brokenComparator/81802[ OK ] PeekSort/RandomPeekSort.brokenComparator/8 (0 ms)1803[ RUN ] PeekSort/RandomPeekSort.brokenComparator/91804[ OK ] PeekSort/RandomPeekSort.brokenComparator/9 (273 ms)1805[ RUN ] PeekSort/RandomPeekSort.stability/01806[ OK ] PeekSort/RandomPeekSort.stability/0 (1 ms)1807[ RUN ] PeekSort/RandomPeekSort.stability/11808[ OK ] PeekSort/RandomPeekSort.stability/1 (20 ms)1809[ RUN ] PeekSort/RandomPeekSort.stability/21810[ OK ] PeekSort/RandomPeekSort.stability/2 (12 ms)1811[ RUN ] PeekSort/RandomPeekSort.stability/31812[ OK ] PeekSort/RandomPeekSort.stability/3 (20 ms)1813[ RUN ] PeekSort/RandomPeekSort.stability/41814[ OK ] PeekSort/RandomPeekSort.stability/4 (32 ms)1815[ RUN ] PeekSort/RandomPeekSort.stability/51816[ OK ] PeekSort/RandomPeekSort.stability/5 (11 ms)1817[ RUN ] PeekSort/RandomPeekSort.stability/61818[ OK ] PeekSort/RandomPeekSort.stability/6 (0 ms)1819[ RUN ] PeekSort/RandomPeekSort.stability/71820[ OK ] PeekSort/RandomPeekSort.stability/7 (0 ms)1821[ RUN ] PeekSort/RandomPeekSort.stability/81822[ OK ] PeekSort/RandomPeekSort.stability/8 (0 ms)1823[ RUN ] PeekSort/RandomPeekSort.stability/91824[ OK ] PeekSort/RandomPeekSort.stability/9 (202 ms)1825[----------] 40 tests from PeekSort/RandomPeekSort (1158 ms total)18261827[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest1828[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/01829[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/0 (0 ms)1830[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/11831[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/1 (0 ms)1832[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/21833[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/2 (0 ms)1834[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/31835[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/3 (0 ms)1836[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/41837[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/4 (0 ms)1838[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/51839[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/5 (0 ms)1840[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/61841[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/6 (0 ms)1842[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest (0 ms total)18431844[----------] 18 tests from TopoSort/TopoSortTest1845[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/01846[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/0 (0 ms)1847[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/11848[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/1 (0 ms)1849[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/21850[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/2 (0 ms)1851[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/31852[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/3 (0 ms)1853[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/41854[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/4 (0 ms)1855[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/51856[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/5 (0 ms)1857[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/61858[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/6 (0 ms)1859[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/71860[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/7 (0 ms)1861[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/81862[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/8 (0 ms)1863[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/91864[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/9 (0 ms)1865[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/101866[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/10 (0 ms)1867[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/111868[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/11 (0 ms)1869[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/121870[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/12 (0 ms)1871[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/131872[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/13 (0 ms)1873[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/141874[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/14 (0 ms)1875[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/151876[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/15 (0 ms)1877[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/161878[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/16 (0 ms)1879[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/171880[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/17 (0 ms)1881[----------] 18 tests from TopoSort/TopoSortTest (1 ms total)18821883[----------] 38 tests from FixGitURLs/FixGitURLTestSuite1884[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/01885[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/0 (0 ms)1886[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11887[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/1 (0 ms)1888[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/21889[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/2 (0 ms)1890[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/31891[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/3 (0 ms)1892[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/41893[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/4 (0 ms)1894[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/51895[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/5 (0 ms)1896[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/61897[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/6 (0 ms)1898[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/71899[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/7 (0 ms)1900[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/81901[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/8 (0 ms)1902[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/91903[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/9 (0 ms)1904[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/101905[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/10 (0 ms)1906[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/111907[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11 (0 ms)1908[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/121909[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/12 (0 ms)1910[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/131911[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/13 (0 ms)1912[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/141913[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/14 (0 ms)1914[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/151915[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/15 (0 ms)1916[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/161917[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/16 (0 ms)1918[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/171919[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/17 (0 ms)1920[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/181921[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/18 (0 ms)1922[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/01923[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/0 (0 ms)1924[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11925[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/1 (0 ms)1926[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/21927[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/2 (0 ms)1928[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/31929[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/3 (0 ms)1930[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/41931[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/4 (0 ms)1932[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/51933[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/5 (0 ms)1934[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/61935[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/6 (0 ms)1936[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/71937[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/7 (0 ms)1938[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/81939[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/8 (0 ms)1940[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/91941[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/9 (0 ms)1942[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/101943[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/10 (0 ms)1944[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/111945[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11 (0 ms)1946[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/121947[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/12 (0 ms)1948[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/131949[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/13 (0 ms)1950[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/141951[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/14 (0 ms)1952[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/151953[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/15 (0 ms)1954[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/161955[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/16 (0 ms)1956[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/171957[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/17 (0 ms)1958[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/181959[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/18 (0 ms)1960[----------] 38 tests from FixGitURLs/FixGitURLTestSuite (2 ms total)19611962[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess1963[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/01964[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/0 (0 ms)1965[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/11966[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/1 (0 ms)1967[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/21968[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/2 (0 ms)1969[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/31970[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/3 (0 ms)1971[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/41972[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/4 (0 ms)1973[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/51974[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/5 (0 ms)1975[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/61976[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/6 (0 ms)1977[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/01978[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/0 (0 ms)1979[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/11980[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/1 (0 ms)1981[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/21982[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/2 (0 ms)1983[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/31984[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/3 (0 ms)1985[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/41986[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/4 (0 ms)1987[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/51988[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/5 (0 ms)1989[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/61990[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/6 (0 ms)1991[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/01992[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/0 (0 ms)1993[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/11994[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/1 (0 ms)1995[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/21996[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/2 (0 ms)1997[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/31998[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/3 (0 ms)1999[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/42000[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/4 (0 ms)2001[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/52002[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/5 (0 ms)2003[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/62004[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/6 (0 ms)2005[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess (3 ms total)20062007[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite2008[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath2009[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath (0 ms)2010[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId2011[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId (0 ms)2012[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId2013[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId (0 ms)2014[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot2015[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot (0 ms)2016[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory2017[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory (0 ms)2018[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash2019[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash (0 ms)2020[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative2021[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative (0 ms)2022[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative2023[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative (0 ms)2024[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride2025[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride (0 ms)2026[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId2027[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId (0 ms)2028[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority2029[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority (0 ms)2030[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative2031[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative (0 ms)2032[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative2033[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative (0 ms)2034[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative2035[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative (0 ms)2036[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative2037[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative (0 ms)2038[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative2039[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative (0 ms)2040[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative2041[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative (0 ms)2042[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite (3 ms total)20432044[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest2045[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path2046[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path (0 ms)2047[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path2048[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path (0 ms)2049[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path2050[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path (0 ms)2051[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing2052[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing (0 ms)2053[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path2054[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path (0 ms)2055[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path2056[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path (0 ms)2057[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority2058[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority (0 ms)2059[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority2060[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority (0 ms)2061[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash2062[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2063[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash2064[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2065[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path2066[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path (0 ms)2067[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path2068[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path (0 ms)2069[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path2070[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path (0 ms)2071[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing2072[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing (0 ms)2073[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path2074[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path (0 ms)2075[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path2076[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path (0 ms)2077[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority2078[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority (0 ms)2079[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority2080[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority (0 ms)2081[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash2082[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2083[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash2084[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2085[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest (0 ms total)20862087[----------] 8 tests from Unix/UrlPathTest2088[ RUN ] Unix/UrlPathTest.pathToUrlPath/absolute_path2089[ OK ] Unix/UrlPathTest.pathToUrlPath/absolute_path (0 ms)2090[ RUN ] Unix/UrlPathTest.pathToUrlPath/root_path2091[ OK ] Unix/UrlPathTest.pathToUrlPath/root_path (0 ms)2092[ RUN ] Unix/UrlPathTest.urlPathToPath/absolute_path2093[ OK ] Unix/UrlPathTest.urlPathToPath/absolute_path (0 ms)2094[ RUN ] Unix/UrlPathTest.urlPathToPath/root_path2095[ OK ] Unix/UrlPathTest.urlPathToPath/root_path (0 ms)2096[ RUN ] Unix/UrlPathTest.urlToString/absolute_path2097[ OK ] Unix/UrlPathTest.urlToString/absolute_path (0 ms)2098[ RUN ] Unix/UrlPathTest.urlToString/root_path2099[ OK ] Unix/UrlPathTest.urlToString/root_path (0 ms)2100[ RUN ] Unix/UrlPathTest.stringToUrl/absolute_path2101[ OK ] Unix/UrlPathTest.stringToUrl/absolute_path (0 ms)2102[ RUN ] Unix/UrlPathTest.stringToUrl/root_path2103[ OK ] Unix/UrlPathTest.stringToUrl/root_path (0 ms)2104[----------] 8 tests from Unix/UrlPathTest (0 ms total)21052106[----------] Global test environment tear-down2107[==========] 812 tests from 155 test suites ran. (2020 ms total)2108[ PASSED ] 811 tests.2109[ SKIPPED ] 1 test, listed below:2110[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none21112112 YOU HAVE 1 DISABLED TEST21132114