2
0

test558 663 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <testcase>
  2. <info>
  3. <keywords>
  4. TrackMemory
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. </reply>
  11. # Client-side
  12. <client>
  13. <server>
  14. none
  15. </server>
  16. <features>
  17. TrackMemory
  18. </features>
  19. # tool is what to use instead of 'curl'
  20. <tool>
  21. lib558
  22. </tool>
  23. <name>
  24. libtest memory tracking operational
  25. </name>
  26. <command>
  27. nothing
  28. </command>
  29. </client>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <file name="log/memdump">
  34. MEM lib558.c: malloc()
  35. MEM lib558.c: free()
  36. MEM escape.c: malloc()
  37. MEM escape.c: realloc()
  38. MEM escape.c: realloc()
  39. MEM escape.c: free()
  40. </file>
  41. <stripfile>
  42. s/ =.*//
  43. s/\(.*\)/()/
  44. s/:\d+/:/
  45. s:^(MEM )(.*/)(.*):$1$3:
  46. </stripfile>
  47. </verify>
  48. </testcase>