Uh oh!
There was an error while loading. Please reload this page.
Don't add TestLibrary as a reference to all runtime tests - #66157
Conversation
When I was tagging several architecture-dependent runtime tests with the ConditionalFact attribute, I added CoreCLRTestLibrary as a general reference. This started causing timeouts in Mono AOT tests because the library needs to be compiled many times. As there's only a small number of architecture-dependent tests, I have modified the change so that the test library is only added explicitly to architecture-dependent tests. Fixes: dotnet#66083 Thanks Tomas
ghost
commented
Mar 3, 2022
Tagging subscribers to this area: @directhex Issue DetailsWhen I was tagging several architecture-dependent runtime tests Fixes: #66083 Thanks Tomas /cc @dotnet/runtime-infrastructure
|
trylek
commented
Mar 3, 2022
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
fanyang-mono
left a comment
There was a problem hiding this comment.
Thanks for making this change!
When I was tagging several architecture-dependent runtime tests
with the ConditionalFact attribute, I added CoreCLRTestLibrary
as a general reference. This started causing timeouts in Mono AOT
tests because the library needs to be compiled many times.
As there's only a small number of architecture-dependent tests,
I have modified the change so that the test library is only added
explicitly to architecture-dependent tests.
Fixes: #66083
Thanks
Tomas
/cc @dotnet/runtime-infrastructure