2
0

test96 614 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. <name>
  20. curl memory tracking operational
  21. </name>
  22. <command>
  23. --version
  24. </command>
  25. </client>
  26. #
  27. # Verify data after the test has been "shot"
  28. <verify>
  29. <file name="log/memdump">
  30. MEM tool_paramhlp.c
  31. MEM tool_cfgable.c
  32. MEM tool_cfgable.c
  33. MEM tool_cfgable.c
  34. </file>
  35. <stripfile>
  36. $_ = '' if ((($_ !~ /tool_paramhlp/) && ($_ !~ /tool_cfgable/)) || ($_ =~ /free\(\(nil\)\)/))
  37. s/:\d+.*//
  38. s:^(MEM )(.*/)(.*):$1$3:
  39. </stripfile>
  40. </verify>
  41. </testcase>