SHA256
1
0
forked from pool/perl
perl/perl_skip_flaky_tests_powerpc.patch

105 lines
3.4 KiB
Diff

--- cpan/Memoize/t/expmod_t.t.orig 2020-12-28 16:57:43.000000000 +0000
+++ cpan/Memoize/t/expmod_t.t 2022-07-25 13:16:03.601927634 +0000
@@ -2,6 +2,7 @@
# test caching timeout
+use Test::More skip_all => "ppc workers are too busy";
use lib '..';
use Memoize;
--- dist/Time-HiRes/t/alarm.t.orig 2022-07-25 13:15:02.946034590 +0000
+++ dist/Time-HiRes/t/alarm.t 2022-07-25 13:16:03.601927634 +0000
@@ -1,6 +1,6 @@
use strict;
-use Test::More tests => 10;
+use Test::More skip_all => "ppc workers are too busy";
BEGIN { push @INC, '.' }
use t::Watchdog;
--- dist/Time-HiRes/t/clock.t.orig 2022-07-25 13:15:02.946034590 +0000
+++ dist/Time-HiRes/t/clock.t 2022-07-25 13:16:03.601927634 +0000
@@ -1,6 +1,6 @@
use strict;
-use Test::More tests => 5;
+use Test::More skip_all => "ppc workers are too busy";
BEGIN { push @INC, '.' }
use t::Watchdog;
--- dist/Time-HiRes/t/nanosleep.t.orig 2020-12-28 16:57:44.000000000 +0000
+++ dist/Time-HiRes/t/nanosleep.t 2022-07-25 13:16:03.601927634 +0000
@@ -8,7 +8,7 @@ BEGIN {
}
}
-use Test::More tests => 4;
+use Test::More skip_all => "ppc workers are too busy";
BEGIN { push @INC, '.' }
use t::Watchdog;
--- dist/Time-HiRes/t/usleep.t.orig 2022-07-25 13:15:02.946034590 +0000
+++ dist/Time-HiRes/t/usleep.t 2022-07-25 13:16:03.601927634 +0000
@@ -8,7 +8,7 @@ BEGIN {
}
}
-use Test::More tests => 6;
+use Test::More skip_all => "ppc workers are too busy";
BEGIN { push @INC, '.' }
use t::Watchdog;
--- t/op/alarm.t.orig 2021-11-02 18:05:59.000000000 +0000
+++ t/op/alarm.t 2022-07-25 13:16:03.601927634 +0000
@@ -11,6 +11,7 @@ use Config;
if ( !$Config{d_alarm} ) {
skip_all("alarm() not implemented on this platform");
}
+skip_all("ppc workers are too busy");
plan tests => 5;
my $Perl = which_perl();
--- t/op/sigsystem.t.orig 2019-02-18 09:59:23.000000000 +0000
+++ t/op/sigsystem.t 2022-07-25 13:16:03.601927634 +0000
@@ -11,6 +11,7 @@ use strict;
use constant TRUE => ($^X, '-e', 'exit 0');
use Data::Dumper;
+skip_all("ppc workers are too busy");
plan tests => 4;
SKIP: {
--- t/op/sselect.t.orig 2019-02-18 09:59:23.000000000 +0000
+++ t/op/sselect.t 2022-07-25 13:16:03.601927634 +0000
@@ -13,6 +13,8 @@ BEGIN {
skip_all("Win32 miniperl has no socket select")
if $^O eq "MSWin32" && is_miniperl();
+skip_all("ppc workers are too busy");
+
plan (16);
my $blank = "";
--- t/op/stat.t.orig 2021-11-02 18:05:59.000000000 +0000
+++ t/op/stat.t 2022-07-25 13:16:03.601927634 +0000
@@ -9,6 +9,7 @@ BEGIN {
use strict;
use warnings;
use Config;
+skip_all("ppc workers are too busy");
my ($Null, $Curdir);
if(eval {require File::Spec; 1}) {
--- t/porting/customized.dat.orig 2022-07-25 13:15:02.942034598 +0000
+++ t/porting/customized.dat 2022-07-25 13:17:23.473786794 +0000
@@ -11,7 +11,7 @@ Math::Complex cpan/Math-Complex/t/Trig.t
Math::Complex cpan/Math-Complex/t/underbar.t 97e7b9615658eefc67a710d4b258349cc5bace63
Memoize cpan/Memoize/Memoize.pm 902092ff91cdec9c7b4bd06202eb179e1ce26ca2
Memoize cpan/Memoize/t/errors.t bcd0c02a4bc47dfda07a97d265d7210849871659
-Memoize cpan/Memoize/t/expmod_t.t a1c3d03fd3ec2e7c6c835f02316475756e1b16b7
+Memoize cpan/Memoize/t/expmod_t.t 72542117ab47558fca0eb0791df27312b5d84801
Memoize cpan/Memoize/t/speed.t 89fe8c8928f0164c9ed898b5a427dbbc814e9976
Memoize cpan/Memoize/t/tie_gdbm.t d81c4f6208f6c925539b3878bff9a8ff1b73a37e
Net::Ping dist/Net-Ping/t/000_load.t deff5dc2ca54dae28cb19d3631427db127279ac2