Ignore:
Timestamp:
03/06/2022 04:20:11 AM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
364c21e
Parents:
4483a9a
Message:

Package Updates:

Update to asciidoc-10.1.4
Update to lxml-4.8.0
Update to Business-ISSN-1.005
Update to mercurial-6.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r4483a9a r6148e28  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "c558dc189038c17e271ca561b3829528">
     9  <!ENTITY mercurial-md5sum        "57f92c00de07b902a21fd975adbfbecc">
    1010  <!ENTITY mercurial-size          "7.7 MB">
    11   <!ENTITY mercurial-buildsize     "77 MB (with docs, add 1.6 GB for tests)">
    12   <!ENTITY mercurial-time          "0.3 SBU (with docs, add 18 SBU for tests using -j4)">
     11  <!ENTITY mercurial-buildsize     "105 MB (with docs, add 1.8 GB for tests)">
     12  <!ENTITY mercurial-time          "0.7 SBU (with docs, add 28 SBU for tests using -j4)">
    1313]>
    1414
     
    124124
    125125    <para>
    126       To run the test suite, issue (15 tests are known to fail):
     126      To run the test suite, issue (8 tests are known to fail):
    127127    </para>
    128128<screen remap="test"><userinput>TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp --blacklist blacklists/fsmonitor --blacklist blacklists/linux-vfat" make check</userinput></screen>
     
    146146
    147147    <para>
    148       Normally, the previous failures will be confirmed. However, if
     148      Normally, the previous failures will be reproducible. However, if
    149149      you add the switch <option>--debug</option> before
    150       <option>--tmpdir</option>, and run again, some failures are gone, which
    151       seems to be a problem with the test suite. If this happens, normally,
    152       from now on, there will be no more such failures whether you use the
    153       debug switch or not.
    154       There are 13 of 876 tests that are known to fail.
    155     </para>
    156 
    157     <para>
    158       An interesting switch is <option>--time</option>, which will generate at
    159       the end of the test suite execution, a table with all executed tests and
    160       respective start, end, user, system and real times. Note that the
     150      <option>--tmpdir</option>, and run the tests again, some failures may
     151      disappear, which is a problem with the test suite. If this happens,
     152      there will be no more of these failures even if you do not pass the
     153      --debug switch again.
     154    </para>
     155
     156    <para>
     157      An interesting switch is <option>--time</option>, which will generate a
     158      table of all the executed tests and their respective start, end, user,
     159      system and real times once the tests are complete. Note that these
    161160      switches may be used with <command>make check</command> by including
    162161      them in the <envar>TESTFLAGS</envar> environment variable.
     
    234233        The great majority of extensions are disabled by default. Run
    235234        <command>hg help extensions</command> if you need to enable any, e.g.
    236         when investigating test failures. You will obtain the lists of enabled
    237         and disabled extensions, and more information, such as how to enable
    238         or disable them using configuration files.
     235        when investigating test failures. This will output a list of enabled
     236        and disabled extensions, as well as more information such as how to
     237        enable or disable extensions using configuration files.
    239238      </para>
    240239
Note: See TracChangeset for help on using the changeset viewer.