Skip to content

Commit 33d95a6

Browse files
committed
skip a Tets-Simple test that's leaking shm blocks
Reported upstream as Test-More/test-more#679
1 parent bd9daf5 commit 33d95a6

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Porting/Maintainers.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,8 @@ package Maintainers;
10691069
t/xxx-changes_updated.t
10701070
),
10711071
],
1072+
# https://github.com/Test-More/test-more/issues/679
1073+
CUSTOMIZED => [ 't/Test2/modules/API/Instance.t' ],
10721074
},
10731075

10741076
'Text::Abbrev' => {

cpan/Test-Simple/t/Test2/modules/API/Instance.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ use Test2::IPC;
55
BEGIN { require "t/tools.pl" };
66
use Test2::Util qw/CAN_THREAD CAN_REALLY_FORK USE_THREADS get_tid/;
77

8+
skip_all("Leaks shm blocks");
9+
810
my $CLASS = 'Test2::API::Instance';
911

1012
my $one = $CLASS->new;

t/porting/customized.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ Scalar-List-Utils cpan/Scalar-List-Utils/lib/Sub/Util.pm b984c0a2935bd5f5cf1733d
1313
Scalar-List-Utils cpan/Scalar-List-Utils/ListUtil.xs 362a247c65878265fd8acae607b207400628ef3b
1414
Socket cpan/Socket/Socket.pm 98e38176d745c38282907f391c077298f5a3d0ba
1515
Socket cpan/Socket/Socket.xs edd4fed212785f11c5c2095a75941dad27d586d9
16+
Test::Simple cpan/Test-Simple/t/Test2/modules/API/Instance.t 599d265dde552753be5f77fe323fc5eedb9cbdd7
1617
autodie cpan/autodie/t/mkdir.t 9e70d2282a3cc7d76a78bf8144fccba20fb37dac
1718
version cpan/version/lib/version.pm ff75e2076be10bd4c05133cd979fda0b38ca8653

0 commit comments

Comments
 (0)