You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In effort to run library tests with AOT compilation and EnableAggressiveTrimming enabled on CI #48226 these errors are hit.
System.NullReferenceException : Object reference not set to an instance of an object.
System.Runtime.Numerics.Tests log
System.Transactions.Local.Tests log
Repro:
Check out changes in 4f17c4e without this, many tests are not discovered. 4e7ab85 this one helps avoid some AOT compilation errors with this exception filter. There shouldn't be exception filter issues anymore.
Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.
Issue Details
In effort to run library tests with AOT compilation and EnableAggressiveTrimming enabled on CI #48226 these errors are hit.
System.NullReferenceException : Object reference not set to an instance of an object.
System.Runtime.Numerics.Tests log
System.Transactions.Local.Tests log
In effort to run library tests with AOT compilation and EnableAggressiveTrimming enabled on CI #48226 these errors are hit.
System.NullReferenceException : Object reference not set to an instance of an object.
System.Runtime.Numerics.Tests log
System.Transactions.Local.Tests log
Repro:
Check out changes in
4f17c4e without this, many tests are not discovered.
4e7ab85 this one helps avoid some AOT compilation errors with this exception filter.There shouldn't be exception filter issues anymore../build.sh -os Browser -arch wasm -c Release
./dotnet.sh build /t:Test /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=Release /p:EnableAggressiveTrimming=true /p:RunAOTCompilation=true src/libraries/<path-to-test-proj>
The text was updated successfully, but these errors were encountered: