[==========] Running 2060 tests from 46 test cases. [----------] Global test environment set-up. [----------] 8 tests from okio.BufferCommonTest [ RUN ] okio.BufferCommonTest.copyToBuffer [ OK ] okio.BufferCommonTest.copyToBuffer (2 ms) [ RUN ] okio.BufferCommonTest.copyToBufferWithOffset [ OK ] okio.BufferCommonTest.copyToBufferWithOffset (0 ms) [ RUN ] okio.BufferCommonTest.copyToBufferWithByteCount [ OK ] okio.BufferCommonTest.copyToBufferWithByteCount (0 ms) [ RUN ] okio.BufferCommonTest.copyToBufferWithOffsetAndByteCount [ OK ] okio.BufferCommonTest.copyToBufferWithOffsetAndByteCount (0 ms) [ RUN ] okio.BufferCommonTest.completeSegmentByteCountOnEmptyBuffer [ OK ] okio.BufferCommonTest.completeSegmentByteCountOnEmptyBuffer (0 ms) [ RUN ] okio.BufferCommonTest.completeSegmentByteCountOnBufferWithFullSegments [ OK ] okio.BufferCommonTest.completeSegmentByteCountOnBufferWithFullSegments (0 ms) [ RUN ] okio.BufferCommonTest.completeSegmentByteCountOnBufferWithIncompleteTailSegment [ OK ] okio.BufferCommonTest.completeSegmentByteCountOnBufferWithIncompleteTailSegment (0 ms) [ RUN ] okio.BufferCommonTest.testHash [ OK ] okio.BufferCommonTest.testHash (0 ms) [----------] 8 tests from okio.BufferCommonTest (7 ms total) [----------] 1 tests from okio.ByteStringMoreTests [ RUN ] okio.ByteStringMoreTests.arrayToByteString [ OK ] okio.ByteStringMoreTests.arrayToByteString (0 ms) [----------] 1 tests from okio.ByteStringMoreTests (0 ms total) [----------] 49 tests from okio.ByteStringTest_BasicByteString [ RUN ] okio.ByteStringTest_BasicByteString.compareToMultipleBytes [ OK ] okio.ByteStringTest_BasicByteString.compareToMultipleBytes (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.compareToSingleBytes [ OK ] okio.ByteStringTest_BasicByteString.compareToSingleBytes (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.copyEmptyAtBounds [ OK ] okio.ByteStringTest_BasicByteString.copyEmptyAtBounds (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.copyInto [ OK ] okio.ByteStringTest_BasicByteString.copyInto (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.copyIntoBoundsChecks [ OK ] okio.ByteStringTest_BasicByteString.copyIntoBoundsChecks (3 ms) [ RUN ] okio.ByteStringTest_BasicByteString.copyIntoFullRange [ OK ] okio.ByteStringTest_BasicByteString.copyIntoFullRange (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.copyIntoWithAllParameters [ OK ] okio.ByteStringTest_BasicByteString.copyIntoWithAllParameters (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.copyIntoWithSourceOffset [ OK ] okio.ByteStringTest_BasicByteString.copyIntoWithSourceOffset (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.copyIntoWithTargetOffset [ OK ] okio.ByteStringTest_BasicByteString.copyIntoWithTargetOffset (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.decodeBase64 [ OK ] okio.ByteStringTest_BasicByteString.decodeBase64 (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.decodeBase64WithWhitespace [ OK ] okio.ByteStringTest_BasicByteString.decodeBase64WithWhitespace (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.decodeHex [ OK ] okio.ByteStringTest_BasicByteString.decodeHex (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.decodeHexInvalidChar [ OK ] okio.ByteStringTest_BasicByteString.decodeHexInvalidChar (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.decodeHexOddNumberOfChars [ OK ] okio.ByteStringTest_BasicByteString.decodeHexOddNumberOfChars (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.encodeBase64 [ OK ] okio.ByteStringTest_BasicByteString.encodeBase64 (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.encodeBase64Url [ OK ] okio.ByteStringTest_BasicByteString.encodeBase64Url (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.encodeHex [ OK ] okio.ByteStringTest_BasicByteString.encodeHex (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.endsWithByteArray [ OK ] okio.ByteStringTest_BasicByteString.endsWithByteArray (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.endsWithByteString [ OK ] okio.ByteStringTest_BasicByteString.endsWithByteString (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.equalsEmptyTest [ OK ] okio.ByteStringTest_BasicByteString.equalsEmptyTest (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.equalsTest [ OK ] okio.ByteStringTest_BasicByteString.equalsTest (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.get [ OK ] okio.ByteStringTest_BasicByteString.get (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.getByte [ OK ] okio.ByteStringTest_BasicByteString.getByte (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.getByteOutOfBounds [ OK ] okio.ByteStringTest_BasicByteString.getByteOutOfBounds (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.ignoreUnnecessaryPadding [ OK ] okio.ByteStringTest_BasicByteString.ignoreUnnecessaryPadding (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.indexOfByteArray [ OK ] okio.ByteStringTest_BasicByteString.indexOfByteArray (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.indexOfByteString [ OK ] okio.ByteStringTest_BasicByteString.indexOfByteString (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.indexOfWithOffset [ OK ] okio.ByteStringTest_BasicByteString.indexOfWithOffset (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.lastIndexOfByteArray [ OK ] okio.ByteStringTest_BasicByteString.lastIndexOfByteArray (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.lastIndexOfByteString [ OK ] okio.ByteStringTest_BasicByteString.lastIndexOfByteString (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.ofCopy [ OK ] okio.ByteStringTest_BasicByteString.ofCopy (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.ofCopyRange [ OK ] okio.ByteStringTest_BasicByteString.ofCopyRange (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.startsWithByteArray [ OK ] okio.ByteStringTest_BasicByteString.startsWithByteArray (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.startsWithByteString [ OK ] okio.ByteStringTest_BasicByteString.startsWithByteString (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.substring [ OK ] okio.ByteStringTest_BasicByteString.substring (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.substringWithInvalidBounds [ OK ] okio.ByteStringTest_BasicByteString.substringWithInvalidBounds (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.testHash [ OK ] okio.ByteStringTest_BasicByteString.testHash (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.testHashCode [ OK ] okio.ByteStringTest_BasicByteString.testHashCode (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.toAsciiAllUppercase [ OK ] okio.ByteStringTest_BasicByteString.toAsciiAllUppercase (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.toAsciiLowerCaseNoUppercase [ OK ] okio.ByteStringTest_BasicByteString.toAsciiLowerCaseNoUppercase (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.toAsciiStartsLowercaseEndsUppercase [ OK ] okio.ByteStringTest_BasicByteString.toAsciiStartsLowercaseEndsUppercase (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.toAsciiStartsUppercaseEndsLowercase [ OK ] okio.ByteStringTest_BasicByteString.toAsciiStartsUppercaseEndsLowercase (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.toStringOnData [ OK ] okio.ByteStringTest_BasicByteString.toStringOnData (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.toStringOnEmpty [ OK ] okio.ByteStringTest_BasicByteString.toStringOnEmpty (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.toStringOnLongDataIsTruncated [ OK ] okio.ByteStringTest_BasicByteString.toStringOnLongDataIsTruncated (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.toStringOnLongTextIsTruncated [ OK ] okio.ByteStringTest_BasicByteString.toStringOnLongTextIsTruncated (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.toStringOnShortText [ OK ] okio.ByteStringTest_BasicByteString.toStringOnShortText (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.toStringOnTextWithNewlines [ OK ] okio.ByteStringTest_BasicByteString.toStringOnTextWithNewlines (0 ms) [ RUN ] okio.ByteStringTest_BasicByteString.utf8 [ OK ] okio.ByteStringTest_BasicByteString.utf8 (0 ms) [----------] 49 tests from okio.ByteStringTest_BasicByteString (17 ms total) [----------] 49 tests from okio.ByteStringTest_SegmentedByteString [ RUN ] okio.ByteStringTest_SegmentedByteString.compareToMultipleBytes [ OK ] okio.ByteStringTest_SegmentedByteString.compareToMultipleBytes (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.compareToSingleBytes [ OK ] okio.ByteStringTest_SegmentedByteString.compareToSingleBytes (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.copyEmptyAtBounds [ OK ] okio.ByteStringTest_SegmentedByteString.copyEmptyAtBounds (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.copyInto [ OK ] okio.ByteStringTest_SegmentedByteString.copyInto (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.copyIntoBoundsChecks [ OK ] okio.ByteStringTest_SegmentedByteString.copyIntoBoundsChecks (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.copyIntoFullRange [ OK ] okio.ByteStringTest_SegmentedByteString.copyIntoFullRange (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.copyIntoWithAllParameters [ OK ] okio.ByteStringTest_SegmentedByteString.copyIntoWithAllParameters (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.copyIntoWithSourceOffset [ OK ] okio.ByteStringTest_SegmentedByteString.copyIntoWithSourceOffset (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.copyIntoWithTargetOffset [ OK ] okio.ByteStringTest_SegmentedByteString.copyIntoWithTargetOffset (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.decodeBase64 [ OK ] okio.ByteStringTest_SegmentedByteString.decodeBase64 (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.decodeBase64WithWhitespace [ OK ] okio.ByteStringTest_SegmentedByteString.decodeBase64WithWhitespace (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.decodeHex [ OK ] okio.ByteStringTest_SegmentedByteString.decodeHex (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.decodeHexInvalidChar [ OK ] okio.ByteStringTest_SegmentedByteString.decodeHexInvalidChar (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.decodeHexOddNumberOfChars [ OK ] okio.ByteStringTest_SegmentedByteString.decodeHexOddNumberOfChars (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.encodeBase64 [ OK ] okio.ByteStringTest_SegmentedByteString.encodeBase64 (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.encodeBase64Url [ OK ] okio.ByteStringTest_SegmentedByteString.encodeBase64Url (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.encodeHex [ OK ] okio.ByteStringTest_SegmentedByteString.encodeHex (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.endsWithByteArray [ OK ] okio.ByteStringTest_SegmentedByteString.endsWithByteArray (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.endsWithByteString [ OK ] okio.ByteStringTest_SegmentedByteString.endsWithByteString (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.equalsEmptyTest [ OK ] okio.ByteStringTest_SegmentedByteString.equalsEmptyTest (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.equalsTest [ OK ] okio.ByteStringTest_SegmentedByteString.equalsTest (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.get [ OK ] okio.ByteStringTest_SegmentedByteString.get (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.getByte [ OK ] okio.ByteStringTest_SegmentedByteString.getByte (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.getByteOutOfBounds [ OK ] okio.ByteStringTest_SegmentedByteString.getByteOutOfBounds (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.ignoreUnnecessaryPadding [ OK ] okio.ByteStringTest_SegmentedByteString.ignoreUnnecessaryPadding (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.indexOfByteArray [ OK ] okio.ByteStringTest_SegmentedByteString.indexOfByteArray (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.indexOfByteString [ OK ] okio.ByteStringTest_SegmentedByteString.indexOfByteString (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.indexOfWithOffset [ OK ] okio.ByteStringTest_SegmentedByteString.indexOfWithOffset (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.lastIndexOfByteArray [ OK ] okio.ByteStringTest_SegmentedByteString.lastIndexOfByteArray (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.lastIndexOfByteString [ OK ] okio.ByteStringTest_SegmentedByteString.lastIndexOfByteString (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.ofCopy [ OK ] okio.ByteStringTest_SegmentedByteString.ofCopy (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.ofCopyRange [ OK ] okio.ByteStringTest_SegmentedByteString.ofCopyRange (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.startsWithByteArray [ OK ] okio.ByteStringTest_SegmentedByteString.startsWithByteArray (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.startsWithByteString [ OK ] okio.ByteStringTest_SegmentedByteString.startsWithByteString (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.substring [ OK ] okio.ByteStringTest_SegmentedByteString.substring (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.substringWithInvalidBounds [ OK ] okio.ByteStringTest_SegmentedByteString.substringWithInvalidBounds (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.testHash [ OK ] okio.ByteStringTest_SegmentedByteString.testHash (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.testHashCode [ OK ] okio.ByteStringTest_SegmentedByteString.testHashCode (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.toAsciiAllUppercase [ OK ] okio.ByteStringTest_SegmentedByteString.toAsciiAllUppercase (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.toAsciiLowerCaseNoUppercase [ OK ] okio.ByteStringTest_SegmentedByteString.toAsciiLowerCaseNoUppercase (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.toAsciiStartsLowercaseEndsUppercase [ OK ] okio.ByteStringTest_SegmentedByteString.toAsciiStartsLowercaseEndsUppercase (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.toAsciiStartsUppercaseEndsLowercase [ OK ] okio.ByteStringTest_SegmentedByteString.toAsciiStartsUppercaseEndsLowercase (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.toStringOnData [ OK ] okio.ByteStringTest_SegmentedByteString.toStringOnData (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.toStringOnEmpty [ OK ] okio.ByteStringTest_SegmentedByteString.toStringOnEmpty (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.toStringOnLongDataIsTruncated [ OK ] okio.ByteStringTest_SegmentedByteString.toStringOnLongDataIsTruncated (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.toStringOnLongTextIsTruncated [ OK ] okio.ByteStringTest_SegmentedByteString.toStringOnLongTextIsTruncated (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.toStringOnShortText [ OK ] okio.ByteStringTest_SegmentedByteString.toStringOnShortText (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.toStringOnTextWithNewlines [ OK ] okio.ByteStringTest_SegmentedByteString.toStringOnTextWithNewlines (0 ms) [ RUN ] okio.ByteStringTest_SegmentedByteString.utf8 [ OK ] okio.ByteStringTest_SegmentedByteString.utf8 (0 ms) [----------] 49 tests from okio.ByteStringTest_SegmentedByteString (13 ms total) [----------] 49 tests from okio.ByteStringTest_OneBytePerSegment [ RUN ] okio.ByteStringTest_OneBytePerSegment.compareToMultipleBytes [ OK ] okio.ByteStringTest_OneBytePerSegment.compareToMultipleBytes (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.compareToSingleBytes [ OK ] okio.ByteStringTest_OneBytePerSegment.compareToSingleBytes (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.copyEmptyAtBounds [ OK ] okio.ByteStringTest_OneBytePerSegment.copyEmptyAtBounds (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.copyInto [ OK ] okio.ByteStringTest_OneBytePerSegment.copyInto (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.copyIntoBoundsChecks [ OK ] okio.ByteStringTest_OneBytePerSegment.copyIntoBoundsChecks (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.copyIntoFullRange [ OK ] okio.ByteStringTest_OneBytePerSegment.copyIntoFullRange (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.copyIntoWithAllParameters [ OK ] okio.ByteStringTest_OneBytePerSegment.copyIntoWithAllParameters (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.copyIntoWithSourceOffset [ OK ] okio.ByteStringTest_OneBytePerSegment.copyIntoWithSourceOffset (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.copyIntoWithTargetOffset [ OK ] okio.ByteStringTest_OneBytePerSegment.copyIntoWithTargetOffset (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.decodeBase64 [ OK ] okio.ByteStringTest_OneBytePerSegment.decodeBase64 (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.decodeBase64WithWhitespace [ OK ] okio.ByteStringTest_OneBytePerSegment.decodeBase64WithWhitespace (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.decodeHex [ OK ] okio.ByteStringTest_OneBytePerSegment.decodeHex (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.decodeHexInvalidChar [ OK ] okio.ByteStringTest_OneBytePerSegment.decodeHexInvalidChar (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.decodeHexOddNumberOfChars [ OK ] okio.ByteStringTest_OneBytePerSegment.decodeHexOddNumberOfChars (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.encodeBase64 [ OK ] okio.ByteStringTest_OneBytePerSegment.encodeBase64 (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.encodeBase64Url [ OK ] okio.ByteStringTest_OneBytePerSegment.encodeBase64Url (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.encodeHex [ OK ] okio.ByteStringTest_OneBytePerSegment.encodeHex (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.endsWithByteArray [ OK ] okio.ByteStringTest_OneBytePerSegment.endsWithByteArray (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.endsWithByteString [ OK ] okio.ByteStringTest_OneBytePerSegment.endsWithByteString (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.equalsEmptyTest [ OK ] okio.ByteStringTest_OneBytePerSegment.equalsEmptyTest (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.equalsTest [ OK ] okio.ByteStringTest_OneBytePerSegment.equalsTest (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.get [ OK ] okio.ByteStringTest_OneBytePerSegment.get (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.getByte [ OK ] okio.ByteStringTest_OneBytePerSegment.getByte (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.getByteOutOfBounds [ OK ] okio.ByteStringTest_OneBytePerSegment.getByteOutOfBounds (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.ignoreUnnecessaryPadding [ OK ] okio.ByteStringTest_OneBytePerSegment.ignoreUnnecessaryPadding (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.indexOfByteArray [ OK ] okio.ByteStringTest_OneBytePerSegment.indexOfByteArray (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.indexOfByteString [ OK ] okio.ByteStringTest_OneBytePerSegment.indexOfByteString (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.indexOfWithOffset [ OK ] okio.ByteStringTest_OneBytePerSegment.indexOfWithOffset (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.lastIndexOfByteArray [ OK ] okio.ByteStringTest_OneBytePerSegment.lastIndexOfByteArray (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.lastIndexOfByteString [ OK ] okio.ByteStringTest_OneBytePerSegment.lastIndexOfByteString (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.ofCopy [ OK ] okio.ByteStringTest_OneBytePerSegment.ofCopy (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.ofCopyRange [ OK ] okio.ByteStringTest_OneBytePerSegment.ofCopyRange (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.startsWithByteArray [ OK ] okio.ByteStringTest_OneBytePerSegment.startsWithByteArray (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.startsWithByteString [ OK ] okio.ByteStringTest_OneBytePerSegment.startsWithByteString (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.substring [ OK ] okio.ByteStringTest_OneBytePerSegment.substring (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.substringWithInvalidBounds [ OK ] okio.ByteStringTest_OneBytePerSegment.substringWithInvalidBounds (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.testHash [ OK ] okio.ByteStringTest_OneBytePerSegment.testHash (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.testHashCode [ OK ] okio.ByteStringTest_OneBytePerSegment.testHashCode (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.toAsciiAllUppercase [ OK ] okio.ByteStringTest_OneBytePerSegment.toAsciiAllUppercase (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.toAsciiLowerCaseNoUppercase [ OK ] okio.ByteStringTest_OneBytePerSegment.toAsciiLowerCaseNoUppercase (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.toAsciiStartsLowercaseEndsUppercase [ OK ] okio.ByteStringTest_OneBytePerSegment.toAsciiStartsLowercaseEndsUppercase (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.toAsciiStartsUppercaseEndsLowercase [ OK ] okio.ByteStringTest_OneBytePerSegment.toAsciiStartsUppercaseEndsLowercase (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.toStringOnData [ OK ] okio.ByteStringTest_OneBytePerSegment.toStringOnData (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.toStringOnEmpty [ OK ] okio.ByteStringTest_OneBytePerSegment.toStringOnEmpty (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.toStringOnLongDataIsTruncated [ OK ] okio.ByteStringTest_OneBytePerSegment.toStringOnLongDataIsTruncated (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.toStringOnLongTextIsTruncated [ OK ] okio.ByteStringTest_OneBytePerSegment.toStringOnLongTextIsTruncated (4 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.toStringOnShortText [ OK ] okio.ByteStringTest_OneBytePerSegment.toStringOnShortText (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.toStringOnTextWithNewlines [ OK ] okio.ByteStringTest_OneBytePerSegment.toStringOnTextWithNewlines (0 ms) [ RUN ] okio.ByteStringTest_OneBytePerSegment.utf8 [ OK ] okio.ByteStringTest_OneBytePerSegment.utf8 (0 ms) [----------] 49 tests from okio.ByteStringTest_OneBytePerSegment (19 ms total) [----------] 49 tests from okio.ByteStringTest_OkioUtf8Encoder [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.compareToMultipleBytes [ OK ] okio.ByteStringTest_OkioUtf8Encoder.compareToMultipleBytes (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.compareToSingleBytes [ OK ] okio.ByteStringTest_OkioUtf8Encoder.compareToSingleBytes (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.copyEmptyAtBounds [ OK ] okio.ByteStringTest_OkioUtf8Encoder.copyEmptyAtBounds (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.copyInto [ OK ] okio.ByteStringTest_OkioUtf8Encoder.copyInto (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.copyIntoBoundsChecks [ OK ] okio.ByteStringTest_OkioUtf8Encoder.copyIntoBoundsChecks (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.copyIntoFullRange [ OK ] okio.ByteStringTest_OkioUtf8Encoder.copyIntoFullRange (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.copyIntoWithAllParameters [ OK ] okio.ByteStringTest_OkioUtf8Encoder.copyIntoWithAllParameters (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.copyIntoWithSourceOffset [ OK ] okio.ByteStringTest_OkioUtf8Encoder.copyIntoWithSourceOffset (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.copyIntoWithTargetOffset [ OK ] okio.ByteStringTest_OkioUtf8Encoder.copyIntoWithTargetOffset (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.decodeBase64 [ OK ] okio.ByteStringTest_OkioUtf8Encoder.decodeBase64 (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.decodeBase64WithWhitespace [ OK ] okio.ByteStringTest_OkioUtf8Encoder.decodeBase64WithWhitespace (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.decodeHex [ OK ] okio.ByteStringTest_OkioUtf8Encoder.decodeHex (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.decodeHexInvalidChar [ OK ] okio.ByteStringTest_OkioUtf8Encoder.decodeHexInvalidChar (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.decodeHexOddNumberOfChars [ OK ] okio.ByteStringTest_OkioUtf8Encoder.decodeHexOddNumberOfChars (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.encodeBase64 [ OK ] okio.ByteStringTest_OkioUtf8Encoder.encodeBase64 (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.encodeBase64Url [ OK ] okio.ByteStringTest_OkioUtf8Encoder.encodeBase64Url (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.encodeHex [ OK ] okio.ByteStringTest_OkioUtf8Encoder.encodeHex (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.endsWithByteArray [ OK ] okio.ByteStringTest_OkioUtf8Encoder.endsWithByteArray (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.endsWithByteString [ OK ] okio.ByteStringTest_OkioUtf8Encoder.endsWithByteString (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.equalsEmptyTest [ OK ] okio.ByteStringTest_OkioUtf8Encoder.equalsEmptyTest (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.equalsTest [ OK ] okio.ByteStringTest_OkioUtf8Encoder.equalsTest (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.get [ OK ] okio.ByteStringTest_OkioUtf8Encoder.get (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.getByte [ OK ] okio.ByteStringTest_OkioUtf8Encoder.getByte (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.getByteOutOfBounds [ OK ] okio.ByteStringTest_OkioUtf8Encoder.getByteOutOfBounds (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.ignoreUnnecessaryPadding [ OK ] okio.ByteStringTest_OkioUtf8Encoder.ignoreUnnecessaryPadding (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.indexOfByteArray [ OK ] okio.ByteStringTest_OkioUtf8Encoder.indexOfByteArray (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.indexOfByteString [ OK ] okio.ByteStringTest_OkioUtf8Encoder.indexOfByteString (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.indexOfWithOffset [ OK ] okio.ByteStringTest_OkioUtf8Encoder.indexOfWithOffset (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.lastIndexOfByteArray [ OK ] okio.ByteStringTest_OkioUtf8Encoder.lastIndexOfByteArray (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.lastIndexOfByteString [ OK ] okio.ByteStringTest_OkioUtf8Encoder.lastIndexOfByteString (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.ofCopy [ OK ] okio.ByteStringTest_OkioUtf8Encoder.ofCopy (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.ofCopyRange [ OK ] okio.ByteStringTest_OkioUtf8Encoder.ofCopyRange (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.startsWithByteArray [ OK ] okio.ByteStringTest_OkioUtf8Encoder.startsWithByteArray (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.startsWithByteString [ OK ] okio.ByteStringTest_OkioUtf8Encoder.startsWithByteString (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.substring [ OK ] okio.ByteStringTest_OkioUtf8Encoder.substring (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.substringWithInvalidBounds [ OK ] okio.ByteStringTest_OkioUtf8Encoder.substringWithInvalidBounds (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.testHash [ OK ] okio.ByteStringTest_OkioUtf8Encoder.testHash (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.testHashCode [ OK ] okio.ByteStringTest_OkioUtf8Encoder.testHashCode (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.toAsciiAllUppercase [ OK ] okio.ByteStringTest_OkioUtf8Encoder.toAsciiAllUppercase (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.toAsciiLowerCaseNoUppercase [ OK ] okio.ByteStringTest_OkioUtf8Encoder.toAsciiLowerCaseNoUppercase (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.toAsciiStartsLowercaseEndsUppercase [ OK ] okio.ByteStringTest_OkioUtf8Encoder.toAsciiStartsLowercaseEndsUppercase (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.toAsciiStartsUppercaseEndsLowercase [ OK ] okio.ByteStringTest_OkioUtf8Encoder.toAsciiStartsUppercaseEndsLowercase (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnData [ OK ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnData (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnEmpty [ OK ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnEmpty (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnLongDataIsTruncated [ OK ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnLongDataIsTruncated (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnLongTextIsTruncated [ OK ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnLongTextIsTruncated (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnShortText [ OK ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnShortText (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnTextWithNewlines [ OK ] okio.ByteStringTest_OkioUtf8Encoder.toStringOnTextWithNewlines (0 ms) [ RUN ] okio.ByteStringTest_OkioUtf8Encoder.utf8 [ OK ] okio.ByteStringTest_OkioUtf8Encoder.utf8 (0 ms) [----------] 49 tests from okio.ByteStringTest_OkioUtf8Encoder (15 ms total) [----------] 29 tests from okio.CommonBufferTest [ RUN ] okio.CommonBufferTest.readAndWriteUtf8 [ OK ] okio.CommonBufferTest.readAndWriteUtf8 (0 ms) [ RUN ] okio.CommonBufferTest.bufferToString [ OK ] okio.CommonBufferTest.bufferToString (0 ms) [ RUN ] okio.CommonBufferTest.multipleSegmentBuffers [ OK ] okio.CommonBufferTest.multipleSegmentBuffers (3 ms) [ RUN ] okio.CommonBufferTest.fillAndDrainPool [ OK ] okio.CommonBufferTest.fillAndDrainPool (0 ms) [ RUN ] okio.CommonBufferTest.moveBytesBetweenBuffersShareSegment [ OK ] okio.CommonBufferTest.moveBytesBetweenBuffersShareSegment (0 ms) [ RUN ] okio.CommonBufferTest.moveBytesBetweenBuffersReassignSegment [ OK ] okio.CommonBufferTest.moveBytesBetweenBuffersReassignSegment (0 ms) [ RUN ] okio.CommonBufferTest.moveBytesBetweenBuffersMultipleSegments [ OK ] okio.CommonBufferTest.moveBytesBetweenBuffersMultipleSegments (0 ms) [ RUN ] okio.CommonBufferTest.writeSplitSourceBufferLeft [ OK ] okio.CommonBufferTest.writeSplitSourceBufferLeft (0 ms) [ RUN ] okio.CommonBufferTest.writeSplitSourceBufferRight [ OK ] okio.CommonBufferTest.writeSplitSourceBufferRight (0 ms) [ RUN ] okio.CommonBufferTest.writePrefixDoesntSplit [ OK ] okio.CommonBufferTest.writePrefixDoesntSplit (0 ms) [ RUN ] okio.CommonBufferTest.writePrefixDoesntSplitButRequiresCompact [ OK ] okio.CommonBufferTest.writePrefixDoesntSplitButRequiresCompact (0 ms) [ RUN ] okio.CommonBufferTest.moveAllRequestedBytesWithRead [ OK ] okio.CommonBufferTest.moveAllRequestedBytesWithRead (0 ms) [ RUN ] okio.CommonBufferTest.moveFewerThanRequestedBytesWithRead [ OK ] okio.CommonBufferTest.moveFewerThanRequestedBytesWithRead (0 ms) [ RUN ] okio.CommonBufferTest.indexOfWithOffset [ OK ] okio.CommonBufferTest.indexOfWithOffset (0 ms) [ RUN ] okio.CommonBufferTest.byteAt [ OK ] okio.CommonBufferTest.byteAt (0 ms) [ RUN ] okio.CommonBufferTest.getByteOfEmptyBuffer [ OK ] okio.CommonBufferTest.getByteOfEmptyBuffer (0 ms) [ RUN ] okio.CommonBufferTest.writePrefixToEmptyBuffer [ OK ] okio.CommonBufferTest.writePrefixToEmptyBuffer (0 ms) [ RUN ] okio.CommonBufferTest.equalsAndHashCodeEmpty [ OK ] okio.CommonBufferTest.equalsAndHashCodeEmpty (0 ms) [ RUN ] okio.CommonBufferTest.equalsAndHashCode [ OK ] okio.CommonBufferTest.equalsAndHashCode (0 ms) [ RUN ] okio.CommonBufferTest.equalsAndHashCodeSpanningSegments [ OK ] okio.CommonBufferTest.equalsAndHashCodeSpanningSegments (76 ms) [ RUN ] okio.CommonBufferTest.readAllWritesAllSegmentsAtOnce [ OK ] okio.CommonBufferTest.readAllWritesAllSegmentsAtOnce (1 ms) [ RUN ] okio.CommonBufferTest.writeAllMultipleSegments [ OK ] okio.CommonBufferTest.writeAllMultipleSegments (0 ms) [ RUN ] okio.CommonBufferTest.copyTo [ OK ] okio.CommonBufferTest.copyTo (0 ms) [ RUN ] okio.CommonBufferTest.copyToOnSegmentBoundary [ OK ] okio.CommonBufferTest.copyToOnSegmentBoundary (0 ms) [ RUN ] okio.CommonBufferTest.copyToOffSegmentBoundary [ OK ] okio.CommonBufferTest.copyToOffSegmentBoundary (0 ms) [ RUN ] okio.CommonBufferTest.copyToSourceAndTargetCanBeTheSame [ OK ] okio.CommonBufferTest.copyToSourceAndTargetCanBeTheSame (1 ms) [ RUN ] okio.CommonBufferTest.copyToEmptySource [ OK ] okio.CommonBufferTest.copyToEmptySource (0 ms) [ RUN ] okio.CommonBufferTest.copyToEmptyTarget [ OK ] okio.CommonBufferTest.copyToEmptyTarget (0 ms) [ RUN ] okio.CommonBufferTest.snapshotReportsAccurateSize [ OK ] okio.CommonBufferTest.snapshotReportsAccurateSize (0 ms) [----------] 29 tests from okio.CommonBufferTest (94 ms total) [----------] 26 tests from okio.CommonBufferedSinkTest_BasicBuffer [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.closeEmitsBufferedBytes [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.closeEmitsBufferedBytes (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.longDecimalString [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.longDecimalString (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.longHexString [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.longHexString (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeAll [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeAll (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeAllExhausted [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeAllExhausted (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeByteString [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeByteString (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeByteStringOffset [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeByteStringOffset (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeBytes [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeBytes (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeInt [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeInt (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeIntLe [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeIntLe (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeIntegerDoesNotQuiteFitInSegment [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeIntegerDoesNotQuiteFitInSegment (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeLastByteInSegment [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeLastByteInSegment (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeLastIntegerInSegment [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeLastIntegerInSegment (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeLong [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeLong (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeLongLe [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeLongLe (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeNothing [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeNothing (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeSegmentedByteString [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeSegmentedByteString (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeSegmentedByteStringOffset [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeSegmentedByteStringOffset (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeShort [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeShort (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeShortLe [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeShortLe (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeSource [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeSource (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeSourcePropagatesEof [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeSourcePropagatesEof (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeSourceReadsFully [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeSourceReadsFully (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeSourceWithZeroIsNoOp [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeSourceWithZeroIsNoOp (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeStringUtf8 [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeStringUtf8 (0 ms) [ RUN ] okio.CommonBufferedSinkTest_BasicBuffer.writeSubstringUtf8 [ OK ] okio.CommonBufferedSinkTest_BasicBuffer.writeSubstringUtf8 (0 ms) [----------] 26 tests from okio.CommonBufferedSinkTest_BasicBuffer (8 ms total) [----------] 26 tests from okio.CommonBufferedSinkTest_SinkBuffer [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.closeEmitsBufferedBytes [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.closeEmitsBufferedBytes (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.longDecimalString [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.longDecimalString (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.longHexString [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.longHexString (1 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeAll [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeAll (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeAllExhausted [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeAllExhausted (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeByteString [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeByteString (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeByteStringOffset [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeByteStringOffset (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeBytes [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeBytes (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeInt [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeInt (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeIntLe [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeIntLe (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeIntegerDoesNotQuiteFitInSegment [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeIntegerDoesNotQuiteFitInSegment (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeLastByteInSegment [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeLastByteInSegment (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeLastIntegerInSegment [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeLastIntegerInSegment (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeLong [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeLong (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeLongLe [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeLongLe (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeNothing [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeNothing (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeSegmentedByteString [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeSegmentedByteString (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeSegmentedByteStringOffset [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeSegmentedByteStringOffset (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeShort [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeShort (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeShortLe [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeShortLe (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeSource [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeSource (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeSourcePropagatesEof [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeSourcePropagatesEof (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeSourceReadsFully [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeSourceReadsFully (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeSourceWithZeroIsNoOp [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeSourceWithZeroIsNoOp (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeStringUtf8 [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeStringUtf8 (0 ms) [ RUN ] okio.CommonBufferedSinkTest_SinkBuffer.writeSubstringUtf8 [ OK ] okio.CommonBufferedSinkTest_SinkBuffer.writeSubstringUtf8 (0 ms) [----------] 26 tests from okio.CommonBufferedSinkTest_SinkBuffer (11 ms total) [----------] 94 tests from okio.CommonBufferedSourceTest_NewBuffer [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.codePoints [ OK ] okio.CommonBufferedSourceTest_NewBuffer.codePoints (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.decimalStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_NewBuffer.decimalStringWithManyLeadingZeros (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.factorySegmentSizes [ OK ] okio.CommonBufferedSourceTest_NewBuffer.factorySegmentSizes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.hexStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_NewBuffer.hexStringWithManyLeadingZeros (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOf [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOf (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteInvalidBoundsThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteInvalidBoundsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteString [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteStringAcrossSegmentBoundaries [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteStringAcrossSegmentBoundaries (3 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteStringAtSegmentBoundary [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteStringAtSegmentBoundary (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteStringInvalidArgumentsThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteStringInvalidArgumentsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteStringWithFromIndex [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteStringWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteStringWithOffset [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteStringWithOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteWithBothOffsets [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteWithBothOffsets (9 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteWithFromIndex [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteWithStartOffset [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfByteWithStartOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfDoesNotWrapAround [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfDoesNotWrapAround (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfElement [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfElement (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfElementWithFromIndex [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfElementWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.indexOfElementWithOffset [ OK ] okio.CommonBufferedSourceTest_NewBuffer.indexOfElementWithOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalDashFollowedByNonDigitThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalDashFollowedByNonDigitThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalEmptyThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalEmptyThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalLoneDashThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalLoneDashThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalString [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalStringAcrossSegment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalStringTooHighThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalStringTooHighThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalStringTooLowThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalStringTooLowThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longDecimalStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longHexEmptySourceThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longHexEmptySourceThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longHexString [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longHexString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longHexStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longHexStringAcrossSegment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longHexStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longHexStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.longHexStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.longHexStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.peek [ OK ] okio.CommonBufferedSourceTest_NewBuffer.peek (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.peekDoesntReadTooMuch [ OK ] okio.CommonBufferedSourceTest_NewBuffer.peekDoesntReadTooMuch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.peekInvalid [ OK ] okio.CommonBufferedSourceTest_NewBuffer.peekInvalid (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.peekLarge [ OK ] okio.CommonBufferedSourceTest_NewBuffer.peekLarge (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.peekMultiple [ OK ] okio.CommonBufferedSourceTest_NewBuffer.peekMultiple (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.peekSegmentThenInvalid [ OK ] okio.CommonBufferedSourceTest_NewBuffer.peekSegmentThenInvalid (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.rangeEquals [ OK ] okio.CommonBufferedSourceTest_NewBuffer.rangeEquals (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.rangeEqualsArgumentValidation [ OK ] okio.CommonBufferedSourceTest_NewBuffer.rangeEqualsArgumentValidation (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.rangeEqualsOnlyReadsUntilMismatch [ OK ] okio.CommonBufferedSourceTest_NewBuffer.rangeEqualsOnlyReadsUntilMismatch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.rangeEqualsWithOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_NewBuffer.rangeEqualsWithOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readAll [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readAll (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readAllExhausted [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readAllExhausted (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readByteArray [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readByteArray (6 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readByteArrayPartial [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readByteArrayPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readByteString [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readByteString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readByteStringPartial [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readByteStringPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readByteStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readByteStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readByteTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readByteTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readBytes [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readBytes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readExhaustedSource [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readExhaustedSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readFully [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readFully (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readFullyByteArray [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readFullyByteArray (7 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readFullyByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readFullyByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readFullyTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readFullyTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readInt [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readInt (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readIntLe [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readIntLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readIntLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readIntLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readIntSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readIntSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readIntTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readIntTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readIntoByteArray [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readIntoByteArray (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readIntoByteArrayNotEnough [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readIntoByteArrayNotEnough (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readIntoByteArrayOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readIntoByteArrayOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readLong [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readLong (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readLongLe [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readLongLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readLongLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readLongLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readLongSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readLongSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readLongTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readLongTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readShort [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readShort (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readShortLe [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readShortLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readShortLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readShortLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readShortSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readShortSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readShortTooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readShortTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readUtf8EntireBuffer [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readUtf8EntireBuffer (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readUtf8PartialBuffer [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readUtf8PartialBuffer (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readUtf8Segment [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readUtf8Segment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readUtf8SpansSegments [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readUtf8SpansSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readUtf8TooShortThrows [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readUtf8TooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.readZeroBytesFromSource [ OK ] okio.CommonBufferedSourceTest_NewBuffer.readZeroBytesFromSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.request [ OK ] okio.CommonBufferedSourceTest_NewBuffer.request (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.require [ OK ] okio.CommonBufferedSourceTest_NewBuffer.require (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.select [ OK ] okio.CommonBufferedSourceTest_NewBuffer.select (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.selectFromEmptySource [ OK ] okio.CommonBufferedSourceTest_NewBuffer.selectFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.selectLongerThanSource [ OK ] okio.CommonBufferedSourceTest_NewBuffer.selectLongerThanSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.selectNoByteStringsFromEmptySource [ OK ] okio.CommonBufferedSourceTest_NewBuffer.selectNoByteStringsFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.selectNotFound [ OK ] okio.CommonBufferedSourceTest_NewBuffer.selectNotFound (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.selectReturnsFirstByteStringThatMatches [ OK ] okio.CommonBufferedSourceTest_NewBuffer.selectReturnsFirstByteStringThatMatches (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.selectSpanningMultipleSegments [ OK ] okio.CommonBufferedSourceTest_NewBuffer.selectSpanningMultipleSegments (11 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.selectValuesHaveCommonPrefix [ OK ] okio.CommonBufferedSourceTest_NewBuffer.selectValuesHaveCommonPrefix (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.skip [ OK ] okio.CommonBufferedSourceTest_NewBuffer.skip (0 ms) [ RUN ] okio.CommonBufferedSourceTest_NewBuffer.skipInsufficientData [ OK ] okio.CommonBufferedSourceTest_NewBuffer.skipInsufficientData (0 ms) [----------] 94 tests from okio.CommonBufferedSourceTest_NewBuffer (72 ms total) [----------] 94 tests from okio.CommonBufferedSourceTest_SourceBuffer [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.codePoints [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.codePoints (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.decimalStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.decimalStringWithManyLeadingZeros (1 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.factorySegmentSizes [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.factorySegmentSizes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.hexStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.hexStringWithManyLeadingZeros (1 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOf [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOf (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteInvalidBoundsThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteInvalidBoundsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteString [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteStringAcrossSegmentBoundaries [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteStringAcrossSegmentBoundaries (3 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteStringAtSegmentBoundary [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteStringAtSegmentBoundary (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteStringInvalidArgumentsThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteStringInvalidArgumentsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteStringWithFromIndex [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteStringWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteStringWithOffset [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteStringWithOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteWithBothOffsets [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteWithBothOffsets (9 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteWithFromIndex [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteWithStartOffset [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfByteWithStartOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfDoesNotWrapAround [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfDoesNotWrapAround (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfElement [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfElement (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfElementWithFromIndex [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfElementWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfElementWithOffset [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.indexOfElementWithOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalDashFollowedByNonDigitThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalDashFollowedByNonDigitThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalEmptyThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalEmptyThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalLoneDashThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalLoneDashThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalString [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalStringAcrossSegment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalStringTooHighThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalStringTooHighThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalStringTooLowThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalStringTooLowThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longDecimalStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longHexEmptySourceThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longHexEmptySourceThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longHexString [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longHexString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longHexStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longHexStringAcrossSegment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longHexStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longHexStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.longHexStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.longHexStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.peek [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.peek (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.peekDoesntReadTooMuch [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.peekDoesntReadTooMuch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.peekInvalid [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.peekInvalid (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.peekLarge [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.peekLarge (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.peekMultiple [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.peekMultiple (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.peekSegmentThenInvalid [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.peekSegmentThenInvalid (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.rangeEquals [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.rangeEquals (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.rangeEqualsArgumentValidation [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.rangeEqualsArgumentValidation (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.rangeEqualsOnlyReadsUntilMismatch [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.rangeEqualsOnlyReadsUntilMismatch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.rangeEqualsWithOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.rangeEqualsWithOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readAll [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readAll (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readAllExhausted [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readAllExhausted (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readByteArray [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readByteArray (6 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readByteArrayPartial [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readByteArrayPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readByteString [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readByteString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readByteStringPartial [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readByteStringPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readByteStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readByteStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readByteTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readByteTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readBytes [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readBytes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readExhaustedSource [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readExhaustedSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readFully [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readFully (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readFullyByteArray [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readFullyByteArray (7 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readFullyByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readFullyByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readFullyTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readFullyTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readInt [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readInt (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readIntLe [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readIntLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readIntLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readIntLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readIntSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readIntSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readIntTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readIntTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readIntoByteArray [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readIntoByteArray (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readIntoByteArrayNotEnough [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readIntoByteArrayNotEnough (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readIntoByteArrayOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readIntoByteArrayOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readLong [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readLong (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readLongLe [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readLongLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readLongLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readLongLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readLongSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readLongSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readLongTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readLongTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readShort [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readShort (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readShortLe [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readShortLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readShortLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readShortLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readShortSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readShortSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readShortTooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readShortTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readUtf8EntireBuffer [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readUtf8EntireBuffer (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readUtf8PartialBuffer [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readUtf8PartialBuffer (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readUtf8Segment [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readUtf8Segment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readUtf8SpansSegments [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readUtf8SpansSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readUtf8TooShortThrows [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readUtf8TooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.readZeroBytesFromSource [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.readZeroBytesFromSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.request [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.request (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.require [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.require (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.select [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.select (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.selectFromEmptySource [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.selectFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.selectLongerThanSource [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.selectLongerThanSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.selectNoByteStringsFromEmptySource [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.selectNoByteStringsFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.selectNotFound [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.selectNotFound (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.selectReturnsFirstByteStringThatMatches [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.selectReturnsFirstByteStringThatMatches (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.selectSpanningMultipleSegments [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.selectSpanningMultipleSegments (11 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.selectValuesHaveCommonPrefix [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.selectValuesHaveCommonPrefix (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.skip [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.skip (0 ms) [ RUN ] okio.CommonBufferedSourceTest_SourceBuffer.skipInsufficientData [ OK ] okio.CommonBufferedSourceTest_SourceBuffer.skipInsufficientData (0 ms) [----------] 94 tests from okio.CommonBufferedSourceTest_SourceBuffer (75 ms total) [----------] 94 tests from okio.CommonBufferedSourceTest_OneByteAtATimeSource [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.codePoints [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.codePoints (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.decimalStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.decimalStringWithManyLeadingZeros (22 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.factorySegmentSizes [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.factorySegmentSizes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.hexStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.hexStringWithManyLeadingZeros (20 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOf [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOf (18 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteInvalidBoundsThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteInvalidBoundsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteString [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteStringAcrossSegmentBoundaries [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteStringAcrossSegmentBoundaries (58 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteStringAtSegmentBoundary [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteStringAtSegmentBoundary (30 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteStringInvalidArgumentsThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteStringInvalidArgumentsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteStringWithFromIndex [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteStringWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteStringWithOffset [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteStringWithOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteWithBothOffsets [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteWithBothOffsets (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteWithFromIndex [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteWithStartOffset [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfByteWithStartOffset (22 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfDoesNotWrapAround [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfDoesNotWrapAround (22 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfElement [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfElement (32 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfElementWithFromIndex [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfElementWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfElementWithOffset [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.indexOfElementWithOffset (19 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalDashFollowedByNonDigitThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalDashFollowedByNonDigitThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalEmptyThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalEmptyThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalLoneDashThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalLoneDashThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalString [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalStringAcrossSegment (13 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalStringTooHighThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalStringTooHighThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalStringTooLowThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalStringTooLowThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longDecimalStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longHexEmptySourceThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longHexEmptySourceThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longHexString [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longHexString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longHexStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longHexStringAcrossSegment (13 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longHexStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longHexStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longHexStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.longHexStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peek [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peek (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peekDoesntReadTooMuch [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peekDoesntReadTooMuch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peekInvalid [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peekInvalid (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peekLarge [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peekLarge (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peekMultiple [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peekMultiple (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peekSegmentThenInvalid [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.peekSegmentThenInvalid (26 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.rangeEquals [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.rangeEquals (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.rangeEqualsArgumentValidation [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.rangeEqualsArgumentValidation (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.rangeEqualsOnlyReadsUntilMismatch [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.rangeEqualsOnlyReadsUntilMismatch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.rangeEqualsWithOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.rangeEqualsWithOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readAll [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readAll (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readAllExhausted [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readAllExhausted (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteArray [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteArray (34 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteArrayPartial [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteArrayPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteString [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteString (10 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteStringPartial [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteStringPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readByteTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readBytes [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readBytes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readExhaustedSource [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readExhaustedSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readFully [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readFully (14 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readFullyByteArray [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readFullyByteArray (17 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readFullyByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readFullyByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readFullyTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readFullyTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readInt [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readInt (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntLe [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntSplitAcrossMultipleSegments (13 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntoByteArray [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntoByteArray (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntoByteArrayNotEnough [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntoByteArrayNotEnough (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntoByteArrayOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readIntoByteArrayOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readLong [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readLong (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readLongLe [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readLongLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readLongLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readLongLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readLongSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readLongSplitAcrossMultipleSegments (13 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readLongTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readLongTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readShort [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readShort (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readShortLe [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readShortLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readShortLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readShortLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readShortSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readShortSplitAcrossMultipleSegments (30 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readShortTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readShortTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readUtf8EntireBuffer [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readUtf8EntireBuffer (19 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readUtf8PartialBuffer [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readUtf8PartialBuffer (10 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readUtf8Segment [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readUtf8Segment (9 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readUtf8SpansSegments [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readUtf8SpansSegments (8 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readUtf8TooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readUtf8TooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readZeroBytesFromSource [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.readZeroBytesFromSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.request [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.request (29 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.require [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.require (7 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.select [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.select (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectFromEmptySource [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectLongerThanSource [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectLongerThanSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectNoByteStringsFromEmptySource [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectNoByteStringsFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectNotFound [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectNotFound (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectReturnsFirstByteStringThatMatches [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectReturnsFirstByteStringThatMatches (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectSpanningMultipleSegments [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectSpanningMultipleSegments (5360 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectValuesHaveCommonPrefix [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.selectValuesHaveCommonPrefix (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.skip [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.skip (8 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.skipInsufficientData [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSource.skipInsufficientData (0 ms) [----------] 94 tests from okio.CommonBufferedSourceTest_OneByteAtATimeSource (5920 ms total) [----------] 94 tests from okio.CommonBufferedSourceTest_OneByteAtATimeSink [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.codePoints [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.codePoints (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.decimalStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.decimalStringWithManyLeadingZeros (12 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.factorySegmentSizes [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.factorySegmentSizes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.hexStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.hexStringWithManyLeadingZeros (33 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOf [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOf (14 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteInvalidBoundsThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteInvalidBoundsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteString [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteStringAcrossSegmentBoundaries [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteStringAcrossSegmentBoundaries (38 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteStringAtSegmentBoundary [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteStringAtSegmentBoundary (7 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteStringInvalidArgumentsThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteStringInvalidArgumentsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteStringWithFromIndex [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteStringWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteStringWithOffset [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteStringWithOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteWithBothOffsets [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteWithBothOffsets (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteWithFromIndex [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteWithStartOffset [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfByteWithStartOffset (15 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfDoesNotWrapAround [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfDoesNotWrapAround (12 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfElement [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfElement (45 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfElementWithFromIndex [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfElementWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfElementWithOffset [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.indexOfElementWithOffset (9 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalDashFollowedByNonDigitThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalDashFollowedByNonDigitThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalEmptyThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalEmptyThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalLoneDashThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalLoneDashThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalString [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalStringAcrossSegment (13 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalStringTooHighThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalStringTooHighThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalStringTooLowThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalStringTooLowThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longDecimalStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longHexEmptySourceThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longHexEmptySourceThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longHexString [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longHexString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longHexStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longHexStringAcrossSegment (13 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longHexStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longHexStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longHexStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.longHexStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peek [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peek (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peekDoesntReadTooMuch [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peekDoesntReadTooMuch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peekInvalid [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peekInvalid (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peekLarge [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peekLarge (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peekMultiple [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peekMultiple (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peekSegmentThenInvalid [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.peekSegmentThenInvalid (27 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.rangeEquals [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.rangeEquals (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.rangeEqualsArgumentValidation [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.rangeEqualsArgumentValidation (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.rangeEqualsOnlyReadsUntilMismatch [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.rangeEqualsOnlyReadsUntilMismatch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.rangeEqualsWithOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.rangeEqualsWithOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readAll [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readAll (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readAllExhausted [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readAllExhausted (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteArray [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteArray (20 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteArrayPartial [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteArrayPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteString [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteString (14 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteStringPartial [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteStringPartial (12 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readByteTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readBytes [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readBytes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readExhaustedSource [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readExhaustedSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readFully [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readFully (19 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readFullyByteArray [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readFullyByteArray (20 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readFullyByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readFullyByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readFullyTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readFullyTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readInt [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readInt (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntLe [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntSplitAcrossMultipleSegments (13 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntoByteArray [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntoByteArray (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntoByteArrayNotEnough [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntoByteArrayNotEnough (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntoByteArrayOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readIntoByteArrayOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readLong [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readLong (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readLongLe [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readLongLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readLongLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readLongLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readLongSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readLongSplitAcrossMultipleSegments (13 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readLongTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readLongTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readShort [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readShort (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readShortLe [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readShortLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readShortLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readShortLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readShortSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readShortSplitAcrossMultipleSegments (60 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readShortTooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readShortTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readUtf8EntireBuffer [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readUtf8EntireBuffer (19 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readUtf8PartialBuffer [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readUtf8PartialBuffer (9 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readUtf8Segment [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readUtf8Segment (9 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readUtf8SpansSegments [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readUtf8SpansSegments (15 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readUtf8TooShortThrows [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readUtf8TooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readZeroBytesFromSource [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.readZeroBytesFromSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.request [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.request (7 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.require [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.require (7 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.select [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.select (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectFromEmptySource [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectLongerThanSource [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectLongerThanSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectNoByteStringsFromEmptySource [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectNoByteStringsFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectNotFound [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectNotFound (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectReturnsFirstByteStringThatMatches [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectReturnsFirstByteStringThatMatches (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectSpanningMultipleSegments [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectSpanningMultipleSegments (40 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectValuesHaveCommonPrefix [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.selectValuesHaveCommonPrefix (0 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.skip [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.skip (12 ms) [ RUN ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.skipInsufficientData [ OK ] okio.CommonBufferedSourceTest_OneByteAtATimeSink.skipInsufficientData (0 ms) [----------] 94 tests from okio.CommonBufferedSourceTest_OneByteAtATimeSink (567 ms total) [----------] 94 tests from okio.CommonBufferedSourceTest_PeekBuffer [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.codePoints [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.codePoints (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.decimalStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.decimalStringWithManyLeadingZeros (1 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.factorySegmentSizes [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.factorySegmentSizes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.hexStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.hexStringWithManyLeadingZeros (1 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOf [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOf (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteInvalidBoundsThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteInvalidBoundsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteString [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteStringAcrossSegmentBoundaries [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteStringAcrossSegmentBoundaries (3 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteStringAtSegmentBoundary [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteStringAtSegmentBoundary (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteStringInvalidArgumentsThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteStringInvalidArgumentsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteStringWithFromIndex [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteStringWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteStringWithOffset [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteStringWithOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteWithBothOffsets [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteWithBothOffsets (9 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteWithFromIndex [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteWithStartOffset [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfByteWithStartOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfDoesNotWrapAround [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfDoesNotWrapAround (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfElement [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfElement (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfElementWithFromIndex [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfElementWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfElementWithOffset [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.indexOfElementWithOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalDashFollowedByNonDigitThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalDashFollowedByNonDigitThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalEmptyThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalEmptyThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalLoneDashThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalLoneDashThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalString [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalStringAcrossSegment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalStringTooHighThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalStringTooHighThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalStringTooLowThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalStringTooLowThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longDecimalStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longHexEmptySourceThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longHexEmptySourceThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longHexString [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longHexString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longHexStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longHexStringAcrossSegment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longHexStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longHexStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.longHexStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.longHexStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.peek [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.peek (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.peekDoesntReadTooMuch [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.peekDoesntReadTooMuch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.peekInvalid [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.peekInvalid (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.peekLarge [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.peekLarge (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.peekMultiple [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.peekMultiple (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.peekSegmentThenInvalid [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.peekSegmentThenInvalid (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.rangeEquals [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.rangeEquals (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.rangeEqualsArgumentValidation [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.rangeEqualsArgumentValidation (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.rangeEqualsOnlyReadsUntilMismatch [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.rangeEqualsOnlyReadsUntilMismatch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.rangeEqualsWithOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.rangeEqualsWithOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readAll [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readAll (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readAllExhausted [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readAllExhausted (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readByteArray [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readByteArray (6 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readByteArrayPartial [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readByteArrayPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readByteString [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readByteString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readByteStringPartial [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readByteStringPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readByteStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readByteStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readByteTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readByteTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readBytes [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readBytes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readExhaustedSource [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readExhaustedSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readFully [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readFully (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readFullyByteArray [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readFullyByteArray (6 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readFullyByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readFullyByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readFullyTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readFullyTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readInt [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readInt (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readIntLe [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readIntLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readIntLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readIntLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readIntSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readIntSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readIntTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readIntTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readIntoByteArray [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readIntoByteArray (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readIntoByteArrayNotEnough [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readIntoByteArrayNotEnough (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readIntoByteArrayOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readIntoByteArrayOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readLong [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readLong (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readLongLe [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readLongLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readLongLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readLongLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readLongSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readLongSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readLongTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readLongTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readShort [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readShort (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readShortLe [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readShortLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readShortLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readShortLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readShortSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readShortSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readShortTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readShortTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readUtf8EntireBuffer [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readUtf8EntireBuffer (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readUtf8PartialBuffer [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readUtf8PartialBuffer (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readUtf8Segment [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readUtf8Segment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readUtf8SpansSegments [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readUtf8SpansSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readUtf8TooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readUtf8TooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.readZeroBytesFromSource [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.readZeroBytesFromSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.request [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.request (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.require [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.require (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.select [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.select (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.selectFromEmptySource [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.selectFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.selectLongerThanSource [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.selectLongerThanSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.selectNoByteStringsFromEmptySource [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.selectNoByteStringsFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.selectNotFound [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.selectNotFound (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.selectReturnsFirstByteStringThatMatches [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.selectReturnsFirstByteStringThatMatches (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.selectSpanningMultipleSegments [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.selectSpanningMultipleSegments (11 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.selectValuesHaveCommonPrefix [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.selectValuesHaveCommonPrefix (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.skip [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.skip (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBuffer.skipInsufficientData [ OK ] okio.CommonBufferedSourceTest_PeekBuffer.skipInsufficientData (0 ms) [----------] 94 tests from okio.CommonBufferedSourceTest_PeekBuffer (71 ms total) [----------] 94 tests from okio.CommonBufferedSourceTest_PeekBufferedSource [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.codePoints [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.codePoints (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.decimalStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.decimalStringWithManyLeadingZeros (1 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.factorySegmentSizes [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.factorySegmentSizes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.hexStringWithManyLeadingZeros [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.hexStringWithManyLeadingZeros (1 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOf [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOf (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteInvalidBoundsThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteInvalidBoundsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteString [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteStringAcrossSegmentBoundaries [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteStringAcrossSegmentBoundaries (3 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteStringAtSegmentBoundary [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteStringAtSegmentBoundary (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteStringInvalidArgumentsThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteStringInvalidArgumentsThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteStringWithFromIndex [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteStringWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteStringWithOffset [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteStringWithOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteWithBothOffsets [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteWithBothOffsets (9 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteWithFromIndex [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteWithStartOffset [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfByteWithStartOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfDoesNotWrapAround [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfDoesNotWrapAround (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfElement [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfElement (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfElementWithFromIndex [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfElementWithFromIndex (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfElementWithOffset [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.indexOfElementWithOffset (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalDashFollowedByNonDigitThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalDashFollowedByNonDigitThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalEmptyThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalEmptyThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalLoneDashThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalLoneDashThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalString [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalStringAcrossSegment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalStringTooHighThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalStringTooHighThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalStringTooLowThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalStringTooLowThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longDecimalStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longHexEmptySourceThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longHexEmptySourceThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longHexString [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longHexString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longHexStringAcrossSegment [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longHexStringAcrossSegment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longHexStringTooLongThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longHexStringTooLongThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.longHexStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.longHexStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.peek [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.peek (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.peekDoesntReadTooMuch [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.peekDoesntReadTooMuch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.peekInvalid [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.peekInvalid (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.peekLarge [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.peekLarge (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.peekMultiple [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.peekMultiple (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.peekSegmentThenInvalid [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.peekSegmentThenInvalid (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.rangeEquals [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.rangeEquals (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.rangeEqualsArgumentValidation [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.rangeEqualsArgumentValidation (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.rangeEqualsOnlyReadsUntilMismatch [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.rangeEqualsOnlyReadsUntilMismatch (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.rangeEqualsWithOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.rangeEqualsWithOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readAll [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readAll (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readAllExhausted [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readAllExhausted (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteArray [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteArray (6 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteArrayPartial [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteArrayPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteString [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteString (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteStringPartial [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteStringPartial (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteStringTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteStringTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readByteTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readBytes [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readBytes (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readExhaustedSource [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readExhaustedSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readFully [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readFully (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readFullyByteArray [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readFullyByteArray (6 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readFullyByteArrayTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readFullyByteArrayTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readFullyTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readFullyTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readInt [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readInt (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntLe [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntoByteArray [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntoByteArray (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntoByteArrayNotEnough [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntoByteArrayNotEnough (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntoByteArrayOffsetAndCount [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readIntoByteArrayOffsetAndCount (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readLong [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readLong (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readLongLe [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readLongLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readLongLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readLongLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readLongSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readLongSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readLongTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readLongTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readShort [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readShort (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readShortLe [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readShortLe (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readShortLeTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readShortLeTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readShortSplitAcrossMultipleSegments [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readShortSplitAcrossMultipleSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readShortTooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readShortTooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readUtf8EntireBuffer [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readUtf8EntireBuffer (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readUtf8PartialBuffer [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readUtf8PartialBuffer (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readUtf8Segment [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readUtf8Segment (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readUtf8SpansSegments [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readUtf8SpansSegments (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readUtf8TooShortThrows [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readUtf8TooShortThrows (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.readZeroBytesFromSource [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.readZeroBytesFromSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.request [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.request (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.require [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.require (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.select [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.select (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectFromEmptySource [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectLongerThanSource [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectLongerThanSource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectNoByteStringsFromEmptySource [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectNoByteStringsFromEmptySource (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectNotFound [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectNotFound (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectReturnsFirstByteStringThatMatches [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectReturnsFirstByteStringThatMatches (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectSpanningMultipleSegments [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectSpanningMultipleSegments (12 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectValuesHaveCommonPrefix [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.selectValuesHaveCommonPrefix (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.skip [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.skip (0 ms) [ RUN ] okio.CommonBufferedSourceTest_PeekBufferedSource.skipInsufficientData [ OK ] okio.CommonBufferedSourceTest_PeekBufferedSource.skipInsufficientData (0 ms) [----------] 94 tests from okio.CommonBufferedSourceTest_PeekBufferedSource (78 ms total) [----------] 3 tests from okio.CommonOkioKotlinTest [ RUN ] okio.CommonOkioKotlinTest.sourceBuffer [ OK ] okio.CommonOkioKotlinTest.sourceBuffer (0 ms) [ RUN ] okio.CommonOkioKotlinTest.sinkBuffer [ OK ] okio.CommonOkioKotlinTest.sinkBuffer (0 ms) [ RUN ] okio.CommonOkioKotlinTest.blackhole [ OK ] okio.CommonOkioKotlinTest.blackhole (0 ms) [----------] 3 tests from okio.CommonOkioKotlinTest (1 ms total) [----------] 16 tests from okio.CommonOptionsTest [ RUN ] okio.CommonOptionsTest.optionOrderTakesPrecedence [ OK ] okio.CommonOptionsTest.optionOrderTakesPrecedence (0 ms) [ RUN ] okio.CommonOptionsTest.simpleOptionsTrie [ OK ] okio.CommonOptionsTest.simpleOptionsTrie (0 ms) [ RUN ] okio.CommonOptionsTest.realisticOptionsTrie [ OK ] okio.CommonOptionsTest.realisticOptionsTrie (0 ms) [ RUN ] okio.CommonOptionsTest.emptyOptions [ OK ] okio.CommonOptionsTest.emptyOptions (0 ms) [ RUN ] okio.CommonOptionsTest.emptyStringInOptionsTrie [ OK ] okio.CommonOptionsTest.emptyStringInOptionsTrie (0 ms) [ RUN ] okio.CommonOptionsTest.multipleIdenticalValues [ OK ] okio.CommonOptionsTest.multipleIdenticalValues (0 ms) [ RUN ] okio.CommonOptionsTest.prefixesAreStripped [ OK ] okio.CommonOptionsTest.prefixesAreStripped (0 ms) [ RUN ] okio.CommonOptionsTest.multiplePrefixesAreStripped [ OK ] okio.CommonOptionsTest.multiplePrefixesAreStripped (0 ms) [ RUN ] okio.CommonOptionsTest.scan [ OK ] okio.CommonOptionsTest.scan (0 ms) [ RUN ] okio.CommonOptionsTest.scanReturnsPrefix [ OK ] okio.CommonOptionsTest.scanReturnsPrefix (0 ms) [ RUN ] okio.CommonOptionsTest.select [ OK ] okio.CommonOptionsTest.select (0 ms) [ RUN ] okio.CommonOptionsTest.selectSelect [ OK ] okio.CommonOptionsTest.selectSelect (0 ms) [ RUN ] okio.CommonOptionsTest.selectScan [ OK ] okio.CommonOptionsTest.selectScan (0 ms) [ RUN ] okio.CommonOptionsTest.scanSelect [ OK ] okio.CommonOptionsTest.scanSelect (0 ms) [ RUN ] okio.CommonOptionsTest.scanSpansSegments [ OK ] okio.CommonOptionsTest.scanSpansSegments (1 ms) [ RUN ] okio.CommonOptionsTest.selectSpansSegments [ OK ] okio.CommonOptionsTest.selectSpansSegments (1 ms) [----------] 16 tests from okio.CommonOptionsTest (9 ms total) [----------] 15 tests from okio.CommonRealBufferedSinkTest [ RUN ] okio.CommonRealBufferedSinkTest.bufferedSinkEmitsTailWhenItIsComplete [ OK ] okio.CommonRealBufferedSinkTest.bufferedSinkEmitsTailWhenItIsComplete (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.bufferedSinkEmitMultipleSegments [ OK ] okio.CommonRealBufferedSinkTest.bufferedSinkEmitMultipleSegments (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.bufferedSinkFlush [ OK ] okio.CommonRealBufferedSinkTest.bufferedSinkFlush (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.bytesEmittedToSinkWithFlush [ OK ] okio.CommonRealBufferedSinkTest.bytesEmittedToSinkWithFlush (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.bytesNotEmittedToSinkWithoutFlush [ OK ] okio.CommonRealBufferedSinkTest.bytesNotEmittedToSinkWithoutFlush (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.bytesEmittedToSinkWithEmit [ OK ] okio.CommonRealBufferedSinkTest.bytesEmittedToSinkWithEmit (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.completeSegmentsEmitted [ OK ] okio.CommonRealBufferedSinkTest.completeSegmentsEmitted (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.incompleteSegmentsNotEmitted [ OK ] okio.CommonRealBufferedSinkTest.incompleteSegmentsNotEmitted (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.closeWithExceptionWhenWriting [ OK ] okio.CommonRealBufferedSinkTest.closeWithExceptionWhenWriting (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.closeWithExceptionWhenClosing [ OK ] okio.CommonRealBufferedSinkTest.closeWithExceptionWhenClosing (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.closeWithExceptionWhenWritingAndClosing [ OK ] okio.CommonRealBufferedSinkTest.closeWithExceptionWhenWritingAndClosing (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.operationsAfterClose [ OK ] okio.CommonRealBufferedSinkTest.operationsAfterClose (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.writeAll [ OK ] okio.CommonRealBufferedSinkTest.writeAll (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.writeAllExhausted [ OK ] okio.CommonRealBufferedSinkTest.writeAllExhausted (0 ms) [ RUN ] okio.CommonRealBufferedSinkTest.writeAllWritesOneSegmentAtATime [ OK ] okio.CommonRealBufferedSinkTest.writeAllWritesOneSegmentAtATime (1 ms) [----------] 15 tests from okio.CommonRealBufferedSinkTest (8 ms total) [----------] 11 tests from okio.CommonRealBufferedSourceTest [ RUN ] okio.CommonRealBufferedSourceTest.indexOfStopsReadingAtLimit [ OK ] okio.CommonRealBufferedSourceTest.indexOfStopsReadingAtLimit (0 ms) [ RUN ] okio.CommonRealBufferedSourceTest.requireTracksBufferFirst [ OK ] okio.CommonRealBufferedSourceTest.requireTracksBufferFirst (0 ms) [ RUN ] okio.CommonRealBufferedSourceTest.requireIncludesBufferBytes [ OK ] okio.CommonRealBufferedSourceTest.requireIncludesBufferBytes (0 ms) [ RUN ] okio.CommonRealBufferedSourceTest.requireInsufficientData [ OK ] okio.CommonRealBufferedSourceTest.requireInsufficientData (0 ms) [ RUN ] okio.CommonRealBufferedSourceTest.requireReadsOneSegmentAtATime [ OK ] okio.CommonRealBufferedSourceTest.requireReadsOneSegmentAtATime (0 ms) [ RUN ] okio.CommonRealBufferedSourceTest.skipReadsOneSegmentAtATime [ OK ] okio.CommonRealBufferedSourceTest.skipReadsOneSegmentAtATime (0 ms) [ RUN ] okio.CommonRealBufferedSourceTest.skipTracksBufferFirst [ OK ] okio.CommonRealBufferedSourceTest.skipTracksBufferFirst (0 ms) [ RUN ] okio.CommonRealBufferedSourceTest.operationsAfterClose [ OK ] okio.CommonRealBufferedSourceTest.operationsAfterClose (0 ms) [ RUN ] okio.CommonRealBufferedSourceTest.readAllReadsOneSegmentAtATime [ OK ] okio.CommonRealBufferedSourceTest.readAllReadsOneSegmentAtATime (1 ms) [ RUN ] okio.CommonRealBufferedSourceTest.readZeroBytesIntoBufferDoesNotRefillBuffer [ OK ] okio.CommonRealBufferedSourceTest.readZeroBytesIntoBufferDoesNotRefillBuffer (0 ms) [ RUN ] okio.CommonRealBufferedSourceTest.readZeroBytesIntoByteArrayDoesNotRefillBuffer [ OK ] okio.CommonRealBufferedSourceTest.readZeroBytesIntoByteArrayDoesNotRefillBuffer (0 ms) [----------] 11 tests from okio.CommonRealBufferedSourceTest (5 ms total) [----------] 3 tests from okio.ForwardingSourceTest [ RUN ] okio.ForwardingSourceTest.testForwardingSourceOverrides [ OK ] okio.ForwardingSourceTest.testForwardingSourceOverrides (0 ms) [ RUN ] okio.ForwardingSourceTest.testForwardingSourceDelegates [ OK ] okio.ForwardingSourceTest.testForwardingSourceDelegates (0 ms) [ RUN ] okio.ForwardingSourceTest.testToString [ OK ] okio.ForwardingSourceTest.testToString (0 ms) [----------] 3 tests from okio.ForwardingSourceTest (0 ms total) [----------] 11 tests from okio.HashingSinkTest [ RUN ] okio.HashingSinkTest.md5 [ OK ] okio.HashingSinkTest.md5 (0 ms) [ RUN ] okio.HashingSinkTest.sha1 [ OK ] okio.HashingSinkTest.sha1 (0 ms) [ RUN ] okio.HashingSinkTest.sha256 [ OK ] okio.HashingSinkTest.sha256 (0 ms) [ RUN ] okio.HashingSinkTest.sha512 [ OK ] okio.HashingSinkTest.sha512 (0 ms) [ RUN ] okio.HashingSinkTest.hmacSha1 [ OK ] okio.HashingSinkTest.hmacSha1 (0 ms) [ RUN ] okio.HashingSinkTest.hmacSha256 [ OK ] okio.HashingSinkTest.hmacSha256 (0 ms) [ RUN ] okio.HashingSinkTest.hmacSha512 [ OK ] okio.HashingSinkTest.hmacSha512 (0 ms) [ RUN ] okio.HashingSinkTest.multipleWrites [ OK ] okio.HashingSinkTest.multipleWrites (0 ms) [ RUN ] okio.HashingSinkTest.multipleHashes [ OK ] okio.HashingSinkTest.multipleHashes (0 ms) [ RUN ] okio.HashingSinkTest.multipleSegments [ OK ] okio.HashingSinkTest.multipleSegments (0 ms) [ RUN ] okio.HashingSinkTest.readFromPrefixOfBuffer [ OK ] okio.HashingSinkTest.readFromPrefixOfBuffer (1 ms) [----------] 11 tests from okio.HashingSinkTest (5 ms total) [----------] 12 tests from okio.HashingSourceTest [ RUN ] okio.HashingSourceTest.md5 [ OK ] okio.HashingSourceTest.md5 (0 ms) [ RUN ] okio.HashingSourceTest.sha1 [ OK ] okio.HashingSourceTest.sha1 (0 ms) [ RUN ] okio.HashingSourceTest.sha256 [ OK ] okio.HashingSourceTest.sha256 (0 ms) [ RUN ] okio.HashingSourceTest.sha512 [ OK ] okio.HashingSourceTest.sha512 (0 ms) [ RUN ] okio.HashingSourceTest.hmacSha1 [ OK ] okio.HashingSourceTest.hmacSha1 (0 ms) [ RUN ] okio.HashingSourceTest.hmacSha256 [ OK ] okio.HashingSourceTest.hmacSha256 (0 ms) [ RUN ] okio.HashingSourceTest.hmacSha512 [ OK ] okio.HashingSourceTest.hmacSha512 (0 ms) [ RUN ] okio.HashingSourceTest.multipleReads [ OK ] okio.HashingSourceTest.multipleReads (0 ms) [ RUN ] okio.HashingSourceTest.multipleHashes [ OK ] okio.HashingSourceTest.multipleHashes (0 ms) [ RUN ] okio.HashingSourceTest.multipleSegments [ OK ] okio.HashingSourceTest.multipleSegments (1 ms) [ RUN ] okio.HashingSourceTest.readIntoSuffixOfBuffer [ OK ] okio.HashingSourceTest.readIntoSuffixOfBuffer (1 ms) [ RUN ] okio.HashingSourceTest.hmacEmptyKey [ OK ] okio.HashingSourceTest.hmacEmptyKey (0 ms) [----------] 12 tests from okio.HashingSourceTest (6 ms total) [----------] 19 tests from okio.HashingTest [ RUN ] okio.HashingTest.byteStringMd5 [ OK ] okio.HashingTest.byteStringMd5 (0 ms) [ RUN ] okio.HashingTest.byteStringSha1 [ OK ] okio.HashingTest.byteStringSha1 (0 ms) [ RUN ] okio.HashingTest.byteStringSha256 [ OK ] okio.HashingTest.byteStringSha256 (0 ms) [ RUN ] okio.HashingTest.byteStringSha512 [ OK ] okio.HashingTest.byteStringSha512 (0 ms) [ RUN ] okio.HashingTest.byteStringHmacSha1 [ OK ] okio.HashingTest.byteStringHmacSha1 (0 ms) [ RUN ] okio.HashingTest.byteStringHmacSha256 [ OK ] okio.HashingTest.byteStringHmacSha256 (0 ms) [ RUN ] okio.HashingTest.byteStringHmacSha512 [ OK ] okio.HashingTest.byteStringHmacSha512 (0 ms) [ RUN ] okio.HashingTest.bufferMd5 [ OK ] okio.HashingTest.bufferMd5 (0 ms) [ RUN ] okio.HashingTest.bufferSha1 [ OK ] okio.HashingTest.bufferSha1 (0 ms) [ RUN ] okio.HashingTest.bufferSha256 [ OK ] okio.HashingTest.bufferSha256 (0 ms) [ RUN ] okio.HashingTest.bufferSha512 [ OK ] okio.HashingTest.bufferSha512 (0 ms) [ RUN ] okio.HashingTest.hashEmptySha256Buffer [ OK ] okio.HashingTest.hashEmptySha256Buffer (0 ms) [ RUN ] okio.HashingTest.hashEmptySha512Buffer [ OK ] okio.HashingTest.hashEmptySha512Buffer (0 ms) [ RUN ] okio.HashingTest.bufferHmacSha1 [ OK ] okio.HashingTest.bufferHmacSha1 (0 ms) [ RUN ] okio.HashingTest.bufferHmacSha256 [ OK ] okio.HashingTest.bufferHmacSha256 (0 ms) [ RUN ] okio.HashingTest.bufferHmacSha512 [ OK ] okio.HashingTest.bufferHmacSha512 (0 ms) [ RUN ] okio.HashingTest.hmacSha256EmptyBuffer [ OK ] okio.HashingTest.hmacSha256EmptyBuffer (0 ms) [ RUN ] okio.HashingTest.hmacSha512EmptyBuffer [ OK ] okio.HashingTest.hmacSha512EmptyBuffer (0 ms) [ RUN ] okio.HashingTest.bufferHashIsNotDestructive [ OK ] okio.HashingTest.bufferHashIsNotDestructive (1 ms) [----------] 19 tests from okio.HashingTest (7 ms total) [----------] 54 tests from okio.PathTest [ RUN ] okio.PathTest.unixRoot [ OK ] okio.PathTest.unixRoot (0 ms) [ RUN ] okio.PathTest.unixAbsolutePath [ OK ] okio.PathTest.unixAbsolutePath (0 ms) [ RUN ] okio.PathTest.unixRelativePath [ OK ] okio.PathTest.unixRelativePath (0 ms) [ RUN ] okio.PathTest.unixRelativePathWithDots [ OK ] okio.PathTest.unixRelativePathWithDots (0 ms) [ RUN ] okio.PathTest.unixRelativeSeriesOfDotDots [ OK ] okio.PathTest.unixRelativeSeriesOfDotDots (0 ms) [ RUN ] okio.PathTest.unixAbsoluteSeriesOfDotDots [ OK ] okio.PathTest.unixAbsoluteSeriesOfDotDots (0 ms) [ RUN ] okio.PathTest.unixAbsoluteSingleDot [ OK ] okio.PathTest.unixAbsoluteSingleDot (0 ms) [ RUN ] okio.PathTest.unixRelativeDoubleDots [ OK ] okio.PathTest.unixRelativeDoubleDots (0 ms) [ RUN ] okio.PathTest.unixRelativeSingleDot [ OK ] okio.PathTest.unixRelativeSingleDot (0 ms) [ RUN ] okio.PathTest.windowsVolumeLetter [ OK ] okio.PathTest.windowsVolumeLetter (0 ms) [ RUN ] okio.PathTest.windowsAbsolutePathWithVolumeLetter [ OK ] okio.PathTest.windowsAbsolutePathWithVolumeLetter (0 ms) [ RUN ] okio.PathTest.windowsAbsolutePath [ OK ] okio.PathTest.windowsAbsolutePath (0 ms) [ RUN ] okio.PathTest.windowsAbsolutePathWithoutVolumeLetter [ OK ] okio.PathTest.windowsAbsolutePathWithoutVolumeLetter (0 ms) [ RUN ] okio.PathTest.windowsRelativePathWithVolumeLetter [ OK ] okio.PathTest.windowsRelativePathWithVolumeLetter (0 ms) [ RUN ] okio.PathTest.windowsVolumeLetterRelative [ OK ] okio.PathTest.windowsVolumeLetterRelative (0 ms) [ RUN ] okio.PathTest.windowsRelativePath [ OK ] okio.PathTest.windowsRelativePath (0 ms) [ RUN ] okio.PathTest.windowsUncServer [ OK ] okio.PathTest.windowsUncServer (0 ms) [ RUN ] okio.PathTest.windowsUncAbsolutePath [ OK ] okio.PathTest.windowsUncAbsolutePath (0 ms) [ RUN ] okio.PathTest.absolutePathTraversalWithDivOperator [ OK ] okio.PathTest.absolutePathTraversalWithDivOperator (0 ms) [ RUN ] okio.PathTest.relativePathTraversalWithDivOperator [ OK ] okio.PathTest.relativePathTraversalWithDivOperator (0 ms) [ RUN ] okio.PathTest.relativePathTraversalWithDots [ OK ] okio.PathTest.relativePathTraversalWithDots (0 ms) [ RUN ] okio.PathTest.pathTraversalBaseIgnoredIfChildIsAnAbsolutePath [ OK ] okio.PathTest.pathTraversalBaseIgnoredIfChildIsAnAbsolutePath (0 ms) [ RUN ] okio.PathTest.stringToAbsolutePath [ OK ] okio.PathTest.stringToAbsolutePath (0 ms) [ RUN ] okio.PathTest.stringToAbsolutePathWithTraversal [ OK ] okio.PathTest.stringToAbsolutePathWithTraversal (0 ms) [ RUN ] okio.PathTest.stringToAbsolutePathWithEmptySegments [ OK ] okio.PathTest.stringToAbsolutePathWithEmptySegments (0 ms) [ RUN ] okio.PathTest.stringToAbsolutePathWithDots [ OK ] okio.PathTest.stringToAbsolutePathWithDots (0 ms) [ RUN ] okio.PathTest.stringToRelativePath [ OK ] okio.PathTest.stringToRelativePath (0 ms) [ RUN ] okio.PathTest.stringToRelativePathWithTraversal [ OK ] okio.PathTest.stringToRelativePathWithTraversal (0 ms) [ RUN ] okio.PathTest.stringToRelativePathWithEmptySegments [ OK ] okio.PathTest.stringToRelativePathWithEmptySegments (0 ms) [ RUN ] okio.PathTest.stringToRelativePathWithDots [ OK ] okio.PathTest.stringToRelativePathWithDots (0 ms) [ RUN ] okio.PathTest.composingWindowsPath [ OK ] okio.PathTest.composingWindowsPath (0 ms) [ RUN ] okio.PathTest.windowsResolveAbsolutePath [ OK ] okio.PathTest.windowsResolveAbsolutePath (0 ms) [ RUN ] okio.PathTest.windowsPathTraversalUp [ OK ] okio.PathTest.windowsPathTraversalUp (0 ms) [ RUN ] okio.PathTest.samePathDifferentSlashesAreNotEqual [ OK ] okio.PathTest.samePathDifferentSlashesAreNotEqual (0 ms) [ RUN ] okio.PathTest.samePathNoSlashesAreEqual [ OK ] okio.PathTest.samePathNoSlashesAreEqual (0 ms) [ RUN ] okio.PathTest.relativeToWindowsPaths [ OK ] okio.PathTest.relativeToWindowsPaths (0 ms) [ RUN ] okio.PathTest.relativeToWindowsUncPaths [ OK ] okio.PathTest.relativeToWindowsUncPaths (0 ms) [ RUN ] okio.PathTest.absoluteUnixRoot [ OK ] okio.PathTest.absoluteUnixRoot (0 ms) [ RUN ] okio.PathTest.relativeUnixDot [ OK ] okio.PathTest.relativeUnixDot (0 ms) [ RUN ] okio.PathTest.relativeToUnnormalizedPath [ OK ] okio.PathTest.relativeToUnnormalizedPath (0 ms) [ RUN ] okio.PathTest.relativeToNormalizedPath [ OK ] okio.PathTest.relativeToNormalizedPath (0 ms) [ RUN ] okio.PathTest.absoluteToRelative [ OK ] okio.PathTest.absoluteToRelative (0 ms) [ RUN ] okio.PathTest.absoluteToAbsolute [ OK ] okio.PathTest.absoluteToAbsolute (0 ms) [ RUN ] okio.PathTest.absoluteToSelf [ OK ] okio.PathTest.absoluteToSelf (0 ms) [ RUN ] okio.PathTest.relativeToSelf [ OK ] okio.PathTest.relativeToSelf (0 ms) [ RUN ] okio.PathTest.relativeToRelative [ OK ] okio.PathTest.relativeToRelative (0 ms) [ RUN ] okio.PathTest.relativeToRelativeWithMiddleDots [ OK ] okio.PathTest.relativeToRelativeWithMiddleDots (0 ms) [ RUN ] okio.PathTest.relativeToRelativeWithMiddleDotsInCommonPrefix [ OK ] okio.PathTest.relativeToRelativeWithMiddleDotsInCommonPrefix (0 ms) [ RUN ] okio.PathTest.relativeToRelativeWithUpNavigationPrefix [ OK ] okio.PathTest.relativeToRelativeWithUpNavigationPrefix (0 ms) [ RUN ] okio.PathTest.relativeToRelativeDifferentSlashes [ OK ] okio.PathTest.relativeToRelativeDifferentSlashes (0 ms) [ RUN ] okio.PathTest.windowsUncPathsDoNotDotDot [ OK ] okio.PathTest.windowsUncPathsDoNotDotDot (0 ms) [ RUN ] okio.PathTest.normalizeAbsolute [ OK ] okio.PathTest.normalizeAbsolute (0 ms) [ RUN ] okio.PathTest.normalizeRelative [ OK ] okio.PathTest.normalizeRelative (0 ms) [ RUN ] okio.PathTest.normalized [ OK ] okio.PathTest.normalized (0 ms) [----------] 54 tests from okio.PathTest (25 ms total) [----------] 5 tests from okio.TypedOptionsTest [ RUN ] okio.TypedOptionsTest.happyPath [ OK ] okio.TypedOptionsTest.happyPath (0 ms) [ RUN ] okio.TypedOptionsTest.typedOptionsConstructor [ OK ] okio.TypedOptionsTest.typedOptionsConstructor (0 ms) [ RUN ] okio.TypedOptionsTest.typedOptionsConstructorEnforcesSizeMatch [ OK ] okio.TypedOptionsTest.typedOptionsConstructorEnforcesSizeMatch (0 ms) [ RUN ] okio.TypedOptionsTest.listFunctionsWork [ OK ] okio.TypedOptionsTest.listFunctionsWork (0 ms) [ RUN ] okio.TypedOptionsTest.safeToMutateSourceCollectionAfterConstruction [ OK ] okio.TypedOptionsTest.safeToMutateSourceCollectionAfterConstruction (0 ms) [----------] 5 tests from okio.TypedOptionsTest (2 ms total) [----------] 5 tests from okio.UnsafeCursorTest [ RUN ] okio.UnsafeCursorTest.acquireForRead [ OK ] okio.UnsafeCursorTest.acquireForRead (1 ms) [ RUN ] okio.UnsafeCursorTest.acquireForWrite [ OK ] okio.UnsafeCursorTest.acquireForWrite (1 ms) [ RUN ] okio.UnsafeCursorTest.expand zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz [ OK ] okio.UnsafeCursorTest.expand (0 ms) [ RUN ] okio.UnsafeCursorTest.resizeBuffer [ OK ] okio.UnsafeCursorTest.resizeBuffer (0 ms) [ RUN ] okio.UnsafeCursorTest.testUnsafeCursorIsClosable [ OK ] okio.UnsafeCursorTest.testUnsafeCursorIsClosable (0 ms) [----------] 5 tests from okio.UnsafeCursorTest (4 ms total) [----------] 16 tests from okio.Utf8KotlinTest [ RUN ] okio.Utf8KotlinTest.oneByteCharacters [ OK ] okio.Utf8KotlinTest.oneByteCharacters (0 ms) [ RUN ] okio.Utf8KotlinTest.twoByteCharacters [ OK ] okio.Utf8KotlinTest.twoByteCharacters (0 ms) [ RUN ] okio.Utf8KotlinTest.threeByteCharacters [ OK ] okio.Utf8KotlinTest.threeByteCharacters (0 ms) [ RUN ] okio.Utf8KotlinTest.fourByteCharacters [ OK ] okio.Utf8KotlinTest.fourByteCharacters (0 ms) [ RUN ] okio.Utf8KotlinTest.unknownBytes [ OK ] okio.Utf8KotlinTest.unknownBytes (0 ms) [ RUN ] okio.Utf8KotlinTest.overlongSequences [ OK ] okio.Utf8KotlinTest.overlongSequences (0 ms) [ RUN ] okio.Utf8KotlinTest.danglingHighSurrogate [ OK ] okio.Utf8KotlinTest.danglingHighSurrogate (0 ms) [ RUN ] okio.Utf8KotlinTest.lowSurrogateWithoutHighSurrogate [ OK ] okio.Utf8KotlinTest.lowSurrogateWithoutHighSurrogate (0 ms) [ RUN ] okio.Utf8KotlinTest.highSurrogateFollowedByNonSurrogate [ OK ] okio.Utf8KotlinTest.highSurrogateFollowedByNonSurrogate (0 ms) [ RUN ] okio.Utf8KotlinTest.doubleLowSurrogate [ OK ] okio.Utf8KotlinTest.doubleLowSurrogate (0 ms) [ RUN ] okio.Utf8KotlinTest.doubleHighSurrogate [ OK ] okio.Utf8KotlinTest.doubleHighSurrogate (0 ms) [ RUN ] okio.Utf8KotlinTest.lowSurrogateHighSurrogate [ OK ] okio.Utf8KotlinTest.lowSurrogateHighSurrogate (0 ms) [ RUN ] okio.Utf8KotlinTest.writeSurrogateCodePoint [ OK ] okio.Utf8KotlinTest.writeSurrogateCodePoint (0 ms) [ RUN ] okio.Utf8KotlinTest.size [ OK ] okio.Utf8KotlinTest.size (0 ms) [ RUN ] okio.Utf8KotlinTest.sizeWithBounds [ OK ] okio.Utf8KotlinTest.sizeWithBounds (0 ms) [ RUN ] okio.Utf8KotlinTest.sizeBoundsCheck [ OK ] okio.Utf8KotlinTest.sizeBoundsCheck (0 ms) [----------] 16 tests from okio.Utf8KotlinTest (5 ms total) [----------] 2 tests from okio.ByteStringCinteropTest [ RUN ] okio.ByteStringCinteropTest.pointerToByteStringZeroDoesNotRead [ OK ] okio.ByteStringCinteropTest.pointerToByteStringZeroDoesNotRead (0 ms) [ RUN ] okio.ByteStringCinteropTest.pointerToByteString [ OK ] okio.ByteStringCinteropTest.pointerToByteString (0 ms) [----------] 2 tests from okio.ByteStringCinteropTest (0 ms total) [----------] 3 tests from okio.DeflaterSinkTest [ RUN ] okio.DeflaterSinkTest.deflateIntoSinkThatThrowsOnWrite [ OK ] okio.DeflaterSinkTest.deflateIntoSinkThatThrowsOnWrite (1 ms) [ RUN ] okio.DeflaterSinkTest.deflateIntoSinkThatThrowsOnFlush [ OK ] okio.DeflaterSinkTest.deflateIntoSinkThatThrowsOnFlush (1 ms) [ RUN ] okio.DeflaterSinkTest.deflateIntoSinkThatThrowsOnClose [ OK ] okio.DeflaterSinkTest.deflateIntoSinkThatThrowsOnClose (1 ms) [----------] 3 tests from okio.DeflaterSinkTest (4 ms total) [----------] 9 tests from okio.DeflaterTest [ RUN ] okio.DeflaterTest.happyPath [ OK ] okio.DeflaterTest.happyPath (0 ms) [ RUN ] okio.DeflaterTest.happyPathNoWrap [ OK ] okio.DeflaterTest.happyPathNoWrap (0 ms) [ RUN ] okio.DeflaterTest.deflateInParts [ OK ] okio.DeflaterTest.deflateInParts (0 ms) [ RUN ] okio.DeflaterTest.deflateInsufficientSpaceInTargetWithoutSourceFinished [ OK ] okio.DeflaterTest.deflateInsufficientSpaceInTargetWithoutSourceFinished (0 ms) [ RUN ] okio.DeflaterTest.deflateInsufficientSpaceInTargetWithSourceFinished [ OK ] okio.DeflaterTest.deflateInsufficientSpaceInTargetWithSourceFinished (0 ms) [ RUN ] okio.DeflaterTest.deflateEmptySource [ OK ] okio.DeflaterTest.deflateEmptySource (0 ms) [ RUN ] okio.DeflaterTest.cannotDeflateAfterEnd [ OK ] okio.DeflaterTest.cannotDeflateAfterEnd (0 ms) [ RUN ] okio.DeflaterTest.cannotGetBytesReadAfterEnd [ OK ] okio.DeflaterTest.cannotGetBytesReadAfterEnd (0 ms) [ RUN ] okio.DeflaterTest.endIsIdemptent [ OK ] okio.DeflaterTest.endIsIdemptent (0 ms) [----------] 9 tests from okio.DeflaterTest (3 ms total) [----------] 4 tests from okio.InflateDeflateTest [ RUN ] okio.InflateDeflateTest.deflateInflate_compressionRatio0_01 [ OK ] okio.InflateDeflateTest.deflateInflate_compressionRatio0_01 (12 ms) [ RUN ] okio.InflateDeflateTest.deflateInflate_compressionRatio100_0 [ OK ] okio.InflateDeflateTest.deflateInflate_compressionRatio100_0 (38 ms) [ RUN ] okio.InflateDeflateTest.deflateInflate_compressionRatio700_0 [ OK ] okio.InflateDeflateTest.deflateInflate_compressionRatio700_0 (501 ms) [ RUN ] okio.InflateDeflateTest.deflateInflateEmpty [ OK ] okio.InflateDeflateTest.deflateInflateEmpty (0 ms) [----------] 4 tests from okio.InflateDeflateTest (554 ms total) [----------] 6 tests from okio.InflaterSourceTest [ RUN ] okio.InflaterSourceTest.inflateFromSourceThatThrowsOnRead [ OK ] okio.InflaterSourceTest.inflateFromSourceThatThrowsOnRead (1 ms) [ RUN ] okio.InflaterSourceTest.inflateSourceThrowsOnClose [ OK ] okio.InflaterSourceTest.inflateSourceThrowsOnClose (1 ms) [ RUN ] okio.InflaterSourceTest.inflateInvalidThrows [ OK ] okio.InflaterSourceTest.inflateInvalidThrows (1 ms) [ RUN ] okio.InflaterSourceTest.readsFromSourceDoNotOccurUntilNecessary [ OK ] okio.InflaterSourceTest.readsFromSourceDoNotOccurUntilNecessary (1 ms) [ RUN ] okio.InflaterSourceTest.readsFromSourceDoNotOccurAfterExhausted [ OK ] okio.InflaterSourceTest.readsFromSourceDoNotOccurAfterExhausted (1 ms) [ RUN ] okio.InflaterSourceTest.trailingDataIgnored [ OK ] okio.InflaterSourceTest.trailingDataIgnored (1 ms) [----------] 6 tests from okio.InflaterSourceTest (8 ms total) [----------] 10 tests from okio.InflaterTest [ RUN ] okio.InflaterTest.happyPath [ OK ] okio.InflaterTest.happyPath (0 ms) [ RUN ] okio.InflaterTest.happyPathNoWrap [ OK ] okio.InflaterTest.happyPathNoWrap (0 ms) [ RUN ] okio.InflaterTest.inflateInParts [ OK ] okio.InflaterTest.inflateInParts (0 ms) [ RUN ] okio.InflaterTest.inflateInsufficientSpaceInTarget [ OK ] okio.InflaterTest.inflateInsufficientSpaceInTarget (0 ms) [ RUN ] okio.InflaterTest.inflateEmptyContent [ OK ] okio.InflaterTest.inflateEmptyContent (0 ms) [ RUN ] okio.InflaterTest.inflateInPartsStartingWithEmptySource [ OK ] okio.InflaterTest.inflateInPartsStartingWithEmptySource (0 ms) [ RUN ] okio.InflaterTest.inflateInvalidData [ OK ] okio.InflaterTest.inflateInvalidData (0 ms) [ RUN ] okio.InflaterTest.cannotInflateAfterEnd [ OK ] okio.InflaterTest.cannotInflateAfterEnd (0 ms) [ RUN ] okio.InflaterTest.cannotGetBytesWrittenAfterEnd [ OK ] okio.InflaterTest.cannotGetBytesWrittenAfterEnd (0 ms) [ RUN ] okio.InflaterTest.endIsIdemptent [ OK ] okio.InflaterTest.endIsIdemptent (0 ms) [----------] 10 tests from okio.InflaterTest (2 ms total) [----------] 169 tests from okio.NativeSystemFileSystemTest [ RUN ] okio.NativeSystemFileSystemTest.absentMetadata [ OK ] okio.NativeSystemFileSystemTest.absentMetadata (2 ms) [ RUN ] okio.NativeSystemFileSystemTest.absentMetadataOrNull [ OK ] okio.NativeSystemFileSystemTest.absentMetadataOrNull (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.absentParentDirectoryMetadataOrNull [ OK ] okio.NativeSystemFileSystemTest.absentParentDirectoryMetadataOrNull (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.absoluteSymlinkMetadata [ OK ] okio.NativeSystemFileSystemTest.absoluteSymlinkMetadata (4 ms) [ RUN ] okio.NativeSystemFileSystemTest.appendingSinkAppendsToExistingFile [ OK ] okio.NativeSystemFileSystemTest.appendingSinkAppendsToExistingFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.appendingSinkCreatesNewFile [ OK ] okio.NativeSystemFileSystemTest.appendingSinkCreatesNewFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.appendingSinkDoesNotImpactExistingFile [ OK ] okio.NativeSystemFileSystemTest.appendingSinkDoesNotImpactExistingFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.appendingSinkExistingFileMustExist [ OK ] okio.NativeSystemFileSystemTest.appendingSinkExistingFileMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.appendingSinkMustExistThrowsIfAbsent [ OK ] okio.NativeSystemFileSystemTest.appendingSinkMustExistThrowsIfAbsent (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.atomicMoveClobberExistingFile [ OK ] okio.NativeSystemFileSystemTest.atomicMoveClobberExistingFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.atomicMoveDirectory [ OK ] okio.NativeSystemFileSystemTest.atomicMoveDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.atomicMoveFile [ OK ] okio.NativeSystemFileSystemTest.atomicMoveFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.atomicMoveSourceDoesNotExist [ OK ] okio.NativeSystemFileSystemTest.atomicMoveSourceDoesNotExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.atomicMoveSourceIsDirectoryAndTargetIsFile [ OK ] okio.NativeSystemFileSystemTest.atomicMoveSourceIsDirectoryAndTargetIsFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.atomicMoveSourceIsFileAndTargetIsDirectory [ OK ] okio.NativeSystemFileSystemTest.atomicMoveSourceIsFileAndTargetIsDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.atomicMoveSourceIsTarget [ OK ] okio.NativeSystemFileSystemTest.atomicMoveSourceIsTarget (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.bufferedFileHandleSourceHappyPath [ OK ] okio.NativeSystemFileSystemTest.bufferedFileHandleSourceHappyPath (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.bufferedFileHandleSourceSeekBackwards [ OK ] okio.NativeSystemFileSystemTest.bufferedFileHandleSourceSeekBackwards (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.canonicalizeAbsolutePathNoSuchFile [ OK ] okio.NativeSystemFileSystemTest.canonicalizeAbsolutePathNoSuchFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory [ FAILED ] okio.NativeSystemFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.canonicalizeFollowsMultipleDirectoriesAndMultipleFiles [ OK ] okio.NativeSystemFileSystemTest.canonicalizeFollowsMultipleDirectoriesAndMultipleFiles (12 ms) [ RUN ] okio.NativeSystemFileSystemTest.canonicalizeFollowsSymlinkDirectories [ OK ] okio.NativeSystemFileSystemTest.canonicalizeFollowsSymlinkDirectories (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.canonicalizeFollowsSymlinkFiles [ OK ] okio.NativeSystemFileSystemTest.canonicalizeFollowsSymlinkFiles (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.canonicalizeRelativePathNoSuchFile [ OK ] okio.NativeSystemFileSystemTest.canonicalizeRelativePathNoSuchFile (3 ms) [ RUN ] okio.NativeSystemFileSystemTest.canonicalizeReturnsDeeperPath [ OK ] okio.NativeSystemFileSystemTest.canonicalizeReturnsDeeperPath (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.canonicalizeReturnsShallowerPath [ OK ] okio.NativeSystemFileSystemTest.canonicalizeReturnsShallowerPath (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.copyFile [ OK ] okio.NativeSystemFileSystemTest.copyFile (1 ms) [ RUN ] okio.NativeSystemFileSystemTest.copySourceDoesNotExist [ OK ] okio.NativeSystemFileSystemTest.copySourceDoesNotExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.copyTargetIsClobbered [ OK ] okio.NativeSystemFileSystemTest.copyTargetIsClobbered (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createDirectoriesAlreadyExists [ OK ] okio.NativeSystemFileSystemTest.createDirectoriesAlreadyExists (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createDirectoriesAlreadyExistsMustCreateThrows [ OK ] okio.NativeSystemFileSystemTest.createDirectoriesAlreadyExistsMustCreateThrows (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createDirectoriesParentDirectoryDoesNotExist [ OK ] okio.NativeSystemFileSystemTest.createDirectoriesParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createDirectoriesParentIsFile [ OK ] okio.NativeSystemFileSystemTest.createDirectoriesParentIsFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createDirectoriesSingle [ OK ] okio.NativeSystemFileSystemTest.createDirectoriesSingle (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createDirectory [ OK ] okio.NativeSystemFileSystemTest.createDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createDirectoryAlreadyExists [ OK ] okio.NativeSystemFileSystemTest.createDirectoryAlreadyExists (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createDirectoryAlreadyExistsMustCreateThrows [ OK ] okio.NativeSystemFileSystemTest.createDirectoryAlreadyExistsMustCreateThrows (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createDirectoryMustCreate [ OK ] okio.NativeSystemFileSystemTest.createDirectoryMustCreate (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createDirectoryParentDirectoryDoesNotExist [ OK ] okio.NativeSystemFileSystemTest.createDirectoryParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createSymlinkParentDirectoryDoesNotExist [ OK ] okio.NativeSystemFileSystemTest.createSymlinkParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.createSymlinkSourceAlreadyExists [ OK ] okio.NativeSystemFileSystemTest.createSymlinkSourceAlreadyExists (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.currentWorkingDirectoryIsADirectory [ OK ] okio.NativeSystemFileSystemTest.currentWorkingDirectoryIsADirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteContentsOfParentOfFileOpenForReadingFailsOnWindows [ OK ] okio.NativeSystemFileSystemTest.deleteContentsOfParentOfFileOpenForReadingFailsOnWindows (1 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteDoesNotExist [ OK ] okio.NativeSystemFileSystemTest.deleteDoesNotExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteEmptyDirectory [ OK ] okio.NativeSystemFileSystemTest.deleteEmptyDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteEmptyDirectoryMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteEmptyDirectoryMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteFailsOnNoSuchFileIfMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteFailsOnNoSuchFileIfMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteFailsOnNonEmptyDirectory [ OK ] okio.NativeSystemFileSystemTest.deleteFailsOnNonEmptyDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteFailsOnNonEmptyDirectoryMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteFailsOnNonEmptyDirectoryMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteFile [ OK ] okio.NativeSystemFileSystemTest.deleteFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteFileMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteFileMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteOpenForReadingFailsOnWindows [ OK ] okio.NativeSystemFileSystemTest.deleteOpenForReadingFailsOnWindows (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteOpenForWritingFailsOnWindows [ OK ] okio.NativeSystemFileSystemTest.deleteOpenForWritingFailsOnWindows (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyDeepHierarchy [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyDeepHierarchy (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyDeepHierarchyMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyDeepHierarchyMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyEmptyDirectory [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyEmptyDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyEmptyDirectoryMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyEmptyDirectoryMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyFile [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyFileMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyFileMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyMustExistFailsOnNoSuchFile [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyMustExistFailsOnNoSuchFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyNoSuchFile [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyNoSuchFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyNonEmptyDirectory [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyNonEmptyDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyNonEmptyDirectoryMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyNonEmptyDirectoryMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceeds [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceeds (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceedsMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceedsMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlink [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlink (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlinkMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlinkMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceeds [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceeds (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceedsMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceedsMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlink [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlink (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlinkMustExist [ OK ] okio.NativeSystemFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlinkMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.deleteSymlinkDoesntDeleteTargetFile [ OK ] okio.NativeSystemFileSystemTest.deleteSymlinkDoesntDeleteTargetFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.directoryExists [ OK ] okio.NativeSystemFileSystemTest.directoryExists (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.directoryMetadata [ OK ] okio.NativeSystemFileSystemTest.directoryMetadata (4 ms) [ RUN ] okio.NativeSystemFileSystemTest.directoryMetadataWithSpecialCharacterNamedFiles [ OK ] okio.NativeSystemFileSystemTest.directoryMetadataWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.doesNotExistsWithInvalidPathDoesNotThrow [ OK ] okio.NativeSystemFileSystemTest.doesNotExistsWithInvalidPathDoesNotThrow (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileExists [ OK ] okio.NativeSystemFileSystemTest.fileExists (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleBufferedSinkPosition [ OK ] okio.NativeSystemFileSystemTest.fileHandleBufferedSinkPosition (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleBufferedSinkReposition [ OK ] okio.NativeSystemFileSystemTest.fileHandleBufferedSinkReposition (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleBufferedSourceReposition [ OK ] okio.NativeSystemFileSystemTest.fileHandleBufferedSourceReposition (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleEmptyArrayWriteAndRead [ OK ] okio.NativeSystemFileSystemTest.fileHandleEmptyArrayWriteAndRead (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleFlush [ OK ] okio.NativeSystemFileSystemTest.fileHandleFlush (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleLargeArrayWriteAndRead [ OK ] okio.NativeSystemFileSystemTest.fileHandleLargeArrayWriteAndRead (162 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleLargeBufferedWriteAndRead [ OK ] okio.NativeSystemFileSystemTest.fileHandleLargeBufferedWriteAndRead (158 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleResizeLarger [ OK ] okio.NativeSystemFileSystemTest.fileHandleResizeLarger (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleResizeSmaller [ OK ] okio.NativeSystemFileSystemTest.fileHandleResizeSmaller (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleSinkPosition [ OK ] okio.NativeSystemFileSystemTest.fileHandleSinkPosition (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleSinkReposition [ OK ] okio.NativeSystemFileSystemTest.fileHandleSinkReposition (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleSourceHappyPath [ OK ] okio.NativeSystemFileSystemTest.fileHandleSourceHappyPath (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleSourceReposition [ OK ] okio.NativeSystemFileSystemTest.fileHandleSourceReposition (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleSourceSeekBackwards [ OK ] okio.NativeSystemFileSystemTest.fileHandleSourceSeekBackwards (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleWriteAndOverwrite [ OK ] okio.NativeSystemFileSystemTest.fileHandleWriteAndOverwrite (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleWriteAndRead [ OK ] okio.NativeSystemFileSystemTest.fileHandleWriteAndRead (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileHandleWriteBeyondEnd [ OK ] okio.NativeSystemFileSystemTest.fileHandleWriteBeyondEnd (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileMetadata [ OK ] okio.NativeSystemFileSystemTest.fileMetadata (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileMetadataWithSpecialCharacterNamedFiles [ OK ] okio.NativeSystemFileSystemTest.fileMetadataWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileSink [ OK ] okio.NativeSystemFileSystemTest.fileSink (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileSinkFlush [ OK ] okio.NativeSystemFileSystemTest.fileSinkFlush (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileSinkMustCreate [ OK ] okio.NativeSystemFileSystemTest.fileSinkMustCreate (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileSinkMustCreateThrowsIfAlreadyExists [ OK ] okio.NativeSystemFileSystemTest.fileSinkMustCreateThrowsIfAlreadyExists (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileSinkNoSuchDirectory [ OK ] okio.NativeSystemFileSystemTest.fileSinkNoSuchDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileSinkSpecialCharacters [ OK ] okio.NativeSystemFileSystemTest.fileSinkSpecialCharacters (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileSinkWithSpecialCharacterNamedFiles [ OK ] okio.NativeSystemFileSystemTest.fileSinkWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileSource [ OK ] okio.NativeSystemFileSystemTest.fileSource (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.fileSourceNoSuchDirectory [ OK ] okio.NativeSystemFileSystemTest.fileSourceNoSuchDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.followingRecursiveSymlinksIsOkay [ OK ] okio.NativeSystemFileSystemTest.followingRecursiveSymlinksIsOkay (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.list [ OK ] okio.NativeSystemFileSystemTest.list (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listFile [ OK ] okio.NativeSystemFileSystemTest.listFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listNoSuchDirectory [ OK ] okio.NativeSystemFileSystemTest.listNoSuchDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listOnRelativePathReturnsRelativePaths [ OK ] okio.NativeSystemFileSystemTest.listOnRelativePathReturnsRelativePaths (2 ms) [ RUN ] okio.NativeSystemFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths [ FAILED ] okio.NativeSystemFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths (1 ms) [ RUN ] okio.NativeSystemFileSystemTest.listOrNull [ OK ] okio.NativeSystemFileSystemTest.listOrNull (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listOrNullFile [ OK ] okio.NativeSystemFileSystemTest.listOrNullFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listOrNullNoSuchDirectory [ OK ] okio.NativeSystemFileSystemTest.listOrNullNoSuchDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listOrNullOnRelativePathReturnsRelativePaths [ OK ] okio.NativeSystemFileSystemTest.listOrNullOnRelativePathReturnsRelativePaths (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths [ FAILED ] okio.NativeSystemFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths (2 ms) [ RUN ] okio.NativeSystemFileSystemTest.listOrNullResultsAreSorted [ OK ] okio.NativeSystemFileSystemTest.listOrNullResultsAreSorted (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursiveOnSymlinkWithSpecialCharacterNamedFiles [ OK ] okio.NativeSystemFileSystemTest.listRecursiveOnSymlinkWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursiveWithSpecialCharacterNamedFiles [ OK ] okio.NativeSystemFileSystemTest.listRecursiveWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyDoesNotFollowRelativeSymlink [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyDoesNotFollowRelativeSymlink (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyDoesNotFollowSymlinks [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyDoesNotFollowSymlinks (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyFollowsSymlinks [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyFollowsSymlinks (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyIsDepthFirst [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyIsDepthFirst (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyIsLazy [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyIsLazy (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyNoSuchFile [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyNoSuchFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyNotADirectory [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyNotADirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyOnSymlink [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyOnSymlink (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyOnSymlinkCycleThrows [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyOnSymlinkCycleThrows (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyRecurses [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyRecurses (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyReturnsEmpty [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyReturnsEmpty (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelyReturnsSingleFile [ OK ] okio.NativeSystemFileSystemTest.listRecursivelyReturnsSingleFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelySequenceIterationsAreIndependent [ OK ] okio.NativeSystemFileSystemTest.listRecursivelySequenceIterationsAreIndependent (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listRecursivelySilentlyIgnoresListFailures [ OK ] okio.NativeSystemFileSystemTest.listRecursivelySilentlyIgnoresListFailures (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listResultsAreSorted [ OK ] okio.NativeSystemFileSystemTest.listResultsAreSorted (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.listSymlinkDirectory [ OK ] okio.NativeSystemFileSystemTest.listSymlinkDirectory (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.moveSymlinkDoesntMoveTargetFile [ OK ] okio.NativeSystemFileSystemTest.moveSymlinkDoesntMoveTargetFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openFileWithDirectorySymlink [ OK ] okio.NativeSystemFileSystemTest.openFileWithDirectorySymlink (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openReadOnlyFailsOnAbsentFile [ OK ] okio.NativeSystemFileSystemTest.openReadOnlyFailsOnAbsentFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openReadOnlyThrowsOnAttemptToWrite [ OK ] okio.NativeSystemFileSystemTest.openReadOnlyThrowsOnAttemptToWrite (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openReadWriteCreatesAbsentFile [ OK ] okio.NativeSystemFileSystemTest.openReadWriteCreatesAbsentFile (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openReadWriteCreatesAbsentFileMustCreate [ OK ] okio.NativeSystemFileSystemTest.openReadWriteCreatesAbsentFileMustCreate (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openReadWriteMustCreateThrowsIfAlreadyExists [ OK ] okio.NativeSystemFileSystemTest.openReadWriteMustCreateThrowsIfAlreadyExists (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openReadWriteMustExist [ OK ] okio.NativeSystemFileSystemTest.openReadWriteMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openReadWriteMustExistThrowsIfAbsent [ OK ] okio.NativeSystemFileSystemTest.openReadWriteMustExistThrowsIfAbsent (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openReadWriteThrowsIfBothMustCreateAndMustExist [ OK ] okio.NativeSystemFileSystemTest.openReadWriteThrowsIfBothMustCreateAndMustExist (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openSymlinkFileHandle [ OK ] okio.NativeSystemFileSystemTest.openSymlinkFileHandle (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openSymlinkSink [ OK ] okio.NativeSystemFileSystemTest.openSymlinkSink (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.openSymlinkSource [ OK ] okio.NativeSystemFileSystemTest.openSymlinkSource (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.parentDirectoryIsFileMetadataOrNull [ OK ] okio.NativeSystemFileSystemTest.parentDirectoryIsFileMetadataOrNull (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.readAfterFileSystemClose [ OK ] okio.NativeSystemFileSystemTest.readAfterFileSystemClose (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.readPath [ OK ] okio.NativeSystemFileSystemTest.readPath (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.relativeSymlinkMetadata [ OK ] okio.NativeSystemFileSystemTest.relativeSymlinkMetadata (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.renameSourceIsOpenFailsOnWindows [ OK ] okio.NativeSystemFileSystemTest.renameSourceIsOpenFailsOnWindows (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.renameTargetIsOpenFailsOnWindows [ OK ] okio.NativeSystemFileSystemTest.renameTargetIsOpenFailsOnWindows (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.sinkPositionFailsAfterClose [ OK ] okio.NativeSystemFileSystemTest.sinkPositionFailsAfterClose (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.sinkRepositionFailsAfterClose [ OK ] okio.NativeSystemFileSystemTest.sinkRepositionFailsAfterClose (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.sizeFailsAfterClose [ OK ] okio.NativeSystemFileSystemTest.sizeFailsAfterClose (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.sourcePositionFailsAfterClose [ OK ] okio.NativeSystemFileSystemTest.sourcePositionFailsAfterClose (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.sourceRepositionFailsAfterClose [ OK ] okio.NativeSystemFileSystemTest.sourceRepositionFailsAfterClose (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.symlinkCanBeRelative [ OK ] okio.NativeSystemFileSystemTest.symlinkCanBeRelative (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.symlinkCanBeRelativeWithDotDots [ OK ] okio.NativeSystemFileSystemTest.symlinkCanBeRelativeWithDotDots (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.symlinkCycle [ OK ] okio.NativeSystemFileSystemTest.symlinkCycle (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.symlinkDirectoryLastAccessedAt [ OK ] okio.NativeSystemFileSystemTest.symlinkDirectoryLastAccessedAt (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.symlinkFileLastAccessedAt [ OK ] okio.NativeSystemFileSystemTest.symlinkFileLastAccessedAt (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.writeAfterFileSystemClose [ OK ] okio.NativeSystemFileSystemTest.writeAfterFileSystemClose (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.writePath [ OK ] okio.NativeSystemFileSystemTest.writePath (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.writePathMustCreate [ OK ] okio.NativeSystemFileSystemTest.writePathMustCreate (0 ms) [ RUN ] okio.NativeSystemFileSystemTest.writePathMustCreateThrowsIfAlreadyExists [ OK ] okio.NativeSystemFileSystemTest.writePathMustCreateThrowsIfAlreadyExists (0 ms) [----------] 169 tests from okio.NativeSystemFileSystemTest (472 ms total) [----------] 205 tests from okio.FakeWindowsFileSystemTest [ RUN ] okio.FakeWindowsFileSystemTest.absentMetadata [ OK ] okio.FakeWindowsFileSystemTest.absentMetadata (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.absentMetadataOrNull [ OK ] okio.FakeWindowsFileSystemTest.absentMetadataOrNull (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.absentParentDirectoryMetadataOrNull [ OK ] okio.FakeWindowsFileSystemTest.absentParentDirectoryMetadataOrNull (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.absoluteSymlinkMetadata [ OK ] okio.FakeWindowsFileSystemTest.absoluteSymlinkMetadata (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.allPathsDoesNotIncludeDeletedFile [ OK ] okio.FakeWindowsFileSystemTest.allPathsDoesNotIncludeDeletedFile (1 ms) [ RUN ] okio.FakeWindowsFileSystemTest.allPathsDoesNotIncludeDeletedOpenFile [ OK ] okio.FakeWindowsFileSystemTest.allPathsDoesNotIncludeDeletedOpenFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.allPathsIncludesDirectory [ OK ] okio.FakeWindowsFileSystemTest.allPathsIncludesDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.allPathsIncludesFile [ OK ] okio.FakeWindowsFileSystemTest.allPathsIncludesFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.allPathsIsSorted [ OK ] okio.FakeWindowsFileSystemTest.allPathsIsSorted (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.appendingSinkAppendsToExistingFile [ OK ] okio.FakeWindowsFileSystemTest.appendingSinkAppendsToExistingFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.appendingSinkCreatesNewFile [ OK ] okio.FakeWindowsFileSystemTest.appendingSinkCreatesNewFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.appendingSinkDoesNotImpactExistingFile [ OK ] okio.FakeWindowsFileSystemTest.appendingSinkDoesNotImpactExistingFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.appendingSinkExistingFileMustExist [ OK ] okio.FakeWindowsFileSystemTest.appendingSinkExistingFileMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.appendingSinkMustExistThrowsIfAbsent [ OK ] okio.FakeWindowsFileSystemTest.appendingSinkMustExistThrowsIfAbsent (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.atomicMoveClobberExistingFile [ OK ] okio.FakeWindowsFileSystemTest.atomicMoveClobberExistingFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.atomicMoveDirectory [ OK ] okio.FakeWindowsFileSystemTest.atomicMoveDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.atomicMoveFile [ OK ] okio.FakeWindowsFileSystemTest.atomicMoveFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.atomicMoveSourceDoesNotExist [ OK ] okio.FakeWindowsFileSystemTest.atomicMoveSourceDoesNotExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.atomicMoveSourceIsDirectoryAndTargetIsFile [ OK ] okio.FakeWindowsFileSystemTest.atomicMoveSourceIsDirectoryAndTargetIsFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.atomicMoveSourceIsFileAndTargetIsDirectory [ OK ] okio.FakeWindowsFileSystemTest.atomicMoveSourceIsFileAndTargetIsDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.atomicMoveSourceIsTarget [ OK ] okio.FakeWindowsFileSystemTest.atomicMoveSourceIsTarget (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.bufferedFileHandleSourceHappyPath [ OK ] okio.FakeWindowsFileSystemTest.bufferedFileHandleSourceHappyPath (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.bufferedFileHandleSourceSeekBackwards [ OK ] okio.FakeWindowsFileSystemTest.bufferedFileHandleSourceSeekBackwards (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.canonicalizeAbsolutePathNoSuchFile [ OK ] okio.FakeWindowsFileSystemTest.canonicalizeAbsolutePathNoSuchFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory [ OK ] okio.FakeWindowsFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.canonicalizeFollowsMultipleDirectoriesAndMultipleFiles [ OK ] okio.FakeWindowsFileSystemTest.canonicalizeFollowsMultipleDirectoriesAndMultipleFiles (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.canonicalizeFollowsSymlinkDirectories [ OK ] okio.FakeWindowsFileSystemTest.canonicalizeFollowsSymlinkDirectories (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.canonicalizeFollowsSymlinkFiles [ OK ] okio.FakeWindowsFileSystemTest.canonicalizeFollowsSymlinkFiles (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.canonicalizeRelativePathNoSuchFile [ OK ] okio.FakeWindowsFileSystemTest.canonicalizeRelativePathNoSuchFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.canonicalizeReturnsDeeperPath [ OK ] okio.FakeWindowsFileSystemTest.canonicalizeReturnsDeeperPath (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.canonicalizeReturnsShallowerPath [ OK ] okio.FakeWindowsFileSystemTest.canonicalizeReturnsShallowerPath (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.checkNoOpenFilesThrowsOnOpenSink [ OK ] okio.FakeWindowsFileSystemTest.checkNoOpenFilesThrowsOnOpenSink (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.checkNoOpenFilesThrowsOnOpenSource [ OK ] okio.FakeWindowsFileSystemTest.checkNoOpenFilesThrowsOnOpenSource (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.copyFile [ OK ] okio.FakeWindowsFileSystemTest.copyFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.copySourceDoesNotExist [ OK ] okio.FakeWindowsFileSystemTest.copySourceDoesNotExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.copyTargetIsClobbered [ OK ] okio.FakeWindowsFileSystemTest.copyTargetIsClobbered (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesAlreadyExists [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesAlreadyExists (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesAlreadyExistsMustCreateThrows [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesAlreadyExistsMustCreateThrows (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesForChildOfUncRoot [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesForChildOfUncRoot (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesForChildOfUnixRoot [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesForChildOfUnixRoot (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesForChildOfVolumeLetterRoot [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesForChildOfVolumeLetterRoot (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesForUncRoot [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesForUncRoot (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesForUnixRoot [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesForUnixRoot (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesForVolumeLetterRoot [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesForVolumeLetterRoot (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesParentDirectoryDoesNotExist [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesParentIsFile [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesParentIsFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoriesSingle [ OK ] okio.FakeWindowsFileSystemTest.createDirectoriesSingle (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectory [ OK ] okio.FakeWindowsFileSystemTest.createDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoryAlreadyExists [ OK ] okio.FakeWindowsFileSystemTest.createDirectoryAlreadyExists (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoryAlreadyExistsMustCreateThrows [ OK ] okio.FakeWindowsFileSystemTest.createDirectoryAlreadyExistsMustCreateThrows (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoryMustCreate [ OK ] okio.FakeWindowsFileSystemTest.createDirectoryMustCreate (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createDirectoryParentDirectoryDoesNotExist [ OK ] okio.FakeWindowsFileSystemTest.createDirectoryParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createExtrasDefensiveCopy [ OK ] okio.FakeWindowsFileSystemTest.createExtrasDefensiveCopy (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createSymlinkParentDirectoryDoesNotExist [ OK ] okio.FakeWindowsFileSystemTest.createSymlinkParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.createSymlinkSourceAlreadyExists [ OK ] okio.FakeWindowsFileSystemTest.createSymlinkSourceAlreadyExists (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.currentWorkingDirectoryIsADirectory [ OK ] okio.FakeWindowsFileSystemTest.currentWorkingDirectoryIsADirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteContentsOfParentOfFileOpenForReadingFailsOnWindows [ OK ] okio.FakeWindowsFileSystemTest.deleteContentsOfParentOfFileOpenForReadingFailsOnWindows (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteDoesNotExist [ OK ] okio.FakeWindowsFileSystemTest.deleteDoesNotExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteEmptyDirectory [ OK ] okio.FakeWindowsFileSystemTest.deleteEmptyDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteEmptyDirectoryMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteEmptyDirectoryMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteExtra [ OK ] okio.FakeWindowsFileSystemTest.deleteExtra (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteFailsOnNoSuchFileIfMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteFailsOnNoSuchFileIfMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteFailsOnNonEmptyDirectory [ OK ] okio.FakeWindowsFileSystemTest.deleteFailsOnNonEmptyDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteFailsOnNonEmptyDirectoryMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteFailsOnNonEmptyDirectoryMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteFile [ OK ] okio.FakeWindowsFileSystemTest.deleteFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteFileMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteFileMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteOpenForReadingFailsOnWindows [ OK ] okio.FakeWindowsFileSystemTest.deleteOpenForReadingFailsOnWindows (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteOpenForWritingFailsOnWindows [ OK ] okio.FakeWindowsFileSystemTest.deleteOpenForWritingFailsOnWindows (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyDeepHierarchy [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyDeepHierarchy (1 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyDeepHierarchyMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyDeepHierarchyMustExist (1 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyEmptyDirectory [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyEmptyDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyEmptyDirectoryMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyEmptyDirectoryMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyFile [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyFileMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyFileMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyMustExistFailsOnNoSuchFile [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyMustExistFailsOnNoSuchFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyNoSuchFile [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyNoSuchFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyNonEmptyDirectory [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyNonEmptyDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyNonEmptyDirectoryMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyNonEmptyDirectoryMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceeds [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceeds (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceedsMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceedsMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlink [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlink (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlinkMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlinkMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceeds [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceeds (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceedsMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceedsMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlink [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlink (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlinkMustExist [ OK ] okio.FakeWindowsFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlinkMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.deleteSymlinkDoesntDeleteTargetFile [ OK ] okio.FakeWindowsFileSystemTest.deleteSymlinkDoesntDeleteTargetFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.directoryExists [ OK ] okio.FakeWindowsFileSystemTest.directoryExists (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.directoryExtras [ OK ] okio.FakeWindowsFileSystemTest.directoryExtras (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.directoryLastAccessedTime [ OK ] okio.FakeWindowsFileSystemTest.directoryLastAccessedTime (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.directoryMetadata [ OK ] okio.FakeWindowsFileSystemTest.directoryMetadata (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.directoryMetadataWithSpecialCharacterNamedFiles [ OK ] okio.FakeWindowsFileSystemTest.directoryMetadataWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.doesNotExistsWithInvalidPathDoesNotThrow [ OK ] okio.FakeWindowsFileSystemTest.doesNotExistsWithInvalidPathDoesNotThrow (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.extraIsMovedByAtomicMove [ OK ] okio.FakeWindowsFileSystemTest.extraIsMovedByAtomicMove (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.extraIsNotCopiedByFileCopy [ OK ] okio.FakeWindowsFileSystemTest.extraIsNotCopiedByFileCopy (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.extrasHappyPath [ OK ] okio.FakeWindowsFileSystemTest.extrasHappyPath (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileExists [ OK ] okio.FakeWindowsFileSystemTest.fileExists (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileExtras [ OK ] okio.FakeWindowsFileSystemTest.fileExtras (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleBufferedSinkPosition [ OK ] okio.FakeWindowsFileSystemTest.fileHandleBufferedSinkPosition (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleBufferedSinkReposition [ OK ] okio.FakeWindowsFileSystemTest.fileHandleBufferedSinkReposition (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleBufferedSourceReposition [ OK ] okio.FakeWindowsFileSystemTest.fileHandleBufferedSourceReposition (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleEmptyArrayWriteAndRead [ OK ] okio.FakeWindowsFileSystemTest.fileHandleEmptyArrayWriteAndRead (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleFlush [ OK ] okio.FakeWindowsFileSystemTest.fileHandleFlush (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleLargeArrayWriteAndRead [ OK ] okio.FakeWindowsFileSystemTest.fileHandleLargeArrayWriteAndRead (157 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleLargeBufferedWriteAndRead [ OK ] okio.FakeWindowsFileSystemTest.fileHandleLargeBufferedWriteAndRead (257 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleResizeLarger [ OK ] okio.FakeWindowsFileSystemTest.fileHandleResizeLarger (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleResizeSmaller [ OK ] okio.FakeWindowsFileSystemTest.fileHandleResizeSmaller (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleSinkPosition [ OK ] okio.FakeWindowsFileSystemTest.fileHandleSinkPosition (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleSinkReposition [ OK ] okio.FakeWindowsFileSystemTest.fileHandleSinkReposition (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleSourceHappyPath [ OK ] okio.FakeWindowsFileSystemTest.fileHandleSourceHappyPath (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleSourceReposition [ OK ] okio.FakeWindowsFileSystemTest.fileHandleSourceReposition (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleSourceSeekBackwards [ OK ] okio.FakeWindowsFileSystemTest.fileHandleSourceSeekBackwards (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleWriteAndOverwrite [ OK ] okio.FakeWindowsFileSystemTest.fileHandleWriteAndOverwrite (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleWriteAndRead [ OK ] okio.FakeWindowsFileSystemTest.fileHandleWriteAndRead (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileHandleWriteBeyondEnd [ OK ] okio.FakeWindowsFileSystemTest.fileHandleWriteBeyondEnd (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileLastAccessedTime [ OK ] okio.FakeWindowsFileSystemTest.fileLastAccessedTime (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileMetadata [ OK ] okio.FakeWindowsFileSystemTest.fileMetadata (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileMetadataWithSpecialCharacterNamedFiles [ OK ] okio.FakeWindowsFileSystemTest.fileMetadataWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileSink [ OK ] okio.FakeWindowsFileSystemTest.fileSink (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileSinkFlush [ OK ] okio.FakeWindowsFileSystemTest.fileSinkFlush (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileSinkMustCreate [ OK ] okio.FakeWindowsFileSystemTest.fileSinkMustCreate (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileSinkMustCreateThrowsIfAlreadyExists [ OK ] okio.FakeWindowsFileSystemTest.fileSinkMustCreateThrowsIfAlreadyExists (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileSinkNoSuchDirectory [ OK ] okio.FakeWindowsFileSystemTest.fileSinkNoSuchDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileSinkSpecialCharacters [ OK ] okio.FakeWindowsFileSystemTest.fileSinkSpecialCharacters (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileSinkWithSpecialCharacterNamedFiles [ OK ] okio.FakeWindowsFileSystemTest.fileSinkWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileSource [ OK ] okio.FakeWindowsFileSystemTest.fileSource (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.fileSourceNoSuchDirectory [ OK ] okio.FakeWindowsFileSystemTest.fileSourceNoSuchDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.followingRecursiveSymlinksIsOkay [ OK ] okio.FakeWindowsFileSystemTest.followingRecursiveSymlinksIsOkay (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.getExtraAbsent [ OK ] okio.FakeWindowsFileSystemTest.getExtraAbsent (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.getExtraWrongType [ OK ] okio.FakeWindowsFileSystemTest.getExtraWrongType (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.list [ OK ] okio.FakeWindowsFileSystemTest.list (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listFile [ OK ] okio.FakeWindowsFileSystemTest.listFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listNoSuchDirectory [ OK ] okio.FakeWindowsFileSystemTest.listNoSuchDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listOnRelativePathReturnsRelativePaths [ OK ] okio.FakeWindowsFileSystemTest.listOnRelativePathReturnsRelativePaths (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths [ OK ] okio.FakeWindowsFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listOrNull [ OK ] okio.FakeWindowsFileSystemTest.listOrNull (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listOrNullFile [ OK ] okio.FakeWindowsFileSystemTest.listOrNullFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listOrNullNoSuchDirectory [ OK ] okio.FakeWindowsFileSystemTest.listOrNullNoSuchDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listOrNullOnRelativePathReturnsRelativePaths [ OK ] okio.FakeWindowsFileSystemTest.listOrNullOnRelativePathReturnsRelativePaths (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths [ OK ] okio.FakeWindowsFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listOrNullResultsAreSorted [ OK ] okio.FakeWindowsFileSystemTest.listOrNullResultsAreSorted (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursiveOnSymlinkWithSpecialCharacterNamedFiles [ OK ] okio.FakeWindowsFileSystemTest.listRecursiveOnSymlinkWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursiveWithSpecialCharacterNamedFiles [ OK ] okio.FakeWindowsFileSystemTest.listRecursiveWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyDoesNotFollowRelativeSymlink [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyDoesNotFollowRelativeSymlink (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyDoesNotFollowSymlinks [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyDoesNotFollowSymlinks (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyFollowsSymlinks [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyFollowsSymlinks (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyIsDepthFirst [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyIsDepthFirst (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyIsLazy [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyIsLazy (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyNoSuchFile [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyNoSuchFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyNotADirectory [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyNotADirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyOnSymlink [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyOnSymlink (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyOnSymlinkCycleThrows [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyOnSymlinkCycleThrows (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyRecurses [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyRecurses (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyReturnsEmpty [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyReturnsEmpty (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelyReturnsSingleFile [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelyReturnsSingleFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelySequenceIterationsAreIndependent [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelySequenceIterationsAreIndependent (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listRecursivelySilentlyIgnoresListFailures [ OK ] okio.FakeWindowsFileSystemTest.listRecursivelySilentlyIgnoresListFailures (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listResultsAreSorted [ OK ] okio.FakeWindowsFileSystemTest.listResultsAreSorted (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.listSymlinkDirectory [ OK ] okio.FakeWindowsFileSystemTest.listSymlinkDirectory (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.metadataForRootsGeneratedOnDemand [ OK ] okio.FakeWindowsFileSystemTest.metadataForRootsGeneratedOnDemand (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.moveSymlinkDoesntMoveTargetFile [ OK ] okio.FakeWindowsFileSystemTest.moveSymlinkDoesntMoveTargetFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openFileWithDirectorySymlink [ OK ] okio.FakeWindowsFileSystemTest.openFileWithDirectorySymlink (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openPathsIncludesOpenSink [ OK ] okio.FakeWindowsFileSystemTest.openPathsIncludesOpenSink (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openPathsIncludesOpenSource [ OK ] okio.FakeWindowsFileSystemTest.openPathsIncludesOpenSource (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openPathsIsOpenOrder [ OK ] okio.FakeWindowsFileSystemTest.openPathsIsOpenOrder (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openReadOnlyFailsOnAbsentFile [ OK ] okio.FakeWindowsFileSystemTest.openReadOnlyFailsOnAbsentFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openReadOnlyThrowsOnAttemptToWrite [ OK ] okio.FakeWindowsFileSystemTest.openReadOnlyThrowsOnAttemptToWrite (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openReadWriteCreatesAbsentFile [ OK ] okio.FakeWindowsFileSystemTest.openReadWriteCreatesAbsentFile (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openReadWriteCreatesAbsentFileMustCreate [ OK ] okio.FakeWindowsFileSystemTest.openReadWriteCreatesAbsentFileMustCreate (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openReadWriteMustCreateThrowsIfAlreadyExists [ OK ] okio.FakeWindowsFileSystemTest.openReadWriteMustCreateThrowsIfAlreadyExists (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openReadWriteMustExist [ OK ] okio.FakeWindowsFileSystemTest.openReadWriteMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openReadWriteMustExistThrowsIfAbsent [ OK ] okio.FakeWindowsFileSystemTest.openReadWriteMustExistThrowsIfAbsent (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openReadWriteThrowsIfBothMustCreateAndMustExist [ OK ] okio.FakeWindowsFileSystemTest.openReadWriteThrowsIfBothMustCreateAndMustExist (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openSymlinkFileHandle [ OK ] okio.FakeWindowsFileSystemTest.openSymlinkFileHandle (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openSymlinkSink [ OK ] okio.FakeWindowsFileSystemTest.openSymlinkSink (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.openSymlinkSource [ OK ] okio.FakeWindowsFileSystemTest.openSymlinkSource (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.parentDirectoryIsFileMetadataOrNull [ OK ] okio.FakeWindowsFileSystemTest.parentDirectoryIsFileMetadataOrNull (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.readAfterFileSystemClose [ OK ] okio.FakeWindowsFileSystemTest.readAfterFileSystemClose (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.readPath [ OK ] okio.FakeWindowsFileSystemTest.readPath (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.relativeSymlinkMetadata [ OK ] okio.FakeWindowsFileSystemTest.relativeSymlinkMetadata (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.renameSourceIsOpenFailsOnWindows [ OK ] okio.FakeWindowsFileSystemTest.renameSourceIsOpenFailsOnWindows (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.renameTargetIsOpenFailsOnWindows [ OK ] okio.FakeWindowsFileSystemTest.renameTargetIsOpenFailsOnWindows (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.sinkPositionFailsAfterClose [ OK ] okio.FakeWindowsFileSystemTest.sinkPositionFailsAfterClose (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.sinkRepositionFailsAfterClose [ OK ] okio.FakeWindowsFileSystemTest.sinkRepositionFailsAfterClose (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.sizeFailsAfterClose [ OK ] okio.FakeWindowsFileSystemTest.sizeFailsAfterClose (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.sourcePositionFailsAfterClose [ OK ] okio.FakeWindowsFileSystemTest.sourcePositionFailsAfterClose (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.sourceRepositionFailsAfterClose [ OK ] okio.FakeWindowsFileSystemTest.sourceRepositionFailsAfterClose (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.startReadWhileReadingAllowedWhenStrict [ OK ] okio.FakeWindowsFileSystemTest.startReadWhileReadingAllowedWhenStrict (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.startReadWhileWritingNotAllowedWhenStrict [ OK ] okio.FakeWindowsFileSystemTest.startReadWhileWritingNotAllowedWhenStrict (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.startWriteWhileReadingNotAllowedWhenStrict [ OK ] okio.FakeWindowsFileSystemTest.startWriteWhileReadingNotAllowedWhenStrict (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.startWriteWhileWritingNotAllowedWhenStrict [ OK ] okio.FakeWindowsFileSystemTest.startWriteWhileWritingNotAllowedWhenStrict (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.symlinkCanBeRelative [ OK ] okio.FakeWindowsFileSystemTest.symlinkCanBeRelative (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.symlinkCanBeRelativeWithDotDots [ OK ] okio.FakeWindowsFileSystemTest.symlinkCanBeRelativeWithDotDots (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.symlinkCanBeUsedAfterSettingAllowSymlinksToFalse [ OK ] okio.FakeWindowsFileSystemTest.symlinkCanBeUsedAfterSettingAllowSymlinksToFalse (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.symlinkCannotBeCreatedAfterSettingAllowSymlinksToFalse [ OK ] okio.FakeWindowsFileSystemTest.symlinkCannotBeCreatedAfterSettingAllowSymlinksToFalse (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.symlinkCycle [ OK ] okio.FakeWindowsFileSystemTest.symlinkCycle (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.symlinkDirectoryLastAccessedAt [ OK ] okio.FakeWindowsFileSystemTest.symlinkDirectoryLastAccessedAt (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.symlinkExtras [ OK ] okio.FakeWindowsFileSystemTest.symlinkExtras (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.symlinkFileLastAccessedAt [ OK ] okio.FakeWindowsFileSystemTest.symlinkFileLastAccessedAt (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.workingDirectoryMustBeAbsolute [ OK ] okio.FakeWindowsFileSystemTest.workingDirectoryMustBeAbsolute (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.writeAfterFileSystemClose [ OK ] okio.FakeWindowsFileSystemTest.writeAfterFileSystemClose (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.writePath [ OK ] okio.FakeWindowsFileSystemTest.writePath (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.writePathMustCreate [ OK ] okio.FakeWindowsFileSystemTest.writePathMustCreate (0 ms) [ RUN ] okio.FakeWindowsFileSystemTest.writePathMustCreateThrowsIfAlreadyExists [ OK ] okio.FakeWindowsFileSystemTest.writePathMustCreateThrowsIfAlreadyExists (0 ms) [----------] 205 tests from okio.FakeWindowsFileSystemTest (514 ms total) [----------] 205 tests from okio.FakeUnixFileSystemTest [ RUN ] okio.FakeUnixFileSystemTest.absentMetadata [ OK ] okio.FakeUnixFileSystemTest.absentMetadata (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.absentMetadataOrNull [ OK ] okio.FakeUnixFileSystemTest.absentMetadataOrNull (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.absentParentDirectoryMetadataOrNull [ OK ] okio.FakeUnixFileSystemTest.absentParentDirectoryMetadataOrNull (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.absoluteSymlinkMetadata [ OK ] okio.FakeUnixFileSystemTest.absoluteSymlinkMetadata (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.allPathsDoesNotIncludeDeletedFile [ OK ] okio.FakeUnixFileSystemTest.allPathsDoesNotIncludeDeletedFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.allPathsDoesNotIncludeDeletedOpenFile [ OK ] okio.FakeUnixFileSystemTest.allPathsDoesNotIncludeDeletedOpenFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.allPathsIncludesDirectory [ OK ] okio.FakeUnixFileSystemTest.allPathsIncludesDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.allPathsIncludesFile [ OK ] okio.FakeUnixFileSystemTest.allPathsIncludesFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.allPathsIsSorted [ OK ] okio.FakeUnixFileSystemTest.allPathsIsSorted (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.appendingSinkAppendsToExistingFile [ OK ] okio.FakeUnixFileSystemTest.appendingSinkAppendsToExistingFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.appendingSinkCreatesNewFile [ OK ] okio.FakeUnixFileSystemTest.appendingSinkCreatesNewFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.appendingSinkDoesNotImpactExistingFile [ OK ] okio.FakeUnixFileSystemTest.appendingSinkDoesNotImpactExistingFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.appendingSinkExistingFileMustExist [ OK ] okio.FakeUnixFileSystemTest.appendingSinkExistingFileMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.appendingSinkMustExistThrowsIfAbsent [ OK ] okio.FakeUnixFileSystemTest.appendingSinkMustExistThrowsIfAbsent (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.atomicMoveClobberExistingFile [ OK ] okio.FakeUnixFileSystemTest.atomicMoveClobberExistingFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.atomicMoveDirectory [ OK ] okio.FakeUnixFileSystemTest.atomicMoveDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.atomicMoveFile [ OK ] okio.FakeUnixFileSystemTest.atomicMoveFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.atomicMoveSourceDoesNotExist [ OK ] okio.FakeUnixFileSystemTest.atomicMoveSourceDoesNotExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.atomicMoveSourceIsDirectoryAndTargetIsFile [ OK ] okio.FakeUnixFileSystemTest.atomicMoveSourceIsDirectoryAndTargetIsFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.atomicMoveSourceIsFileAndTargetIsDirectory [ OK ] okio.FakeUnixFileSystemTest.atomicMoveSourceIsFileAndTargetIsDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.atomicMoveSourceIsTarget [ OK ] okio.FakeUnixFileSystemTest.atomicMoveSourceIsTarget (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.bufferedFileHandleSourceHappyPath [ OK ] okio.FakeUnixFileSystemTest.bufferedFileHandleSourceHappyPath (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.bufferedFileHandleSourceSeekBackwards [ OK ] okio.FakeUnixFileSystemTest.bufferedFileHandleSourceSeekBackwards (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.canonicalizeAbsolutePathNoSuchFile [ OK ] okio.FakeUnixFileSystemTest.canonicalizeAbsolutePathNoSuchFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory [ OK ] okio.FakeUnixFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.canonicalizeFollowsMultipleDirectoriesAndMultipleFiles [ OK ] okio.FakeUnixFileSystemTest.canonicalizeFollowsMultipleDirectoriesAndMultipleFiles (1 ms) [ RUN ] okio.FakeUnixFileSystemTest.canonicalizeFollowsSymlinkDirectories [ OK ] okio.FakeUnixFileSystemTest.canonicalizeFollowsSymlinkDirectories (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.canonicalizeFollowsSymlinkFiles [ OK ] okio.FakeUnixFileSystemTest.canonicalizeFollowsSymlinkFiles (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.canonicalizeRelativePathNoSuchFile [ OK ] okio.FakeUnixFileSystemTest.canonicalizeRelativePathNoSuchFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.canonicalizeReturnsDeeperPath [ OK ] okio.FakeUnixFileSystemTest.canonicalizeReturnsDeeperPath (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.canonicalizeReturnsShallowerPath [ OK ] okio.FakeUnixFileSystemTest.canonicalizeReturnsShallowerPath (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.checkNoOpenFilesThrowsOnOpenSink [ OK ] okio.FakeUnixFileSystemTest.checkNoOpenFilesThrowsOnOpenSink (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.checkNoOpenFilesThrowsOnOpenSource [ OK ] okio.FakeUnixFileSystemTest.checkNoOpenFilesThrowsOnOpenSource (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.copyFile [ OK ] okio.FakeUnixFileSystemTest.copyFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.copySourceDoesNotExist [ OK ] okio.FakeUnixFileSystemTest.copySourceDoesNotExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.copyTargetIsClobbered [ OK ] okio.FakeUnixFileSystemTest.copyTargetIsClobbered (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesAlreadyExists [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesAlreadyExists (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesAlreadyExistsMustCreateThrows [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesAlreadyExistsMustCreateThrows (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesForChildOfUncRoot [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesForChildOfUncRoot (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesForChildOfUnixRoot [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesForChildOfUnixRoot (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesForChildOfVolumeLetterRoot [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesForChildOfVolumeLetterRoot (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesForUncRoot [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesForUncRoot (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesForUnixRoot [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesForUnixRoot (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesForVolumeLetterRoot [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesForVolumeLetterRoot (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesParentDirectoryDoesNotExist [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesParentIsFile [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesParentIsFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoriesSingle [ OK ] okio.FakeUnixFileSystemTest.createDirectoriesSingle (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectory [ OK ] okio.FakeUnixFileSystemTest.createDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoryAlreadyExists [ OK ] okio.FakeUnixFileSystemTest.createDirectoryAlreadyExists (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoryAlreadyExistsMustCreateThrows [ OK ] okio.FakeUnixFileSystemTest.createDirectoryAlreadyExistsMustCreateThrows (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoryMustCreate [ OK ] okio.FakeUnixFileSystemTest.createDirectoryMustCreate (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createDirectoryParentDirectoryDoesNotExist [ OK ] okio.FakeUnixFileSystemTest.createDirectoryParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createExtrasDefensiveCopy [ OK ] okio.FakeUnixFileSystemTest.createExtrasDefensiveCopy (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createSymlinkParentDirectoryDoesNotExist [ OK ] okio.FakeUnixFileSystemTest.createSymlinkParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.createSymlinkSourceAlreadyExists [ OK ] okio.FakeUnixFileSystemTest.createSymlinkSourceAlreadyExists (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.currentWorkingDirectoryIsADirectory [ OK ] okio.FakeUnixFileSystemTest.currentWorkingDirectoryIsADirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteContentsOfParentOfFileOpenForReadingFailsOnWindows [ OK ] okio.FakeUnixFileSystemTest.deleteContentsOfParentOfFileOpenForReadingFailsOnWindows (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteDoesNotExist [ OK ] okio.FakeUnixFileSystemTest.deleteDoesNotExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteEmptyDirectory [ OK ] okio.FakeUnixFileSystemTest.deleteEmptyDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteEmptyDirectoryMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteEmptyDirectoryMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteExtra [ OK ] okio.FakeUnixFileSystemTest.deleteExtra (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteFailsOnNoSuchFileIfMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteFailsOnNoSuchFileIfMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteFailsOnNonEmptyDirectory [ OK ] okio.FakeUnixFileSystemTest.deleteFailsOnNonEmptyDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteFailsOnNonEmptyDirectoryMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteFailsOnNonEmptyDirectoryMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteFile [ OK ] okio.FakeUnixFileSystemTest.deleteFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteFileMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteFileMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteOpenForReadingFailsOnWindows [ OK ] okio.FakeUnixFileSystemTest.deleteOpenForReadingFailsOnWindows (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteOpenForWritingFailsOnWindows [ OK ] okio.FakeUnixFileSystemTest.deleteOpenForWritingFailsOnWindows (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyDeepHierarchy [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyDeepHierarchy (1 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyDeepHierarchyMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyDeepHierarchyMustExist (1 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyEmptyDirectory [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyEmptyDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyEmptyDirectoryMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyEmptyDirectoryMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyFile [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyFileMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyFileMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyMustExistFailsOnNoSuchFile [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyMustExistFailsOnNoSuchFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyNoSuchFile [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyNoSuchFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyNonEmptyDirectory [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyNonEmptyDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyNonEmptyDirectoryMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyNonEmptyDirectoryMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceeds [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceeds (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceedsMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceedsMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlink [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlink (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlinkMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlinkMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceeds [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceeds (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceedsMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceedsMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlink [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlink (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlinkMustExist [ OK ] okio.FakeUnixFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlinkMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.deleteSymlinkDoesntDeleteTargetFile [ OK ] okio.FakeUnixFileSystemTest.deleteSymlinkDoesntDeleteTargetFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.directoryExists [ OK ] okio.FakeUnixFileSystemTest.directoryExists (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.directoryExtras [ OK ] okio.FakeUnixFileSystemTest.directoryExtras (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.directoryLastAccessedTime [ OK ] okio.FakeUnixFileSystemTest.directoryLastAccessedTime (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.directoryMetadata [ OK ] okio.FakeUnixFileSystemTest.directoryMetadata (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.directoryMetadataWithSpecialCharacterNamedFiles [ OK ] okio.FakeUnixFileSystemTest.directoryMetadataWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.doesNotExistsWithInvalidPathDoesNotThrow [ OK ] okio.FakeUnixFileSystemTest.doesNotExistsWithInvalidPathDoesNotThrow (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.extraIsMovedByAtomicMove [ OK ] okio.FakeUnixFileSystemTest.extraIsMovedByAtomicMove (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.extraIsNotCopiedByFileCopy [ OK ] okio.FakeUnixFileSystemTest.extraIsNotCopiedByFileCopy (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.extrasHappyPath [ OK ] okio.FakeUnixFileSystemTest.extrasHappyPath (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileExists [ OK ] okio.FakeUnixFileSystemTest.fileExists (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileExtras [ OK ] okio.FakeUnixFileSystemTest.fileExtras (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleBufferedSinkPosition [ OK ] okio.FakeUnixFileSystemTest.fileHandleBufferedSinkPosition (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleBufferedSinkReposition [ OK ] okio.FakeUnixFileSystemTest.fileHandleBufferedSinkReposition (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleBufferedSourceReposition [ OK ] okio.FakeUnixFileSystemTest.fileHandleBufferedSourceReposition (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleEmptyArrayWriteAndRead [ OK ] okio.FakeUnixFileSystemTest.fileHandleEmptyArrayWriteAndRead (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleFlush [ OK ] okio.FakeUnixFileSystemTest.fileHandleFlush (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleLargeArrayWriteAndRead [ OK ] okio.FakeUnixFileSystemTest.fileHandleLargeArrayWriteAndRead (166 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleLargeBufferedWriteAndRead [ OK ] okio.FakeUnixFileSystemTest.fileHandleLargeBufferedWriteAndRead (263 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleResizeLarger [ OK ] okio.FakeUnixFileSystemTest.fileHandleResizeLarger (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleResizeSmaller [ OK ] okio.FakeUnixFileSystemTest.fileHandleResizeSmaller (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleSinkPosition [ OK ] okio.FakeUnixFileSystemTest.fileHandleSinkPosition (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleSinkReposition [ OK ] okio.FakeUnixFileSystemTest.fileHandleSinkReposition (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleSourceHappyPath [ OK ] okio.FakeUnixFileSystemTest.fileHandleSourceHappyPath (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleSourceReposition [ OK ] okio.FakeUnixFileSystemTest.fileHandleSourceReposition (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleSourceSeekBackwards [ OK ] okio.FakeUnixFileSystemTest.fileHandleSourceSeekBackwards (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleWriteAndOverwrite [ OK ] okio.FakeUnixFileSystemTest.fileHandleWriteAndOverwrite (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleWriteAndRead [ OK ] okio.FakeUnixFileSystemTest.fileHandleWriteAndRead (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileHandleWriteBeyondEnd [ OK ] okio.FakeUnixFileSystemTest.fileHandleWriteBeyondEnd (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileLastAccessedTime [ OK ] okio.FakeUnixFileSystemTest.fileLastAccessedTime (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileMetadata [ OK ] okio.FakeUnixFileSystemTest.fileMetadata (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileMetadataWithSpecialCharacterNamedFiles [ OK ] okio.FakeUnixFileSystemTest.fileMetadataWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileSink [ OK ] okio.FakeUnixFileSystemTest.fileSink (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileSinkFlush [ OK ] okio.FakeUnixFileSystemTest.fileSinkFlush (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileSinkMustCreate [ OK ] okio.FakeUnixFileSystemTest.fileSinkMustCreate (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileSinkMustCreateThrowsIfAlreadyExists [ OK ] okio.FakeUnixFileSystemTest.fileSinkMustCreateThrowsIfAlreadyExists (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileSinkNoSuchDirectory [ OK ] okio.FakeUnixFileSystemTest.fileSinkNoSuchDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileSinkSpecialCharacters [ OK ] okio.FakeUnixFileSystemTest.fileSinkSpecialCharacters (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileSinkWithSpecialCharacterNamedFiles [ OK ] okio.FakeUnixFileSystemTest.fileSinkWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileSource [ OK ] okio.FakeUnixFileSystemTest.fileSource (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.fileSourceNoSuchDirectory [ OK ] okio.FakeUnixFileSystemTest.fileSourceNoSuchDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.followingRecursiveSymlinksIsOkay [ OK ] okio.FakeUnixFileSystemTest.followingRecursiveSymlinksIsOkay (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.getExtraAbsent [ OK ] okio.FakeUnixFileSystemTest.getExtraAbsent (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.getExtraWrongType [ OK ] okio.FakeUnixFileSystemTest.getExtraWrongType (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.list [ OK ] okio.FakeUnixFileSystemTest.list (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listFile [ OK ] okio.FakeUnixFileSystemTest.listFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listNoSuchDirectory [ OK ] okio.FakeUnixFileSystemTest.listNoSuchDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listOnRelativePathReturnsRelativePaths [ OK ] okio.FakeUnixFileSystemTest.listOnRelativePathReturnsRelativePaths (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths [ OK ] okio.FakeUnixFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listOrNull [ OK ] okio.FakeUnixFileSystemTest.listOrNull (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listOrNullFile [ OK ] okio.FakeUnixFileSystemTest.listOrNullFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listOrNullNoSuchDirectory [ OK ] okio.FakeUnixFileSystemTest.listOrNullNoSuchDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listOrNullOnRelativePathReturnsRelativePaths [ OK ] okio.FakeUnixFileSystemTest.listOrNullOnRelativePathReturnsRelativePaths (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths [ OK ] okio.FakeUnixFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listOrNullResultsAreSorted [ OK ] okio.FakeUnixFileSystemTest.listOrNullResultsAreSorted (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursiveOnSymlinkWithSpecialCharacterNamedFiles [ OK ] okio.FakeUnixFileSystemTest.listRecursiveOnSymlinkWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursiveWithSpecialCharacterNamedFiles [ OK ] okio.FakeUnixFileSystemTest.listRecursiveWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyDoesNotFollowRelativeSymlink [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyDoesNotFollowRelativeSymlink (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyDoesNotFollowSymlinks [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyDoesNotFollowSymlinks (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyFollowsSymlinks [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyFollowsSymlinks (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyIsDepthFirst [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyIsDepthFirst (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyIsLazy [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyIsLazy (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyNoSuchFile [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyNoSuchFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyNotADirectory [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyNotADirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyOnSymlink [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyOnSymlink (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyOnSymlinkCycleThrows [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyOnSymlinkCycleThrows (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyRecurses [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyRecurses (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyReturnsEmpty [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyReturnsEmpty (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelyReturnsSingleFile [ OK ] okio.FakeUnixFileSystemTest.listRecursivelyReturnsSingleFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelySequenceIterationsAreIndependent [ OK ] okio.FakeUnixFileSystemTest.listRecursivelySequenceIterationsAreIndependent (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listRecursivelySilentlyIgnoresListFailures [ OK ] okio.FakeUnixFileSystemTest.listRecursivelySilentlyIgnoresListFailures (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listResultsAreSorted [ OK ] okio.FakeUnixFileSystemTest.listResultsAreSorted (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.listSymlinkDirectory [ OK ] okio.FakeUnixFileSystemTest.listSymlinkDirectory (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.metadataForRootsGeneratedOnDemand [ OK ] okio.FakeUnixFileSystemTest.metadataForRootsGeneratedOnDemand (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.moveSymlinkDoesntMoveTargetFile [ OK ] okio.FakeUnixFileSystemTest.moveSymlinkDoesntMoveTargetFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openFileWithDirectorySymlink [ OK ] okio.FakeUnixFileSystemTest.openFileWithDirectorySymlink (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openPathsIncludesOpenSink [ OK ] okio.FakeUnixFileSystemTest.openPathsIncludesOpenSink (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openPathsIncludesOpenSource [ OK ] okio.FakeUnixFileSystemTest.openPathsIncludesOpenSource (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openPathsIsOpenOrder [ OK ] okio.FakeUnixFileSystemTest.openPathsIsOpenOrder (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openReadOnlyFailsOnAbsentFile [ OK ] okio.FakeUnixFileSystemTest.openReadOnlyFailsOnAbsentFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openReadOnlyThrowsOnAttemptToWrite [ OK ] okio.FakeUnixFileSystemTest.openReadOnlyThrowsOnAttemptToWrite (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openReadWriteCreatesAbsentFile [ OK ] okio.FakeUnixFileSystemTest.openReadWriteCreatesAbsentFile (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openReadWriteCreatesAbsentFileMustCreate [ OK ] okio.FakeUnixFileSystemTest.openReadWriteCreatesAbsentFileMustCreate (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openReadWriteMustCreateThrowsIfAlreadyExists [ OK ] okio.FakeUnixFileSystemTest.openReadWriteMustCreateThrowsIfAlreadyExists (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openReadWriteMustExist [ OK ] okio.FakeUnixFileSystemTest.openReadWriteMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openReadWriteMustExistThrowsIfAbsent [ OK ] okio.FakeUnixFileSystemTest.openReadWriteMustExistThrowsIfAbsent (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openReadWriteThrowsIfBothMustCreateAndMustExist [ OK ] okio.FakeUnixFileSystemTest.openReadWriteThrowsIfBothMustCreateAndMustExist (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openSymlinkFileHandle [ OK ] okio.FakeUnixFileSystemTest.openSymlinkFileHandle (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openSymlinkSink [ OK ] okio.FakeUnixFileSystemTest.openSymlinkSink (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.openSymlinkSource [ OK ] okio.FakeUnixFileSystemTest.openSymlinkSource (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.parentDirectoryIsFileMetadataOrNull [ OK ] okio.FakeUnixFileSystemTest.parentDirectoryIsFileMetadataOrNull (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.readAfterFileSystemClose [ OK ] okio.FakeUnixFileSystemTest.readAfterFileSystemClose (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.readPath [ OK ] okio.FakeUnixFileSystemTest.readPath (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.relativeSymlinkMetadata [ OK ] okio.FakeUnixFileSystemTest.relativeSymlinkMetadata (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.renameSourceIsOpenFailsOnWindows [ OK ] okio.FakeUnixFileSystemTest.renameSourceIsOpenFailsOnWindows (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.renameTargetIsOpenFailsOnWindows [ OK ] okio.FakeUnixFileSystemTest.renameTargetIsOpenFailsOnWindows (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.sinkPositionFailsAfterClose [ OK ] okio.FakeUnixFileSystemTest.sinkPositionFailsAfterClose (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.sinkRepositionFailsAfterClose [ OK ] okio.FakeUnixFileSystemTest.sinkRepositionFailsAfterClose (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.sizeFailsAfterClose [ OK ] okio.FakeUnixFileSystemTest.sizeFailsAfterClose (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.sourcePositionFailsAfterClose [ OK ] okio.FakeUnixFileSystemTest.sourcePositionFailsAfterClose (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.sourceRepositionFailsAfterClose [ OK ] okio.FakeUnixFileSystemTest.sourceRepositionFailsAfterClose (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.startReadWhileReadingAllowedWhenStrict [ OK ] okio.FakeUnixFileSystemTest.startReadWhileReadingAllowedWhenStrict (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.startReadWhileWritingNotAllowedWhenStrict [ OK ] okio.FakeUnixFileSystemTest.startReadWhileWritingNotAllowedWhenStrict (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.startWriteWhileReadingNotAllowedWhenStrict [ OK ] okio.FakeUnixFileSystemTest.startWriteWhileReadingNotAllowedWhenStrict (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.startWriteWhileWritingNotAllowedWhenStrict [ OK ] okio.FakeUnixFileSystemTest.startWriteWhileWritingNotAllowedWhenStrict (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.symlinkCanBeRelative [ OK ] okio.FakeUnixFileSystemTest.symlinkCanBeRelative (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.symlinkCanBeRelativeWithDotDots [ OK ] okio.FakeUnixFileSystemTest.symlinkCanBeRelativeWithDotDots (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.symlinkCanBeUsedAfterSettingAllowSymlinksToFalse [ OK ] okio.FakeUnixFileSystemTest.symlinkCanBeUsedAfterSettingAllowSymlinksToFalse (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.symlinkCannotBeCreatedAfterSettingAllowSymlinksToFalse [ OK ] okio.FakeUnixFileSystemTest.symlinkCannotBeCreatedAfterSettingAllowSymlinksToFalse (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.symlinkCycle [ OK ] okio.FakeUnixFileSystemTest.symlinkCycle (3 ms) [ RUN ] okio.FakeUnixFileSystemTest.symlinkDirectoryLastAccessedAt [ OK ] okio.FakeUnixFileSystemTest.symlinkDirectoryLastAccessedAt (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.symlinkExtras [ OK ] okio.FakeUnixFileSystemTest.symlinkExtras (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.symlinkFileLastAccessedAt [ OK ] okio.FakeUnixFileSystemTest.symlinkFileLastAccessedAt (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.workingDirectoryMustBeAbsolute [ OK ] okio.FakeUnixFileSystemTest.workingDirectoryMustBeAbsolute (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.writeAfterFileSystemClose [ OK ] okio.FakeUnixFileSystemTest.writeAfterFileSystemClose (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.writePath [ OK ] okio.FakeUnixFileSystemTest.writePath (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.writePathMustCreate [ OK ] okio.FakeUnixFileSystemTest.writePathMustCreate (0 ms) [ RUN ] okio.FakeUnixFileSystemTest.writePathMustCreateThrowsIfAlreadyExists [ OK ] okio.FakeUnixFileSystemTest.writePathMustCreateThrowsIfAlreadyExists (0 ms) [----------] 205 tests from okio.FakeUnixFileSystemTest (540 ms total) [----------] 205 tests from okio.StrictFakeFileSystemTest [ RUN ] okio.StrictFakeFileSystemTest.absentMetadata [ OK ] okio.StrictFakeFileSystemTest.absentMetadata (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.absentMetadataOrNull [ OK ] okio.StrictFakeFileSystemTest.absentMetadataOrNull (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.absentParentDirectoryMetadataOrNull [ OK ] okio.StrictFakeFileSystemTest.absentParentDirectoryMetadataOrNull (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.absoluteSymlinkMetadata [ OK ] okio.StrictFakeFileSystemTest.absoluteSymlinkMetadata (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.allPathsDoesNotIncludeDeletedFile [ OK ] okio.StrictFakeFileSystemTest.allPathsDoesNotIncludeDeletedFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.allPathsDoesNotIncludeDeletedOpenFile [ OK ] okio.StrictFakeFileSystemTest.allPathsDoesNotIncludeDeletedOpenFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.allPathsIncludesDirectory [ OK ] okio.StrictFakeFileSystemTest.allPathsIncludesDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.allPathsIncludesFile [ OK ] okio.StrictFakeFileSystemTest.allPathsIncludesFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.allPathsIsSorted [ OK ] okio.StrictFakeFileSystemTest.allPathsIsSorted (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.appendingSinkAppendsToExistingFile [ OK ] okio.StrictFakeFileSystemTest.appendingSinkAppendsToExistingFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.appendingSinkCreatesNewFile [ OK ] okio.StrictFakeFileSystemTest.appendingSinkCreatesNewFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.appendingSinkDoesNotImpactExistingFile [ OK ] okio.StrictFakeFileSystemTest.appendingSinkDoesNotImpactExistingFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.appendingSinkExistingFileMustExist [ OK ] okio.StrictFakeFileSystemTest.appendingSinkExistingFileMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.appendingSinkMustExistThrowsIfAbsent [ OK ] okio.StrictFakeFileSystemTest.appendingSinkMustExistThrowsIfAbsent (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.atomicMoveClobberExistingFile [ OK ] okio.StrictFakeFileSystemTest.atomicMoveClobberExistingFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.atomicMoveDirectory [ OK ] okio.StrictFakeFileSystemTest.atomicMoveDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.atomicMoveFile [ OK ] okio.StrictFakeFileSystemTest.atomicMoveFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.atomicMoveSourceDoesNotExist [ OK ] okio.StrictFakeFileSystemTest.atomicMoveSourceDoesNotExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.atomicMoveSourceIsDirectoryAndTargetIsFile [ OK ] okio.StrictFakeFileSystemTest.atomicMoveSourceIsDirectoryAndTargetIsFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.atomicMoveSourceIsFileAndTargetIsDirectory [ OK ] okio.StrictFakeFileSystemTest.atomicMoveSourceIsFileAndTargetIsDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.atomicMoveSourceIsTarget [ OK ] okio.StrictFakeFileSystemTest.atomicMoveSourceIsTarget (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.bufferedFileHandleSourceHappyPath [ OK ] okio.StrictFakeFileSystemTest.bufferedFileHandleSourceHappyPath (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.bufferedFileHandleSourceSeekBackwards [ OK ] okio.StrictFakeFileSystemTest.bufferedFileHandleSourceSeekBackwards (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.canonicalizeAbsolutePathNoSuchFile [ OK ] okio.StrictFakeFileSystemTest.canonicalizeAbsolutePathNoSuchFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory [ OK ] okio.StrictFakeFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.canonicalizeFollowsMultipleDirectoriesAndMultipleFiles [ OK ] okio.StrictFakeFileSystemTest.canonicalizeFollowsMultipleDirectoriesAndMultipleFiles (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.canonicalizeFollowsSymlinkDirectories [ OK ] okio.StrictFakeFileSystemTest.canonicalizeFollowsSymlinkDirectories (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.canonicalizeFollowsSymlinkFiles [ OK ] okio.StrictFakeFileSystemTest.canonicalizeFollowsSymlinkFiles (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.canonicalizeRelativePathNoSuchFile [ OK ] okio.StrictFakeFileSystemTest.canonicalizeRelativePathNoSuchFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.canonicalizeReturnsDeeperPath [ OK ] okio.StrictFakeFileSystemTest.canonicalizeReturnsDeeperPath (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.canonicalizeReturnsShallowerPath [ OK ] okio.StrictFakeFileSystemTest.canonicalizeReturnsShallowerPath (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.checkNoOpenFilesThrowsOnOpenSink [ OK ] okio.StrictFakeFileSystemTest.checkNoOpenFilesThrowsOnOpenSink (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.checkNoOpenFilesThrowsOnOpenSource [ OK ] okio.StrictFakeFileSystemTest.checkNoOpenFilesThrowsOnOpenSource (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.copyFile [ OK ] okio.StrictFakeFileSystemTest.copyFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.copySourceDoesNotExist [ OK ] okio.StrictFakeFileSystemTest.copySourceDoesNotExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.copyTargetIsClobbered [ OK ] okio.StrictFakeFileSystemTest.copyTargetIsClobbered (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesAlreadyExists [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesAlreadyExists (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesAlreadyExistsMustCreateThrows [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesAlreadyExistsMustCreateThrows (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesForChildOfUncRoot [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesForChildOfUncRoot (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesForChildOfUnixRoot [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesForChildOfUnixRoot (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesForChildOfVolumeLetterRoot [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesForChildOfVolumeLetterRoot (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesForUncRoot [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesForUncRoot (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesForUnixRoot [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesForUnixRoot (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesForVolumeLetterRoot [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesForVolumeLetterRoot (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesParentDirectoryDoesNotExist [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesParentIsFile [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesParentIsFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoriesSingle [ OK ] okio.StrictFakeFileSystemTest.createDirectoriesSingle (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectory [ OK ] okio.StrictFakeFileSystemTest.createDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoryAlreadyExists [ OK ] okio.StrictFakeFileSystemTest.createDirectoryAlreadyExists (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoryAlreadyExistsMustCreateThrows [ OK ] okio.StrictFakeFileSystemTest.createDirectoryAlreadyExistsMustCreateThrows (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoryMustCreate [ OK ] okio.StrictFakeFileSystemTest.createDirectoryMustCreate (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createDirectoryParentDirectoryDoesNotExist [ OK ] okio.StrictFakeFileSystemTest.createDirectoryParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createExtrasDefensiveCopy [ OK ] okio.StrictFakeFileSystemTest.createExtrasDefensiveCopy (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createSymlinkParentDirectoryDoesNotExist [ OK ] okio.StrictFakeFileSystemTest.createSymlinkParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.createSymlinkSourceAlreadyExists [ OK ] okio.StrictFakeFileSystemTest.createSymlinkSourceAlreadyExists (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.currentWorkingDirectoryIsADirectory [ OK ] okio.StrictFakeFileSystemTest.currentWorkingDirectoryIsADirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteContentsOfParentOfFileOpenForReadingFailsOnWindows [ OK ] okio.StrictFakeFileSystemTest.deleteContentsOfParentOfFileOpenForReadingFailsOnWindows (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteDoesNotExist [ OK ] okio.StrictFakeFileSystemTest.deleteDoesNotExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteEmptyDirectory [ OK ] okio.StrictFakeFileSystemTest.deleteEmptyDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteEmptyDirectoryMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteEmptyDirectoryMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteExtra [ OK ] okio.StrictFakeFileSystemTest.deleteExtra (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteFailsOnNoSuchFileIfMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteFailsOnNoSuchFileIfMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteFailsOnNonEmptyDirectory [ OK ] okio.StrictFakeFileSystemTest.deleteFailsOnNonEmptyDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteFailsOnNonEmptyDirectoryMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteFailsOnNonEmptyDirectoryMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteFile [ OK ] okio.StrictFakeFileSystemTest.deleteFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteFileMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteFileMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteOpenForReadingFailsOnWindows [ OK ] okio.StrictFakeFileSystemTest.deleteOpenForReadingFailsOnWindows (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteOpenForWritingFailsOnWindows [ OK ] okio.StrictFakeFileSystemTest.deleteOpenForWritingFailsOnWindows (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyDeepHierarchy [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyDeepHierarchy (1 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyDeepHierarchyMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyDeepHierarchyMustExist (1 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyEmptyDirectory [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyEmptyDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyEmptyDirectoryMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyEmptyDirectoryMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyFile [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyFileMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyFileMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyMustExistFailsOnNoSuchFile [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyMustExistFailsOnNoSuchFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyNoSuchFile [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyNoSuchFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyNonEmptyDirectory [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyNonEmptyDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyNonEmptyDirectoryMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyNonEmptyDirectoryMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceeds [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceeds (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceedsMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceedsMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlink [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlink (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlinkMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlinkMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceeds [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceeds (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceedsMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceedsMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlink [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlink (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlinkMustExist [ OK ] okio.StrictFakeFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlinkMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.deleteSymlinkDoesntDeleteTargetFile [ OK ] okio.StrictFakeFileSystemTest.deleteSymlinkDoesntDeleteTargetFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.directoryExists [ OK ] okio.StrictFakeFileSystemTest.directoryExists (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.directoryExtras [ OK ] okio.StrictFakeFileSystemTest.directoryExtras (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.directoryLastAccessedTime [ OK ] okio.StrictFakeFileSystemTest.directoryLastAccessedTime (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.directoryMetadata [ OK ] okio.StrictFakeFileSystemTest.directoryMetadata (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.directoryMetadataWithSpecialCharacterNamedFiles [ OK ] okio.StrictFakeFileSystemTest.directoryMetadataWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.doesNotExistsWithInvalidPathDoesNotThrow [ OK ] okio.StrictFakeFileSystemTest.doesNotExistsWithInvalidPathDoesNotThrow (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.extraIsMovedByAtomicMove [ OK ] okio.StrictFakeFileSystemTest.extraIsMovedByAtomicMove (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.extraIsNotCopiedByFileCopy [ OK ] okio.StrictFakeFileSystemTest.extraIsNotCopiedByFileCopy (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.extrasHappyPath [ OK ] okio.StrictFakeFileSystemTest.extrasHappyPath (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileExists [ OK ] okio.StrictFakeFileSystemTest.fileExists (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileExtras [ OK ] okio.StrictFakeFileSystemTest.fileExtras (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleBufferedSinkPosition [ OK ] okio.StrictFakeFileSystemTest.fileHandleBufferedSinkPosition (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleBufferedSinkReposition [ OK ] okio.StrictFakeFileSystemTest.fileHandleBufferedSinkReposition (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleBufferedSourceReposition [ OK ] okio.StrictFakeFileSystemTest.fileHandleBufferedSourceReposition (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleEmptyArrayWriteAndRead [ OK ] okio.StrictFakeFileSystemTest.fileHandleEmptyArrayWriteAndRead (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleFlush [ OK ] okio.StrictFakeFileSystemTest.fileHandleFlush (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleLargeArrayWriteAndRead [ OK ] okio.StrictFakeFileSystemTest.fileHandleLargeArrayWriteAndRead (168 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleLargeBufferedWriteAndRead [ OK ] okio.StrictFakeFileSystemTest.fileHandleLargeBufferedWriteAndRead (271 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleResizeLarger [ OK ] okio.StrictFakeFileSystemTest.fileHandleResizeLarger (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleResizeSmaller [ OK ] okio.StrictFakeFileSystemTest.fileHandleResizeSmaller (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleSinkPosition [ OK ] okio.StrictFakeFileSystemTest.fileHandleSinkPosition (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleSinkReposition [ OK ] okio.StrictFakeFileSystemTest.fileHandleSinkReposition (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleSourceHappyPath [ OK ] okio.StrictFakeFileSystemTest.fileHandleSourceHappyPath (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleSourceReposition [ OK ] okio.StrictFakeFileSystemTest.fileHandleSourceReposition (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleSourceSeekBackwards [ OK ] okio.StrictFakeFileSystemTest.fileHandleSourceSeekBackwards (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleWriteAndOverwrite [ OK ] okio.StrictFakeFileSystemTest.fileHandleWriteAndOverwrite (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleWriteAndRead [ OK ] okio.StrictFakeFileSystemTest.fileHandleWriteAndRead (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileHandleWriteBeyondEnd [ OK ] okio.StrictFakeFileSystemTest.fileHandleWriteBeyondEnd (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileLastAccessedTime [ OK ] okio.StrictFakeFileSystemTest.fileLastAccessedTime (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileMetadata [ OK ] okio.StrictFakeFileSystemTest.fileMetadata (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileMetadataWithSpecialCharacterNamedFiles [ OK ] okio.StrictFakeFileSystemTest.fileMetadataWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileSink [ OK ] okio.StrictFakeFileSystemTest.fileSink (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileSinkFlush [ OK ] okio.StrictFakeFileSystemTest.fileSinkFlush (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileSinkMustCreate [ OK ] okio.StrictFakeFileSystemTest.fileSinkMustCreate (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileSinkMustCreateThrowsIfAlreadyExists [ OK ] okio.StrictFakeFileSystemTest.fileSinkMustCreateThrowsIfAlreadyExists (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileSinkNoSuchDirectory [ OK ] okio.StrictFakeFileSystemTest.fileSinkNoSuchDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileSinkSpecialCharacters [ OK ] okio.StrictFakeFileSystemTest.fileSinkSpecialCharacters (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileSinkWithSpecialCharacterNamedFiles [ OK ] okio.StrictFakeFileSystemTest.fileSinkWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileSource [ OK ] okio.StrictFakeFileSystemTest.fileSource (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.fileSourceNoSuchDirectory [ OK ] okio.StrictFakeFileSystemTest.fileSourceNoSuchDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.followingRecursiveSymlinksIsOkay [ OK ] okio.StrictFakeFileSystemTest.followingRecursiveSymlinksIsOkay (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.getExtraAbsent [ OK ] okio.StrictFakeFileSystemTest.getExtraAbsent (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.getExtraWrongType [ OK ] okio.StrictFakeFileSystemTest.getExtraWrongType (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.list [ OK ] okio.StrictFakeFileSystemTest.list (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listFile [ OK ] okio.StrictFakeFileSystemTest.listFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listNoSuchDirectory [ OK ] okio.StrictFakeFileSystemTest.listNoSuchDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listOnRelativePathReturnsRelativePaths [ OK ] okio.StrictFakeFileSystemTest.listOnRelativePathReturnsRelativePaths (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths [ OK ] okio.StrictFakeFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listOrNull [ OK ] okio.StrictFakeFileSystemTest.listOrNull (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listOrNullFile [ OK ] okio.StrictFakeFileSystemTest.listOrNullFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listOrNullNoSuchDirectory [ OK ] okio.StrictFakeFileSystemTest.listOrNullNoSuchDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listOrNullOnRelativePathReturnsRelativePaths [ OK ] okio.StrictFakeFileSystemTest.listOrNullOnRelativePathReturnsRelativePaths (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths [ OK ] okio.StrictFakeFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listOrNullResultsAreSorted [ OK ] okio.StrictFakeFileSystemTest.listOrNullResultsAreSorted (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursiveOnSymlinkWithSpecialCharacterNamedFiles [ OK ] okio.StrictFakeFileSystemTest.listRecursiveOnSymlinkWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursiveWithSpecialCharacterNamedFiles [ OK ] okio.StrictFakeFileSystemTest.listRecursiveWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyDoesNotFollowRelativeSymlink [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyDoesNotFollowRelativeSymlink (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyDoesNotFollowSymlinks [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyDoesNotFollowSymlinks (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyFollowsSymlinks [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyFollowsSymlinks (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyIsDepthFirst [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyIsDepthFirst (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyIsLazy [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyIsLazy (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyNoSuchFile [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyNoSuchFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyNotADirectory [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyNotADirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyOnSymlink [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyOnSymlink (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyOnSymlinkCycleThrows [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyOnSymlinkCycleThrows (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyRecurses [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyRecurses (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyReturnsEmpty [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyReturnsEmpty (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelyReturnsSingleFile [ OK ] okio.StrictFakeFileSystemTest.listRecursivelyReturnsSingleFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelySequenceIterationsAreIndependent [ OK ] okio.StrictFakeFileSystemTest.listRecursivelySequenceIterationsAreIndependent (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listRecursivelySilentlyIgnoresListFailures [ OK ] okio.StrictFakeFileSystemTest.listRecursivelySilentlyIgnoresListFailures (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listResultsAreSorted [ OK ] okio.StrictFakeFileSystemTest.listResultsAreSorted (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.listSymlinkDirectory [ OK ] okio.StrictFakeFileSystemTest.listSymlinkDirectory (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.metadataForRootsGeneratedOnDemand [ OK ] okio.StrictFakeFileSystemTest.metadataForRootsGeneratedOnDemand (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.moveSymlinkDoesntMoveTargetFile [ OK ] okio.StrictFakeFileSystemTest.moveSymlinkDoesntMoveTargetFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openFileWithDirectorySymlink [ OK ] okio.StrictFakeFileSystemTest.openFileWithDirectorySymlink (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openPathsIncludesOpenSink [ OK ] okio.StrictFakeFileSystemTest.openPathsIncludesOpenSink (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openPathsIncludesOpenSource [ OK ] okio.StrictFakeFileSystemTest.openPathsIncludesOpenSource (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openPathsIsOpenOrder [ OK ] okio.StrictFakeFileSystemTest.openPathsIsOpenOrder (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openReadOnlyFailsOnAbsentFile [ OK ] okio.StrictFakeFileSystemTest.openReadOnlyFailsOnAbsentFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openReadOnlyThrowsOnAttemptToWrite [ OK ] okio.StrictFakeFileSystemTest.openReadOnlyThrowsOnAttemptToWrite (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openReadWriteCreatesAbsentFile [ OK ] okio.StrictFakeFileSystemTest.openReadWriteCreatesAbsentFile (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openReadWriteCreatesAbsentFileMustCreate [ OK ] okio.StrictFakeFileSystemTest.openReadWriteCreatesAbsentFileMustCreate (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openReadWriteMustCreateThrowsIfAlreadyExists [ OK ] okio.StrictFakeFileSystemTest.openReadWriteMustCreateThrowsIfAlreadyExists (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openReadWriteMustExist [ OK ] okio.StrictFakeFileSystemTest.openReadWriteMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openReadWriteMustExistThrowsIfAbsent [ OK ] okio.StrictFakeFileSystemTest.openReadWriteMustExistThrowsIfAbsent (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openReadWriteThrowsIfBothMustCreateAndMustExist [ OK ] okio.StrictFakeFileSystemTest.openReadWriteThrowsIfBothMustCreateAndMustExist (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openSymlinkFileHandle [ OK ] okio.StrictFakeFileSystemTest.openSymlinkFileHandle (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openSymlinkSink [ OK ] okio.StrictFakeFileSystemTest.openSymlinkSink (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.openSymlinkSource [ OK ] okio.StrictFakeFileSystemTest.openSymlinkSource (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.parentDirectoryIsFileMetadataOrNull [ OK ] okio.StrictFakeFileSystemTest.parentDirectoryIsFileMetadataOrNull (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.readAfterFileSystemClose [ OK ] okio.StrictFakeFileSystemTest.readAfterFileSystemClose (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.readPath [ OK ] okio.StrictFakeFileSystemTest.readPath (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.relativeSymlinkMetadata [ OK ] okio.StrictFakeFileSystemTest.relativeSymlinkMetadata (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.renameSourceIsOpenFailsOnWindows [ OK ] okio.StrictFakeFileSystemTest.renameSourceIsOpenFailsOnWindows (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.renameTargetIsOpenFailsOnWindows [ OK ] okio.StrictFakeFileSystemTest.renameTargetIsOpenFailsOnWindows (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.sinkPositionFailsAfterClose [ OK ] okio.StrictFakeFileSystemTest.sinkPositionFailsAfterClose (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.sinkRepositionFailsAfterClose [ OK ] okio.StrictFakeFileSystemTest.sinkRepositionFailsAfterClose (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.sizeFailsAfterClose [ OK ] okio.StrictFakeFileSystemTest.sizeFailsAfterClose (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.sourcePositionFailsAfterClose [ OK ] okio.StrictFakeFileSystemTest.sourcePositionFailsAfterClose (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.sourceRepositionFailsAfterClose [ OK ] okio.StrictFakeFileSystemTest.sourceRepositionFailsAfterClose (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.startReadWhileReadingAllowedWhenStrict [ OK ] okio.StrictFakeFileSystemTest.startReadWhileReadingAllowedWhenStrict (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.startReadWhileWritingNotAllowedWhenStrict [ OK ] okio.StrictFakeFileSystemTest.startReadWhileWritingNotAllowedWhenStrict (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.startWriteWhileReadingNotAllowedWhenStrict [ OK ] okio.StrictFakeFileSystemTest.startWriteWhileReadingNotAllowedWhenStrict (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.startWriteWhileWritingNotAllowedWhenStrict [ OK ] okio.StrictFakeFileSystemTest.startWriteWhileWritingNotAllowedWhenStrict (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.symlinkCanBeRelative [ OK ] okio.StrictFakeFileSystemTest.symlinkCanBeRelative (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.symlinkCanBeRelativeWithDotDots [ OK ] okio.StrictFakeFileSystemTest.symlinkCanBeRelativeWithDotDots (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.symlinkCanBeUsedAfterSettingAllowSymlinksToFalse [ OK ] okio.StrictFakeFileSystemTest.symlinkCanBeUsedAfterSettingAllowSymlinksToFalse (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.symlinkCannotBeCreatedAfterSettingAllowSymlinksToFalse [ OK ] okio.StrictFakeFileSystemTest.symlinkCannotBeCreatedAfterSettingAllowSymlinksToFalse (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.symlinkCycle [ OK ] okio.StrictFakeFileSystemTest.symlinkCycle (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.symlinkDirectoryLastAccessedAt [ OK ] okio.StrictFakeFileSystemTest.symlinkDirectoryLastAccessedAt (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.symlinkExtras [ OK ] okio.StrictFakeFileSystemTest.symlinkExtras (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.symlinkFileLastAccessedAt [ OK ] okio.StrictFakeFileSystemTest.symlinkFileLastAccessedAt (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.workingDirectoryMustBeAbsolute [ OK ] okio.StrictFakeFileSystemTest.workingDirectoryMustBeAbsolute (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.writeAfterFileSystemClose [ OK ] okio.StrictFakeFileSystemTest.writeAfterFileSystemClose (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.writePath [ OK ] okio.StrictFakeFileSystemTest.writePath (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.writePathMustCreate [ OK ] okio.StrictFakeFileSystemTest.writePathMustCreate (0 ms) [ RUN ] okio.StrictFakeFileSystemTest.writePathMustCreateThrowsIfAlreadyExists [ OK ] okio.StrictFakeFileSystemTest.writePathMustCreateThrowsIfAlreadyExists (0 ms) [----------] 205 tests from okio.StrictFakeFileSystemTest (537 ms total) [----------] 176 tests from okio.ForwardingFileSystemTest [ RUN ] okio.ForwardingFileSystemTest.pathBlocking [ OK ] okio.ForwardingFileSystemTest.pathBlocking (0 ms) [ RUN ] okio.ForwardingFileSystemTest.operationBlocking [ OK ] okio.ForwardingFileSystemTest.operationBlocking (0 ms) [ RUN ] okio.ForwardingFileSystemTest.pathMapping [ OK ] okio.ForwardingFileSystemTest.pathMapping (0 ms) [ RUN ] okio.ForwardingFileSystemTest.pathMappingImpactedBySorting [ OK ] okio.ForwardingFileSystemTest.pathMappingImpactedBySorting (0 ms) [ RUN ] okio.ForwardingFileSystemTest.copyIsNotForwarded [ OK ] okio.ForwardingFileSystemTest.copyIsNotForwarded (0 ms) [ RUN ] okio.ForwardingFileSystemTest.metadataForwardsParameterAndSymlinkTarget [ OK ] okio.ForwardingFileSystemTest.metadataForwardsParameterAndSymlinkTarget (0 ms) [ RUN ] okio.ForwardingFileSystemTest.closeForwards [ OK ] okio.ForwardingFileSystemTest.closeForwards (0 ms) [ RUN ] okio.ForwardingFileSystemTest.absentMetadata [ OK ] okio.ForwardingFileSystemTest.absentMetadata (0 ms) [ RUN ] okio.ForwardingFileSystemTest.absentMetadataOrNull [ OK ] okio.ForwardingFileSystemTest.absentMetadataOrNull (0 ms) [ RUN ] okio.ForwardingFileSystemTest.absentParentDirectoryMetadataOrNull [ OK ] okio.ForwardingFileSystemTest.absentParentDirectoryMetadataOrNull (0 ms) [ RUN ] okio.ForwardingFileSystemTest.absoluteSymlinkMetadata [ OK ] okio.ForwardingFileSystemTest.absoluteSymlinkMetadata (0 ms) [ RUN ] okio.ForwardingFileSystemTest.appendingSinkAppendsToExistingFile [ OK ] okio.ForwardingFileSystemTest.appendingSinkAppendsToExistingFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.appendingSinkCreatesNewFile [ OK ] okio.ForwardingFileSystemTest.appendingSinkCreatesNewFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.appendingSinkDoesNotImpactExistingFile [ OK ] okio.ForwardingFileSystemTest.appendingSinkDoesNotImpactExistingFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.appendingSinkExistingFileMustExist [ OK ] okio.ForwardingFileSystemTest.appendingSinkExistingFileMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.appendingSinkMustExistThrowsIfAbsent [ OK ] okio.ForwardingFileSystemTest.appendingSinkMustExistThrowsIfAbsent (0 ms) [ RUN ] okio.ForwardingFileSystemTest.atomicMoveClobberExistingFile [ OK ] okio.ForwardingFileSystemTest.atomicMoveClobberExistingFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.atomicMoveDirectory [ OK ] okio.ForwardingFileSystemTest.atomicMoveDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.atomicMoveFile [ OK ] okio.ForwardingFileSystemTest.atomicMoveFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.atomicMoveSourceDoesNotExist [ OK ] okio.ForwardingFileSystemTest.atomicMoveSourceDoesNotExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.atomicMoveSourceIsDirectoryAndTargetIsFile [ OK ] okio.ForwardingFileSystemTest.atomicMoveSourceIsDirectoryAndTargetIsFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.atomicMoveSourceIsFileAndTargetIsDirectory [ OK ] okio.ForwardingFileSystemTest.atomicMoveSourceIsFileAndTargetIsDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.atomicMoveSourceIsTarget [ OK ] okio.ForwardingFileSystemTest.atomicMoveSourceIsTarget (0 ms) [ RUN ] okio.ForwardingFileSystemTest.bufferedFileHandleSourceHappyPath [ OK ] okio.ForwardingFileSystemTest.bufferedFileHandleSourceHappyPath (0 ms) [ RUN ] okio.ForwardingFileSystemTest.bufferedFileHandleSourceSeekBackwards [ OK ] okio.ForwardingFileSystemTest.bufferedFileHandleSourceSeekBackwards (0 ms) [ RUN ] okio.ForwardingFileSystemTest.canonicalizeAbsolutePathNoSuchFile [ OK ] okio.ForwardingFileSystemTest.canonicalizeAbsolutePathNoSuchFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory [ OK ] okio.ForwardingFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.canonicalizeFollowsMultipleDirectoriesAndMultipleFiles [ OK ] okio.ForwardingFileSystemTest.canonicalizeFollowsMultipleDirectoriesAndMultipleFiles (1 ms) [ RUN ] okio.ForwardingFileSystemTest.canonicalizeFollowsSymlinkDirectories [ OK ] okio.ForwardingFileSystemTest.canonicalizeFollowsSymlinkDirectories (0 ms) [ RUN ] okio.ForwardingFileSystemTest.canonicalizeFollowsSymlinkFiles [ OK ] okio.ForwardingFileSystemTest.canonicalizeFollowsSymlinkFiles (0 ms) [ RUN ] okio.ForwardingFileSystemTest.canonicalizeRelativePathNoSuchFile [ OK ] okio.ForwardingFileSystemTest.canonicalizeRelativePathNoSuchFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.canonicalizeReturnsDeeperPath [ OK ] okio.ForwardingFileSystemTest.canonicalizeReturnsDeeperPath (0 ms) [ RUN ] okio.ForwardingFileSystemTest.canonicalizeReturnsShallowerPath [ OK ] okio.ForwardingFileSystemTest.canonicalizeReturnsShallowerPath (0 ms) [ RUN ] okio.ForwardingFileSystemTest.copyFile [ OK ] okio.ForwardingFileSystemTest.copyFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.copySourceDoesNotExist [ OK ] okio.ForwardingFileSystemTest.copySourceDoesNotExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.copyTargetIsClobbered [ OK ] okio.ForwardingFileSystemTest.copyTargetIsClobbered (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createDirectoriesAlreadyExists [ OK ] okio.ForwardingFileSystemTest.createDirectoriesAlreadyExists (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createDirectoriesAlreadyExistsMustCreateThrows [ OK ] okio.ForwardingFileSystemTest.createDirectoriesAlreadyExistsMustCreateThrows (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createDirectoriesParentDirectoryDoesNotExist [ OK ] okio.ForwardingFileSystemTest.createDirectoriesParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createDirectoriesParentIsFile [ OK ] okio.ForwardingFileSystemTest.createDirectoriesParentIsFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createDirectoriesSingle [ OK ] okio.ForwardingFileSystemTest.createDirectoriesSingle (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createDirectory [ OK ] okio.ForwardingFileSystemTest.createDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createDirectoryAlreadyExists [ OK ] okio.ForwardingFileSystemTest.createDirectoryAlreadyExists (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createDirectoryAlreadyExistsMustCreateThrows [ OK ] okio.ForwardingFileSystemTest.createDirectoryAlreadyExistsMustCreateThrows (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createDirectoryMustCreate [ OK ] okio.ForwardingFileSystemTest.createDirectoryMustCreate (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createDirectoryParentDirectoryDoesNotExist [ OK ] okio.ForwardingFileSystemTest.createDirectoryParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createSymlinkParentDirectoryDoesNotExist [ OK ] okio.ForwardingFileSystemTest.createSymlinkParentDirectoryDoesNotExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.createSymlinkSourceAlreadyExists [ OK ] okio.ForwardingFileSystemTest.createSymlinkSourceAlreadyExists (0 ms) [ RUN ] okio.ForwardingFileSystemTest.currentWorkingDirectoryIsADirectory [ OK ] okio.ForwardingFileSystemTest.currentWorkingDirectoryIsADirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteContentsOfParentOfFileOpenForReadingFailsOnWindows [ OK ] okio.ForwardingFileSystemTest.deleteContentsOfParentOfFileOpenForReadingFailsOnWindows (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteDoesNotExist [ OK ] okio.ForwardingFileSystemTest.deleteDoesNotExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteEmptyDirectory [ OK ] okio.ForwardingFileSystemTest.deleteEmptyDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteEmptyDirectoryMustExist [ OK ] okio.ForwardingFileSystemTest.deleteEmptyDirectoryMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteFailsOnNoSuchFileIfMustExist [ OK ] okio.ForwardingFileSystemTest.deleteFailsOnNoSuchFileIfMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteFailsOnNonEmptyDirectory [ OK ] okio.ForwardingFileSystemTest.deleteFailsOnNonEmptyDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteFailsOnNonEmptyDirectoryMustExist [ OK ] okio.ForwardingFileSystemTest.deleteFailsOnNonEmptyDirectoryMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteFile [ OK ] okio.ForwardingFileSystemTest.deleteFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteFileMustExist [ OK ] okio.ForwardingFileSystemTest.deleteFileMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteOpenForReadingFailsOnWindows [ OK ] okio.ForwardingFileSystemTest.deleteOpenForReadingFailsOnWindows (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteOpenForWritingFailsOnWindows [ OK ] okio.ForwardingFileSystemTest.deleteOpenForWritingFailsOnWindows (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyDeepHierarchy [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyDeepHierarchy (1 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyDeepHierarchyMustExist [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyDeepHierarchyMustExist (1 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyEmptyDirectory [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyEmptyDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyEmptyDirectoryMustExist [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyEmptyDirectoryMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyFile [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyFileMustExist [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyFileMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyMustExistFailsOnNoSuchFile [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyMustExistFailsOnNoSuchFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyNoSuchFile [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyNoSuchFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyNonEmptyDirectory [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyNonEmptyDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyNonEmptyDirectoryMustExist [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyNonEmptyDirectoryMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceeds [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceeds (1 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceedsMustExist [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkCycleSucceedsMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlink [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlink (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlinkMustExist [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToDirectoryDeletesOnlyThatSymlinkMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceeds [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceeds (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceedsMustExist [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToEnclosingDirectorySucceedsMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlink [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlink (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlinkMustExist [ OK ] okio.ForwardingFileSystemTest.deleteRecursivelyOnSymlinkToFileDeletesOnlyThatSymlinkMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.deleteSymlinkDoesntDeleteTargetFile [ OK ] okio.ForwardingFileSystemTest.deleteSymlinkDoesntDeleteTargetFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.directoryExists [ OK ] okio.ForwardingFileSystemTest.directoryExists (0 ms) [ RUN ] okio.ForwardingFileSystemTest.directoryMetadata [ OK ] okio.ForwardingFileSystemTest.directoryMetadata (0 ms) [ RUN ] okio.ForwardingFileSystemTest.directoryMetadataWithSpecialCharacterNamedFiles [ OK ] okio.ForwardingFileSystemTest.directoryMetadataWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.ForwardingFileSystemTest.doesNotExistsWithInvalidPathDoesNotThrow [ OK ] okio.ForwardingFileSystemTest.doesNotExistsWithInvalidPathDoesNotThrow (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileExists [ OK ] okio.ForwardingFileSystemTest.fileExists (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleBufferedSinkPosition [ OK ] okio.ForwardingFileSystemTest.fileHandleBufferedSinkPosition (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleBufferedSinkReposition [ OK ] okio.ForwardingFileSystemTest.fileHandleBufferedSinkReposition (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleBufferedSourceReposition [ OK ] okio.ForwardingFileSystemTest.fileHandleBufferedSourceReposition (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleEmptyArrayWriteAndRead [ OK ] okio.ForwardingFileSystemTest.fileHandleEmptyArrayWriteAndRead (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleFlush [ OK ] okio.ForwardingFileSystemTest.fileHandleFlush (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleLargeArrayWriteAndRead [ OK ] okio.ForwardingFileSystemTest.fileHandleLargeArrayWriteAndRead (200 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleLargeBufferedWriteAndRead [ OK ] okio.ForwardingFileSystemTest.fileHandleLargeBufferedWriteAndRead (288 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleResizeLarger [ OK ] okio.ForwardingFileSystemTest.fileHandleResizeLarger (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleResizeSmaller [ OK ] okio.ForwardingFileSystemTest.fileHandleResizeSmaller (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleSinkPosition [ OK ] okio.ForwardingFileSystemTest.fileHandleSinkPosition (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleSinkReposition [ OK ] okio.ForwardingFileSystemTest.fileHandleSinkReposition (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleSourceHappyPath [ OK ] okio.ForwardingFileSystemTest.fileHandleSourceHappyPath (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleSourceReposition [ OK ] okio.ForwardingFileSystemTest.fileHandleSourceReposition (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleSourceSeekBackwards [ OK ] okio.ForwardingFileSystemTest.fileHandleSourceSeekBackwards (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleWriteAndOverwrite [ OK ] okio.ForwardingFileSystemTest.fileHandleWriteAndOverwrite (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleWriteAndRead [ OK ] okio.ForwardingFileSystemTest.fileHandleWriteAndRead (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileHandleWriteBeyondEnd [ OK ] okio.ForwardingFileSystemTest.fileHandleWriteBeyondEnd (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileMetadata [ OK ] okio.ForwardingFileSystemTest.fileMetadata (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileMetadataWithSpecialCharacterNamedFiles [ OK ] okio.ForwardingFileSystemTest.fileMetadataWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileSink [ OK ] okio.ForwardingFileSystemTest.fileSink (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileSinkFlush [ OK ] okio.ForwardingFileSystemTest.fileSinkFlush (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileSinkMustCreate [ OK ] okio.ForwardingFileSystemTest.fileSinkMustCreate (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileSinkMustCreateThrowsIfAlreadyExists [ OK ] okio.ForwardingFileSystemTest.fileSinkMustCreateThrowsIfAlreadyExists (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileSinkNoSuchDirectory [ OK ] okio.ForwardingFileSystemTest.fileSinkNoSuchDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileSinkSpecialCharacters [ OK ] okio.ForwardingFileSystemTest.fileSinkSpecialCharacters (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileSinkWithSpecialCharacterNamedFiles [ OK ] okio.ForwardingFileSystemTest.fileSinkWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileSource [ OK ] okio.ForwardingFileSystemTest.fileSource (0 ms) [ RUN ] okio.ForwardingFileSystemTest.fileSourceNoSuchDirectory [ OK ] okio.ForwardingFileSystemTest.fileSourceNoSuchDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.followingRecursiveSymlinksIsOkay [ OK ] okio.ForwardingFileSystemTest.followingRecursiveSymlinksIsOkay (0 ms) [ RUN ] okio.ForwardingFileSystemTest.list [ OK ] okio.ForwardingFileSystemTest.list (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listFile [ OK ] okio.ForwardingFileSystemTest.listFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listNoSuchDirectory [ OK ] okio.ForwardingFileSystemTest.listNoSuchDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listOnRelativePathReturnsRelativePaths [ OK ] okio.ForwardingFileSystemTest.listOnRelativePathReturnsRelativePaths (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths [ OK ] okio.ForwardingFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listOrNull [ OK ] okio.ForwardingFileSystemTest.listOrNull (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listOrNullFile [ OK ] okio.ForwardingFileSystemTest.listOrNullFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listOrNullNoSuchDirectory [ OK ] okio.ForwardingFileSystemTest.listOrNullNoSuchDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listOrNullOnRelativePathReturnsRelativePaths [ OK ] okio.ForwardingFileSystemTest.listOrNullOnRelativePathReturnsRelativePaths (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths [ OK ] okio.ForwardingFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listOrNullResultsAreSorted [ OK ] okio.ForwardingFileSystemTest.listOrNullResultsAreSorted (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursiveOnSymlinkWithSpecialCharacterNamedFiles [ OK ] okio.ForwardingFileSystemTest.listRecursiveOnSymlinkWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursiveWithSpecialCharacterNamedFiles [ OK ] okio.ForwardingFileSystemTest.listRecursiveWithSpecialCharacterNamedFiles (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyDoesNotFollowRelativeSymlink [ OK ] okio.ForwardingFileSystemTest.listRecursivelyDoesNotFollowRelativeSymlink (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyDoesNotFollowSymlinks [ OK ] okio.ForwardingFileSystemTest.listRecursivelyDoesNotFollowSymlinks (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyFollowsSymlinks [ OK ] okio.ForwardingFileSystemTest.listRecursivelyFollowsSymlinks (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyIsDepthFirst [ OK ] okio.ForwardingFileSystemTest.listRecursivelyIsDepthFirst (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyIsLazy [ OK ] okio.ForwardingFileSystemTest.listRecursivelyIsLazy (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyNoSuchFile [ OK ] okio.ForwardingFileSystemTest.listRecursivelyNoSuchFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyNotADirectory [ OK ] okio.ForwardingFileSystemTest.listRecursivelyNotADirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyOnSymlink [ OK ] okio.ForwardingFileSystemTest.listRecursivelyOnSymlink (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyOnSymlinkCycleThrows [ OK ] okio.ForwardingFileSystemTest.listRecursivelyOnSymlinkCycleThrows (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyRecurses [ OK ] okio.ForwardingFileSystemTest.listRecursivelyRecurses (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyReturnsEmpty [ OK ] okio.ForwardingFileSystemTest.listRecursivelyReturnsEmpty (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelyReturnsSingleFile [ OK ] okio.ForwardingFileSystemTest.listRecursivelyReturnsSingleFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelySequenceIterationsAreIndependent [ OK ] okio.ForwardingFileSystemTest.listRecursivelySequenceIterationsAreIndependent (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listRecursivelySilentlyIgnoresListFailures [ OK ] okio.ForwardingFileSystemTest.listRecursivelySilentlyIgnoresListFailures (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listResultsAreSorted [ OK ] okio.ForwardingFileSystemTest.listResultsAreSorted (0 ms) [ RUN ] okio.ForwardingFileSystemTest.listSymlinkDirectory [ OK ] okio.ForwardingFileSystemTest.listSymlinkDirectory (0 ms) [ RUN ] okio.ForwardingFileSystemTest.moveSymlinkDoesntMoveTargetFile [ OK ] okio.ForwardingFileSystemTest.moveSymlinkDoesntMoveTargetFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openFileWithDirectorySymlink [ OK ] okio.ForwardingFileSystemTest.openFileWithDirectorySymlink (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openReadOnlyFailsOnAbsentFile [ OK ] okio.ForwardingFileSystemTest.openReadOnlyFailsOnAbsentFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openReadOnlyThrowsOnAttemptToWrite [ OK ] okio.ForwardingFileSystemTest.openReadOnlyThrowsOnAttemptToWrite (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openReadWriteCreatesAbsentFile [ OK ] okio.ForwardingFileSystemTest.openReadWriteCreatesAbsentFile (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openReadWriteCreatesAbsentFileMustCreate [ OK ] okio.ForwardingFileSystemTest.openReadWriteCreatesAbsentFileMustCreate (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openReadWriteMustCreateThrowsIfAlreadyExists [ OK ] okio.ForwardingFileSystemTest.openReadWriteMustCreateThrowsIfAlreadyExists (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openReadWriteMustExist [ OK ] okio.ForwardingFileSystemTest.openReadWriteMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openReadWriteMustExistThrowsIfAbsent [ OK ] okio.ForwardingFileSystemTest.openReadWriteMustExistThrowsIfAbsent (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openReadWriteThrowsIfBothMustCreateAndMustExist [ OK ] okio.ForwardingFileSystemTest.openReadWriteThrowsIfBothMustCreateAndMustExist (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openSymlinkFileHandle [ OK ] okio.ForwardingFileSystemTest.openSymlinkFileHandle (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openSymlinkSink [ OK ] okio.ForwardingFileSystemTest.openSymlinkSink (0 ms) [ RUN ] okio.ForwardingFileSystemTest.openSymlinkSource [ OK ] okio.ForwardingFileSystemTest.openSymlinkSource (0 ms) [ RUN ] okio.ForwardingFileSystemTest.parentDirectoryIsFileMetadataOrNull [ OK ] okio.ForwardingFileSystemTest.parentDirectoryIsFileMetadataOrNull (0 ms) [ RUN ] okio.ForwardingFileSystemTest.readAfterFileSystemClose [ OK ] okio.ForwardingFileSystemTest.readAfterFileSystemClose (0 ms) [ RUN ] okio.ForwardingFileSystemTest.readPath [ OK ] okio.ForwardingFileSystemTest.readPath (0 ms) [ RUN ] okio.ForwardingFileSystemTest.relativeSymlinkMetadata [ OK ] okio.ForwardingFileSystemTest.relativeSymlinkMetadata (0 ms) [ RUN ] okio.ForwardingFileSystemTest.renameSourceIsOpenFailsOnWindows [ OK ] okio.ForwardingFileSystemTest.renameSourceIsOpenFailsOnWindows (0 ms) [ RUN ] okio.ForwardingFileSystemTest.renameTargetIsOpenFailsOnWindows [ OK ] okio.ForwardingFileSystemTest.renameTargetIsOpenFailsOnWindows (0 ms) [ RUN ] okio.ForwardingFileSystemTest.sinkPositionFailsAfterClose [ OK ] okio.ForwardingFileSystemTest.sinkPositionFailsAfterClose (0 ms) [ RUN ] okio.ForwardingFileSystemTest.sinkRepositionFailsAfterClose [ OK ] okio.ForwardingFileSystemTest.sinkRepositionFailsAfterClose (0 ms) [ RUN ] okio.ForwardingFileSystemTest.sizeFailsAfterClose [ OK ] okio.ForwardingFileSystemTest.sizeFailsAfterClose (0 ms) [ RUN ] okio.ForwardingFileSystemTest.sourcePositionFailsAfterClose [ OK ] okio.ForwardingFileSystemTest.sourcePositionFailsAfterClose (0 ms) [ RUN ] okio.ForwardingFileSystemTest.sourceRepositionFailsAfterClose [ OK ] okio.ForwardingFileSystemTest.sourceRepositionFailsAfterClose (0 ms) [ RUN ] okio.ForwardingFileSystemTest.symlinkCanBeRelative [ OK ] okio.ForwardingFileSystemTest.symlinkCanBeRelative (0 ms) [ RUN ] okio.ForwardingFileSystemTest.symlinkCanBeRelativeWithDotDots [ OK ] okio.ForwardingFileSystemTest.symlinkCanBeRelativeWithDotDots (0 ms) [ RUN ] okio.ForwardingFileSystemTest.symlinkCycle [ OK ] okio.ForwardingFileSystemTest.symlinkCycle (2 ms) [ RUN ] okio.ForwardingFileSystemTest.symlinkDirectoryLastAccessedAt [ OK ] okio.ForwardingFileSystemTest.symlinkDirectoryLastAccessedAt (0 ms) [ RUN ] okio.ForwardingFileSystemTest.symlinkFileLastAccessedAt [ OK ] okio.ForwardingFileSystemTest.symlinkFileLastAccessedAt (0 ms) [ RUN ] okio.ForwardingFileSystemTest.writeAfterFileSystemClose [ OK ] okio.ForwardingFileSystemTest.writeAfterFileSystemClose (0 ms) [ RUN ] okio.ForwardingFileSystemTest.writePath [ OK ] okio.ForwardingFileSystemTest.writePath (0 ms) [ RUN ] okio.ForwardingFileSystemTest.writePathMustCreate [ OK ] okio.ForwardingFileSystemTest.writePathMustCreate (0 ms) [ RUN ] okio.ForwardingFileSystemTest.writePathMustCreateThrowsIfAlreadyExists [ OK ] okio.ForwardingFileSystemTest.writePathMustCreateThrowsIfAlreadyExists (0 ms) [----------] 176 tests from okio.ForwardingFileSystemTest (595 ms total) [----------] 2 tests from okio.UseTest [ RUN ] okio.UseTest.closesWithUseBlock [ OK ] okio.UseTest.closesWithUseBlock (0 ms) [ RUN ] okio.UseTest.acceptsNullReturn [ OK ] okio.UseTest.acceptsNullReturn (0 ms) [----------] 2 tests from okio.UseTest (0 ms total) [----------] 3 tests from okio.GzipKotlinTest [ RUN ] okio.GzipKotlinTest.sink [ OK ] okio.GzipKotlinTest.sink (0 ms) [ RUN ] okio.GzipKotlinTest.source [ OK ] okio.GzipKotlinTest.source (0 ms) [ RUN ] okio.GzipKotlinTest.extraLongXlen [ OK ] okio.GzipKotlinTest.extraLongXlen (0 ms) [----------] 3 tests from okio.GzipKotlinTest (1 ms total) [----------] 2 tests from okio.GzipSinkTest [ RUN ] okio.GzipSinkTest.gzipGunzip [ OK ] okio.GzipSinkTest.gzipGunzip (0 ms) [ RUN ] okio.GzipSinkTest.closeWithExceptionWhenWritingAndClosing [ OK ] okio.GzipSinkTest.closeWithExceptionWhenWritingAndClosing (1 ms) [----------] 2 tests from okio.GzipSinkTest (1 ms total) [----------] 11 tests from okio.GzipSourceTest [ RUN ] okio.GzipSourceTest.gunzip [ OK ] okio.GzipSourceTest.gunzip (0 ms) [ RUN ] okio.GzipSourceTest.gunzip_withHCRC [ OK ] okio.GzipSourceTest.gunzip_withHCRC (0 ms) [ RUN ] okio.GzipSourceTest.gunzip_withExtra [ OK ] okio.GzipSourceTest.gunzip_withExtra (0 ms) [ RUN ] okio.GzipSourceTest.gunzip_withName [ OK ] okio.GzipSourceTest.gunzip_withName (0 ms) [ RUN ] okio.GzipSourceTest.gunzip_withComment [ OK ] okio.GzipSourceTest.gunzip_withComment (0 ms) [ RUN ] okio.GzipSourceTest.gunzip_withAll [ OK ] okio.GzipSourceTest.gunzip_withAll (0 ms) [ RUN ] okio.GzipSourceTest.gunzipWhenHeaderCRCIncorrect [ OK ] okio.GzipSourceTest.gunzipWhenHeaderCRCIncorrect (0 ms) [ RUN ] okio.GzipSourceTest.gunzipWhenCRCIncorrect [ OK ] okio.GzipSourceTest.gunzipWhenCRCIncorrect (0 ms) [ RUN ] okio.GzipSourceTest.gunzipWhenLengthIncorrect [ OK ] okio.GzipSourceTest.gunzipWhenLengthIncorrect (0 ms) [ RUN ] okio.GzipSourceTest.gunzipExhaustsSource [ OK ] okio.GzipSourceTest.gunzipExhaustsSource (0 ms) [ RUN ] okio.GzipSourceTest.gunzipThrowsIfSourceIsNotExhausted [ OK ] okio.GzipSourceTest.gunzipThrowsIfSourceIsNotExhausted (0 ms) [----------] 11 tests from okio.GzipSourceTest (3 ms total) [----------] 1 tests from okio.ZipFileSystemGoTest [ RUN ] okio.ZipFileSystemGoTest.timeWinzip [ FAILED ] okio.ZipFileSystemGoTest.timeWinzip (0 ms) [----------] 1 tests from okio.ZipFileSystemGoTest (2 ms total) [----------] 20 tests from okio.ZipFileSystemTest [ RUN ] okio.ZipFileSystemTest.emptyZip [ FAILED ] okio.ZipFileSystemTest.emptyZip (0 ms) [ RUN ] okio.ZipFileSystemTest.emptyZipWithPrependedData [ FAILED ] okio.ZipFileSystemTest.emptyZipWithPrependedData (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithFiles [ FAILED ] okio.ZipFileSystemTest.zipWithFiles (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithDeflate [ FAILED ] okio.ZipFileSystemTest.zipWithDeflate (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithStore [ FAILED ] okio.ZipFileSystemTest.zipWithStore (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithFileComments [ FAILED ] okio.ZipFileSystemTest.zipWithFileComments (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithFileModifiedDate [ FAILED ] okio.ZipFileSystemTest.zipWithFileModifiedDate (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithFileOutOfBoundsModifiedDate [ FAILED ] okio.ZipFileSystemTest.zipWithFileOutOfBoundsModifiedDate (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithDirectoryModifiedDate [ FAILED ] okio.ZipFileSystemTest.zipWithDirectoryModifiedDate (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithModifiedDate [ FAILED ] okio.ZipFileSystemTest.zipWithModifiedDate (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithEmptyDirectory [ FAILED ] okio.ZipFileSystemTest.zipWithEmptyDirectory (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithSyntheticDirectory [ FAILED ] okio.ZipFileSystemTest.zipWithSyntheticDirectory (0 ms) [ RUN ] okio.ZipFileSystemTest.zip64 [ FAILED ] okio.ZipFileSystemTest.zip64 (0 ms) [ RUN ] okio.ZipFileSystemTest.zipWithArchiveComment [ FAILED ] okio.ZipFileSystemTest.zipWithArchiveComment (0 ms) [ RUN ] okio.ZipFileSystemTest.cannotReadZipWithSpanning [ FAILED ] okio.ZipFileSystemTest.cannotReadZipWithSpanning (0 ms) [ RUN ] okio.ZipFileSystemTest.cannotReadZipWithEncryption [ FAILED ] okio.ZipFileSystemTest.cannotReadZipWithEncryption (0 ms) [ RUN ] okio.ZipFileSystemTest.zipTooShort [ FAILED ] okio.ZipFileSystemTest.zipTooShort (0 ms) [ RUN ] okio.ZipFileSystemTest.filesOverlap [ FAILED ] okio.ZipFileSystemTest.filesOverlap (0 ms) [ RUN ] okio.ZipFileSystemTest.canonicalizationValid [ FAILED ] okio.ZipFileSystemTest.canonicalizationValid (0 ms) [ RUN ] okio.ZipFileSystemTest.canonicalizationInvalidThrows [ FAILED ] okio.ZipFileSystemTest.canonicalizationInvalidThrows (0 ms) [----------] 20 tests from okio.ZipFileSystemTest (27 ms total) [----------] 5 tests from okio.internal.CRC32Test [ RUN ] okio.internal.CRC32Test.happyPath [ OK ] okio.internal.CRC32Test.happyPath (0 ms) [ RUN ] okio.internal.CRC32Test.multipleUpdates [ OK ] okio.internal.CRC32Test.multipleUpdates (0 ms) [ RUN ] okio.internal.CRC32Test.resetClearsState [ OK ] okio.internal.CRC32Test.resetClearsState (0 ms) [ RUN ] okio.internal.CRC32Test.offsetAndByteCountAreHonored [ OK ] okio.internal.CRC32Test.offsetAndByteCountAreHonored (0 ms) [ RUN ] okio.internal.CRC32Test.emptyInput [ OK ] okio.internal.CRC32Test.emptyInput (0 ms) [----------] 5 tests from okio.internal.CRC32Test (1 ms total) [----------] 7 tests from okio.internal.DatePartsToEpochMillisTest [ RUN ] okio.internal.DatePartsToEpochMillisTest.everySingleDay [ OK ] okio.internal.DatePartsToEpochMillisTest.everySingleDay (108 ms) [ RUN ] okio.internal.DatePartsToEpochMillisTest.dosDateRange [ OK ] okio.internal.DatePartsToEpochMillisTest.dosDateRange (0 ms) [ RUN ] okio.internal.DatePartsToEpochMillisTest.monthOutOfBounds [ OK ] okio.internal.DatePartsToEpochMillisTest.monthOutOfBounds (0 ms) [ RUN ] okio.internal.DatePartsToEpochMillisTest.dayOutOfBounds [ OK ] okio.internal.DatePartsToEpochMillisTest.dayOutOfBounds (0 ms) [ RUN ] okio.internal.DatePartsToEpochMillisTest.hourOutOfBounds [ OK ] okio.internal.DatePartsToEpochMillisTest.hourOutOfBounds (0 ms) [ RUN ] okio.internal.DatePartsToEpochMillisTest.minuteOutOfBounds [ OK ] okio.internal.DatePartsToEpochMillisTest.minuteOutOfBounds (0 ms) [ RUN ] okio.internal.DatePartsToEpochMillisTest.secondOutOfBounds [ OK ] okio.internal.DatePartsToEpochMillisTest.secondOutOfBounds (0 ms) [----------] 7 tests from okio.internal.DatePartsToEpochMillisTest (110 ms total) [----------] Global test environment tear-down [==========] 2065 tests from 46 test cases ran. (10455 ms total) [ PASSED ] 2036 tests. [ SKIPPED ] 5 tests, listed below: [ SKIPPED ] okio.NativeSystemFileSystemTest.inaccessibleMetadata [ SKIPPED ] okio.FakeWindowsFileSystemTest.inaccessibleMetadata [ SKIPPED ] okio.FakeUnixFileSystemTest.inaccessibleMetadata [ SKIPPED ] okio.StrictFakeFileSystemTest.inaccessibleMetadata [ SKIPPED ] okio.ForwardingFileSystemTest.inaccessibleMetadata [ FAILED ] 24 tests, listed below: [ FAILED ] okio.NativeSystemFileSystemTest.canonicalizeDotReturnsCurrentWorkingDirectory [ FAILED ] okio.NativeSystemFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths [ FAILED ] okio.NativeSystemFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths [ FAILED ] okio.ZipFileSystemGoTest.timeWinzip [ FAILED ] okio.ZipFileSystemTest.emptyZip [ FAILED ] okio.ZipFileSystemTest.emptyZipWithPrependedData [ FAILED ] okio.ZipFileSystemTest.zipWithFiles [ FAILED ] okio.ZipFileSystemTest.zipWithDeflate [ FAILED ] okio.ZipFileSystemTest.zipWithStore [ FAILED ] okio.ZipFileSystemTest.zipWithFileComments [ FAILED ] okio.ZipFileSystemTest.zipWithFileModifiedDate [ FAILED ] okio.ZipFileSystemTest.zipWithFileOutOfBoundsModifiedDate [ FAILED ] okio.ZipFileSystemTest.zipWithDirectoryModifiedDate [ FAILED ] okio.ZipFileSystemTest.zipWithModifiedDate [ FAILED ] okio.ZipFileSystemTest.zipWithEmptyDirectory [ FAILED ] okio.ZipFileSystemTest.zipWithSyntheticDirectory [ FAILED ] okio.ZipFileSystemTest.zip64 [ FAILED ] okio.ZipFileSystemTest.zipWithArchiveComment [ FAILED ] okio.ZipFileSystemTest.cannotReadZipWithSpanning [ FAILED ] okio.ZipFileSystemTest.cannotReadZipWithEncryption [ FAILED ] okio.ZipFileSystemTest.zipTooShort [ FAILED ] okio.ZipFileSystemTest.filesOverlap [ FAILED ] okio.ZipFileSystemTest.canonicalizationValid [ FAILED ] okio.ZipFileSystemTest.canonicalizationInvalidThrows 24 FAILED TESTS