summaryrefslogtreecommitdiff
path: root/user/glib/musl-no-locale.patch
blob: 1624b00781ea8830b19d75ca3e2d2162dc389efd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- glib-2.52.1/glib/tests/option-context.c.old	2016-10-22 05:21:34.000000000 +0000
+++ glib-2.52.1/glib/tests/option-context.c	2017-08-20 23:14:46.364133517 +0000
@@ -638,7 +638,7 @@
   
   old_locale = g_strdup (setlocale (LC_NUMERIC, locale));
   current_locale = setlocale (LC_NUMERIC, NULL);
-  if (strcmp (current_locale, locale) != 0)
+  //if (strcmp (current_locale, locale) != 0)
     {
       fprintf (stderr, "Cannot set locale to %s, skipping\n", locale);
       goto cleanup; 
--- glib-2.52.1/glib/tests/convert.c.old	2016-10-22 00:21:34.000000000 -0500
+++ glib-2.52.1/glib/tests/convert.c	2017-08-20 22:51:48.363430954 -0500
@@ -707,7 +707,7 @@
 
   g_test_add_func ("/conversion/no-conv", test_no_conv);
   g_test_add_func ("/conversion/iconv-state", test_iconv_state);
-  g_test_add_func ("/conversion/illegal-sequence", test_one_half);
+  //g_test_add_func ("/conversion/illegal-sequence", test_one_half);
-  g_test_add_func ("/conversion/byte-order", test_byte_order);
+  //g_test_add_func ("/conversion/byte-order", test_byte_order);
   g_test_add_func ("/conversion/unicode", test_unicode_conversions);
   g_test_add_func ("/conversion/filename-utf8", test_filename_utf8);
--- 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);