Changeset 10428aa
- Timestamp:
- 08/25/2022 03:22:22 AM (9 months ago)
- Branches:
- 11.2, 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk, xry111/soup3
- Children:
- c9e1750
- Parents:
- cce66dc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
networking/netlibs/curl.xml
rcce66dc4 r10428aa 177 177 Four tests, 1139, 1140, 1173, and 1177, are known to fail due to 178 178 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. 179 184 </para> 180 185 <!-- Two (of 857) tests … … 337 342 TESTDONE: 1252 tests out of 1256 reported OK: 99% 338 343 TESTFAIL: These test cases failed: 1139 1140 1173 1177 344 ==== 345 Added by xry111 for curl-7.84.0 on 2022-08-25: 346 With: 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 352 TESTDONE: 1520 tests were considered during 508 seconds. 353 TESTDONE: 1327 tests out of 1328 reported OK: 99% 354 TESTFAIL: 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. 357 With: 358 all BLFS dependencies but stunnel installed 359 libssh2-2.10.0 patched 360 with-{gssapi,libssh2} enable-ares 361 TESTDONE: 1520 tests were considered during 499 seconds. 362 TESTDONE: 1325 tests out of 1327 reported OK: 99% 363 TESTFAIL: 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?) 339 366 --> 340 367 … … 413 440 <para> 414 441 <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. 417 445 </para> 418 446
Note:
See TracChangeset
for help on using the changeset viewer.