From: Joe Orton Date: Wed, 4 Mar 2020 08:23:55 +0000 (+0000) Subject: Update docs. The expr_string.t failure has not been seen since X-Git-Tag: 2.5.0-alpha2-ci-test-only~1596 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d6d9e5abc82192b10bd7d5f32a560685c69990;p=thirdparty%2Fapache%2Fhttpd.git Update docs. The expr_string.t failure has not been seen since the workaround was added AFAICT. The async filter bug is still breaking the tests regularly. [skip ci]. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874775 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/README.travis b/test/README.travis index 61a8a028e9c..1af91a2afc6 100644 --- a/test/README.travis +++ b/test/README.travis @@ -28,6 +28,10 @@ The Travis scripts use the following environment variables: * SKIP_TESTING - if set, the Perl test framework is not run for the build. +* TEST_UBSAN - set for builds using UBSan ("Undefined Behaviour Sanitizer") + +* TEST_MALLOC - set for builds using enhanced malloc debugging. + Caching ------- @@ -49,7 +53,6 @@ TODO list - 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