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

Use canonical method in TransitionFrames whenever we parse signatures #33733

Merged
merged 3 commits into from
Apr 11, 2020

Commits on Apr 9, 2020

  1. Canonicalize arguments before loading instantiation when dropGenericA…

    …rgumentLevel is TRUE
    Fadi Hanna committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    a04b965 View commit details
    Browse the repository at this point in the history
  2. Fix casing in COMPlus_GCStress env variable and remove COMPlus_gcServer

    Also changing a bunch of assert() calls to _ASSERTE. Usually when _ASSERTE fails in CI lab runs, we tend to get crash dumps associated with test results, unlike assert() which shows a GUI dialog that DHandler dismisses by clicking on the Abort button.
    Fadi Hanna committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    a26ac47 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Remove gcstress switch.

    The test will run with gcstress as part of the gcstress lab runs
    Fadi Hanna committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    5853df3 View commit details
    Browse the repository at this point in the history