mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
3f0bef2b53
It can contain additional restraints for test numbers, keywords and tools. The idea is to let third parties like the Privoxy project distribute an exclude file with their tarballs that specifies which curl tests are not expected to work when using Privoxy as a proxy, without having to fork the whole curl test suite. The syntax could be changed to be extendable and maybe more closely reflect the "curl test" syntax. Currently it's a bunch of lines like these: test:$TESTNUMBER:Reason why this test with number $TESTNUMBER should be skipped keyword:$KEYWORD:Reason why tests whose keywords contain the $KEYWORD should be skipped tool:$TOOL:Reason why tests with tools that contain $TOOL should be skipped To specify multiple $TESTNUMBERs, $KEYWORDs and $TOOLs on a single line, split them with commas.
30 lines
808 B
Plaintext
30 lines
808 B
Plaintext
# This file can be used to specify test cases that should not run when all
|
|
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
|
# per line.
|
|
# Lines starting with '#' letters are treated as comments.
|
|
#
|
|
# Uses SRP to "a server not supporting it" but modern stunnel versions
|
|
# will silently accept it and remain happy
|
|
323
|
|
#
|
|
594
|
|
836
|
|
882
|
|
938
|
|
# test 1182 kills the test servers as a side effect
|
|
# of running runtests.pl as a child of itself sharing
|
|
# some of the directories.
|
|
1182
|
|
1209
|
|
1211
|
|
# fnmatch differences are just too common to make testing them sensible
|
|
1307
|
|
1316
|
|
# test 1510 causes problems on the CI on github
|
|
# example: https://travis-ci.org/curl/curl/builds/81633600
|
|
1510
|
|
1512
|
|
# test 1801 causes problems on Mac OS X and github
|
|
# https://github.com/curl/curl/issues/380
|
|
1801
|