Skip to content

Commit

Permalink
[wasm][debugger] Disable failing HotReload tests (#88630)
Browse files Browse the repository at this point in the history
Issue: #88528
  • Loading branch information
radical authored Jul 10, 2023
1 parent ad13e28 commit 50af35c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mono/wasm/debugger/DebuggerTestSuite/HotReloadTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public async Task DebugHotReloadMethodUnchanged()
}

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

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

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

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

0 comments on commit 50af35c

Please sign in to comment.