-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7b31090 - Browse repository at this point
Copy the full SHA 7b31090View commit details
Commits on Aug 29, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for b565e74 - Browse repository at this point
Copy the full SHA b565e74View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2317a4b - Browse repository at this point
Copy the full SHA 2317a4bView commit details
Commits on Aug 30, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for caf11e8 - Browse repository at this point
Copy the full SHA caf11e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda5625 - Browse repository at this point
Copy the full SHA fda5625View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd048d - Browse repository at this point
Copy the full SHA efd048dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d243aef - Browse repository at this point
Copy the full SHA d243aefView commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90b639e - Browse repository at this point
Copy the full SHA 90b639eView commit details -
Changed the test's methodology to use the JitInfo API, instead of
logging all the jitted methods into a file.
Configuration menu - View commit details
-
Copy full SHA for 87212da - Browse repository at this point
Copy the full SHA 87212daView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c3cca8 - Browse repository at this point
Copy the full SHA 7c3cca8View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 85f3317 - Browse repository at this point
Copy the full SHA 85f3317View commit details
Commits on Sep 7, 2023
-
REVIEW-READY: Reenabled all the pipelines to see if there are any
other broken ones.
Configuration menu - View commit details
-
Copy full SHA for 0893d48 - Browse repository at this point
Copy the full SHA 0893d48View commit details -
Changed the Jitted methods counter to consider the whole process,
instead of just the current thread.
Configuration menu - View commit details
-
Copy full SHA for 35bc35e - Browse repository at this point
Copy the full SHA 35bc35eView commit details
Commits on Sep 8, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for cf7996b - Browse repository at this point
Copy the full SHA cf7996bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb026de - Browse repository at this point
Copy the full SHA bb026deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a33f0b - Browse repository at this point
Copy the full SHA 1a33f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d59f2 - Browse repository at this point
Copy the full SHA 88d59f2View commit details
Commits on Sep 11, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for ad3f2fd - Browse repository at this point
Copy the full SHA ad3f2fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b99398d - Browse repository at this point
Copy the full SHA b99398dView commit details
Commits on Sep 12, 2023
-
Changed the test to not require an external app anymore, and fixed
some small bad merges in the CI files when rebasing.
Configuration menu - View commit details
-
Copy full SHA for adbb0b2 - Browse repository at this point
Copy the full SHA adbb0b2View commit details
Commits on Sep 18, 2023
-
DEBUG-ONLY CHANGE: Printing some logging to try to figure out why
Windows is causing problems, yet again...
Configuration menu - View commit details
-
Copy full SHA for 1e81e8a - Browse repository at this point
Copy the full SHA 1e81e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7a855 - Browse repository at this point
Copy the full SHA ad7a855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 376b205 - Browse repository at this point
Copy the full SHA 376b205View commit details
Commits on Sep 21, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for d9cb394 - Browse repository at this point
Copy the full SHA d9cb394View commit details