Disable test VerifyInMemoryDirectoryInfo_IsNotEmpty#50660
Disable test VerifyInMemoryDirectoryInfo_IsNotEmpty#50660carlossanlop merged 1 commit intodotnet:mainfrom carlossanlop:Disable50648
Conversation
|
Tagging subscribers to this area: @maryamariyan, @carlossanlop Issue DetailsFixes #50648 This is to unblock people seeing the CI failure. The actual bug is here, and will need a deeper investigation: #50648 (comment)
|
|
I can now see two relevant CI legs being queued for this PR:
I mention them because it seems the original PR that introduced this unit test did not run it in arm64, hence why the failure was not detected until later. |
|
I believe those are builds but not tests. I saw the same run in the original PR but the tests were not executed. It's understood why that happens. There are other workflows that are not PR validation, however, that do expect libraries tests to run on arm64 (Bruce's JIT stress runs I think). |
|
Ah ok, good to know. Thanks. |
|
Exactly: there are 3 JIT stress pipelines that run libraries tests in many stress variations against a Checked coreclr on all platforms: https://dev.azure.com/dnceng/public/_build?definitionId=833 Note also that these are the only runs (I believe) that run the libraries tests with the JIT in optimization mode (namely, tiered compilation disabled: |
Fixes #50648
This is to unblock people seeing the CI failure.
The actual bug is here, and will need a deeper investigation: #50648 (comment)