mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
* Renaming test_tk_* to test_ttk_* since that is what they are testing.
* Added ttk tests to the expected skips mapping just like where test_tcl was expected to be skipped too.
This commit is contained in:
parent
6785cf0169
commit
7a77ee88af
3 changed files with 20 additions and 2 deletions
|
@ -1045,6 +1045,8 @@ _expectations = {
|
|||
test_socket_ssl
|
||||
test_socketserver
|
||||
test_tcl
|
||||
test_ttk_guionly
|
||||
test_ttk_textonly
|
||||
test_timeout
|
||||
test_urllibnet
|
||||
test_multiprocessing
|
||||
|
@ -1062,6 +1064,8 @@ _expectations = {
|
|||
test_kqueue
|
||||
test_ossaudiodev
|
||||
test_tcl
|
||||
test_ttk_guionly
|
||||
test_ttk_textonly
|
||||
test_zipimport
|
||||
test_zlib
|
||||
""",
|
||||
|
@ -1078,6 +1082,8 @@ _expectations = {
|
|||
test_ossaudiodev
|
||||
test_pep277
|
||||
test_tcl
|
||||
test_ttk_guionly
|
||||
test_ttk_textonly
|
||||
test_multiprocessing
|
||||
""",
|
||||
'netbsd3':
|
||||
|
@ -1094,6 +1100,8 @@ _expectations = {
|
|||
test_ossaudiodev
|
||||
test_pep277
|
||||
test_tcl
|
||||
test_ttk_guionly
|
||||
test_ttk_textonly
|
||||
test_multiprocessing
|
||||
""",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue