]> git.cworth.org Git - apitrace-tests/commitdiff
Start compiling traces for regression testing.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 16 Oct 2011 15:20:28 +0000 (16:20 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 16 Oct 2011 15:20:28 +0000 (16:20 +0100)
traces/README.markdown [new file with mode: 0644]
traces/zlib-no-eof.trace [new file with mode: 0644]

diff --git a/traces/README.markdown b/traces/README.markdown
new file mode 100644 (file)
index 0000000..141fafd
--- /dev/null
@@ -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 (file)
index 0000000..8ed2f1f
Binary files /dev/null and b/traces/zlib-no-eof.trace differ