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

Disable System.Text.Json.Tests suite on interp with debug runtime #101483

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

BrzVlad
Copy link
Member

@BrzVlad BrzVlad commented Apr 24, 2024

Interpreter gets very slow on debug builds and this suite can also timeout.

Interpreter gets very slow on debug builds and this suite can also timeout.
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.

using System;
using Xunit;

[assembly: ActiveIssue("Interpreter with debug runtime can be very slow", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter), nameof(PlatformDetection.IsDebugRuntime))]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@akoeplinger Not sure if we have a better flag here. I think having a tracking issue is redundant since it is not something worth addressing in my opinion.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I checked and we don't have a better way right now since all of the Conditional* attributes can't be applied to assembly. I'm fine with this.

using System;
using Xunit;

[assembly: ActiveIssue("Interpreter with debug runtime can be very slow", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter), nameof(PlatformDetection.IsDebugRuntime))]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I checked and we don't have a better way right now since all of the Conditional* attributes can't be applied to assembly. I'm fine with this.

@akoeplinger akoeplinger merged commit 7e29a45 into dotnet:main Apr 24, 2024
3 checks passed
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
…tnet#101483)

Interpreter gets very slow on debug builds and this suite can also timeout.
michaelgsharp pushed a commit to michaelgsharp/runtime that referenced this pull request May 9, 2024
…tnet#101483)

Interpreter gets very slow on debug builds and this suite can also timeout.
@github-actions github-actions bot locked and limited conversation to collaborators May 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants