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

Include URI string when we get an exception creating a URI #69840

Merged
merged 1 commit into from
Sep 7, 2023

Include URI string when we get an exception creating a URI

f35e76f
Select commit
Loading
Failed to load commit list.
Merged

Include URI string when we get an exception creating a URI #69840

Include URI string when we get an exception creating a URI
f35e76f
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Sep 7, 2023 in 0s

.NET Result Analysis

Details

Test Failures (1 tests failed)

🔹 [All failing tests from roslyn-integration-CI]

    Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpAutomaticBraceCompletion.Nested_AllKinds [Details] [12.05% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    • 1-Integration Debug OOP64_true OOPCoreClr_false
    Data Driven SubResults
      Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpAutomaticBraceCompletion.Nested_AllKinds(showCompletionInArgumentLists: True) (VS2022)
      Exception Message
      Assert.False() Failure
      Expected: False
      Actual:   True
      Stack Trace
         at Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpAutomaticBraceCompletion.<Nested_AllKinds>d__21.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpAutomaticBraceCompletion.cs:line 478
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Was this helpful? Yes No