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
The test appears to be failing because this code on line 78:
# cwd() also returns a usable ANSI directory name
my $subdir = cwd();
is returning the UTF-8 encoded long path name, rather than the ANSI path name, with the code that steps through each component failing on the Unicode part of the name.
Even though the upgrade of cygwin introduced the failure, it may just be that the test is fragile.
I haven't found any commits in cygwin that I think could cause the problem.
fixesPerl#19239
Ideally a new release of Win32 will be released, but it's hard to tell
when that will happen, since it may be waiting on Perl#30.
So fix this in core for now to clean up CI results.
Module: Win32
Description
This is a tracking bug for a problem either with cygwin or the Win32 module.
Since 76829f4 in blead, CI on cygwin has been failing the:
../cpan/Win32/t/Unicode.t
test.
The 76829f4 commit is purely a documentation change and can't have caused the failure, but the two test runs also differ in the versions of cygwin:
vs
The test appears to be failing because this code on line 78:
is returning the UTF-8 encoded long path name, rather than the ANSI path name, with the code that steps through each component failing on the Unicode part of the name.
Even though the upgrade of cygwin introduced the failure, it may just be that the test is fragile.
I haven't found any commits in cygwin that I think could cause the problem.
Steps to Reproduce
Build and test perl on cygwin >= 3.3.1.
Expected behavior
The test passes.
Perl configuration
The text was updated successfully, but these errors were encountered: