Skip to content
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

[wasm] Re-enable source generator tests failing due to OOM #60701

Merged
merged 9 commits into from
Nov 2, 2021

Commits on Oct 27, 2021

  1. [wasm] WasmAppBuilder: detect multiple paths mapping to the same vfs

    .. path. This shows up at runtime as a cryptic `FS Error`, because it
    fails to create the parent directory.
    radical committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4038554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8023855 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e51a76f View commit details
    Browse the repository at this point in the history
  4. [wasm] add $(IsHighAotMemoryUsageTest) to use different optimization …

    …options for avoiding OOM
    
    .. and use a separate script template for AOT builds.
    radical committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    8436395 View commit details
    Browse the repository at this point in the history
  5. [wasm] Enable source generators tests that were failing due to OOM

    - `Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests`
    - `Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests`
    - `System.Text.Json.SourceGeneration.Roslyn3.11.Unit.Tests`
    - `System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests`
    - `System.Text.RegularExpressions.Generators.Tests`
    
    Some individual ones are disabled due to
    dotnet#58226, and
    dotnet#60899 .
    
    Fixes dotnet#51961 .
    radical committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    9a6d859 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fb5bf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    485d481 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    5554733 View commit details
    Browse the repository at this point in the history
  2. address review feedback

    radical committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ddb1ffb View commit details
    Browse the repository at this point in the history