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

Modify BKTree.Lookup to pass the threshold to GetEditDistance when there will not be a need for the actual edit distance #70567

Merged

GetEditDistance has various optimizations that are used when a thresh…

357d137
Select commit
Loading
Failed to load commit list.
Merged

Modify BKTree.Lookup to pass the threshold to GetEditDistance when there will not be a need for the actual edit distance #70567

GetEditDistance has various optimizations that are used when a thresh…
357d137
Select commit
Loading
Failed to load commit list.
Azure Pipelines / roslyn-integration-corehost failed Oct 26, 2023 in 1h 52m 44s

Build #20231025.36 had test failures

Details

Tests

  • Failed: 9 (1.28%)
  • Passed: 598 (85.31%)
  • Other: 94 (13.41%)
  • Total: 701

Annotations

Check failure on line 1028 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-integration-corehost

Build log #L1028

(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed

Check failure on line 1039 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-integration-corehost

Build log #L1039

PowerShell exited with code '1'.

Check failure on line 1 in Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpExtractMethod.ExtractViaCodeAction

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-integration-corehost

Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpExtractMethod.ExtractViaCodeAction

Expected:
[178..187)
[273..282)
Actual:
[178..187)
Differences:
    [178..187)
--> [273..282)

Expected: True
Actual:   False
Raw output
   at Roslyn.Test.Utilities.AssertEx.SetEqual[T](IEnumerable`1 expected, IEnumerable`1 actual, IEqualityComparer`1 comparer, String message, String itemSeparator, Func`2 itemInspector) in /_/src/Compilers/Test/Core/Assert/AssertEx.cs:line 478
   at Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpExtractMethod.ExtractViaCodeAction() in /_/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpExtractMethod.cs:line 161

Check failure on line 1 in Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpIntelliSense.AtNamespaceLevel

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-integration-corehost

Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpIntelliSense.AtNamespaceLevel

Test failed

Check failure on line 1 in Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpIntelliSense.EnsureTheCaretIsVisibleAfterALongEdit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-integration-corehost

Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpIntelliSense.EnsureTheCaretIsVisibleAfterALongEdit

Test failed

Check failure on line 1 in Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpIntelliSense.CtrlAltSpace

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-integration-corehost

Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpIntelliSense.CtrlAltSpace

Test failed