-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Test failure System.Tests.ConsoleKeyInfoTests.Equals_SameData(cki: System.ConsoleKeyInfo) #60240
Comments
Tagging subscribers to this area: @dotnet/area-system-console Issue DetailsRun: runtime-coreclr libraries-jitstressregs 20211010.1 Failed test:
Error message:
|
@dotnet/jit-contrib can anyone here help us investigate this issue? The ConsoleKeyInfo has not been change for months. This JIT test leg seems to be running once a week. This console test passes 47 times, and fails once, on Windows 10 amd64, with CoreCLR x86. https://dev.azure.com/dnceng/public/_test/analytics?definitionId=668&contextType=build The test is comparing ConsoleKeyInfo instances. The Here's the code that fails: runtime/src/libraries/System.Console/tests/ConsoleKeyInfoTests.cs Lines 40 to 42 in 57bfe47
ConsoleKeyInfo is a readonly struct:
|
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsRun: runtime-coreclr libraries-jitstressregs 20211010.1 Failed test:
Error message:
|
@EgorBo PTAL. |
Failed again in: runtime-coreclr libraries-jitstressregs 20211024.1 Failed test:
Error message:
|
Failed again in: runtime-coreclr libraries-jitstressregs 20211107.1 Failed test:
Error message:
|
Failed again in: runtime-coreclr libraries-jitstressregs 20211121.1 Failed test:
Error message:
|
Failed again in: runtime-coreclr libraries-jitstressregs 20211205.1 Failed test:
Error message:
|
Failed again in: runtime-coreclr libraries-jitstressregs 20211219.1 Failed test:
Error message:
|
Failed again in: runtime-coreclr libraries-jitstressregs 20220102.1 Failed test:
Error message:
|
I wasn't able to reproduce this, but I'll try again on Monday once I am home and backport to 7.0 if it turns out to be important/gc hole |
Doesn't repro no matter what, I'll file a PR to re-enable this test |
Run: runtime-coreclr libraries-jitstressregs 20211010.1
Failed test:
Error message:
category:correctness
theme:testing
skill-level:intermediate
cost:medium
impact:small
The text was updated successfully, but these errors were encountered: