mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
remove test_socketserver from the skip lists
This commit is contained in:
parent
3bd3c8403a
commit
142da98beb
1 changed files with 0 additions and 11 deletions
|
@ -584,7 +584,6 @@ _expectations = {
|
||||||
test_pwd
|
test_pwd
|
||||||
test_resource
|
test_resource
|
||||||
test_signal
|
test_signal
|
||||||
test_socketserver
|
|
||||||
test_sunaudiodev
|
test_sunaudiodev
|
||||||
test_timing
|
test_timing
|
||||||
""",
|
""",
|
||||||
|
@ -603,7 +602,6 @@ _expectations = {
|
||||||
test_nis
|
test_nis
|
||||||
test_ntpath
|
test_ntpath
|
||||||
test_ossaudiodev
|
test_ossaudiodev
|
||||||
test_socketserver
|
|
||||||
test_sunaudiodev
|
test_sunaudiodev
|
||||||
""",
|
""",
|
||||||
'mac':
|
'mac':
|
||||||
|
@ -644,7 +642,6 @@ _expectations = {
|
||||||
test_pwd
|
test_pwd
|
||||||
test_resource
|
test_resource
|
||||||
test_signal
|
test_signal
|
||||||
test_socketserver
|
|
||||||
test_sunaudiodev
|
test_sunaudiodev
|
||||||
test_sundry
|
test_sundry
|
||||||
test_tarfile
|
test_tarfile
|
||||||
|
@ -667,7 +664,6 @@ _expectations = {
|
||||||
test_openpty
|
test_openpty
|
||||||
test_pyexpat
|
test_pyexpat
|
||||||
test_sax
|
test_sax
|
||||||
test_socketserver
|
|
||||||
test_sunaudiodev
|
test_sunaudiodev
|
||||||
test_sundry
|
test_sundry
|
||||||
""",
|
""",
|
||||||
|
@ -688,7 +684,6 @@ _expectations = {
|
||||||
test_openpty
|
test_openpty
|
||||||
test_pyexpat
|
test_pyexpat
|
||||||
test_sax
|
test_sax
|
||||||
test_socketserver
|
|
||||||
test_sunaudiodev
|
test_sunaudiodev
|
||||||
test_sundry
|
test_sundry
|
||||||
""",
|
""",
|
||||||
|
@ -714,7 +709,6 @@ _expectations = {
|
||||||
test_pyexpat
|
test_pyexpat
|
||||||
test_queue
|
test_queue
|
||||||
test_sax
|
test_sax
|
||||||
test_socketserver
|
|
||||||
test_sunaudiodev
|
test_sunaudiodev
|
||||||
test_sundry
|
test_sundry
|
||||||
test_thread
|
test_thread
|
||||||
|
@ -750,7 +744,6 @@ _expectations = {
|
||||||
test_popen2
|
test_popen2
|
||||||
test_pty
|
test_pty
|
||||||
test_pwd
|
test_pwd
|
||||||
test_socketserver
|
|
||||||
test_strop
|
test_strop
|
||||||
test_sunaudiodev
|
test_sunaudiodev
|
||||||
test_sundry
|
test_sundry
|
||||||
|
@ -782,7 +775,6 @@ _expectations = {
|
||||||
test_ntpath
|
test_ntpath
|
||||||
test_ossaudiodev
|
test_ossaudiodev
|
||||||
test_poll
|
test_poll
|
||||||
test_socketserver
|
|
||||||
test_sunaudiodev
|
test_sunaudiodev
|
||||||
""",
|
""",
|
||||||
'sunos5':
|
'sunos5':
|
||||||
|
@ -801,7 +793,6 @@ _expectations = {
|
||||||
test_linuxaudiodev
|
test_linuxaudiodev
|
||||||
test_mpz
|
test_mpz
|
||||||
test_openpty
|
test_openpty
|
||||||
test_socketserver
|
|
||||||
test_zipfile
|
test_zipfile
|
||||||
test_zlib
|
test_zlib
|
||||||
""",
|
""",
|
||||||
|
@ -826,7 +817,6 @@ _expectations = {
|
||||||
test_openpty
|
test_openpty
|
||||||
test_pyexpat
|
test_pyexpat
|
||||||
test_sax
|
test_sax
|
||||||
test_socketserver
|
|
||||||
test_sunaudiodev
|
test_sunaudiodev
|
||||||
test_zipfile
|
test_zipfile
|
||||||
test_zlib
|
test_zlib
|
||||||
|
@ -852,7 +842,6 @@ _expectations = {
|
||||||
test_poll
|
test_poll
|
||||||
test_popen2
|
test_popen2
|
||||||
test_resource
|
test_resource
|
||||||
test_socketserver
|
|
||||||
test_sunaudiodev
|
test_sunaudiodev
|
||||||
""",
|
""",
|
||||||
'cygwin':
|
'cygwin':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue