On 21 June 2014 11:40, James Keenan <[email protected]> wrote:
> In perl.git, the branch blead has been updated
>
> <http://perl5.git.perl.org/perl.git/commitdiff/04e0f0c28a521a290f29301e7b2abe43d65a5339?hp=c5aea1955a29bc7e8ef53eb3dd271fdacff597f3>
>
> - Log -----------------------------------------------------------------
> commit 04e0f0c28a521a290f29301e7b2abe43d65a5339
> Author: Dmitri Tikhonov <[email protected]>
> Date:   Sat Jun 7 00:23:50 2014 -0400
>
>     Untie STDERR in IPC::Open3.
>
>     Add Dmitri Tikhonov to Perl 5 AUTHORS.
>     Increment IPC/Open3.pm $VERSION.
>
>     For: RT #119843, originally reported by A.N.
> -----------------------------------------------------------------------
>

The new tests are failing (every time, not intermittently) on Windows:

[...]
ok 35 - Expected no output with localised STDOUT
ok 36 - No errors with localised STDERR
ok 37 - Got a pid with localised STDERR
ok 38 - Expected output with localised STDERR

not ok 39 - no errors calling open3 with tied *main::STDIN#   Failed
test 'no errors calling open3 with tied *main::STDIN'

#   at t/IPC-Open3.t line 208.
#          got: 'open3: Can't locate object method "FILENO" via
package "My::Tied::FH" at ../../lib/IPC/Open3.pm line 369.
# '
#     expected: ''
Use of uninitialized value $pid in waitpid at t/IPC-Open3.t line 212.
# Looks like you planned 44 tests but ran 39.
# Looks like you failed 1 test of 39 run.
# Looks like your test exited with 255 just after 39.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/44 subtests
        (less 1 skipped subtest: 37 okay)

Reply via email to