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

Use correct ExceptionArgument value in System.IO.Pipelines #105418

Use correct `ExceptionArgument` value in `System.IO.Pipelines`

a0bcd7d
Select commit
Loading
Failed to load commit list.
Merged

Use correct ExceptionArgument value in System.IO.Pipelines #105418

Use correct `ExceptionArgument` value in `System.IO.Pipelines`
a0bcd7d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime succeeded Jul 24, 2024 in 1h 13m 37s

Build #20240724.64 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 2,970,257 (97.97%)
  • Other: 61,627 (2.03%)
  • Total: 3,031,886

Annotations

Check failure on line 1 in System.Tests.DecimalTests+BigIntegerDiv.Test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Tests.DecimalTests+BigIntegerDiv.Test

System.OutOfMemoryException : Insufficient memory to continue the execution of the program.
Raw output
   at System.GC.AllocateArray[UInt32](Int32 length, Boolean pinned)
   at System.GC.AllocateUninitializedArray[UInt32](Int32 length, Boolean pinned)
   at System.Buffers.SharedArrayPool`1[[System.UInt32, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Rent(Int32 minimumLength)
   at System.Numerics.BigInteger.DivRem(BigInteger dividend, BigInteger divisor, BigInteger& remainder)
   at System.Tests.DecimalTests.BigDecimal.Div(BigDecimal value, Boolean& overflow)
   at System.Tests.DecimalTests.BigIntegerDiv.Test()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in System.Runtime.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

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.