- Refresh perl_skip_flaky_tests_powerpc.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=233
This commit is contained in:
Michael Schröder 2023-07-19 14:06:32 +00:00 committed by Git OBS Bridge
parent 33088e3fd9
commit 2a60c21682
2 changed files with 23 additions and 33 deletions

View File

@ -14,6 +14,7 @@ Wed Jul 19 14:34:43 CEST 2023 - mls@suse.de
* deprecation of the smart match operator
* PERL_USE_SAFE_PUTENV is now the default
- Rebase perl-5.36.1.diff to perl-5.38.0.diff
- Refresh perl_skip_flaky_tests_powerpc.patch
-------------------------------------------------------------------
Thu Jun 1 15:27:36 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@ -1,15 +1,15 @@
--- 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
--- cpan/Memoize/t/expmod_t.t.orig 2023-05-26 01:05:34.000000000 +0000
+++ cpan/Memoize/t/expmod_t.t 2023-07-19 14:04:47.663312737 +0000
@@ -1,4 +1,7 @@
use strict; use warnings;
+
+use Test::More skip_all => "ppc workers are too busy";
use lib '..';
+
use Memoize;
use Memoize::Expire;
--- 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
--- dist/Time-HiRes/t/alarm.t.orig 2023-07-19 13:59:43.995753782 +0000
+++ dist/Time-HiRes/t/alarm.t 2023-07-19 14:00:51.687655436 +0000
@@ -1,6 +1,6 @@
use strict;
@ -18,8 +18,8 @@
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
--- dist/Time-HiRes/t/clock.t.orig 2023-07-19 13:59:43.995753782 +0000
+++ dist/Time-HiRes/t/clock.t 2023-07-19 14:00:51.687655436 +0000
@@ -1,6 +1,6 @@
use strict;
@ -29,7 +29,7 @@
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
+++ dist/Time-HiRes/t/nanosleep.t 2023-07-19 14:00:51.687655436 +0000
@@ -8,7 +8,7 @@ BEGIN {
}
}
@ -39,8 +39,8 @@
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
--- dist/Time-HiRes/t/usleep.t.orig 2023-07-19 13:59:43.995753782 +0000
+++ dist/Time-HiRes/t/usleep.t 2023-07-19 14:00:51.687655436 +0000
@@ -8,7 +8,7 @@ BEGIN {
}
}
@ -50,8 +50,8 @@
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
--- t/op/alarm.t.orig 2022-05-28 15:29:53.000000000 +0000
+++ t/op/alarm.t 2023-07-19 14:00:51.687655436 +0000
@@ -11,6 +11,7 @@ use Config;
if ( !$Config{d_alarm} ) {
skip_all("alarm() not implemented on this platform");
@ -61,7 +61,7 @@
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
+++ t/op/sigsystem.t 2023-07-19 14:00:51.687655436 +0000
@@ -11,6 +11,7 @@ use strict;
use constant TRUE => ($^X, '-e', 'exit 0');
use Data::Dumper;
@ -70,19 +70,19 @@
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
--- t/op/sselect.t.orig 2023-05-26 01:05:34.000000000 +0000
+++ t/op/sselect.t 2023-07-19 14:02:28.583514670 +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);
plan (23);
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
--- t/op/stat.t.orig 2022-05-28 15:29:53.000000000 +0000
+++ t/op/stat.t 2023-07-19 14:00:51.687655436 +0000
@@ -9,6 +9,7 @@ BEGIN {
use strict;
use warnings;
@ -91,14 +91,3 @@
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