Commit a0fcb3dd authored by Stefan Behnel's avatar Stefan Behnel

disable 'pyregr.test_logging' because of threading issues

parent 69b44fc6
...@@ -21,16 +21,19 @@ builtin_subtype_methods_T653 ...@@ -21,16 +21,19 @@ builtin_subtype_methods_T653
numpy_memoryview numpy_memoryview
# CPython regression tests that don't current work: # CPython regression tests that don't current work:
pyregr.test_threadsignals
pyregr.test_signal pyregr.test_signal
pyregr.test_capi pyregr.test_capi
pyregr.test_socket pyregr.test_socket
pyregr.test_threading
pyregr.test_sys pyregr.test_sys
pyregr.test_pep3131 pyregr.test_pep3131
pyregr.test_multiprocessing pyregr.test_multiprocessing
pyregr.test_tempfile pyregr.test_tempfile
# CPython regression tests with threading issues
pyregr.test_threadsignals
pyregr.test_threading
pyregr.test_logging
# CPython regression tests that don't make sense # CPython regression tests that don't make sense
pyregr.test_gdb pyregr.test_gdb
pyregr.test_support pyregr.test_support
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment