diff options
author | Simon Frankenberger <simon@fraho.eu> | 2019-01-18 20:01:36 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-21 14:09:26 +0000 |
commit | db105558390dcfcfcc724786cf1b3e99b7e917d3 (patch) | |
tree | 6c60960e7fb57e39e86fa79126fc31ecb9ea14fb /main/nghttp2/disable-failing-musl-unittest.patch | |
parent | 3da0f331a8520ca8a1a6fcd1670bed23cd36b2c4 (diff) | |
download | aports-db105558390dcfcfcc724786cf1b3e99b7e917d3.tar.bz2 aports-db105558390dcfcfcc724786cf1b3e99b7e917d3.tar.xz |
main/nghttp2: fix failing test
Also remove the --without-spdylay options as it no longer exists
and fix an unittest error on my machine.
Diffstat (limited to 'main/nghttp2/disable-failing-musl-unittest.patch')
-rw-r--r-- | main/nghttp2/disable-failing-musl-unittest.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/nghttp2/disable-failing-musl-unittest.patch b/main/nghttp2/disable-failing-musl-unittest.patch new file mode 100644 index 0000000000..3d20eefca2 --- /dev/null +++ b/main/nghttp2/disable-failing-musl-unittest.patch @@ -0,0 +1,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) || |