Hello community, here is the log from the commit of package perl for openSUSE:Factory checked in at 2014-02-04 19:57:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl (Old) and /work/SRC/openSUSE:Factory/.perl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl" Changes: -------- --- /work/SRC/openSUSE:Factory/perl/perl.changes 2014-01-13 16:53:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl.new/perl.changes 2014-02-04 19:57:04.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Jan 18 19:08:31 UTC 2014 - [email protected] + +- perl-threads.t-timeout.diff: increase timeout in t/op/threads.t + +------------------------------------------------------------------- New: ---- perl-threads.t-timeout.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl.spec ++++++ --- /var/tmp/diff_new_pack.yjQDY9/_old 2014-02-04 19:57:05.000000000 +0100 +++ /var/tmp/diff_new_pack.yjQDY9/_new 2014-02-04 19:57:05.000000000 +0100 @@ -40,6 +40,7 @@ Patch7: perl-db6.diff Patch8: skip_time_hires.patch Patch9: perl-incfix.diff +Patch10: perl-threads.t-timeout.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: perl-base = %version #PreReq: %fillup_prereq @@ -174,6 +175,7 @@ %patch8 -p1 %endif %patch9 +%patch10 -p1 %build cp -a lib savelib ++++++ perl-threads.t-timeout.diff ++++++ >From 83d6f158711260fab9a16e49203c65f2ba4fb00e Mon Sep 17 00:00:00 2001 From: Father Chrysostomos <[email protected]> Date: Sun, 5 Jan 2014 16:20:58 -0800 Subject: [PATCH] threads.t: Increase watchdog timeout PERL_DEBUG_READONLY_COW is too slow for a 60s timeout. --- t/op/threads.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/threads.t b/t/op/threads.t index 61889a9..6fb2410 100644 --- a/t/op/threads.t +++ b/t/op/threads.t @@ -135,7 +135,7 @@ EOI # # run-time usage of newCONSTSUB (as done by the IO boot code) wasn't # thread-safe - got occasional coredumps or malloc corruption -watchdog(60, "process"); +watchdog(180, "process"); { local $SIG{__WARN__} = sub {}; # Ignore any thread creation failure warnings my @t; -- 1.8.5.2 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
