After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754636 - tests/unicode-encoding test fails for glib 2.45.7 on x86-64
tests/unicode-encoding test fails for glib 2.45.7 on x86-64
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: i18n
2.45.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2015-09-06 11:08 UTC by Peter Kovář
Modified: 2015-09-07 19:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
unicode-encoding log file (287 bytes, text/plain)
2015-09-06 11:11 UTC, Peter Kovář
Details

Description Peter Kovář 2015-09-06 11:08:36 UTC
make check

Testing glib 2.45.7 from Git
Comment 1 Peter Kovář 2015-09-06 11:11:36 UTC
Created attachment 310746 [details]
unicode-encoding log file
Comment 2 Matthias Clasen 2015-09-07 19:04:31 UTC
commit e773acfe9a0f8cf4d67799f6177997bd8a761ede
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 7 14:59:22 2015 -0400

    tests: Don't test g_utf8_to_ucs4_fast too rigorously
    
    The function is documented to assume valid input, and doesn't
    guarantee behavior with invalid input. So don't test that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754636