Skip to content
Snippets Groups Projects
Unverified Commit 39278928 authored by Jan M Michalski's avatar Jan M Michalski Committed by GitHub
Browse files

Merge pull request #3935 from igchor/obj_fix_tx_add_range_test

test: fix memcheck.log.match in obj_tx_add_range(_direct) tests
parents 2c9330f0 d3830af0
No related branches found
No related tags found
No related merge requests found
...@@ -24,11 +24,17 @@ ...@@ -24,11 +24,17 @@
==$(*)== ==$(*)==
==$(*)== ==$(*)==
==$(*)== HEAP SUMMARY: ==$(*)== HEAP SUMMARY:
==$(*)== in use at exit: 0 bytes in 0 blocks ==$(*)== in use at exit: $(*) bytes in $(*) blocks
==$(*)== total heap usage: $(*) allocs, $(*) frees, $(*) bytes allocated ==$(*)== total heap usage: $(*) allocs, $(*) frees, $(*) bytes allocated
==$(*)== ==$(*)==
==$(*)== All heap blocks were freed -- no leaks are possible $(OPT)==$(*)== All heap blocks were freed -- no leaks are possible
$(OPX)==$(*)== LEAK SUMMARY:
$(OPT)==$(*)== definitely lost: 0 bytes in 0 blocks
$(OPT)==$(*)== indirectly lost: 0 bytes in 0 blocks
$(OPT)==$(*)== possibly lost: 0 bytes in 0 blocks
$(OPT)==$(*)== still reachable: 0 bytes in 0 blocks
$(OPT)==$(*)== suppressed: $(*) bytes in $(*) blocks
==$(*)== ==$(*)==
==$(*)== Use --track-origins=yes to see where uninitialised values come from ==$(*)== Use --track-origins=yes to see where uninitialised values come from
$(OPT)==$(*)== For lists of detected and suppressed errors, rerun with: -s $(OPT)==$(*)== For lists of detected and suppressed errors, rerun with: -s
==$(*)== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) ==$(*)== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: $(*) from $(*))
...@@ -24,11 +24,17 @@ ...@@ -24,11 +24,17 @@
==$(*)== ==$(*)==
==$(*)== ==$(*)==
==$(*)== HEAP SUMMARY: ==$(*)== HEAP SUMMARY:
==$(*)== in use at exit: 0 bytes in 0 blocks ==$(*)== in use at exit: $(*) bytes in $(*) blocks
==$(*)== total heap usage: $(*) allocs, $(*) frees, $(*) bytes allocated ==$(*)== total heap usage: $(*) allocs, $(*) frees, $(*) bytes allocated
==$(*)== ==$(*)==
==$(*)== All heap blocks were freed -- no leaks are possible $(OPT)==$(*)== All heap blocks were freed -- no leaks are possible
$(OPX)==$(*)== LEAK SUMMARY:
$(OPT)==$(*)== definitely lost: 0 bytes in 0 blocks
$(OPT)==$(*)== indirectly lost: 0 bytes in 0 blocks
$(OPT)==$(*)== possibly lost: 0 bytes in 0 blocks
$(OPT)==$(*)== still reachable: 0 bytes in 0 blocks
$(OPT)==$(*)== suppressed: $(*) bytes in $(*) blocks
==$(*)== ==$(*)==
==$(*)== Use --track-origins=yes to see where uninitialised values come from ==$(*)== Use --track-origins=yes to see where uninitialised values come from
$(OPT)==$(*)== For lists of detected and suppressed errors, rerun with: -s $(OPT)==$(*)== For lists of detected and suppressed errors, rerun with: -s
==$(*)== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) ==$(*)== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: $(*) from $(*))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment