Changeset fffabd8 for gnome/platform


Ignore:
Timestamp:
04/08/2021 08:32:05 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
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:
a5f8d171
Parents:
210fb90
Message:

tracker & tracker-miners test suite needs tap.py

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

Location:
gnome/platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/tracker3-miners.xml

    r210fb90 rfffabd8  
    104104      <ulink url="https://github.com/lipnitsk/libcue">libcue</ulink>,
    105105      <ulink url="http://libiptcdata.sourceforge.net/">libitpcdata</ulink>,
    106       <ulink url="https://libosinfo.org">libosinfo</ulink>, and
    107       <ulink url="https://gitlab.gnome.org/GNOME/gupnp">gupnp</ulink>
     106      <ulink url="https://libosinfo.org">libosinfo</ulink>
     107      <ulink url="https://gitlab.gnome.org/GNOME/gupnp">gupnp</ulink>, and
     108      <ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
     109      (for tests)
    108110    </para>
    109111
     
    144146    <para>
    145147      To test the results, as the <systemitem class="username">root</systemitem>
    146       user, issue: <command>ninja test</command>.
     148      user, issue: <command>ninja test</command>.  38 tests will fail if the
     149      Python 3 module tap.py is not installed.
    147150    </para>
    148151
  • gnome/platform/tracker3.xml

    r210fb90 rfffabd8  
    108108      <xref linkend="asciidoc"/>,
    109109      <xref linkend="gtk-doc"/>,
    110       <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
    111       <ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>
     110      <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>,
     111      <ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>, and
     112      <ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
     113      (for tests)
    112114      <!-- Python2 used to be a dependency until 2.2.1 -->
    113115    </para>
     
    142144      should be run from a graphical session. One test,
    143145      <filename>tracker:functional/portal</filename>, is known to timeout.
     146      14 tests will fail if the Python 3 module tap.py is not installed.
    144147    </para>
    145148
Note: See TracChangeset for help on using the changeset viewer.