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

Skip AOT of Microsoft.CodeAnalysis.CSharp.dll for WASM, due to out-of-memory issues in CI #63958

Merged
merged 19 commits into from
Feb 15, 2022

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    755f075 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    5e34fb8 View commit details
    Browse the repository at this point in the history
  2. don't only smoke

    directhex committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    03b4fe8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    2800e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c77204 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    819547a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    579b53d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    1f76782 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    e2d9164 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    19fe64a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abf5b8a View commit details
    Browse the repository at this point in the history
  3. Advice from Ankit

    directhex committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    54ce867 View commit details
    Browse the repository at this point in the history
  4. Fix typo in metadata name

    radical authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    f65edfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96a2200 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. [wasm] Add aot-skipped assemblies back to the list of assemblies

    System.AggregateException: One or more errors occurred. (Could not load file or assembly 'Microsoft.CodeAnalysis.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.)
     ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.CodeAnalysis.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
    File name: 'Microsoft.CodeAnalysis.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
       at Microsoft.DotNet.XHarness.TestRunners.Xunit.ThreadlessXunitTestRunner.Run(IEnumerable`1 )
       at Microsoft.DotNet.XHarness.TestRunners.Common.ApplicationEntryPoint.InternalRunAsync(LogWriter )
       at Microsoft.DotNet.XHarness.TestRunners.Common.ApplicationEntryPoint.InternalRunAsync(ApplicationOptions , TextWriter , TextWriter )
       at Microsoft.DotNet.XHarness.TestRunners.Common.WasmApplicationEntryPointBase.RunAsync()
       at Microsoft.DotNet.XHarness.TestRunners.Xunit.WasmApplicationEntryPoint.Run()
       at SimpleWasmTestRunner.Main(String[] )
       --- End of inner exception stack trace ---"
    radical authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    874aad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb852a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Get rid of weird escaping

    directhex committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    561a2c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4170990 View commit details
    Browse the repository at this point in the history
  3. More suggestions

    directhex committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    eab3d9e View commit details
    Browse the repository at this point in the history