Skip to content

Commit 5adf13d

Browse files
committed
Add bitfield tests
1 parent 31f6964 commit 5adf13d

2 files changed

Lines changed: 360 additions & 21 deletions

File tree

tests/suite/modules/type_related/test_bitfields_ctypes_stdlib.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ def load_tests(loader, standard_tests, pattern):
1515

1616
if is_ironpython:
1717
failing_tests = []
18-
if not is_windows: # https://github.com/IronLanguages/ironpython3/issues/1442
18+
if not is_windows:
1919
failing_tests += [
20-
ctypes.test.test_bitfields.BitFieldTest('test_mixed_1'),
21-
ctypes.test.test_bitfields.BitFieldTest('test_mixed_4'),
2220
ctypes.test.test_bitfields.C_Test('test_shorts'),
2321
]
2422

0 commit comments

Comments
 (0)