From: José Fonseca Date: Sat, 5 Nov 2011 08:42:25 +0000 (+0000) Subject: Add trace with incomplete call. X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=commitdiff_plain;h=5bc44e6d6b8c52cc4d04cdd11618bef3c88dbc92 Add trace with incomplete call. --- diff --git a/traces/README.markdown b/traces/README.markdown index 141fafd..2fd26af 100644 --- a/traces/README.markdown +++ b/traces/README.markdown @@ -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 index 0000000..7ce1df7 Binary files /dev/null and b/traces/incomplete-call.trace differ