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

Add New Test to Track Number of Jitted Methods #91235

Merged
merged 24 commits into from
Sep 25, 2023
Merged

Add New Test to Track Number of Jitted Methods #91235

merged 24 commits into from
Sep 25, 2023

Commits on Aug 28, 2023

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

Commits on Aug 29, 2023

  1. EXPERIMENTAL CHANGE ONLY: Added a command to print the whole directory

    tree after running the tests, and adjusted the pipelines
    configuration to only run that one.
    ivdiazsa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b565e74 View commit details
    Browse the repository at this point in the history
  2. experimental change only: Discovered the jobs have dependencies on

    other jobs. Disabled the runtime pipeline entirely, and only kept the
    relevant outerloop platforms for my change to save resources.
    ivdiazsa committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2317a4b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. EXPERIMENT-ONLY CHANGE: Added the 'ls -R' directly to the Helix Post

    Commands, and disabled the dev-innerloop pipeline to further speed up
    this testing and debugging process.
    ivdiazsa committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    caf11e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fda5625 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efd048d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d243aef View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    90b639e View commit details
    Browse the repository at this point in the history
  2. Changed the test's methodology to use the JitInfo API, instead of

    logging all the jitted methods into a file.
    ivdiazsa committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    87212da View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    0893d48 View commit details
    Browse the repository at this point in the history
  2. Changed the Jitted methods counter to consider the whole process,

    instead of just the current thread.
    ivdiazsa committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    35bc35e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. DEBUG-ONLY CHANGE: We're getting more Jitted methods on Arm64 for some

    reason, so making the test always fail to see the full CI log to begin
    investigating what in the world is going on.
    ivdiazsa committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cf7996b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb026de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a33f0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88d59f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. READY: Reenabled the pipelines and disabled the test for R2R_CG2

    branches on Arm64. It will require more investigation and we need the
    other platforms to be able to run this test.
    ivdiazsa committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ad3f2fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b99398d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Changed the test to not require an external app anymore, and fixed

    some small bad merges in the CI files when rebasing.
    ivdiazsa committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    adbb0b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. DEBUG-ONLY CHANGE: Printing some logging to try to figure out why

    Windows is causing problems, yet again...
    ivdiazsa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1e81e8a View commit details
    Browse the repository at this point in the history
  2. ...

    ivdiazsa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ad7a855 View commit details
    Browse the repository at this point in the history
  3. ...

    ivdiazsa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    376b205 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Due to how some machines are set up, it is actually possible for a

    dotnet app to be fully prejitted, and therefore show 0 jitted methods,
    so added that case to the test.
    ivdiazsa committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d9cb394 View commit details
    Browse the repository at this point in the history