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

Do not crash on Debug.Assert #2335

Merged
merged 35 commits into from
Feb 24, 2020
Merged

Do not crash on Debug.Assert #2335

merged 35 commits into from
Feb 24, 2020

Commits on Feb 18, 2020

  1. Fixing acceptance tests

    nohwnd committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    afd1066 View commit details
    Browse the repository at this point in the history
  2. wip

    nohwnd committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    feb9822 View commit details
    Browse the repository at this point in the history
  3. check packages path

    nohwnd committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    fde83d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    035524f View commit details
    Browse the repository at this point in the history
  5. Cause stack overflow faster

    nohwnd committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    1c3bf90 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. add tests

    nohwnd committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    3059f68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f8ea66 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    9a3cc8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    870e5f1 View commit details
    Browse the repository at this point in the history
  3. Fix process counting

    nohwnd committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    07b87c1 View commit details
    Browse the repository at this point in the history
  4. Fix process acceptance tests

    nohwnd committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    7707776 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0451b4b View commit details
    Browse the repository at this point in the history
  6. Fixing build

    nohwnd committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    9eb5cca View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Fix params

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ccbd375 View commit details
    Browse the repository at this point in the history
  2. Specify dotnet_root

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    4461f19 View commit details
    Browse the repository at this point in the history
  3. Install x86 runtime

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    973a715 View commit details
    Browse the repository at this point in the history
  4. fff

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    b5b998d View commit details
    Browse the repository at this point in the history
  5. bb

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    b0757be View commit details
    Browse the repository at this point in the history
  6. Set the env for tests as well

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    3a63812 View commit details
    Browse the repository at this point in the history
  7. fix namespace

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    bb8e3a9 View commit details
    Browse the repository at this point in the history
  8. Fix var

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    7e936ff View commit details
    Browse the repository at this point in the history
  9. revert build

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    62eabc4 View commit details
    Browse the repository at this point in the history
  10. Fix tests in parallel

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    b175d21 View commit details
    Browse the repository at this point in the history
  11. Fix debug test tests

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    c8246b2 View commit details
    Browse the repository at this point in the history
  12. plat tests

    nohwnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    3486d9b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Make Debug assertion internal

    nohwnd committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    bb585e1 View commit details
    Browse the repository at this point in the history
  2. Fix feedback

    nohwnd committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    288da7d View commit details
    Browse the repository at this point in the history
  3. only override fail

    nohwnd committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    d56c4ee View commit details
    Browse the repository at this point in the history
  4. Add few unit tests

    nohwnd committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a8b90d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52cb5fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a849ae View commit details
    Browse the repository at this point in the history
  7. Clean up

    nohwnd committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6f88c2b View commit details
    Browse the repository at this point in the history
  8. Define DEBUG in Release

    nohwnd committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    c9c3160 View commit details
    Browse the repository at this point in the history
  9. fix assert tests

    nohwnd committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    4795f91 View commit details
    Browse the repository at this point in the history
  10. Fix debugassert

    nohwnd committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    872717a View commit details
    Browse the repository at this point in the history