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.
Running test 439 on a Solaris 11 SPARC-64 machine causes test 439 to fail. This can be seen in the Solaris curl autobuilds and I've been able to reproduce it myself on another Solaris 11 machine. Both i386 and SPARC machine are affected, as are Solaris 10 and 11.
The test fails with protocol FAILED with this diff:
When comparing with an empty part, the non-empty one is always
considered greater-than. Previously, the two would be considered equal
which would randomly place empty parts amongst non-empty ones.
Fixes#11855Closes#11868
When comparing with an empty part, the non-empty one is always
considered greater-than. Previously, the two would be considered equal
which would randomly place empty parts amongst non-empty ones. This
showed as a test 439 failure on Solaris as it uses a different
implementation of qsort() that compares parts differently.
Fixescurl#11855Closescurl#11868
I did this
Running test 439 on a Solaris 11 SPARC-64 machine causes test 439 to fail. This can be seen in the Solaris curl autobuilds and I've been able to reproduce it myself on another Solaris 11 machine. Both i386 and SPARC machine are affected, as are Solaris 10 and 11.
The test fails with
protocol FAILED
with this diff:I expected the following
Test 439 should pass.
curl/libcurl version
curl 8.3.0-DEV (sparc-sun-solaris2.11) libcurl/8.3.0-DEV OpenSSL/1.0.2u zlib/1.2.13 brotli/1.0.2 zstd/1.4.5 libidn2/2.0.4 libpsl/0.21.0 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3 libgsasl/1.8.0 OpenLDAP/2.4.40
Release-Date: [unreleased]
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc brotli Debug gsasl HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM NTLM_WB PSL SSL threadsafe TLS-SRP TrackMemory UnixSockets zstd
operating system
Solaris 10 & Solaris 11
The text was updated successfully, but these errors were encountered: