File tree Expand file tree Collapse file tree 1 file changed +33
-3
lines changed
Expand file tree Collapse file tree 1 file changed +33
-3
lines changed Original file line number Diff line number Diff line change 11# !./perl
22
3- # This file is a place for tests that fail at the time they are added here.
3+ # This file is a place for tests that are failing at the time they are added
4+ # into this file. It exists so that anyone can contribute a test without
5+ # having to know about Perl's testing structures.
46#
5- # When a ticket is filed, just follow the paradigm(s) in this file to add a
6- # test that shows the failure.
7+ # When a new ticket is filed, just follow the paradigm(s) in this file to add
8+ # a test that shows the failure. However, some domains have infrastructure
9+ # which may make it easier to add a test there, than to have to set up things
10+ # here. These include:
11+ # Domain Test File
12+ # deparsing lib/B/Deparse.t
13+ # regex matching t/re/re_tests
714#
815# It is expected that when new tickets are opened, some will actually be
916# duplicates of existing known bad behavior. And since there are so many open
1320# disposition of the test here determined at that time. (For example, perhaps
1421# it is redundant to the test demonstrating the bug that was intentionally
1522# fixed, so can be removed altogether.)
23+ #
24+ # Before you add a test here, check that the ticket isn't one of these,
25+ # because we already have todo tests for them (in some other file).
26+ #
27+ # Git Hub issue numbers
28+ # 2207
29+ # 2208
30+ # 2286
31+ # 2931
32+ # 4125
33+ # 4261
34+ # 4370
35+ # 5959
36+ # 8267
37+ # 8945
38+ # 8952
39+ # 9010
40+ # 9406
41+ # 10750
42+ # 14052
43+ # 19370
44+ # 19661
45+ # 22547
1646
1747BEGIN {
1848 chdir ' t' if -d ' t' ;
You can’t perform that action at this time.
0 commit comments