summaryrefslogtreecommitdiff
path: root/xdelta3/go/src/xdelta
AgeCommit message (Collapse)Author
2015-12-26Support Panic in the main routineJosh MacDonald
2015-12-11Add dataset testJoshua MacDonald
2015-12-07Run offset tests up to the 31bit source window (seeJoshua MacDonald
2015-12-02Fixes regtest.go running against xdelta3 headJoshua MacDonald
2015-11-29Test this on LinuxJoshua MacDonald
2015-11-27Regtest workJoshua MacDonald
2015-11-26Wait for I/O to finish before waiting for subprocesses to exitJoshua MacDonald
2015-11-23Improve error handling; allow two routines to have errors in a successful ↵Joshua MacDonald
test (Empty, which can get bad file descriptor after the process exits, and the Decode-Source writer, since the decoder is not required to read the full source)
2015-11-21New TestGroup.Go method, improved error handlingJoshua MacDonald
2015-11-03Test exposed XD3_TOOFARBACK in default branch (despite not yet WAI), caused ↵Josh MacDonald
by inconsistent frontier_pos handling with source FIFO
2015-10-12Test runs (slowly), still does not passJosh MacDonald
2015-10-06Test refactoring (still no output, hung subprocess)Josh MacDonald
2015-02-01regtest.go exhibits bad compression >2GB boundaryJoshua MacDonald
2015-01-25regtest.go tests a random stream and an offset copyJoshua MacDonald
2015-01-24Golang regtest framework for testing program execution using pipes, ↵Joshua MacDonald
including a named pipe for the source file