-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frozen collection tests fail on NativeAOT #88628
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsLookupItems_AllItemsFoundAsExpected test is failing on https://dev.azure.com/dnceng-public/public/_build/results?buildId=333900&view=results
This test failed in #78046 for the same reason. To fix that issue, we added an rd.xml file to ensure However, with #88093, we now added more primitive types to the test - see System.UIntPtr above. To fix this, we need to add more types to the rd.xml file that was added in #78005.
|
Tagging subscribers to this area: @dotnet/area-system-collections Issue DetailsLookupItems_AllItemsFoundAsExpected test is failing on https://dev.azure.com/dnceng-public/public/_build/results?buildId=333900&view=results
This test failed in #78046 for the same reason. To fix that issue, we added an rd.xml file to ensure However, with #88093, we now added more primitive types to the test - see System.UIntPtr above. To fix this, we need to add more types to the rd.xml file that was added in #78005.
|
Another alternative is replacing the AOT-unfriendly assert method with the one we keep in AssertExtensions.cs: runtime/src/libraries/Common/tests/TestUtilities/System/AssertExtensions.cs Lines 400 to 406 in 84873e6
|
LookupItems_AllItemsFoundAsExpected test is failing on
runtime-extra-platforms
.https://dev.azure.com/dnceng-public/public/_build/results?buildId=333900&view=results
This test failed in #78046 for the same reason. To fix that issue, we added an rd.xml file to ensure
Int32
native code was generated during PublishAot.However, with #88093, we now added more primitive types to the test - see System.UIntPtr above.
To fix this, we need to add more types to the rd.xml file that was added in #78005.
runtime/src/libraries/System.Collections.Immutable/tests/default.rd.xml
Lines 34 to 38 in e40d6e1
cc @adamsitnik @VSadov
The text was updated successfully, but these errors were encountered: