Ignore:
Timestamp:
10/03/2020 03:30:37 PM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d400dce
Parents:
51695fd
Message:

js78: run JS tests

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23780 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    r51695fd r6a5717b  
    182182
    183183    <para>
    184       <!-- All JIT tests pass with 78.2.0. -->
     184      To run JS test suite, issue:
     185      <command>make -C js/src check-jstests
     186      JSTESTS_EXTRA_ARGS="--timeout 300 --wpt=disabled"</command>.
     187      It's recommended to redirect the output into a log.
     188      <!-- recheck when ICU gets upgraded -->
     189      Ten JS tests related to locale and timezone are known to fail,
     190      because of an issue in <xref linkend="icu"/>.
    185191      To run JIT test suite, issue:
    186192      <command>make -C js/src check-jit-test
    187193      JITTEST_EXTRA_ARGS="--timeout 300"</command>.
    188       The other parts of test suite are not functional on BLFS.
    189194    </para>
    190195
Note: See TracChangeset for help on using the changeset viewer.