Closed p5pRT closed 11 years ago
a test fails in dist/IO/t/cachepropagate-unix.t with perl-5.17.10 (built by perlbrew)
$ ./perl dist/IO/t/cachepropagate-unix.t 1..15 ok 1 - stream socket created ok 2 - protocol defined ok 3 - domain defined ok 4 - type defined ok 5 - spawned a child ok 6 - domain match ok 7 - protocol match ok 8 - type match ok 9 - datagram socket created ok 10 - protocol defined ok 11 - domain defined ok 12 - type defined ok 13 - domain match not ok 14 - protocol match # Failed test 'protocol match' # at dist/IO/t/cachepropagate-unix.t line 85. # got: undef # expected: '0' ok 15 - type match # Looks like you failed 1 test of 15.
I think that the problem comes from the specific kernel of my box (http://www.powerdeveloper.org/platforms/efikamx/linux).
The attached patch fixes the test.
François
On Mon Apr 15 05:02:44 2013\, fperrad wrote:
a test fails in dist/IO/t/cachepropagate-unix.t with perl-5.17.10 (built by perlbrew)
$ ./perl dist/IO/t/cachepropagate-unix.t 1..15 ok 1 - stream socket created ok 2 - protocol defined ok 3 - domain defined ok 4 - type defined ok 5 - spawned a child ok 6 - domain match ok 7 - protocol match ok 8 - type match ok 9 - datagram socket created ok 10 - protocol defined ok 11 - domain defined ok 12 - type defined ok 13 - domain match not ok 14 - protocol match # Failed test 'protocol match' # at dist/IO/t/cachepropagate-unix.t line 85. # got: undef # expected: '0' ok 15 - type match # Looks like you failed 1 test of 15.
I think that the problem comes from the specific kernel of my box (http://www.powerdeveloper.org/platforms/efikamx/linux).
The attached patch fixes the test.
Thanks\, applied as 92fd341d686f8070e93bb8b19656c69b82966d3d.
Tony
The RT System itself - Status changed from 'new' to 'open'
@tonycoz - Status changed from 'open' to 'resolved'
Migrated from rt.perl.org#117621 (status was 'resolved')
Searchable as RT117621$