Robert Schweikert
822ef6b053
- skip itimer test from Timer-HiRes for powerpc. Build hosts are overloaded, building locally shows tests are passed (skip_time_hires.patch) OBS-URL: https://build.opensuse.org/request/show/186417 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=99
13 lines
378 B
Diff
13 lines
378 B
Diff
Index: perl-5.18.0/cpan/Time-HiRes/t/itimer.t
|
|
===================================================================
|
|
--- perl-5.18.0.orig/cpan/Time-HiRes/t/itimer.t
|
|
+++ perl-5.18.0/cpan/Time-HiRes/t/itimer.t
|
|
@@ -1,5 +1,7 @@
|
|
use strict;
|
|
|
|
+use Test::More skip_all => "ppc workers are too busy";
|
|
+
|
|
sub has_symbol {
|
|
my $symbol = shift;
|
|
eval "use Time::HiRes qw($symbol)";
|