Lines Matching full:test_f
31 TEST_F(VCDiffStandardDecoderTestByteByByte, DecodeHeaderOnly) {
40 TEST_F(VCDiffStandardDecoderTestByteByByte, Decode) {
49 TEST_F(VCDiffStandardDecoderTestByteByByte, DecodeNoVcdTarget) {
61 TEST_F(VCDiffStandardDecoderTestByteByByte, FinishAfterDecodingPartialWindow) {
72 TEST_F(VCDiffStandardDecoderTestByteByByte,
88 TEST_F(VCDiffStandardDecoderTestByteByByte,
105 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetMatchesWindowSizeLimit) {
115 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetMatchesFileSizeLimit) {
125 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetExceedsWindowSizeLimit) {
139 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetExceedsFileSizeLimit) {
157 TEST_F(VCDiffStandardDecoderTestByteByByte, FuzzBits) {
180 TEST_F(VCDiffStandardDecoderTestByteByByte,
197 TEST_F(VCDiffStandardDecoderTestByteByByte, OkayToSetUpperBitsOfWinIndicator) {
209 TEST_F(VCDiffStandardDecoderTestByteByByte,
230 TEST_F(VCDiffStandardDecoderTestByteByByte,
247 TEST_F(VCDiffStandardDecoderTestByteByByte, SourceSegmentSizeMaxInt) {
263 TEST_F(VCDiffStandardDecoderTestByteByByte, SourceSegmentSizeNegative) {
279 TEST_F(VCDiffStandardDecoderTestByteByByte, SourceSegmentSizeInvalid) {
295 TEST_F(VCDiffStandardDecoderTestByteByByte,
312 TEST_F(VCDiffStandardDecoderTestByteByByte, SourceSegmentPosMaxInt) {
328 TEST_F(VCDiffStandardDecoderTestByteByByte, SourceSegmentPosNegative) {
344 TEST_F(VCDiffStandardDecoderTestByteByByte, SourceSegmentPosInvalid) {
360 TEST_F(VCDiffStandardDecoderTestByteByByte, DeltaEncodingLengthZero) {
376 TEST_F(VCDiffStandardDecoderTestByteByByte, DeltaEncodingLengthTooLargeByOne) {
392 TEST_F(VCDiffStandardDecoderTestByteByByte, DeltaEncodingLengthTooSmallByOne) {
408 TEST_F(VCDiffStandardDecoderTestByteByByte, DeltaEncodingLengthMaxInt) {
425 TEST_F(VCDiffStandardDecoderTestByteByByte, DeltaEncodingLengthNegative) {
441 TEST_F(VCDiffStandardDecoderTestByteByByte, DeltaEncodingLengthInvalid) {
457 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetWindowSizeZero) {
472 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetWindowSizeTooLargeByOne) {
487 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetWindowSizeTooSmallByOne) {
502 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetWindowSizeMaxInt) {
518 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetWindowSizeNegative) {
534 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetWindowSizeInvalid) {
550 TEST_F(VCDiffStandardDecoderTestByteByByte,
561 TEST_F(VCDiffStandardDecoderTestByteByByte, DataCompressionNotSupported) {
577 TEST_F(VCDiffStandardDecoderTestByteByByte,
594 TEST_F(VCDiffStandardDecoderTestByteByByte, AddressCompressionNotSupported) {
610 TEST_F(VCDiffStandardDecoderTestByteByByte, AddRunDataSizeZero) {
626 TEST_F(VCDiffStandardDecoderTestByteByByte, AddRunDataSizeTooLargeByOne) {
642 TEST_F(VCDiffStandardDecoderTestByteByByte, AddRunDataSizeTooSmallByOne) {
658 TEST_F(VCDiffStandardDecoderTestByteByByte, AddRunDataSizeMaxInt) {
675 TEST_F(VCDiffStandardDecoderTestByteByByte, AddRunDataSizeNegative) {
691 TEST_F(VCDiffStandardDecoderTestByteByByte, AddRunDataSizeInvalid) {
707 TEST_F(VCDiffStandardDecoderTestByteByByte, InstructionsSizeZero) {
723 TEST_F(VCDiffStandardDecoderTestByteByByte, InstructionsSizeTooLargeByOne) {
739 TEST_F(VCDiffStandardDecoderTestByteByByte, InstructionsSizeTooSmallByOne) {
755 TEST_F(VCDiffStandardDecoderTestByteByByte, InstructionsSizeMaxInt) {
772 TEST_F(VCDiffStandardDecoderTestByteByByte, InstructionsSizeNegative) {
788 TEST_F(VCDiffStandardDecoderTestByteByByte, InstructionsSizeInvalid) {
804 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyAddressSizeZero) {
820 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyAddressSizeTooLargeByOne) {
836 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyAddressSizeTooSmallByOne) {
852 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyAddressSizeMaxInt) {
868 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyAddressSizeNegative) {
884 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyAddressSizeInvalid) {
900 TEST_F(VCDiffStandardDecoderTestByteByByte, InstructionsEndEarly) {
919 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyMoreThanExpectedTarget) {
937 TEST_F(VCDiffStandardDecoderTestByteByByte, CopySizeZero) {
952 TEST_F(VCDiffStandardDecoderTestByteByByte, CopySizeTooLargeByOne) {
967 TEST_F(VCDiffStandardDecoderTestByteByByte, CopySizeTooSmallByOne) {
982 TEST_F(VCDiffStandardDecoderTestByteByByte, CopySizeMaxInt) {
997 TEST_F(VCDiffStandardDecoderTestByteByByte, CopySizeNegative) {
1012 TEST_F(VCDiffStandardDecoderTestByteByByte, CopySizeInvalid) {
1027 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyAddressBeyondHereAddress) {
1045 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyAddressMaxInt) {
1060 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyAddressNegative) {
1075 TEST_F(VCDiffStandardDecoderTestByteByByte, CopyAddressInvalid) {
1090 TEST_F(VCDiffStandardDecoderTestByteByByte, AddMoreThanExpectedTarget) {
1108 TEST_F(VCDiffStandardDecoderTestByteByByte, AddSizeZero) {
1123 TEST_F(VCDiffStandardDecoderTestByteByByte, AddSizeTooLargeByOne) {
1138 TEST_F(VCDiffStandardDecoderTestByteByByte, AddSizeTooSmallByOne) {
1153 TEST_F(VCDiffStandardDecoderTestByteByByte, AddSizeMaxInt) {
1168 TEST_F(VCDiffStandardDecoderTestByteByByte, AddSizeNegative) {
1183 TEST_F(VCDiffStandardDecoderTestByteByByte, AddSizeInvalid) {
1198 TEST_F(VCDiffStandardDecoderTestByteByByte, RunMoreThanExpectedTarget) {
1216 TEST_F(VCDiffStandardDecoderTestByteByByte, RunSizeZero) {
1231 TEST_F(VCDiffStandardDecoderTestByteByByte, RunSizeTooLargeByOne) {
1246 TEST_F(VCDiffStandardDecoderTestByteByByte, RunSizeTooSmallByOne) {
1261 TEST_F(VCDiffStandardDecoderTestByteByByte, RunSizeMaxInt) {
1276 TEST_F(VCDiffStandardDecoderTestByteByByte, RunSizeNegative) {
1291 TEST_F(VCDiffStandardDecoderTestByteByByte, RunSizeInvalid) {