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-Tag: v2.7.9rc1~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77149a1c6120bd537cbc90df9a18e2d8e7b208fa;p=thirdparty%2FPython%2Fcpython.git 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 d8dc9c300e69..fcbafc5bd276 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):