Skip to content

Commit 33df749

Browse files
committed
Remove unnecessary skip attributes
1 parent 701a556 commit 33df749

File tree

1 file changed

+0
-2
lines changed
  • src/tests/Interop/IDynamicInterfaceCastable

1 file changed

+0
-2
lines changed

src/tests/Interop/IDynamicInterfaceCastable/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ public DynamicInterfaceCastable_ValidateBasicInterface()
356356
}
357357

358358
[Fact]
359-
[Xunit.SkipOnCoreClrAttribute("Assert failure: targetSSP == 0 || (pHandlerIP != NULL) && (exInfo->m_frameIter.m_crawl.GetCodeManager() == ExecutionManager::GetInterpreterCodeManager()) || (*(size_t*)(targetSSP-8) == exInfo->m_frameIter.m_crawl.GetRegisterSet()->ControlPC)", RuntimeTestModes.InterpreterActive)]
360359
public static void ValidateBasicInterface()
361360
{
362361
Console.WriteLine($"Running {nameof(ValidateBasicInterface)}");
@@ -546,7 +545,6 @@ public static void ValidateDirectlyImplemented()
546545
}
547546

548547
[Fact]
549-
[Xunit.SkipOnCoreClrAttribute("Assert failure: targetSSP == 0 || (pHandlerIP != NULL) && (exInfo->m_frameIter.m_crawl.GetCodeManager() == ExecutionManager::GetInterpreterCodeManager()) || (*(size_t*)(targetSSP-8) == exInfo->m_frameIter.m_crawl.GetRegisterSet()->ControlPC)", RuntimeTestModes.InterpreterActive)]
550548
public static void ValidateErrorHandling()
551549
{
552550
Console.WriteLine($"Running {nameof(ValidateErrorHandling)}");

0 commit comments

Comments
 (0)