Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0
perl
perl-HiRes.t-timeout.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-HiRes.t-timeout.diff of Package perl
--- ./dist/Time-HiRes/t/alarm.t.orig 2020-06-14 23:01:25.000000000 +0000 +++ ./dist/Time-HiRes/t/alarm.t 2020-10-27 10:52:36.824741858 +0000 @@ -8,7 +8,7 @@ BEGIN { require_ok "Time::HiRes"; } use Config; -my $limit = 0.25; # 25% is acceptable slosh for testing timers +my $limit = 0.60; # 25% is acceptable slosh for testing timers my $xdefine = ''; if (open(XDEFINE, "<", "xdefine")) { --- ./dist/Time-HiRes/t/clock.t.orig 2020-06-14 23:01:25.000000000 +0000 +++ ./dist/Time-HiRes/t/clock.t 2020-10-27 10:52:36.824741858 +0000 @@ -29,7 +29,7 @@ printf("# have_clock = %d\n", # completes fine with (say) 30% slosh, and fail otherwise. If you do that, # consider changing over to test.pl at the same time. # --A.D., Nov 27, 2001 -my $limit = 0.25; # 25% is acceptable slosh for testing timers +my $limit = 0.60; # 25% is acceptable slosh for testing timers SKIP: { skip "no clock_gettime", 1 --- ./dist/Time-HiRes/t/itimer.t.orig 2020-06-14 23:01:25.000000000 +0000 +++ ./dist/Time-HiRes/t/itimer.t 2020-10-27 10:52:36.824741858 +0000 @@ -29,7 +29,7 @@ use Test::More tests => 2; BEGIN { push @INC, '.' } use t::Watchdog; -my $limit = 0.25; # 25% is acceptable slosh for testing timers +my $limit = 0.60; # 25% is acceptable slosh for testing timers my $i = 3; my $r = [Time::HiRes::gettimeofday()]; --- ./dist/Time-HiRes/t/usleep.t.orig 2020-06-14 23:01:25.000000000 +0000 +++ ./dist/Time-HiRes/t/usleep.t 2020-10-27 10:52:36.824741858 +0000 @@ -16,7 +16,7 @@ eval { Time::HiRes::usleep(-2) }; like $@, qr/::usleep\(-2\): negative time not invented yet/, "negative time error"; -my $limit = 0.25; # 25% is acceptable slosh for testing timers +my $limit = 0.60; # 25% is acceptable slosh for testing timers my $one = CORE::time; Time::HiRes::usleep(10_000);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor