Changeset 1760143


Ignore:
Timestamp:
02/16/2023 08:56:28 AM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
1b45a470
Parents:
15445ab
git-author:
Xi Ruoyao <xry111@…> (02/16/2023 08:55:51 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/16/2023 08:56:28 AM)
Message:

mutter: Add some test info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/mutter.xml

    r15445ab r1760143  
    113113    <bridgehead renderas="sect4">Optional</bridgehead>
    114114    <para role="optional">
    115       <xref linkend="python-dbusmock"/> (required for tests) and
     115      <xref linkend="python-dbusmock"/> (required for tests),
    116116      <xref linkend="xorg-server"/> (for X11 sessions)
    117117    </para>
     
    192192<screen role="root"><userinput>ninja install</userinput></screen>
    193193
     194    <!-- Without "HOME=" one test can fail with certain monitor
     195         configuration in $HOME/.config/monitors.xml. -->
    194196    <para>
    195197      The tests can now be run: issue
    196       <command>ninja test</command>. The tests
     198      <command>sed 's/zenity --[a-z]*/gtk3-demo/' -i ../src/tests/x11-test.sh</command>
     199      to remove the reference to <application>Zenity</application>
     200      (it's no longer a part of BLFS) from one test, then
     201      issue <command>HOME= ninja test</command>. The tests
    197202      require an active X or wayland session.
    198203      The <filename>native-unit</filename> test is known to fail.
    199204      A lot of tests will fail if the opengl rendering is not done in hardware.
     205      Don't make any mouse or keyboard input while the test suite is
     206      running or some tests may fail.
    200207    </para>
    201208  </sect2>
Note: See TracChangeset for help on using the changeset viewer.