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
$okordie"Can't find key with values: ",regLastError(),"\n";
This could be an issue with docker, or the test expectations need to be updated for the docker environment. If I copy the perl stack from docker to my local machine then all Win32API::Registry tests pass.
I don't know the ins and outs of the docker system but I'm happy to run any debugging steps you can suggest.
t\test.t ..
1..216
Can't find key with values: No more data is available
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 206/216 subtests
Test Summary Report
-------------------
t\test.t (Wstat: 6400 (exited 25) Tests: 10 Failed: 0)
Non-zero exit status: 25
Parse errors: Bad plan. You planned 216 tests but ran 10.
Files=1, Tests=10, 0 wallclock secs ( 0.06 usr + 0.01 sys = 0.08 CPU)
Result: FAIL
The text was updated successfully, but these errors were encountered:
We are seeing test failures in the Strawberry Perl 5.36 builds. Test log below (also reported in StrawberryPerl/Perl-Dist-Strawberry#66).
The first failure is at Line 82, after which the code dies.
Win32API-Registry/t/test.t
Lines 80 to 84 in 450c70c
This could be an issue with docker, or the test expectations need to be updated for the docker environment. If I copy the perl stack from docker to my local machine then all Win32API::Registry tests pass.
I don't know the ins and outs of the docker system but I'm happy to run any debugging steps you can suggest.
The docker setup is at https://github.com/StrawberryPerl/spbuild if useful.
Shawn.
The text was updated successfully, but these errors were encountered: