Changeset 57721d3 for x/lib/clutter.xml


Ignore:
Timestamp:
07/20/2021 09:57:46 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
816a0aa
Parents:
5fd1c78e
Message:

Clutter: tests will hang if not run at -j1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/clutter.xml

    r5fd1c78e r57721d3  
    137137
    138138    <para>
    139       To test the results, issue: <command>make -k check</command> (you must be
     139      To test the results, issue: <command>make -j1 -k check</command> (you must be
    140140      in an xterm or similar to do this, because it launches some windows).
     141      <!-- The tests will hang if run at more than -j1.-->
    141142      <!-- The test named actor-offscreen-redirect may hang.-->
    142143      <!-- Two tests have been observed to indicate ERROR, but each is flagged twice.
Note: See TracChangeset for help on using the changeset viewer.