DISABLED (1944B)
1 #*************************************************************************** 2 # _ _ ____ _ 3 # Project ___| | | | _ \| | 4 # / __| | | | |_) | | 5 # | (__| |_| | _ <| |___ 6 # \___|\___/|_| \_\_____| 7 # 8 # Copyright (C) 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 43 1184 44 1209 45 1211 46 # fnmatch differences are just too common to make testing them sensible 47 1307 48 1316 49 1512 50 # test 1801 causes problems in CI builds 51 # https://github.com/curl/curl/issues/380 52 1801 53 # 54 2043 55 %if WinIDN 56 165 57 %endif 58 # Windows non-Unicode builds fail to receive Unicode text via the command-line 59 %if win32 60 %if !Unicode 61 %if libidn2 62 165 63 1560 64 %endif 65 1448 66 2046 67 2047 68 %endif 69 %endif