##// END OF EJS Templates
don't return uninitialized memory from bdiff.blocks()...
don't return uninitialized memory from bdiff.blocks() bdiff.blocks() returns a dummy match at the end of both files; the length of that chunk is never set, so it will sometimes contain random heap garbage. There are apparently workarounds for this elsewhere: # bdiff sometimes gives huge matches past eof, this check eats them,

File last commit:

r2955:9d1c3529 default
r4131:1ca664c9 default
Show More
test-archive.out
39 lines | 1.0 KiB | text/plain | TextLexer
Thomas Arendsen Hein
Added test case for zip/gz/bz2 archive downloads.
r1166 adding foo
adding bar
adding baz/bletch
Vadim Gelfer
update tests after changing archival code....
r2114 test-archive-TIP/.hg_archival.txt
Thomas Arendsen Hein
Added test case for zip/gz/bz2 archive downloads.
r1166 test-archive-TIP/bar
test-archive-TIP/baz/bletch
test-archive-TIP/foo
Vadim Gelfer
update tests after changing archival code....
r2114 test-archive-TIP/.hg_archival.txt
Thomas Arendsen Hein
Added test case for zip/gz/bz2 archive downloads.
r1166 test-archive-TIP/bar
test-archive-TIP/baz/bletch
test-archive-TIP/foo
Archive: archive.zip
Vadim Gelfer
update tests after changing archival code....
r2114 testing: test-archive-TIP/.hg_archival.txt OK
Thomas Arendsen Hein
Added test case for zip/gz/bz2 archive downloads.
r1166 testing: test-archive-TIP/bar OK
testing: test-archive-TIP/baz/bletch OK
testing: test-archive-TIP/foo OK
No errors detected in compressed data of archive.zip.
Vadim Gelfer
update tests after changing archival code....
r2114 test/.hg_archival.txt
test/bar
test/baz/bletch
test/foo
test/.hg_archival.txt
test/bar
test/foo
test-TIP/.hg_archival.txt
test-TIP/bar
test-TIP/baz/bletch
test-TIP/foo
abort: archive prefix contains illegal components
Archive: test.zip
testing: test/.hg_archival.txt OK
testing: test/bar OK
testing: test/baz/bletch OK
testing: test/foo OK
No errors detected in compressed data of test.zip.
Vadim Gelfer
archive: make "hg archive -t XXX -" to write to stdout
r2476 test-TIP/.hg_archival.txt
test-TIP/bar
test-TIP/baz/bletch
test-TIP/foo