File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1330
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years, 6 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>