~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test558

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

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