-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
KNOWN_BUGS materialappleOSspecific to an Apple operating systemspecific to an Apple operating systemtests
Description
I did this
Run tests with a curl built with AppleIDN:
FAIL 165: [HTTP over proxy with IDN host name] HTTP HTTP GET HTTP proxy IDN
FAIL 1034: [HTTP over proxy with malformatted IDN host name] HTTP HTTP GET HTTP proxy IDN FAILURE config file
FAIL 1035: [HTTP over proxy with too long IDN host name] HTTP HTTP GET HTTP proxy IDN FAILURE
TESTFAIL: These test cases failed: 165 1034 1035
Ref: https://github.com/curl/curl/actions/runs/9919852332/job/27406122714
For 165, it seems to be caused by AppleIDN converting ß
to ss
instead of punycode ß
expected by the test (and generated by libidn2 with en_US.UTF-8
).
edit: test 165 fixed via #14179.
I expected the following
Tests passing
curl/libcurl version
master 3765d75
operating system
Apple
Metadata
Metadata
Assignees
Labels
KNOWN_BUGS materialappleOSspecific to an Apple operating systemspecific to an Apple operating systemtests