]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update docs. The expr_string.t failure has not been seen since
authorJoe Orton <jorton@apache.org>
Wed, 4 Mar 2020 08:23:55 +0000 (08:23 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 4 Mar 2020 08:23:55 +0000 (08:23 +0000)
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

test/README.travis

index 61a8a028e9c7cbbd30cf159b9c7cad36c63fa4b3..1af91a2afc6e3c4f2547c03226246ba5dcb134b6 100644 (file)
@@ -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