• A
    [wasm] Misc tests related fixes (#73884) · 7d986fa0
    Ankit Jain 提交于
    * [wasm] Stop running crypto tests with subtlecrypto
    
    * [wasm] Add --web-server-use-cop for samples when running on helix for a threaded build
    
    * [wasm] Makefile, honor V=1 and emit binlog
    
    * [wasm] PInvokeTableGenerator: emit the type name also, for the warning
    
    * [wasm] Improve build for non-default runtime packs
    
    .. by using `MSBuild` task to build them instead of invoking
    `dotnet.sh`.
    - And fix incremental builds
    
    * [wasm] Run smoke tests only for AOT
    
    - Building, and running all the tests for EAT case will help catch
    linker errors that can slip through.
    
    * [wasm] Fix linker errors for tests
    
    Fixes https://github.com/dotnet/runtime/issues/73901
    7d986fa0
workloads-testing.targets 13.2 KB