Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    rca73053a r0d4a7b68  
    1414  <!ENTITY js78-download-http "&mozilla-http;/firefox/releases/&ff78-version;esr/source/firefox-&ff78-version;esr.source.tar.xz">
    1515  <!ENTITY js78-download-ftp  " ">
    16   <!ENTITY js78-md5sum        "0aa9c735305304373f9fddc35c56e81b">
    17   <!ENTITY js78-size          "319 MB">
     16  <!ENTITY js78-md5sum        "8a73fc5839fdea9f89c176cfce9f5fc9">
     17  <!ENTITY js78-size          "318 MB">
    1818  <!ENTITY js78-buildsize     "3.0 GB (36 MB installed after removing 34MB static lib)">
    19   <!ENTITY js78-time          "2.4 SBU (on a 4-core machine with parallelism=4)">
     19  <!ENTITY js78-time          "2.6 SBU (on a 4-core machine with parallelism=4)">
    2020]>
    2121
     
    182182
    183183    <para>
    184       To run JS test suite, issue:
     184      To run the JS test suite, issue:
    185185      <command>make -C js/src check-jstests
    186186      JSTESTS_EXTRA_ARGS="--timeout 300 --wpt=disabled"</command>.
     
    196196      ten or fourteen JS tests related to locale and timezone fail,
    197197      because of an issue with recent versions of <xref linkend="icu"/>.
     198    </para>
     199    <para>
    198200      To run the JIT test suite, issue:
    199201      <command>make -C js/src check-jit-test
    200       JITTEST_EXTRA_ARGS="--timeout 300"</command>.
     202      JITTEST_EXTRA_ARGS="--timeout 300"</command>. One test may fail.
    201203    </para>
    202204
Note: See TracChangeset for help on using the changeset viewer.