SHA256
3
0
forked from pool/perl
perl/skip_time_hires.patch
Robert Schweikert 822ef6b053 Accepting request 186417 from home:k0da:ppc
- 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
2013-08-08 15:39:00 +00:00

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)";