Changeset 6d47d88 for general/graphlib


Ignore:
Timestamp:
09/19/2023 06:01:49 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
075fb2e
Parents:
7bfadab
git-author:
Xi Ruoyao <xry111@…> (09/19/2023 05:59:50 PM)
git-committer:
Xi Ruoyao <xry111@…> (09/19/2023 06:01:49 PM)
Message:

librsvg: Run test suite with LC_ALL=C

Add -k by the way to complete the test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/librsvg.xml

    r7bfadab r6d47d88  
    109109make</userinput></screen>
    110110
    111     <para>
    112       To test the results, issue: <command>make check</command>. One test,
    113       <filename>tests::bugs_bug668_small_caps_svg</filename>, is known to fail.
     111    <!-- With some locales (zh_CN.UTF-8) 31 tests fail.  With LC_ALL=C only
     112         one failure.
     113         https://gitlab.gnome.org/GNOME/librsvg/-/issues/1021 -->
     114    <para>
     115      To test the results, issue: <command>LC_ALL=C make -k check</command>.
     116      One test, <filename>tests::bugs_bug668_small_caps_svg</filename>, is
     117      known to fail.
    114118    </para>
    115119
Note: See TracChangeset for help on using the changeset viewer.