Skip to content

Commit

Permalink
[wasm][debugger] ActiveIssue for DebuggerTests.EvaluateOnCallFrameTes…
Browse files Browse the repository at this point in the history
…ts timeouts (#85169)

* active issue #85168

* rename offender
  • Loading branch information
pavelsavara committed Apr 21, 2023
1 parent a41fd14 commit 8744ae6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@

<Compile Include="..\BrowserDebugProxy\Common\*.cs" />

<!-- TODO [ActiveIssue("https://github.com/dotnet/runtime/issues/85168")]
<Compile Remove="EvaluateOnCallFrameTests.cs" />
-->

<Compile Include="$(LibrariesProjectRoot)Microsoft.Extensions.Logging\tests\DI.Common\Common\src\XunitLoggerFactoryExtensions.cs" />
<Compile Include="$(LibrariesProjectRoot)Microsoft.Extensions.Logging\tests\DI.Common\Common\src\XunitLoggerProvider.cs" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
namespace DebuggerTests
{
// TODO: static async, static method args
public class EvaluateOnCallFrameTests2 : DebuggerTests
public class EvaluateOnCallFrame2Tests : DebuggerTests
{
public EvaluateOnCallFrameTests2(ITestOutputHelper testOutput) : base(testOutput)
public EvaluateOnCallFrame2Tests(ITestOutputHelper testOutput) : base(testOutput)
{}

public static IEnumerable<object[]> InstanceMethodsTestData(string type_name)
Expand Down

0 comments on commit 8744ae6

Please sign in to comment.