We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bd232 commit aea5325Copy full SHA for aea5325
tests/IronPython.Tests/Cases/CPythonCasesManifest.ini
@@ -17,6 +17,14 @@ Reason=Current implementation of get_last_error needs to be debugged
17
[CPython.ctypes.test_functions]
18
Ignore=true
19
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
28
[CPython.ctypes.test_objects]
29
30
Reason=CPython implementation detail
0 commit comments