diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-02 21:54:21 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-02 21:56:17 -0500 |
commit | 8156e54789859cb5834b54a6d533c9e5eeb2a927 (patch) | |
tree | 26dd5338e6f8be75b4e314edaf86d985a618b3ee /user/glib/musl-no-locale.patch | |
parent | 15f8572f9aa3ed919481d0e30f1e25a5ca81db9e (diff) | |
download | packages-8156e54789859cb5834b54a6d533c9e5eeb2a927.tar.gz packages-8156e54789859cb5834b54a6d533c9e5eeb2a927.tar.bz2 packages-8156e54789859cb5834b54a6d533c9e5eeb2a927.tar.xz packages-8156e54789859cb5834b54a6d533c9e5eeb2a927.zip |
user/glib: [PD] bump/take/fix tests/langdir gttiny
Diffstat (limited to 'user/glib/musl-no-locale.patch')
-rw-r--r-- | user/glib/musl-no-locale.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/glib/musl-no-locale.patch b/user/glib/musl-no-locale.patch index 4b36b0b2e..33b3c32df 100644 --- a/user/glib/musl-no-locale.patch +++ b/user/glib/musl-no-locale.patch @@ -53,3 +53,13 @@ fail () { echo "Test failed: $*" +--- glib-2.56.1/glib/tests/gdatetime.c.old 2018-07-02 21:11:49.890000000 -0500 ++++ glib-2.56.1/glib/tests/gdatetime.c 2018-07-02 21:19:30.340000000 -0500 +@@ -2329,7 +2329,6 @@ + g_test_add_func ("/GDateTime/printf", test_GDateTime_printf); + g_test_add_func ("/GDateTime/non_utf8_printf", test_non_utf8_printf); + g_test_add_func ("/GDateTime/strftime", test_strftime); +- g_test_add_func ("/GDateTime/strftime/error_handling", test_GDateTime_strftime_error_handling); + g_test_add_func ("/GDateTime/modifiers", test_modifiers); + g_test_add_func ("/GDateTime/month_names", test_month_names); + g_test_add_func ("/GDateTime/to_local", test_GDateTime_to_local); |