commit | 77149a1c6120bd537cbc90df9a18e2d8e7b208fa | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Jul 30 10:58:34 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Jul 30 10:58:34 2014 +0300 |
tree | 37c71fbaa46be5023db7738996481708937e8fc2 | |
parent | 2af8d2f6986bc3d07dc6dd63b77147f5b405b271 [diff] [blame] |
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 d8dc9c3..fcbafc5 100644 --- a/Lib/test/test_tcl.py +++ b/Lib/test/test_tcl.py
@@ -426,6 +426,7 @@ 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):