Path: csiph.com!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'skip:" 60': 0.05; 'true)': 0.07; 'creighton': 0.09; 'failure.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'skip:= 70': 0.10; 'jan': 0.11; 'idle.': 0.16; 'idlelib': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:gui': 0.16; 'subject:run': 0.16; 'wrote:': 0.16; 'found,': 0.18; 'instance,': 0.18; 'laura': 0.18; '(most': 0.24; 'header:In-Reply- To:1': 0.24; 'url:bugs': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'occurred': 0.29; 'skip:( 50': 0.29; 'subject:users': 0.29; 'url:python': 0.33; 'idle': 0.33; 'traceback': 0.33; 'file': 0.34; 'subject:please': 0.35; 'should': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'test': 0.39; 'to:addr:python.org': 0.40; 'have?': 0.84; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Linux users: please run gui tests Date: Fri, 7 Aug 2015 21:25:21 -0400 References: <87wpx7fsb9.fsf@Equus.decebal.nl> <87si7vfqwn.fsf@Equus.decebal.nl> <201508071238.t77CcY7n018432@fido.openend.se> <201508071346.t77DkL2t031696@fido.openend.se> <201508071701.t77H1Csn004579@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: <201508071701.t77H1Csn004579@fido.openend.se> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438997138 news.xs4all.nl 2934 [2001:888:2000:d::a6]:53718 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95151 On 8/7/2015 1:01 PM, Laura Creighton wrote: > ====================================================================== > FAIL: test_get (tkinter.test.test_tkinter.test_variables.TestBooleanVar) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/lib/python3.4/tkinter/test/test_tkinter/test_variables.py", line 167, in test_get > self.assertIs(v.get(), True) > AssertionError: 1 is not True https://bugs.python.org/issue15601 was about this very test failure. The failure only occurred with tk 8.4. What tk version do you have? (Easily found, for instance, in Idle -> Help -> About Idle. (python3 -m idlelib should start idle). -- Terry Jan Reedy