Changeset 10428aa


Ignore:
Timestamp:
08/25/2022 03:22:22 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
c9e1750
Parents:
cce66dc4
Message:

curl: Update test status

Text only change. For details see the comment added into curl.xml.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rcce66dc4 r10428aa  
    177177       Four tests, 1139, 1140, 1173, and 1177, are known to fail due to
    178178       missing executables from the optional dependencies.
     179       If Samba is installed, the related tests will output a message
     180       duplicated many times complaining the Python module impacket (not a
     181       part of BLFS) is missing and be skipped.  If libssh2 is installed
     182       and the optional <option>--enable-ssh2</option> is used, a lot of SCP
     183       and SFTP tests will fail.
    179184    </para>
    180185<!-- Two (of 857) tests
     
    337342TESTDONE: 1252 tests out of 1256 reported OK: 99%
    338343TESTFAIL: These test cases failed: 1139 1140 1173 1177
     344====
     345Added by xry111 for curl-7.84.0 on 2022-08-25:
     346With:
     347  all BLFS dependencies but stunnel installed
     348  libssh2-2.10.0 patched
     349    Without the patch, many SCP and SFTP tests fail with-libssh2
     350    I'll add the patch in 11.3 development cycle.
     351  with-{gssapi,libssh2} enable-threaded-resolver
     352TESTDONE: 1520 tests were considered during 508 seconds.
     353TESTDONE: 1327 tests out of 1328 reported OK: 99%
     354TESTFAIL: These test cases failed: 1459
     355  It is a SCP test for bad .known_hosts file and fails because of a mismatch
     356  of error codes, I don't think it indicated a serious issue.
     357With:
     358  all BLFS dependencies but stunnel installed
     359  libssh2-2.10.0 patched
     360  with-{gssapi,libssh2} enable-ares
     361TESTDONE: 1520 tests were considered during 499 seconds.
     362TESTDONE: 1325 tests out of 1327 reported OK: 99%
     363TESTFAIL: These test cases failed: 1083 1459
     364  1083 seems because c-ares don't handle "ip6-loopback" well (or, maybe
     365  a LFS /etc/hosts issue?)
    339366-->
    340367
     
    413440    <para>
    414441      <option>--enable-ares</option>: This parameter adds
    415       support for DNS resolution through the c-ares library. It is disabled
    416       by default, but does speed up DNS resolution queries.
     442      support for DNS resolution through the c-ares library. It overrides
     443      <parameter>--enable-threaded-resolver</parameter> and is not widely
     444      tested by the editors.
    417445    </para>
    418446
Note: See TracChangeset for help on using the changeset viewer.