Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
13e9a4d8
Commit
13e9a4d8
authored
24 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
added a description about the memory checks
parent
9c0d9784
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/README
+9
-0
9 additions, 0 deletions
tests/README
with
9 additions
and
0 deletions
tests/README
+
9
−
0
View file @
13e9a4d8
...
...
@@ -20,6 +20,12 @@ Run:
Use -s fort shorter output, or pass a string with test numbers to run
specific tests only (like ./runtests.pl "3 4" to test 3 and 4 only)
Memory:
The test script will check that all allocated memory is freed properly IF
curl has been built with the MALLOCDEBUG define set. The script will
automatically detect if that is the case, and it will use the ../memanalyze
script to analyze the memory debugging output.
Logs:
All logs are generated in the logs/ subdirctory (it is emtpied first
in the runtests.sh script)
...
...
@@ -46,6 +52,9 @@ Data:
curl will not be run with -o but instead all output is compared
against this file!
errorN.txt: if this file is present, it should contain the error number
curl is supposed to return when this test is run.
FIX:
* Make httpserver.pl work when we PUT without Content-Length:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment