Replace EnumerateModulesInAssembly with combined GetModuleForAssembly; implement in cDAC #128294
Azure Pipelines / runtime
failed
May 20, 2026 in 2h 18m 9s
Build #20260519.146 had test failures
Details
- Failed: 2 (0.00%)
- Passed: 1,253,087 (98.10%)
- Other: 24,271 (1.90%)
- Total: 1,277,360
Annotations
azure-pipelines / runtime
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/azure-pipelines/AzurePipelines.MultiQueue.targets#L44
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.IO.Tests.StreamWriter_StringCtorTests.NegativeOneBufferSize_ShouldNotThrowException has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/ce017993-f8fc-4e67-8ed2-586cdecf99e5/workitems/System.IO.Tests/console
azure-pipelines / runtime
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/azure-pipelines/AzurePipelines.MultiQueue.targets#L44
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.IO.Tests.StreamReader_StringCtorTests.NegativeOneBufferSize_ShouldNotThrowException has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/ce017993-f8fc-4e67-8ed2-586cdecf99e5/workitems/System.IO.Tests/console
azure-pipelines / runtime
System.IO.Tests.StreamWriter_StringCtorTests.NegativeOneBufferSize_ShouldNotThrowException
System.ArgumentOutOfRangeException : bufferSize ('-1') must be a non-negative and non-zero value. (Parameter 'bufferSize')
Actual value was -1.
Raw output
at System.ArgumentOutOfRangeException.ThrowNegativeOrZero[T](T value, String paramName) in /_/src/libraries/System.Private.CoreLib/src/System/ArgumentOutOfRangeException.cs:line 100
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) in /_/src/libraries/System.Private.CoreLib/src/System/IO/StreamWriter.cs:line 148
at System.IO.Tests.StreamWriter_StringCtorTests.NegativeOneBufferSize_ShouldNotThrowException() in /_/src/libraries/System.Runtime/tests/System.IO.Tests/StreamWriter/StreamWriter.StringCtorTests.cs:line 50
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 37
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 134
azure-pipelines / runtime
System.IO.Tests.StreamReader_StringCtorTests.NegativeOneBufferSize_ShouldNotThrowException
System.ArgumentOutOfRangeException : bufferSize ('-1') must be a non-negative and non-zero value. (Parameter 'bufferSize')
Actual value was -1.
Raw output
at System.ArgumentOutOfRangeException.ThrowNegativeOrZero[T](T value, String paramName) in /_/src/libraries/System.Private.CoreLib/src/System/ArgumentOutOfRangeException.cs:line 100
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) in /_/src/libraries/System.Private.CoreLib/src/System/IO/StreamReader.cs:line 200
at System.IO.Tests.StreamReader_StringCtorTests.NegativeOneBufferSize_ShouldNotThrowException() in /_/src/libraries/System.Runtime/tests/System.IO.Tests/StreamReader/StreamReader.StringCtorTests.cs:line 63
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 37
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 134
Loading