In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c1b11977bdf89506d2fd4a71f38929dd05db2580?hp=a1b60c8dae6ad00c164e20cf9151bae68e85ab2d>
- Log ----------------------------------------------------------------- commit c1b11977bdf89506d2fd4a71f38929dd05db2580 Author: Andrew Fresh <[email protected]> Date: Tue Oct 25 15:14:32 2016 +1100 OpenBSD 6 still does not support returning pid, gid or uid with SA_SIGINFO ----------------------------------------------------------------------- Summary of changes: ext/POSIX/t/sigaction.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/POSIX/t/sigaction.t b/ext/POSIX/t/sigaction.t index bce3b76..ddcc021 100644 --- a/ext/POSIX/t/sigaction.t +++ b/ext/POSIX/t/sigaction.t @@ -202,7 +202,7 @@ SKIP: { $skip{pid}{$^O} = $skip{uid}{$^O} = "not set for kill()" if (($^O.$Config{osvers}) =~ /^darwin[0-8]\./ || - ($^O.$Config{osvers}) =~ /^openbsd[0-5]\./ + ($^O.$Config{osvers}) =~ /^openbsd[0-6]\./ || ($^O eq 'gnu')); my $tests = keys %{{ %siginfo, %opt_val }}; -- Perl5 Master Repository
