Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm][debugger] Rename DebuggerTests.EvaluateOnCallFrameTests2 to prevent timeouts #85169

Merged
merged 2 commits into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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