Kaydet (Commit) 57e881eb authored tarafından Thomas Heller's avatar Thomas Heller

Disable the testcase that crashes solaris.

üst e317d0e3
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment