]> 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:58:34 +0000 (10:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Jul 2014 07:58:34 +0000 (10:58 +0300)
Lib/test/test_tcl.py

index d8dc9c300e693c03bdff54963229f29342a8d88e..fcbafc5bd27651914e137071a444216edd0124cf 100644 (file)
@@ -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):