Changeset 66e22c9b


Ignore:
Timestamp:
04/16/2023 12:21:06 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
daf5568
Parents:
40c00c5
git-author:
Xi Ruoyao <xry111@…> (04/16/2023 09:53:28 AM)
git-committer:
Xi Ruoyao <xry111@…> (04/16/2023 12:21:06 PM)
Message:

dbus: Update test suite info

The test suite can be ran w/o dbus-python and pygobject, but many tests
are just disabled (they even do not show up as "SKIPPED"). For
editors, see the added comments for details.

LFS dbus page will be updated too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r40c00c5 r66e22c9b  
    250250-->
    251251
    252     <para>
    253       The dbus tests cannot be run until after <xref linkend="dbus-python"/>
    254       and <xref linkend="pygobject3"/> have
    255       been installed.  They must be run as an unprivileged user from a local
    256       session with bus address. To run the standard tests issue
    257       <command>make check</command>.
    258     </para>
    259 
     252    <!-- Without dbus-python and pygobject3, only 39 tests are run and
     253         11 out of 39 are skipped.  With dbus-python and pygobject3
     254         installed, 238 tests are run and 37 out of 238 are skipped.  -->
     255
     256    <para>
     257      Many tests are disabled unless both <xref linkend="dbus-python"/>
     258      and <xref linkend="pygobject3"/> have been installed.  They must be
     259      run as an unprivileged user from a local session with bus address.
     260      To run the standard tests issue <command>make check</command>.
     261    </para>
     262
     263    <!-- With dbus-python and pygobject3 installed and these additional
     264         debug options, 347 tests are run and 21 out of 347 are skipped.
     265         Additionally,  217 tests in the "name-test" directory are run
     266         and none is skipped.  -->
    260267    <para>
    261268      If you want to run the unit regression tests, configure requires
Note: See TracChangeset for help on using the changeset viewer.