mirror of
https://github.com/curl/curl.git
synced 2026-04-14 13:01:42 +08:00
There are 58 non-compliant files. Mark them with the `notxml` keyword. Also include the compliant ones in the GHA/checksrc xmllint CI job. Also: - delete XML prolog from the 3 test data files that had them. - FILEFORMAT.md: document the `notxml` keyword. - FILEFORMAT.md: fix a typo. Follow-up tode49cc89ab#19470 Follow-up tof3095f0dbd#19528 Follow-up to87ba80a6dfCloses #19595
47 lines
638 B
Plaintext
47 lines
638 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
TrackMemory
|
|
notxml
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
TrackMemory
|
|
</features>
|
|
|
|
<name>
|
|
curl memory tracking operational
|
|
</name>
|
|
<command>
|
|
--version
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<file name="%LOGDIR/memdump">
|
|
MEM tool_cfgable.c
|
|
MEM tool_paramhlp.c
|
|
MEM tool_cfgable.c
|
|
MEM tool_cfgable.c
|
|
MEM tool_cfgable.c
|
|
MEM tool_cfgable.c
|
|
</file>
|
|
<stripfile>
|
|
$_ = '' if((($_ !~ /tool_paramhlp/) && ($_ !~ /tool_cfgable/)) || ($_ =~ /free\(\(nil\)\)/))
|
|
s/:\d+.*//
|
|
s:^(MEM )(.*/)(.*):$1$3:
|
|
</stripfile>
|
|
</verify>
|
|
|
|
</testcase>
|