Home | History | Annotate | Download | only in vsprojects

Lines Matching refs:vcdiff

17 rem This script tests the correctness of the vcdiff.exe command-line
26 rem vcdiff.exe executable.
28 ( echo Must pass location of vcdiff.exe as script argument ^
30 set VCDIFF=%1
39 set DELTA_FILE=%TEMP%\configure.ac.vcdiff
41 set MALICIOUS_ENCODING=%TESTDATA_DIR%\allocates_4gb.vcdiff
44 rem vcdiff with no arguments shows usage information & error result
45 %VCDIFF% ^
46 && ( echo vcdiff with no arguments should fail, but succeeded ^
50 rem vcdiff with three arguments but without "encode" or "decode"
52 %VCDIFF% %VCD_OPTIONS% ^
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
58 rem vcdiff with all three arguments. Verify that output file matches target file
59 %VCDIFF% %VCD_OPTIONS% ^
65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
78 rem open-vcdiff Issue 7
79 rem (http://code.google.com/p/open-vcdiff/issues/detail?id=7)
80 rem vcdiff using stdin/stdout. Verify that output file matches target file
81 %VCDIFF% %VCD_OPTIONS% ^
87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
100 rem vcdiff with mixed stdin/stdout.
101 %VCDIFF% %VCD_OPTIONS% ^
107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
120 %VCDIFF% %VCD_OPTIONS% ^
126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
140 rem dictionary, vcdiff will spot the mistake and return an error. (It can't
142 %VCDIFF% decode -dictionary %TARGET_FILE% ^
152 rem "vcdiff test" with all three arguments.
153 %VCDIFF% %VCD_OPTIONS% ^
157 || ( echo vcdiff test with three arguments failed ^
164 %VCDIFF% %VCD_OPTIONS% ^
168 && ( echo vcdiff with missing dictionary file should fail, but succeeded ^
173 %VCDIFF% %VCD_OPTIONS% ^
177 && ( echo vcdiff with missing target file should fail, but succeeded ^
182 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
185 && ( echo vcdiff with missing delta file should fail, but succeeded ^
190 %VCDIFF% %VCD_OPTIONS% ^
197 %VCDIFF% -stats ^
211 rem open-vcdiff Issue 6
212 rem (http://code.google.com/p/open-vcdiff/issues/detail?id=6)
215 %VCDIFF% %VCD_OPTIONS% ^
220 || ( echo vcdiff test with empty file as dictionary failed ^
227 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
230 && ( echo vcdiff with invalid delta file should fail, but succeeded ^
234 %VCDIFF% %VCD_OPTIONS% ^
242 %VCDIFF% %VCD_OPTIONS% ^
250 %VCDIFF% %VCD_OPTIONS% ^
258 %VCDIFF% %VCD_OPTIONS% ^
268 %VCDIFF% %VCD_OPTIONS% ^
274 || ( echo vcdiff test with -buffersize=1 failed ^
280 rem Using -buffersize=1 with stdin/stdout means that vcdiff
282 %VCDIFF% encode -dictionary %DICTIONARY_FILE% ^
289 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
305 %VCDIFF% %VCD_OPTIONS% ^
310 && ( echo vcdiff test with -buffersize=0 should fail, but succeeded ^
317 %VCDIFF% %VCD_OPTIONS% ^
323 || ( echo vcdiff test with -buffersize=128M failed ^
329 %VCDIFF% %VCD_OPTIONS% ^
338 %VCDIFF% %VCD_OPTIONS% ^
345 %VCDIFF% decode -target %TARGET_FILE% ^
352 %VCDIFF% encode -dictionary %DICTIONARY_FILE% ^
357 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
368 %VCDIFF% encode -dictionary %DICTIONARY_FILE% ^
376 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
389 %VCDIFF% %VCD_OPTIONS% ^
397 %VCDIFF% %VCD_OPTIONS% ^
404 %VCDIFF% %VCD_OPTIONS% ^
411 rem open-vcdiff Issue 8
412 rem (http://code.google.com/p/open-vcdiff/issues/detail?id=8)
415 %VCDIFF% %VCD_OPTIONS% ^
426 %VCDIFF% %VCD_OPTIONS% ^
438 %VCDIFF% %VCD_OPTIONS% ^
443 || ( echo vcdiff test with -max_target_file_size failed ^
448 %VCDIFF% %VCD_OPTIONS% ^
453 || ( echo vcdiff test with -max_target_window_size failed ^