Skip to content

Commit 6f0566f

Browse files
committed
Fix some tests
1 parent 6ab9ff9 commit 6f0566f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Reason=StackOverflowException - https://github.com/IronLanguages/ironpython2/iss
146146

147147
[IronPython.test_threading_stdlib]
148148
IsolationLevel=PROCESS
149+
RunCondition=NOT $(IS_MONO) # TODO: figure out
149150

150151
[IronPython.test_threadsafety]
151152
Ignore=true

tests/suite/test_structures_ctypes_stdlib.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ def load_tests(loader, standard_tests, pattern):
1818
ctypes.test.test_structures.StructureTestCase('test_conflicting_initializers'), # AssertionError
1919
ctypes.test.test_structures.StructureTestCase('test_pass_by_value_in_register'), # NotImplementedError: in dll
2020
]
21-
if is_osx:
22-
failing_tests += [
23-
ctypes.test.test_structures.StructureTestCase('test_pass_by_value'),
24-
]
2521

2622
return generate_suite(tests, failing_tests)
2723

0 commit comments

Comments
 (0)