From: Serhiy Storchaka Date: Wed, 30 Jul 2014 07:59:46 +0000 (+0300) Subject: Issue #21951: Temporary skip crashing test_user_command on AIX. X-Git-Tag: v3.4.2rc1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95a9e0bf8c2862ba3bfec4d5e35ef982521fe1e2;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 01b532da1141..e57b5e16bbd7 100644 --- a/Lib/test/test_tcl.py +++ b/Lib/test/test_tcl.py @@ -412,6 +412,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 = None def testfunc(arg):