-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[ci-scan] Skip GC-assertion-crashing tests under interpreter (refs #127855) #127896
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| // Licensed to the .NET Foundation under one or more agreements. | ||
| // The .NET Foundation licenses this file to you under the MIT license. | ||
|
|
||
| using Xunit; | ||
|
|
||
| [assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/127855", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] | ||
|
Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| // Licensed to the .NET Foundation under one or more agreements. | ||
| // The .NET Foundation licenses this file to you under the MIT license. | ||
|
|
||
| using Xunit; | ||
|
|
||
| [assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/127855", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] | ||
|
Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has nothing to do with gc crashes. It should be fixed by #127758