Lines Matching refs:VCDiffStandardDecoderTest
25 TEST_F(VCDiffStandardDecoderTest, DecodeHeaderOnly) {
34 TEST_F(VCDiffStandardDecoderTest, Decode) {
47 TEST_F(VCDiffStandardDecoderTest, StandardFormatDoesNotSupportChecksum) {
59 TEST_F(VCDiffStandardDecoderTest, FinishAfterDecodingPartialWindow) {
69 TEST_F(VCDiffStandardDecoderTest, FinishAfterDecodingPartialWindowHeader) {
79 TEST_F(VCDiffStandardDecoderTest, TargetMatchesWindowSizeLimit) {
89 TEST_F(VCDiffStandardDecoderTest, TargetMatchesFileSizeLimit) {
99 TEST_F(VCDiffStandardDecoderTest, TargetExceedsWindowSizeLimit) {
108 TEST_F(VCDiffStandardDecoderTest, TargetExceedsFileSizeLimit) {
121 TEST_F(VCDiffStandardDecoderTest, FuzzBits) {
137 TEST_F(VCDiffStandardDecoderTest, WinIndicatorHasBothSourceAndTarget) {
146 TEST_F(VCDiffStandardDecoderTest, OkayToSetUpperBitsOfWinIndicator) {
158 TEST_F(VCDiffStandardDecoderTest, CopyInstructionsShouldFailIfNoSourceSegment) {
171 TEST_F(VCDiffStandardDecoderTest, SourceSegmentSizeExceedsDictionarySize) {
180 TEST_F(VCDiffStandardDecoderTest, SourceSegmentSizeMaxInt) {
189 TEST_F(VCDiffStandardDecoderTest, SourceSegmentSizeNegative) {
198 TEST_F(VCDiffStandardDecoderTest, SourceSegmentSizeInvalid) {
207 TEST_F(VCDiffStandardDecoderTest, SourceSegmentEndExceedsDictionarySize) {
216 TEST_F(VCDiffStandardDecoderTest, SourceSegmentPosMaxInt) {
225 TEST_F(VCDiffStandardDecoderTest, SourceSegmentPosNegative) {
234 TEST_F(VCDiffStandardDecoderTest, SourceSegmentPosInvalid) {
243 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthZero) {
252 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthTooLargeByOne) {
261 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthTooSmallByOne) {
270 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthMaxInt) {
279 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthNegative) {
288 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthInvalid) {
297 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeZero) {
307 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeTooLargeByOne) {
316 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeTooSmallByOne) {
325 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeMaxInt) {
334 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeNegative) {
343 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeInvalid) {
352 TEST_F(VCDiffStandardDecoderTest, OkayToSetUpperBitsOfDeltaIndicator) {
362 TEST_F(VCDiffStandardDecoderTest, DataCompressionNotSupported) {
371 TEST_F(VCDiffStandardDecoderTest, InstructionCompressionNotSupported) {
380 TEST_F(VCDiffStandardDecoderTest, AddressCompressionNotSupported) {
389 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeZero) {
398 VCDiffStandardDecoderTest, AddRunDataSizeTooLargeByOne) {
407 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeTooSmallByOne) {
416 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeMaxInt) {
425 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeNegative) {
434 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeInvalid) {
443 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeZero) {
452 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeTooLargeByOne) {
461 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeTooSmallByOne) {
470 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeMaxInt) {
479 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeNegative) {
488 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeInvalid) {
497 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeZero) {
506 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeTooLargeByOne) {
515 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeTooSmallByOne) {
524 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeMaxInt) {
533 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeNegative) {
542 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeInvalid) {
551 TEST_F(VCDiffStandardDecoderTest, InstructionsEndEarly) {
564 TEST_F(VCDiffStandardDecoderTest, CopyMoreThanExpectedTarget) {
576 TEST_F(VCDiffStandardDecoderTest, CopySizeZero) {
585 TEST_F(VCDiffStandardDecoderTest, CopySizeTooLargeByOne) {
594 TEST_F(VCDiffStandardDecoderTest, CopySizeTooSmallByOne) {
603 TEST_F(VCDiffStandardDecoderTest, CopySizeMaxInt) {
612 TEST_F(VCDiffStandardDecoderTest, CopySizeNegative) {
621 TEST_F(VCDiffStandardDecoderTest, CopySizeInvalid) {
630 TEST_F(VCDiffStandardDecoderTest, CopyAddressBeyondHereAddress) {
642 TEST_F(VCDiffStandardDecoderTest, CopyAddressMaxInt) {
651 TEST_F(VCDiffStandardDecoderTest, CopyAddressNegative) {
660 TEST_F(VCDiffStandardDecoderTest, CopyAddressInvalid) {
669 TEST_F(VCDiffStandardDecoderTest, AddMoreThanExpectedTarget) {
681 TEST_F(VCDiffStandardDecoderTest, AddSizeZero) {
690 TEST_F(VCDiffStandardDecoderTest, AddSizeTooLargeByOne) {
699 TEST_F(VCDiffStandardDecoderTest, AddSizeTooSmallByOne) {
708 TEST_F(VCDiffStandardDecoderTest, AddSizeMaxInt) {
717 TEST_F(VCDiffStandardDecoderTest, AddSizeNegative) {
726 TEST_F(VCDiffStandardDecoderTest, AddSizeInvalid) {
735 TEST_F(VCDiffStandardDecoderTest, RunMoreThanExpectedTarget) {
747 TEST_F(VCDiffStandardDecoderTest, RunSizeZero) {
756 TEST_F(VCDiffStandardDecoderTest, RunSizeTooLargeByOne) {
765 TEST_F(VCDiffStandardDecoderTest, RunSizeTooSmallByOne) {
774 TEST_F(VCDiffStandardDecoderTest, RunSizeMaxInt) {
783 TEST_F(VCDiffStandardDecoderTest, RunSizeNegative) {
792 TEST_F(VCDiffStandardDecoderTest, RunSizeInvalid) {