test96 557 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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" mode="text">
  30. MEM tool_paramhlp.c
  31. MEM tool_cfgable.c
  32. </file>
  33. <stripfile>
  34. $_ = '' if (($_ !~ /tool_paramhlp/) && ($_ !~ /tool_cfgable/))
  35. s/:\d+.*//
  36. s:^(MEM )(.*/)(.*):$1$3:
  37. </stripfile>
  38. </verify>
  39. </testcase>