2006-09-13 18:16:36 +08:00
|
|
|
# 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.
|
2006-09-13 18:18:01 +08:00
|
|
|
# Lines starting with '#' letters are treated as comments.
|
2020-09-06 00:42:29 +08:00
|
|
|
#
|
|
|
|
# Uses SRP to "a server not supporting it" but modern stunnel versions
|
|
|
|
# will silently accept it and remain happy
|
|
|
|
323
|
|
|
|
#
|
2011-11-12 02:46:44 +08:00
|
|
|
594
|
2020-09-06 00:42:29 +08:00
|
|
|
836
|
|
|
|
882
|
|
|
|
938
|
2012-11-17 19:12:42 +08:00
|
|
|
# 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
|
2021-09-16 16:50:41 +08:00
|
|
|
# test 1184 causes flakiness in CI builds, mostly visible on macOS
|
|
|
|
1184
|
2011-12-19 21:35:20 +08:00
|
|
|
1209
|
2011-11-26 06:15:58 +08:00
|
|
|
1211
|
2020-09-06 00:42:29 +08:00
|
|
|
# fnmatch differences are just too common to make testing them sensible
|
|
|
|
1307
|
2014-02-12 04:27:32 +08:00
|
|
|
1316
|
2020-09-06 00:42:29 +08:00
|
|
|
# test 1510 causes problems on the CI on github
|
|
|
|
# example: https://travis-ci.org/curl/curl/builds/81633600
|
|
|
|
1510
|
2013-08-11 05:55:10 +08:00
|
|
|
1512
|
2015-09-20 19:12:44 +08:00
|
|
|
# test 1801 causes problems on Mac OS X and github
|
2016-02-04 01:34:16 +08:00
|
|
|
# https://github.com/curl/curl/issues/380
|
2015-09-20 19:12:44 +08:00
|
|
|
1801
|
2021-07-22 22:32:30 +08:00
|
|
|
# test 2086 causes issues on Windows only
|
|
|
|
2086
|
2021-06-09 05:31:46 +08:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# Tests that are disabled here for Hyper are SUPPOSED to work but
|
|
|
|
# still need adjustments in tests or code. Tests that cannot be
|
|
|
|
# fixed for hyper should be adjusted for it in the test file.
|
|
|
|
#
|
|
|
|
# hyper support remains EXPERIMENTAL as long as there's a test number
|
|
|
|
# listed below
|
|
|
|
%if hyper
|
|
|
|
265
|
|
|
|
266
|
|
|
|
565
|
|
|
|
579
|
|
|
|
587
|
|
|
|
670
|
|
|
|
671
|
|
|
|
672
|
|
|
|
673
|
|
|
|
1417
|
|
|
|
1533
|
|
|
|
1540
|
|
|
|
1591
|
|
|
|
%endif
|
2021-10-12 22:05:13 +08:00
|
|
|
2043
|
2022-01-09 18:59:33 +08:00
|
|
|
# Tests that are disabled here for rustls are SUPPOSED to work
|
|
|
|
%if rustls
|
|
|
|
312
|
|
|
|
313
|
|
|
|
400
|
|
|
|
401
|
|
|
|
403
|
|
|
|
404
|
|
|
|
406
|
|
|
|
407
|
|
|
|
408
|
|
|
|
409
|
|
|
|
1112
|
|
|
|
1272
|
|
|
|
%endif
|
2022-01-09 23:24:08 +08:00
|
|
|
# The CRL test doesn't work with wolfSSL
|
|
|
|
%if wolfssl
|
|
|
|
313
|
|
|
|
%endif
|
2022-04-07 14:36:35 +08:00
|
|
|
# The CRL test doesn't work with BearSSL
|
|
|
|
%if bearssl
|
|
|
|
313
|
|
|
|
%endif
|