]> granicus.if.org Git - python/commitdiff
Issue #21951: Temporary skip crashing test_user_command on AIX.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Jul 2014 07:59:46 +0000 (10:59 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Jul 2014 07:59:46 +0000 (10:59 +0300)
Lib/test/test_tcl.py

index 01b532da11415638249510c407150964948d2fcb..e57b5e16bbd7120972843aff8dfac475188ba913 100644 (file)
@@ -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):