Lines Matching full:with
7 # you may not use this file except in compliance with the License.
39 # vcdiff with no arguments shows usage information & error result
41 && { echo "vcdiff with no arguments should fail, but succeeded"; \
45 # vcdiff with three arguments but without "encode" or "decode"
53 # vcdiff with all three arguments. Verify that output file matches target file
58 || { echo "Encode with three arguments failed"; \
63 || { echo "Decode with three arguments failed"; \
93 # vcdiff with mixed stdin/stdout.
98 || { echo "Encode with mixed arguments failed"; \
103 || { echo "Decode with mixed arguments failed"; \
117 || { echo "Encode with mixed arguments failed"; \
122 || { echo "Decode with mixed arguments failed"; \
145 # "vcdiff test" with all three arguments.
150 || { echo "vcdiff test with three arguments failed"; \
161 && { echo "vcdiff with missing dictionary file should fail, but succeeded"; \
170 && { echo "vcdiff with missing target file should fail, but succeeded"; \
178 && { echo "vcdiff with missing delta file should fail, but succeeded"; \
189 && { echo "vcdiff with symbolic link loop should fail, but succeeded"; \
201 || { echo "Encode with -stats failed"; \
207 || { echo "Decode with -stats failed"; \
224 || { echo "vcdiff test with /dev/null as dictionary failed"; \
236 && { echo "vcdiff with /dev/kmem as dictionary should fail, but succeeded"; \
244 && { echo "vcdiff with /dev/kmem as target should fail, but succeeded"; \
252 && { echo "vcdiff with invalid delta file should fail, but succeeded"; \
260 && { echo "-dictionary option with no file name should fail, but succeeded"; \
268 && { echo "-target option with no file name should fail, but succeeded"; \
276 && { echo "-delta option with no file name should fail, but succeeded"; \
285 && { echo "-buffersize option with no argument should fail, but succeeded"; \
296 || { echo "vcdiff test with -buffersize=1 failed"; \
302 # Using -buffersize=1 with stdin/stdout means that vcdiff
309 || { echo "Encode using stdin/stdout with -buffersize=1 failed"; \
316 || { echo "Decode using stdin/stdout with -buffersize=1 failed"; \
319 || { echo "Decoded target does not match original with -buffersize=1"; \
332 && { echo "vcdiff test with -buffersize=0 should fail, but succeeded"; \
345 || { echo "vcdiff test with -buffersize=128M failed"; \
356 && { echo "vdiff test with unrecognized option should fail, but succeeded"; \
363 && { echo "encode with no dictionary option should fail, but succeeded"; \
369 && { echo "decode with no dictionary option should fail, but succeeded"; \
385 || { echo "Decoded target does not match original with -interleaved"; \
395 || { echo "Encode with -target_matches option failed"; \
401 || { echo "Decode output failed with -target_matches"; \
404 || { echo "Decoded target does not match original with -target_matches"; \
415 && { echo "vdiff with unrecognized action should fail, but succeeded"; \
463 # Decoding a small target with the -max_target_file_size option should succeed.
469 || { echo "vcdiff test with -max_target_file_size failed"; \
473 # Decoding a small target with -max_target_window_size option should succeed.
479 || { echo "vcdiff test with -max_target_window_size failed"; \
491 || { echo "Encode with -allow_vcd_target=false failed"; \
498 || { echo "Decode with -allow_vcd_target=false failed"; \
514 || { echo "Encode with -allow_vcd_target=true failed"; \
521 || { echo "Decode with -allow_vcd_target=true failed"; \