File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
cpan/Test-Simple/t/Test2/modules/API Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1069,6 +1069,8 @@ package Maintainers;
1069
1069
t/xxx-changes_updated.t
1070
1070
) ,
1071
1071
],
1072
+ # https://github.com/Test-More/test-more/issues/679
1073
+ CUSTOMIZED => [ ' t/Test2/modules/API/Instance.t' ],
1072
1074
},
1073
1075
1074
1076
' Text::Abbrev' => {
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ use Test2::IPC;
5
5
BEGIN { require " t/tools.pl" };
6
6
use Test2::Util qw/ CAN_THREAD CAN_REALLY_FORK USE_THREADS get_tid/ ;
7
7
8
+ skip_all(" Leaks shm blocks" );
9
+
8
10
my $CLASS = ' Test2::API::Instance' ;
9
11
10
12
my $one = $CLASS -> new;
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ Scalar-List-Utils cpan/Scalar-List-Utils/lib/Sub/Util.pm b984c0a2935bd5f5cf1733d
13
13
Scalar-List-Utils cpan/Scalar-List-Utils/ListUtil.xs 362a247c65878265fd8acae607b207400628ef3b
14
14
Socket cpan/Socket/Socket.pm 98e38176d745c38282907f391c077298f5a3d0ba
15
15
Socket cpan/Socket/Socket.xs edd4fed212785f11c5c2095a75941dad27d586d9
16
+ Test::Simple cpan/Test-Simple/t/Test2/modules/API/Instance.t 599d265dde552753be5f77fe323fc5eedb9cbdd7
16
17
autodie cpan/autodie/t/mkdir.t 9e70d2282a3cc7d76a78bf8144fccba20fb37dac
17
18
version cpan/version/lib/version.pm ff75e2076be10bd4c05133cd979fda0b38ca8653
You can’t perform that action at this time.
0 commit comments