summarylogtreecommitdiffstats
path: root/testresults.txt
diff options
context:
space:
mode:
authorMartchus2018-04-25 23:24:30 +0200
committerMartchus2018-04-25 23:24:30 +0200
commit209f13beed2092c4590abda11e7368eb12fb4ec3 (patch)
tree6577891c050be5a512a6521a327032f485904df5 /testresults.txt
parent193bc5914a25f777ee93c43c8939e018afff0cb0 (diff)
downloadaur-nginx-custom.tar.gz
Update to 1.14.0, use dynamic modules
Diffstat (limited to 'testresults.txt')
-rw-r--r--testresults.txt86
1 files changed, 0 insertions, 86 deletions
diff --git a/testresults.txt b/testresults.txt
deleted file mode 100644
index bc4223a2f21e..000000000000
--- a/testresults.txt
+++ /dev/null
@@ -1,86 +0,0 @@
-Ignore failing auth_request_satisfy.t for now since at least an error is
-caused (even if not the correct one). Maybe bug caused by one of the further
-modules?
-
-Relevant log:
-
-./auth_request.t ....................... ok
-
-# Failed test 'any deny+unauthorized'
-# at ./auth_request_satisfy.t line 129.
-# 'HTTP/1.1 404 Not Found
-# Server: nginx/1.12.2
-# Date: Thu, 30 Nov 2017 20:25:33 GMT
-# Content-Type: text/html
-# Content-Length: 169
-# Connection: close
-#
-# <html>
-# <head><title>404 Not Found</title></head>
-# <body bgcolor="white">
-# <center><h1>404 Not Found</h1></center>
-# <hr><center>nginx/1.12.2</center>
-# </body>
-# </html>
-# '
-# doesn't match '(?^: 401 )'
-
-# Failed test 'any deny+forbidden'
-# at ./auth_request_satisfy.t line 130.
-# 'HTTP/1.1 404 Not Found
-# Server: nginx/1.12.2
-# Date: Thu, 30 Nov 2017 20:25:33 GMT
-# Content-Type: text/html
-# Content-Length: 169
-# Connection: close
-#
-# <html>
-# <head><title>404 Not Found</title></head>
-# <body bgcolor="white">
-# <center><h1>404 Not Found</h1></center>
-# <hr><center>nginx/1.12.2</center>
-# </body>
-# </html>
-# '
-# doesn't match '(?^: 403 )'
-
-# Failed test 'any basic+unauthorized'
-# at ./auth_request_satisfy.t line 133.
-# 'HTTP/1.1 404 Not Found
-# Server: nginx/1.12.2
-# Date: Thu, 30 Nov 2017 20:25:33 GMT
-# Content-Type: text/html
-# Content-Length: 169
-# Connection: close
-#
-# <html>
-# <head><title>404 Not Found</title></head>
-# <body bgcolor="white">
-# <center><h1>404 Not Found</h1></center>
-# <hr><center>nginx/1.12.2</center>
-# </body>
-# </html>
-# '
-# doesn't match '(?^: 401 )'
-
-# Failed test 'any basic+forbidden'
-# at ./auth_request_satisfy.t line 134.
-# 'HTTP/1.1 404 Not Found
-# Server: nginx/1.12.2
-# Date: Thu, 30 Nov 2017 20:25:33 GMT
-# Content-Type: text/html
-# Content-Length: 169
-# Connection: close
-#
-# <html>
-# <head><title>404 Not Found</title></head>
-# <body bgcolor="white">
-# <center><h1>404 Not Found</h1></center>
-# <hr><center>nginx/1.12.2</center>
-# </body>
-# </html>
-# '
-# doesn't match '(?^: 401 )'
-# Looks like you failed 4 tests of 20.
-./auth_request_satisfy.t ...............
-Dubious, test returned 4 (wstat 1024, 0x400)