This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gpolo, serhiy.storchaka, vstinner
Date 2017-08-08.15:14:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502205247.07.0.0818330592426.issue31068@psf.upfronthosting.co.za>
In-reply-to
Content
Another hang: test_ttk\test_extensions.py:335: LabeledScaleTest.test2_variable_change(). Traceback:

(...)
File: "C:\haypo\2.7\lib\lib-tk\test\test_ttk\test_extensions.py", line 335, in test2_variable_change
  x.update()
File: "C:\haypo\2.7\lib\lib-tk\Tkinter.py", line 1023, in update
  self.tk.call('update')

I'm now using this batch script:
---
:repeat
PCbuild\amd64\python_d.exe -m test -u all --timeout=30 -R 3:3 -r test_ttk_guionly
if not %errorlevel% equ 0 goto :fail
echo OKKKKK
goto :repeat

:fail
echo ERRRRRR
---
History
Date User Action Args
2017-08-08 15:14:07vstinnersetrecipients: + vstinner, gpolo, serhiy.storchaka
2017-08-08 15:14:07vstinnersetmessageid: <1502205247.07.0.0818330592426.issue31068@psf.upfronthosting.co.za>
2017-08-08 15:14:07vstinnerlinkissue31068 messages
2017-08-08 15:14:06vstinnercreate