Annotation of embedaddon/curl/tests/data/DISABLED, revision 1.1

1.1     ! misho       1: # This file can be used to specify test cases that should not run when all
        !             2: # test cases are run by runtests.pl. Just add the plain test case numbers, one
        !             3: # per line.
        !             4: # Lines starting with '#' letters are treated as comments.
        !             5: 594
        !             6: 1209
        !             7: 1211
        !             8: 1316
        !             9: 1512
        !            10: 836
        !            11: 882
        !            12: 938
        !            13: # test 1801 causes problems on Mac OS X and github
        !            14: # https://github.com/curl/curl/issues/380
        !            15: 1801
        !            16: # test 1510 causes problems on the CI on github
        !            17: # example: https://travis-ci.org/curl/curl/builds/81633600
        !            18: 1510
        !            19: # Pipelining test that is causing false positives a little too often
        !            20: 1903
        !            21: # fnmatch differences are just too common to make testing them sensible
        !            22: 1307
        !            23: # Pipelining is deprecated
        !            24: 530
        !            25: 584
        !            26: 1900
        !            27: 1901
        !            28: 1902
        !            29: 2033
        !            30: # Uses SRP to "a server not supporting it" but modern stunnel versions
        !            31: # will silently accept it and remain happy
        !            32: 323

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>