]> git.cworth.org Git - apitrace-tests/commitdiff
Add trace with incomplete call.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 5 Nov 2011 08:42:25 +0000 (08:42 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 5 Nov 2011 08:42:25 +0000 (08:42 +0000)
traces/README.markdown
traces/incomplete-call.trace [new file with mode: 0644]

index 141fafd3d79ca7d3cfb4d29c0bce7162d6b2f832..2fd26af7360e8497f0a670663a6e8bb3a629f4a5 100644 (file)
@@ -1,6 +1,8 @@
-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).
+*   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.
+    Depending on how zlib handles the unexpected end of file, it may fail to read
+    any data from it.
+
+*   incomplete-call.trace:  trace with an incomplete call, with missing arguments
diff --git a/traces/incomplete-call.trace b/traces/incomplete-call.trace
new file mode 100644 (file)
index 0000000..7ce1df7
Binary files /dev/null and b/traces/incomplete-call.trace differ