You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t/op/threads.t occasionally fails on cygwin with an unexpected output error, while testing with blead I saw two slightly different failure outputs:
t/op/threads ... 1..30
ok 1 - delete() under threads
ok 2 - weaken ref under threads
ok 3 - weaken ref \#2 under threads
# parent 17232: continue
# kid 1 before sort
# parent 17232: continue
# parent 17232: waiting for join
# kid 2 before sort
ds
FAILED--unexpected output at test 3
Failed 1 test out of 1, 0.00% okay.
op/threads.t
and
t/op/threads ... 1..30
ok 1 - delete() under threads
ok 2 - weaken ref under threads
ok 3 - weaken ref \#2 under threads
# parent 17820: continue
# kid 1 before sort
# parent 17820: continue
# kid 2 before sort
# parent 17820: waiting for join
# kid 1 after sort, sleeping 1
ds# kid 2 after sort, sleeping 1
FAILED--unexpected output at test 3
Failed 1 test out of 1, 0.00% okay.
op/threads.t
In earlier tests on a slightly different build the extra text was er th instead ds.
Steps to Reproduce
Build perl on cygwin:
./Configure -des -Dusedevel -DDEBUGGING && make -j3 test-prep
Run op/threads until it fails:
cd t ; while ./perl TEST -v op/threads.t ; do echo foo ; done
Module:none
Description
t/op/threads.t occasionally fails on cygwin with an unexpected output error, while testing with blead I saw two slightly different failure outputs:
and
In earlier tests on a slightly different build the extra text was
er th
insteadds
.Steps to Reproduce
Build perl on cygwin:
./Configure -des -Dusedevel -DDEBUGGING && make -j3 test-prep
Run op/threads until it fails:
cd t ; while ./perl TEST -v op/threads.t ; do echo foo ; done
Expected behavior
The test passes, no extra output is produced.
Perl configuration
The text was updated successfully, but these errors were encountered: