mirror of
https://github.com/python/cpython.git
synced 2024-11-29 04:44:13 +08:00
Disable the testcase that crashes solaris.
This commit is contained in:
parent
e317d0e307
commit
57e881eb22
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user