Skip to content

Commit 4b3a660

Browse files
committed
Disable 2 tests on interpreter
1 parent 52e84f7 commit 4b3a660

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/tests/Interop/MarshalAPI/FunctionPointer/GenericFunctionPointer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public static void RunGenericFunctionPointerTest(float inVal)
114114
}
115115

116116
[ConditionalFact(nameof(CanRunInvalidGenericFunctionPointerTest))]
117+
[Xunit.SkipOnCoreClrAttribute("Depends on marshalled calli", RuntimeTestModes.InterpreterActive)]
117118
public static void RunInvalidGenericFunctionPointerTest()
118119
{
119120
Console.WriteLine($"Running {nameof(RunInvalidGenericFunctionPointerTest)}...");

src/tests/Interop/PInvoke/IEnumerator/IEnumeratorTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static void TestManagedRoundTrip()
7474
}
7575

7676
[Fact]
77+
[Xunit.SkipOnCoreClrAttribute("Depends on COM behavior that is not correct in interpreter", RuntimeTestModes.InterpreterActive)]
7778
public static void TestSupportForICustomAdapter()
7879
{
7980
{

0 commit comments

Comments
 (0)