From: José Fonseca Date: Sun, 16 Oct 2011 15:20:28 +0000 (+0100) Subject: Start compiling traces for regression testing. X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=commitdiff_plain;h=8a63a6b0f98da88770d3479a1166ec92e8c72e7f Start compiling traces for regression testing. --- diff --git a/traces/README.markdown b/traces/README.markdown new file mode 100644 index 0000000..141fafd --- /dev/null +++ b/traces/README.markdown @@ -0,0 +1,6 @@ +zlib-no-eof.trace is a short, zlib compressed trace, with an unexpected end of +file because the application terminated abnormally (which is actual very +normal). + +Depending on how zlib handles the unexpected end of file, it may fail to read +any data from it. diff --git a/traces/zlib-no-eof.trace b/traces/zlib-no-eof.trace new file mode 100644 index 0000000..8ed2f1f Binary files /dev/null and b/traces/zlib-no-eof.trace differ