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

extend xml docs with OverflowException information #109645

Merged
merged 1 commit into from
Nov 12, 2024

extend xml docs with OverflowException information

9c17bea
Select commit
Loading
Failed to load commit list.
Merged

extend xml docs with OverflowException information #109645

extend xml docs with OverflowException information
9c17bea
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime succeeded Nov 12, 2024 in 1h 30m 48s

Build #20241108.29 had test failures

Details

Tests

  • Failed: 4 (0.00%)
  • Passed: 3,219,129 (98.09%)
  • Other: 62,825 (1.91%)
  • Total: 3,281,958

Annotations

Check failure on line 1 in System.Tests.HalfTests.ExplicitConversion_FromSingle

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Tests.HalfTests.ExplicitConversion_FromSingle

Test failed

Check failure on line 1 in WasmTestOnChrome-ST-System.Runtime.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

WasmTestOnChrome-ST-System.Runtime.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Microsoft.Extensions.FileProviders.PhysicalFileProviderTests.TokenFiredForRelativePathStartingWithSlash_Windows

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Microsoft.Extensions.FileProviders.PhysicalFileProviderTests.TokenFiredForRelativePathStartingWithSlash_Windows

Test failed

Check failure on line 1 in System.Net.Quic.Tests.MsQuicTests.CertificateCallbackThrowPropagates

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.Quic.Tests.MsQuicTests.CertificateCallbackThrowPropagates

Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(System.Security.Authentication.AuthenticationException)
Actual:   typeof(System.Net.Quic.QuicException)
---- System.Net.Quic.QuicException : The connection timed out from inactivity.
Raw output
   at System.Net.Quic.Tests.MsQuicTests.CertificateCallbackThrowPropagates() in /_/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 385
   at System.Net.Quic.Tests.MsQuicTests.CertificateCallbackThrowPropagates() in /_/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 392
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Net.Quic.QuicConnection.HandleEventShutdownInitiatedByTransport(_SHUTDOWN_INITIATED_BY_TRANSPORT_e__Struct& data) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs:line 659
   at System.Net.Quic.QuicConnection.HandleConnectionEvent(QUIC_CONNECTION_EVENT& connectionEvent) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs:line 761
   at System.Net.Quic.QuicConnection.NativeCallback(QUIC_HANDLE* connection, Void* context, QUIC_CONNECTION_EVENT* connectionEvent) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs:line 796
--- End of stack trace from previous location ---
   at System.Net.Quic.ValueTaskSource.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ValueTaskSource.cs:line 176
   at System.Net.Quic.QuicListener.StartConnectionHandshake(QuicConnection connection, SslClientHelloInfo clientHello) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicListener.cs:line 245
   at System.Net.Quic.QuicListener.AcceptConnectionAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicListener.cs:line 190
   at System.Net.Quic.Tests.MsQuicTests.<>c__DisplayClass8_0.<<CertificateCallbackThrowPropagates>b__2>d.MoveNext() in /_/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 385
--- End of stack trace from previous location ---