profiler tests depend on jit events (#34919)
authorDavid Mason <davmason@microsoft.com>
Fri, 17 Apr 2020 20:00:39 +0000 (13:00 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 20:00:39 +0000 (13:00 -0700)
commit2d1f7b027e34a552dc83e4d4082ca8320f3a476a
treef0dd7f03060db215089c89eafaf43db87158932b
parent9890a9a6d852ab6d4b2dc479d710867208fc1748
parentb1aeec3ee07454ad85d6b440039f935ff6e801fe
profiler tests depend on jit events  (#34919)

* profiler tests depend on jit events so disable R2R images via profiler eventmask

* fix RequestReJITWithInliners for R2R modules

* Update tests to work correctly when crossgenned

* fix issue where test was treating an HRESULT as a FunctionID

* fix alpine failures. you can dlopen a relative path in glib, but apparently with musl you have to have the full path. So look at /proc/self/maps to find the full path to the loaded coreclr

* re-enable profiler tests now that they are passing

* Code review feedback

* Update rejit.cpp