Re: please do something about failing smokes
[email protected] (Enache Adrian)
| Newsgroups | perl.perl5.porters,perl.daily-build,perl.daily-build.reports |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Apr 13, 2003 at 02:01:07PM +0300, Jarkko Hietaniemi wrote:
> It seems that about half of the blead/maint smokes are failing :-(
>
> http://nntp.x.perl.org/group/perl.daily-build.reports
There is more than one like that:
Automated smoke report for 5.9.0 patch 19164 on netbsd - 1.6 (i386/1 cpu)
v1.16_14 using /usr/local/bin/gcc version 2.95.3 20010315 (relea
se) (NetBSD nb3)
netbsd [stdio/perlio]-DDEBUGGING [email protected]
(cont) -Dcc=/usr/local/bin/gcc -Darchname=i386-netbsd
(cont) -Duseithreads -Duseshrplib
ext/POSIX/t/posix....................FAILED at test 10
Will this work ?
--- /arc/bleadperl/ext/POSIX/t/posix.t 2003-03-17 00:43:13.000000000 +0200
+++ bleadperl/ext/POSIX/t/posix.t 2003-04-14 00:36:33.000000000 +0300
@@ -81,7 +81,7 @@
printf "%s 11 - masked SIGINT received %s\n",
$sigint_called ? "ok" : "not ok",
# At least OpenBSD/i386 3.3 is okay, as is NetBSD 1.5.
- $^O =~ /^(?:darwin|freebsd)$/ ?
+ "$^O$Config{osvers}" =~ /^(?:darwin|freebsd|netbsd1.6)/ ?
"# TODO $^O seems to loose blocked signals"
: '';
Regards
Adi