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

Fix suggestions for dotted constant patterns in Color Color case #75373

Merged

Add test for locals

a6f0dc1
Select commit
Loading
Failed to load commit list.
Merged

Fix suggestions for dotted constant patterns in Color Color case #75373

Add test for locals
a6f0dc1
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Oct 4, 2024 in 0s

.NET Result Analysis

Details

All checks completed

[roslyn-integration-CI]

[roslyn-CI]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

roslyn-CI / Windows_Release_Desktop / Test_Windows_Desktop_Release_32 / Run Unit Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed
    ❌PowerShell exited with code '1'.

Non-Deterministic Test Failures Detected

Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests_0.WorkItemExecution [Console] [Details] [Artifacts] [1.46% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

Microsoft.CodeAnalysis.CSharp.UnitTests.EndToEnd.EndToEndTests.NestedIfStatements [Console] [Details] [Artifacts] [0.64% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
Assert.Equal() Failure: Values differ
Expected: 1419
Actual:   1418
CallStack
   at Microsoft.CodeAnalysis.CSharp.UnitTests.EndToEnd.EndToEndTests.RunTest(Int32 expectedDepth, Action`1 runTest) in /_/src/Compilers/CSharp/Test/EndToEnd/EndToEndTests.cs:line 101
   at Microsoft.CodeAnalysis.CSharp.UnitTests.EndToEnd.EndToEndTests.NestedIfStatements() in /_/src/Compilers/CSharp/Test/EndToEnd/EndToEndTests.cs:line 422

Was this helpful? Yes No