xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | #*************************************************************************** |
| 2 | # _ _ ____ _ |
| 3 | # Project ___| | | | _ \| | |
| 4 | # / __| | | | |_) | | |
| 5 | # | (__| |_| | _ <| |___ |
| 6 | # \___|\___/|_| \_\_____| |
| 7 | # |
| 8 | # Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 9 | # |
| 10 | # This software is licensed as described in the file COPYING, which |
| 11 | # you should have received as part of this distribution. The terms |
| 12 | # are also available at https://curl.se/docs/copyright.html. |
| 13 | # |
| 14 | # You may opt to use, copy, modify, merge, publish, distribute and/or sell |
| 15 | # copies of the Software, and permit persons to whom the Software is |
| 16 | # furnished to do so, under the terms of the COPYING file. |
| 17 | # |
| 18 | # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY |
| 19 | # KIND, either express or implied. |
| 20 | # |
| 21 | # SPDX-License-Identifier: curl |
| 22 | # |
| 23 | ########################################################################### |
| 24 | # |
| 25 | # This file can be used to specify test cases that should not run when all |
| 26 | # test cases are run by runtests.pl. Just add the plain test case numbers, one |
| 27 | # per line. |
| 28 | # Lines starting with '#' letters are treated as comments. |
| 29 | # |
| 30 | # Uses SRP to "a server not supporting it" but modern stunnel versions |
| 31 | # will silently accept it and remain happy |
| 32 | 323 |
| 33 | # |
| 34 | 594 |
| 35 | 836 |
| 36 | 882 |
| 37 | 938 |
| 38 | # test 1182 kills the test servers as a side effect |
| 39 | # of running runtests.pl as a child of itself sharing |
| 40 | # some of the directories. |
| 41 | 1182 |
| 42 | # test 1184 causes flakiness in CI builds, mostly visible on macOS |
| 43 | 1184 |
| 44 | 1209 |
| 45 | 1211 |
| 46 | # fnmatch differences are just too common to make testing them sensible |
| 47 | 1307 |
| 48 | 1316 |
| 49 | # test 1510 causes problems on the CI on github |
| 50 | # example: https://travis-ci.org/curl/curl/builds/81633600 |
| 51 | 1510 |
| 52 | 1512 |
| 53 | # test 1801 causes problems on Mac OS X and github |
| 54 | # https://github.com/curl/curl/issues/380 |
| 55 | 1801 |
| 56 | # test 2086 causes issues on Windows only |
| 57 | 2086 |
| 58 | # |
| 59 | # |
| 60 | # Tests that are disabled here for Hyper are SUPPOSED to work but |
| 61 | # still need adjustments in tests or code. Tests that cannot be |
| 62 | # fixed for hyper should be adjusted for it in the test file. |
| 63 | # |
| 64 | # hyper support remains EXPERIMENTAL as long as there's a test number |
| 65 | # listed below |
| 66 | %if hyper |
| 67 | 265 |
| 68 | 266 |
| 69 | 565 |
| 70 | 579 |
| 71 | 587 |
| 72 | # 1021 re-added here due to flakiness |
| 73 | 1021 |
| 74 | 1117 |
| 75 | 1417 |
| 76 | 1533 |
| 77 | 1540 |
| 78 | 1591 |
| 79 | 1941 |
| 80 | 1942 |
| 81 | 1943 |
| 82 | 2301 |
| 83 | 2302 |
| 84 | %endif |
| 85 | 2043 |
| 86 | # Tests that are disabled here for rustls are SUPPOSED to work |
| 87 | %if rustls |
| 88 | 312 |
| 89 | 313 |
| 90 | 400 |
| 91 | 401 |
| 92 | 403 |
| 93 | 404 |
| 94 | 406 |
| 95 | 407 |
| 96 | 408 |
| 97 | 409 |
| 98 | 1112 |
| 99 | 1272 |
| 100 | %endif |
| 101 | # The CRL test doesn't work with wolfSSL |
| 102 | %if wolfssl |
| 103 | 313 |
| 104 | %endif |
| 105 | # The CRL test doesn't work with BearSSL |
| 106 | %if bearssl |
| 107 | 313 |
| 108 | %endif |