From: Thomas Heller Date: Thu, 9 Mar 2006 09:43:53 +0000 (+0000) Subject: Disable the testcase that crashes solaris. X-Git-Tag: v2.5a0~304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57e881eb2262bbcfe4f537ba19ae45a8fff0bf4b;p=python Disable the testcase that crashes solaris. --- diff --git a/Lib/ctypes/test/test_byteswap.py b/Lib/ctypes/test/test_byteswap.py index 166a5b7f65..1b31f90229 100644 --- a/Lib/ctypes/test/test_byteswap.py +++ b/Lib/ctypes/test/test_byteswap.py @@ -198,7 +198,8 @@ class Test(unittest.TestCase): pass self.assertRaises(TypeError, setattr, S, "_fields_", [("s", T)]) - def test_struct_fields(self): + # crashes on solaris with a core dump. + def X_test_struct_fields(self): if sys.byteorder == "little": base = BigEndianStructure fmt = ">bhid"