Skip to content

Remove duplicate [Theory] and [MemberData] from ROSequenceStreamConformanceTests.Seek_PastEnd_ReadReturns0#129979

Merged
adamsitnik merged 5 commits into
mainfrom
copilot/fix-test-failures-for-seek-past-end
Jul 1, 2026
Merged

Remove duplicate [Theory] and [MemberData] from ROSequenceStreamConformanceTests.Seek_PastEnd_ReadReturns0#129979
adamsitnik merged 5 commits into
mainfrom
copilot/fix-test-failures-for-seek-past-end

Condition StreamConformanceTests trimming descriptor on actual publis…

6e3b837
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jul 1, 2026 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: flaky tests
  • The check result has changed from Failure to Success

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known Infrastructure Errors

Known test errors

Test Failures (11 tests failed)

🔹 [All failing tests from runtime]

    System.Threading.Tests.MutexTests.CrossProcess_NamedMutex_ConcurrentCreateOrOpen [Console] [Details] [Artifacts] [1.76% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Data Driven SubResults
      System.Threading.Tests.MutexTests.CrossProcess_NamedMutex_ConcurrentCreateOrOpen(currentUserOnly: False, currentSessionOnly: False)
      Exception Message
      Assert.Equal() Failure: Values differ
      Expected: 1
      Actual:   2
      Stack Trace
         at System.Threading.Tests.MutexTests.CrossProcess_NamedMutex_ConcurrentCreateOrOpen(Boolean currentUserOnly, Boolean currentSessionOnly) in /_/src/libraries/System.Threading/tests/MutexTests.cs:line 911
         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.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) in /_/src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs:line 1188
         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.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 174

🔹 [All failing tests from runtime-extra-platforms]

Was this helpful? Yes No