[wasm][tests] Tracking issue for errors with EnableAggressiveTrimming
, for building AOT tests
#51249
Labels
arch-wasm
WebAssembly architecture
area-Build-mono
tracking
This issue is tracking the completion of other related issues.
trimming-for-aot
`EnableAggressiveTrimming=true` used for running tests with AOT
Milestone
To enable running tests with AOT, we need to use
$(EnableAggressiveTrimming)==true
, to reduce the AOT build time. Enabling this introduces some build issues, or test failures though.To reproduce locally:
$ /dotnet.sh build /p:Configuration=Release /p:TargetOS=Browser /p:TargetArchitecture=wasm /t:Test /path/to/project/file /p:EnableAggressiveTrimming=true
/p:BuildAOTTestsOnHelix=true
to the above command linetips:
/p:DebuggerSupport=true
to get line numbersThe text was updated successfully, but these errors were encountered: