diff options
author | Joe Orton <jorton@apache.org> | 2020-01-13 18:13:08 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-01-13 18:13:08 +0100 |
commit | fd88f1c0cf03b59698327901111d1554db62c02b (patch) | |
tree | 76604ed359e46a0b77374363aae165a41a091aa6 /test | |
parent | proxy: add local address to body-forwarding errors (diff) | |
download | apache2-fd88f1c0cf03b59698327901111d1554db62c02b.tar.xz apache2-fd88f1c0cf03b59698327901111d1554db62c02b.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/README.travis | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test/README.travis b/test/README.travis index 0954c3576e..61a8a028e9 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 <CAKQ1sVMbDcUouu+_bfp8T5HO5+=ORWhLx361+b4qyLux5xyhwA@mail.gmail.com> etc Testing from a Feature Branch ----------------------------- |