mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:41:40 +03:00
tests: reduce max allowed allocations for four tests
and completely remove the check for one Closes #19260
This commit is contained in:
parent
875ea98c36
commit
fe9e0115b1
5 changed files with 4 additions and 7 deletions
|
|
@ -50,7 +50,7 @@ Accept: */*
|
|||
|
||||
</protocol>
|
||||
<limits>
|
||||
Allocations: 135
|
||||
Allocations: 120
|
||||
Maximum allocated: 136000
|
||||
</limits>
|
||||
</verify>
|
||||
|
|
|
|||
|
|
@ -188,6 +188,7 @@ QUIT
|
|||
</protocol>
|
||||
<limits>
|
||||
Allocations: 170
|
||||
Maximum allocated: 150000
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ https://this.hsts.example./%TESTNUMBER
|
|||
56
|
||||
</errorcode>
|
||||
<limits>
|
||||
Allocations: 1100
|
||||
Allocations: 145
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ Accept: */*
|
|||
|
||||
</protocol>
|
||||
<limits>
|
||||
Allocations: 135
|
||||
Allocations: 120
|
||||
Maximum allocated: 136000
|
||||
</limits>
|
||||
</verify>
|
||||
|
|
|
|||
|
|
@ -50,9 +50,5 @@ User-Agent: curl/%VERSION
|
|||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
<limits>
|
||||
Allocations: 135
|
||||
Maximum allocated: 136000
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue