Changeset ad9e10cd


Ignore:
Timestamp:
02/19/2023 07:20:43 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:
9a0cb195
Parents:
acd88fc
Message:

glib2: Document a test failure

Well, I've reported the issue to upstream very early but they didn't
response before we tag glib2. So let's just document it as a known
failure now...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    racd88fc rad9e10cd  
    220220      To test the results, after having installed the package, issue:
    221221      <command>LC_ALL=C ninja test</command> as a non-&root; user.
    222       <!-- glib issue #1954: -->
    223       <!-- One test named gdbus-server-auth sometimes fails.-->
    224       <!-- SysV has the symlink now, so gdatetime no longer fails.-->
    225       <!-- Needs /etc/localtime to be a symbolic link. In addition
    226       the link must be to some place like /usr/share/zoneinfo/...
    227 
    228       This can be overcome if the line below in glib/tests/gdatetime.c
    229       is removed or commented out.
    230       g_assert_true (*g_time_zone_get_identifier (tz) != '/');
    231 
    232       NOTE: systemd implements this as a hard requirement.  -->
    233       <!-- one test, g-file-info-filesystem-readonly.c, needs both
    234       bindfs and fusermount. With fuse3, you need to either create
    235       a fusermount->fusermount3 symlink or alter the source of the
    236       test so that fusermount3 is seeked and used. bindfs can be
    237       built against fuse3. The test is skipped if the dependencies
    238       are not found, and reported to pass.-->
    239       <!-- with 2.64.1 on sysV, all tests pass. -->
    240       <!-- with 2.70.1 on sysV, all tests pass. -->
    241       <!-- with 2.70.2 on sysV, all tests pass. -->
    242       <!-- with 2.72.3 on sysV, all tests pass. [pierre, July 2022] -->
    243       <!-- with 2.74.0 on sysV, all tests pass. [bdubbs, Sep 2022] -->
    244       <!-- with 2.74.3 on sysV, all tests pass. [pierre, Dec 2022] -->
     222      <!-- https://gitlab.gnome.org/GNOME/glib/-/issues/2913 -->
     223      One test named <filename>glib:glib / error</filename> is known to fail.
    245224    </para>
    246225  </sect2>
Note: See TracChangeset for help on using the changeset viewer.