diff options
author | Joe Orton <jorton@apache.org> | 2020-03-04 08:23:55 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-03-04 08:23:55 +0000 |
commit | c9d6d9e5abc82192b10bd7d5f32a560685c69990 (patch) | |
tree | b64deebf42efc831664dd7c9281c4bd0f7232cf1 /test/README.travis | |
parent | 7a3404c67139493762c11398ad84cdcf8c2c7c79 (diff) | |
download | httpd-c9d6d9e5abc82192b10bd7d5f32a560685c69990.tar.gz |
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
Diffstat (limited to 'test/README.travis')
-rw-r--r-- | test/README.travis | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/README.travis b/test/README.travis index 61a8a028e9..1af91a2afc 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 <CAKQ1sVMbDcUouu+_bfp8T5HO5+=ORWhLx361+b4qyLux5xyhwA@mail.gmail.com> etc |