diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/875.out | |
download | pcp-47e6e7c84f008a53061e661f31ae96629bc694ef.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/875.out')
-rw-r--r-- | qa/875.out | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/qa/875.out b/qa/875.out new file mode 100644 index 0000000..ae8547e --- /dev/null +++ b/qa/875.out @@ -0,0 +1,66 @@ +QA output created by 875 +=== std out === +pmParseHostAttrsSpec("local:where/am/i.sock", ...) +host[0]: "/where/am/i.sock" +local +pmUnparseHostAttrsSpec("local:where/am/i.sock") -> "local://where/am/i.sock" +=== std err === +=== filtered valgrind report === +Memcheck, a memory error detector +Command: src/parsehostattrs local:where/am/i.sock +LEAK SUMMARY: +definitely lost: 0 bytes in 0 blocks +indirectly lost: 0 bytes in 0 blocks +ERROR SUMMARY: 0 errors from 0 contexts ... +=== std out === +pmParseHostAttrsSpec("local://tmp/holey.sock?user=pcpqa&compress", ...) +host[0]: "/tmp/holey.sock?user=pcpqa&compress" +local +pmUnparseHostAttrsSpec("local://tmp/holey.sock?user=pcpqa&compress") -> "local://tmp/holey.sock?user=pcpqa&compress" +=== std err === +=== filtered valgrind report === +Memcheck, a memory error detector +Command: src/parsehostattrs local://tmp/holey.sock?user=pcpqa&compress +LEAK SUMMARY: +definitely lost: 0 bytes in 0 blocks +indirectly lost: 0 bytes in 0 blocks +ERROR SUMMARY: 0 errors from 0 contexts ... +=== std out === +pmParseHostAttrsSpec("local:?", ...) +host[0]: "/?" +local +pmUnparseHostAttrsSpec("local:?") -> "local://?" +=== std err === +=== filtered valgrind report === +Memcheck, a memory error detector +Command: src/parsehostattrs local:? +LEAK SUMMARY: +definitely lost: 0 bytes in 0 blocks +indirectly lost: 0 bytes in 0 blocks +ERROR SUMMARY: 0 errors from 0 contexts ... +=== std out === +pmParseHostAttrsSpec("unix://tmp/holey.sock?compress", ...) +host[0]: "/tmp/holey.sock?compress" +unixsock +pmUnparseHostAttrsSpec("unix://tmp/holey.sock?compress") -> "unix://tmp/holey.sock?compress" +=== std err === +=== filtered valgrind report === +Memcheck, a memory error detector +Command: src/parsehostattrs unix://tmp/holey.sock?compress +LEAK SUMMARY: +definitely lost: 0 bytes in 0 blocks +indirectly lost: 0 bytes in 0 blocks +ERROR SUMMARY: 0 errors from 0 contexts ... +=== std out === +pmParseHostAttrsSpec("unix://?compress", ...) +host[0]: "/?compress" +unixsock +pmUnparseHostAttrsSpec("unix://?compress") -> "unix://?compress" +=== std err === +=== filtered valgrind report === +Memcheck, a memory error detector +Command: src/parsehostattrs unix://?compress +LEAK SUMMARY: +definitely lost: 0 bytes in 0 blocks +indirectly lost: 0 bytes in 0 blocks +ERROR SUMMARY: 0 errors from 0 contexts ... |