From: Joe Orton Date: Mon, 13 Jan 2020 17:13:08 +0000 (+0000) Subject: Non-x86 testing seems reasonably reliable; note some known failures X-Git-Tag: 2.5.0-alpha2-ci-test-only~1708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd88f1c0cf03b59698327901111d1554db62c02b;p=thirdparty%2Fapache%2Fhttpd.git Non-x86 testing seems reasonably reliable; note some known failures currently. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872732 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/README.travis b/test/README.travis index 0954c3576e6..61a8a028e9c 100644 --- a/test/README.travis +++ b/test/README.travis @@ -43,16 +43,15 @@ TODO list * MacOS build * Windows build * clang-on-Linux build -* Multi-arch testing - - non-x86_64 images lack installed cpanminus and don't enable caching. - ppc64le builds seem unreasonably slow to install CPAN deps each time - (15-20 minutes) - not sure why. s390x is enabled & seems reasonably fast. - - Testing support for arm64. * Use containers for non-Ubuntu-based Linux testing -* E-mail notifications * VPATH builds * sanity checks for use of APLOGNO() - empty arguments, accidental duplicates, etc. - not sure how exactly +* Known test failures + - "apt-get install" timeout/fails - workaround by moving apt install to before_script phase? + - t/apache/expr_string.t - unclear root cause, possible workaround in r1872705 + - t/apache/rwrite.t, t/apache/pass_brigade.t + see msg etc Testing from a Feature Branch -----------------------------