Closed
Description
Failed on coreclr windows x86 Debug leg of #48181.
See logs
C:\h\w\A3C008E7\w\B5AD09D1\e>"C:\h\w\A3C008E7\p\dotnet.exe" exec --runtimeconfig System.Threading.Overlapped.Tests.runtimeconfig.json --depsfile System.Threading.Overlapped.Tests.deps.json xunit.console.dll System.Threading.Overlapped.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing
Discovering: System.Threading.Overlapped.Tests (method display = ClassAndMethod, method display options = None)
Discovered: System.Threading.Overlapped.Tests (found 61 of 62 test cases)
Starting: System.Threading.Overlapped.Tests (parallel test collections = on, max threads = 2)
ThreadPoolBoundHandleTests.MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest [FAIL]
Assert.InRange() Failure
Range: (0 - 30000)
Actual: 30016
Stack Trace:
/_/src/libraries/Common/tests/System/Threading/ThreadTestHelpers.cs(147,0): at System.Threading.Tests.ThreadTestHelpers.WaitForConditionWithCustomDelay(Func`1 condition, Action delay)
/_/src/libraries/Common/tests/System/Threading/ThreadTestHelpers.cs(117,0): at System.Threading.Tests.ThreadTestHelpers.WaitForCondition(Func`1 condition)
/_/src/libraries/System.Threading.Overlapped/tests/ThreadPoolBoundHandle_IntegrationTests.netcoreapp.cs(16,0): at ThreadPoolBoundHandleTests.MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest()
Finished: System.Threading.Overlapped.Tests
=== TEST EXECUTION SUMMARY ===
System.Threading.Overlapped.Tests Total: 61, Errors: 0, Failed: 1, Skipped: 0, Time: 30.445s