@@ -52,6 +52,7 @@ public async Task DebugHotReloadMethodUnchanged()
52
52
}
53
53
54
54
[ ConditionalTheory ( nameof ( RunningOnChrome ) ) ]
55
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/88528" ) ]
55
56
[ InlineData ( "ApplyUpdateReferencedAssembly" ) ]
56
57
[ InlineData ( "ApplyUpdateReferencedAssemblyChineseCharInPath\u3128 " ) ]
57
58
public async Task DebugHotReloadMethodAddBreakpoint ( string assembly_name )
@@ -220,6 +221,7 @@ public async Task DebugHotReloadMethodUnchangedUsingSDB()
220
221
}
221
222
222
223
[ ConditionalTheory ( nameof ( RunningOnChrome ) ) ]
224
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/88528" ) ]
223
225
[ InlineData ( "ApplyUpdateReferencedAssembly" ) ]
224
226
[ InlineData ( "ApplyUpdateReferencedAssemblyChineseCharInPath\u3128 " ) ]
225
227
public async Task DebugHotReloadMethodAddBreakpointUsingSDB ( string assembly_name )
@@ -416,6 +418,7 @@ public async Task DebugHotReloadMethod_CheckBreakpointLineUpdated_ByVS_Simulated
416
418
}
417
419
418
420
[ ConditionalFact ( nameof ( RunningOnChrome ) ) ]
421
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/88528" ) ]
419
422
public async Task DebugHotReloadMethod_AddingNewMethod ( )
420
423
{
421
424
string asm_file = Path . Combine ( DebuggerTestAppPath , "ApplyUpdateReferencedAssembly.dll" ) ;
@@ -446,6 +449,7 @@ await StepAndCheck(StepKind.Over, "dotnet://ApplyUpdateReferencedAssembly.dll/Me
446
449
}
447
450
448
451
[ ConditionalFact ( nameof ( RunningOnChrome ) ) ]
452
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/88528" ) ]
449
453
public async Task DebugHotReloadMethod_AddingNewStaticField ( )
450
454
{
451
455
string asm_file = Path . Combine ( DebuggerTestAppPath , "ApplyUpdateReferencedAssembly.dll" ) ;
0 commit comments