diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-01-28 19:28:04 +0000 |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-01-28 19:28:04 +0000 |
commit | 7a77ee88af00b853aae328dbb3c87d91a1313052 (patch) | |
tree | 2cbd019a4616a86fe398e844cb81e884989249d0 /Lib/test/regrtest.py | |
parent | 6785cf0169a1213f15549374361801185de8a8b0 (diff) | |
download | cpython-git-7a77ee88af00b853aae328dbb3c87d91a1313052.tar.gz |
* 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.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 996395bb8e..faa308c81f 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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 """, } |