kadler / cpython

The Python programming language
https://www.python.org/
Other
2 stars 2 forks source link

Test failures in test_httpservers #36

Open kadler opened 4 years ago

kadler commented 4 years ago
======================================================================
FAIL: test_get (test.test_httpservers.SimpleHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_httpservers.py", line 452, in test_get
    self.check_status_and_reason(response, HTTPStatus.NOT_FOUND)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_httpservers.py", line 376, in check_status_and_reason
    self.assertEqual(response.status, status)
AssertionError: 200 != <HTTPStatus.NOT_FOUND: 404>