]> git.pld-linux.org Git - packages/python-gevent.git/blobdiff - known_failures-pld.patch
- updated to 1.4.0
[packages/python-gevent.git] / known_failures-pld.patch
index 1eced2c641d2ab0845dd15b089c5e7e5a61827e3..42d0c8373d4a7154f8d5a1e47a23ec8349eb96bf 100644 (file)
@@ -1,6 +1,6 @@
---- gevent-1.1.0.orig/src/greentest/known_failures.py  2016-03-05 14:10:58.000000000 +0100
-+++ gevent-1.1.0/src/greentest/known_failures.py       2016-03-14 13:24:11.000000000 +0100
-@@ -33,8 +33,235 @@
+--- gevent-1.4.0.orig/src/gevent/tests/known_failures.py       2017-06-05 13:31:50.000000000 +0200
++++ gevent-1.4.0/src/gevent/tests/known_failures.py    2018-03-05 12:50:16.000000000 +0100
+@@ -33,8 +33,276 @@
      # we don't have that option without a new commit---and sometimes we really need a build
      # to succeed in order to get a release wheel
      'FLAKY test__issue6.py',
 +
 +    # depends on external URL accessibility
 +    'FLAKY monkey_test test_urllib2net.py',
-+    'FLAKY monkey_test --Event test_urllib2net.py',
++    #'FLAKY monkey_test --Event test_urllib2net.py',
 +
 +    # requires webpy, not in PLD
 +    # has expectations on local TCP ports availability
 +    #  AssertionError: timeout not raised
 +    'FLAKY test__socket.py',
 +
++    #  Traceback (most recent call last):
++    #    File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main
++    #      "__main__", mod_spec)
++    #    File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code
++    #      exec(code, run_globals)
++    #    File "/home/users/baggins/devel/PLD/rpm/BUILD/gevent-1.2.1/src/greentest/monkey_test.py", line 41, in <module>
++    #      exec(module_code, globals())
++    #    File "test_socket.py", line 5600, in <module>
++    #      test_main()
++    #    File "test_socket.py", line 5596, in test_main
++    #      support.run_unittest(*tests)
++    #    File "/usr/lib64/python3.6/test/support/__init__.py", line 1923, in run_unittest
++    #      _run_suite(suite)
++    #    File "/usr/lib64/python3.6/test/support/__init__.py", line 1898, in _run_suite
++    #      raise TestFailed(err)
++    #  test.support.TestFailed: Traceback (most recent call last):
++    #    File "/usr/lib64/python3.6/test/support/__init__.py", line 556, in wrapper
++    #      return func(*args, **kw)
++    #    File "test_socket.py", line 5470, in test_aead_aes_gcm
++    #      res = op.recv(assoclen + len(plain) + taglen)
++    #    File "/home/users/baggins/devel/PLD/rpm/BUILD/gevent-1.2.1/build-3/lib.linux-x86_64-3.6/gevent/_socket3.py", line 333, in recv
++    #      return _socket.socket.recv(self._sock, *args)
++    #  OSError: [Errno 22] Invalid argument
++    'FLAKY test_socket.py',
++
 +    # uses DNS and external URLs,
 +    # requires 'sendfile' python module
 +    'FLAKY test__examples.py',
 +
 +    # uses os.forkpty()
 +    'FLAKY test__monkey_sigchld.py',
++
++    # network
++    'FLAKY test__server.py',
++    'FLAKY test__server_pywsgi.py',
++
++    # certificate verify failed
++    'FLAKY test_urllib2_localnet.py', # 'FLAKY monkey_test test_urllib2_localnet.py',
++    # one warning too little?
++    'FLAKY test__monkey.py',
++    # non-deterministic
++    'FLAKY test__hub.py',
++    # "thread_ident=X" vs "thread_ident=-X" on py3.8?
++    'FLAKY test__util.py',
++    # memory corruption under py3.8?
++    'FLAKY test__monkey_sigchld_2.py',
++    'FLAKY test__monkey_sigchld_3.py'
 +]
  
- if os.environ.get('GEVENT_RESOLVER') == 'ares' or LEAKTEST:
-     # XXX fix this
+ if sys.platform == 'win32':
+     # other Windows-related issues (need investigating)
This page took 0.0993000000000001 seconds and 4 git commands to generate.