From: Serhiy Storchaka Date: Wed, 30 Jul 2014 07:58:34 +0000 (+0300) Subject: Issue #21951: Temporary skip crashing test_user_command on AIX. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77149a1c6120bd537cbc90df9a18e2d8e7b208fa;p=python Issue #21951: Temporary skip crashing test_user_command on AIX. --- diff --git a/Lib/test/test_tcl.py b/Lib/test/test_tcl.py index d8dc9c300e..fcbafc5bd2 100644 --- a/Lib/test/test_tcl.py +++ b/Lib/test/test_tcl.py @@ -426,6 +426,7 @@ class TclTest(unittest.TestCase): self.assertEqual(passValue((1, '2', (3.4,))), (1, '2', (3.4,)) if self.wantobjects else '1 2 3.4') + @unittest.skipIf(sys.platform.startswith("aix"), 'Issue #21951: crashes on AIX') def test_user_command(self): result = [] def testfunc(arg):