Lines Matching refs:echo
1 @echo off
28 ( echo Must pass location of vcdiff.exe as script argument ^
46 && ( echo vcdiff with no arguments should fail, but succeeded ^
48 echo Test 1 ok
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
56 echo Test 2 ok
63 || ( echo Encode with three arguments failed ^
68 || ( echo Decode with three arguments failed ^
71 || ( echo Decoded target does not match original ^
73 echo Test 3 ok
85 || ( echo Encode using stdin/stdout failed ^
90 || ( echo Decode using stdin/stdout failed ^
93 || ( echo Decoded target does not match original ^
95 echo Test 4 ok
105 || ( echo Encode with mixed arguments failed ^
110 || ( echo Decode with mixed arguments failed ^
113 || ( echo Decoded target does not match original ^
115 echo Test 5 ok
124 || ( echo Encode with mixed arguments failed ^
129 || ( echo Decode with mixed arguments failed ^
132 || ( echo Decoded target does not match original ^
134 echo Test 6 ok
145 && ( echo Decode using larger dictionary should fail, but succeeded ^
147 echo Test 7 ok
157 || ( echo vcdiff test with three arguments failed ^
159 echo Test 8 ok
168 && ( echo vcdiff with missing dictionary file should fail, but succeeded ^
170 echo Test 9 ok
177 && ( echo vcdiff with missing target file should fail, but succeeded ^
179 echo Test 10 ok
185 && ( echo vcdiff with missing delta file should fail, but succeeded ^
187 echo Test 11 ok
195 || ( echo Encode with -stats failed ^
201 || ( echo Decode with -stats failed ^
204 || ( echo Decoded target does not match original ^
206 echo Test 13 ok
220 || ( echo vcdiff test with empty file as dictionary failed ^
222 echo Test 14 ok
230 && ( echo vcdiff with invalid delta file should fail, but succeeded ^
232 echo Test 17 ok
238 && ( echo -dictionary option with no file name should fail, but succeeded ^
240 echo Test 18 ok
246 && ( echo -target option with no file name should fail, but succeeded ^
248 echo Test 19 ok
254 && ( echo -delta option with no file name should fail, but succeeded ^
256 echo Test 20 ok
263 && ( echo -buffersize option with no argument should fail, but succeeded ^
265 echo Test 21 ok
274 || ( echo vcdiff test with -buffersize=1 failed ^
276 echo Test 22 ok
287 || ( echo Encode using stdin/stdout with -buffersize=1 failed ^
294 || ( echo Decode using stdin/stdout with -buffersize=1 failed ^
297 || ( echo Decoded target does not match original with -buffersize=1 ^
299 echo Test 23 ok
310 && ( echo vcdiff test with -buffersize=0 should fail, but succeeded ^
312 echo Test 24 ok
323 || ( echo vcdiff test with -buffersize=128M failed ^
325 echo Test 25 ok
334 && ( echo vdiff test with unrecognized option should fail, but succeeded ^
336 echo Test 26 ok
341 && ( echo encode with no dictionary option should fail, but succeeded ^
343 echo Test 27 ok
347 && ( echo decode with no dictionary option should fail, but succeeded ^
349 echo Test 28 ok
355 || ( echo Encode without -interleaved and -checksum options failed ^
360 || ( echo Decode non-interleaved output failed ^
363 || ( echo Decoded target does not match original with -interleaved ^
365 echo Test 29 ok
373 || ( echo Encode with -target_matches option failed ^
379 || ( echo Decode output failed with -target_matches ^
382 || ( echo Decoded target does not match original with -target_matches ^
384 echo Test 30 ok
393 && ( echo vdiff with unrecognized action should fail, but succeeded ^
395 echo Test 31 ok
400 && ( echo vdiff test without delta option should fail, but succeeded ^
402 echo Test 32 ok
407 && ( echo vdiff test without target option should fail, but succeeded ^
409 echo Test 33 ok
420 && ( echo Decoding malicious file should fail, but succeeded ^
422 echo Test 34 ok
431 && ( echo Decoding malicious file should fail, but succeeded ^
433 echo Test 35 ok
443 || ( echo vcdiff test with -max_target_file_size failed ^
445 echo Test 36 ok
453 || ( echo vcdiff test with -max_target_window_size failed ^
455 echo Test 37 ok
459 echo PASS