aboutsummaryrefslogtreecommitdiffstats
path: root/main/nghttp2/disable-failing-musl-unittest.patch
blob: 3d20eefca2028ab092dd58fe94ef7a6b24eb110f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This testcase fails due to musl libc.

--- a/src/shrpx-unittest.cc
+++ b/src/shrpx-unittest.cc
@@ -177,8 +177,6 @@
       !CU_add_test(pSuite, "util_ends_with", shrpx::test_util_ends_with) ||
       !CU_add_test(pSuite, "util_parse_http_date",
                    shrpx::test_util_parse_http_date) ||
-      !CU_add_test(pSuite, "util_localtime_date",
-                   shrpx::test_util_localtime_date) ||
       !CU_add_test(pSuite, "util_get_uint64", shrpx::test_util_get_uint64) ||
       !CU_add_test(pSuite, "util_parse_config_str_list",
                    shrpx::test_util_parse_config_str_list) ||