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)
* 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


Trivial merge