Skip to content

Commit 50af35c

Browse files
authored
[wasm][debugger] Disable failing HotReload tests (#88630)
Issue: #88528
1 parent ad13e28 commit 50af35c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mono/wasm/debugger/DebuggerTestSuite/HotReloadTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public async Task DebugHotReloadMethodUnchanged()
5252
}
5353

5454
[ConditionalTheory(nameof(RunningOnChrome))]
55+
[ActiveIssue("https://github.com/dotnet/runtime/issues/88528")]
5556
[InlineData("ApplyUpdateReferencedAssembly")]
5657
[InlineData("ApplyUpdateReferencedAssemblyChineseCharInPath\u3128")]
5758
public async Task DebugHotReloadMethodAddBreakpoint(string assembly_name)
@@ -220,6 +221,7 @@ public async Task DebugHotReloadMethodUnchangedUsingSDB()
220221
}
221222

222223
[ConditionalTheory(nameof(RunningOnChrome))]
224+
[ActiveIssue("https://github.com/dotnet/runtime/issues/88528")]
223225
[InlineData("ApplyUpdateReferencedAssembly")]
224226
[InlineData("ApplyUpdateReferencedAssemblyChineseCharInPath\u3128")]
225227
public async Task DebugHotReloadMethodAddBreakpointUsingSDB(string assembly_name)
@@ -416,6 +418,7 @@ public async Task DebugHotReloadMethod_CheckBreakpointLineUpdated_ByVS_Simulated
416418
}
417419

418420
[ConditionalFact(nameof(RunningOnChrome))]
421+
[ActiveIssue("https://github.com/dotnet/runtime/issues/88528")]
419422
public async Task DebugHotReloadMethod_AddingNewMethod()
420423
{
421424
string asm_file = Path.Combine(DebuggerTestAppPath, "ApplyUpdateReferencedAssembly.dll");
@@ -446,6 +449,7 @@ await StepAndCheck(StepKind.Over, "dotnet://ApplyUpdateReferencedAssembly.dll/Me
446449
}
447450

448451
[ConditionalFact(nameof(RunningOnChrome))]
452+
[ActiveIssue("https://github.com/dotnet/runtime/issues/88528")]
449453
public async Task DebugHotReloadMethod_AddingNewStaticField()
450454
{
451455
string asm_file = Path.Combine(DebuggerTestAppPath, "ApplyUpdateReferencedAssembly.dll");

0 commit comments

Comments
 (0)