Ignore:
Timestamp:
06/12/2023 05:25:00 PM (12 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
766b6fb3
Parents:
bf92b52
Message:

Git: Document test suite failures with curl-8.1.x

Also sent an email to upstream about them since they seem pretty
significant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    rbf92b52 r6c7614f7  
    189189    <para>
    190190      The test suite can be run in parallel mode. To run the test suite, issue:
    191       <command>make test</command>. If run as a normal user, 0 tests should be
    192       reported as failed in the final summary.
    193     </para>
     191      <command>make -k test</command>. <!--If run as a normal user, 0 tests
     192      should be reported as failed in the final summary.-->
     193      Three tests in <filename>t5559-http-fetch-smart-http2.sh</filename> are
     194      known to fail due to cURL-8.1.x.
     195    </para>
     196
     197    <!-- The tests in question are "GIT_TRACE_CURL redirects auth details",
     198         "GIT_CURL_VERBOSE redacts auth details", and "cookies are redacted by
     199         default". I sent upstream a bug report:
     200         https://lore.kernel.org/git/3843d97f-0073-e2d4-b98d-5a38c33b25f3@linuxfromscratch.org/T/#u
     201         and hopefully will hear back soon. -renodr -->
    194202
    195203    <para>
Note: See TracChangeset for help on using the changeset viewer.