File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/tests/Interop/IDynamicInterfaceCastable Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 ) } ") ;
You can’t perform that action at this time.
0 commit comments