Skip to content

Commit aea5325

Browse files
committed
Disable failing ctypes tests
1 parent 03bd232 commit aea5325

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/IronPython.Tests/Cases/CPythonCasesManifest.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Reason=Current implementation of get_last_error needs to be debugged
1717
[CPython.ctypes.test_functions]
1818
Ignore=true
1919

20+
[CPython.ctypes.test_frombuffer]
21+
RunCondition=NOT $(IS_MONO)
22+
Reason=Depends on gc.collect() calling finalizers
23+
24+
[CPython.ctypes.test_macholib]
25+
Ignore=true
26+
Reason=TODO: OSX specific: ctypes.macholib.dyld is outdated and does not perform OK on modern macOS
27+
2028
[CPython.ctypes.test_objects]
2129
Ignore=true
2230
Reason=CPython implementation detail

0 commit comments

Comments
 (0)