Uh oh!
There was an error while loading. Please reload this page.
Ensure that the CpuId tests set preferredVectorByteLength to a non-zero value - #88623
Conversation
ghost
commented
Jul 10, 2023
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsThis resolves #88581
|
tannergooding
commented
Jul 10, 2023
/azp run runtime-coreclr jitstress-isas-x86, runtime-coreclr outerloop, runtime-coreclr jitstress, runtime-coreclr libraries-jitstress |
|
Azure Pipelines successfully started running 4 pipeline(s). |
tannergooding
commented
Jul 10, 2023
/azp run runtime-coreclr jitstress-isas-x86, runtime-coreclr outerloop, runtime-coreclr jitstress, runtime-coreclr libraries-jitstress |
|
Azure Pipelines successfully started running 4 pipeline(s). |
tannergooding
commented
Jul 11, 2023
/azp run runtime-coreclr jitstress-isas-x86, runtime-coreclr outerloop, runtime-coreclr jitstress, runtime-coreclr libraries-jitstress |
No commit pushedDate could be found for PR 88623 in repo dotnet/runtime |
tannergooding
commented
Jul 11, 2023
/azp run runtime-coreclr jitstress-isas-x86, runtime-coreclr outerloop, runtime-coreclr jitstress, runtime-coreclr libraries-jitstress |
|
Azure Pipelines successfully started running 4 pipeline(s). |
tannergooding
commented
Jul 11, 2023
CC. @dotnet/jit-contrib. This resolves #88581 and resolves #88582 and resolves #88580 The two main issues were that Additionally, the check around This fixes both of those issues and ensures the tests are taking the preferred width into account so they pass as expected. |
AndyAyersMS
left a comment
There was a problem hiding this comment.
Seems like the stress mode might be salvageable somehow, but let's sort that out later.
tannergooding
commented
Jul 11, 2023
It's worth noting that we are explicitly testing |
tannergooding
commented
Jul 11, 2023
@dotnet-policy-service rerun |
tannergooding
commented
Jul 11, 2023
There are still some stress failures, but unrelated to this PR in particular. |
This resolves#88581 and resolves#88582 and resolves#88580