You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the TestRawProfilerHookCallsGetAssemblyReferences test, CLRIE expects to receive ICorProfilerCallback6::GetAssemblyReferences callback at least once, but this does not happen for some reason. The raw profiler for the test is calling SetEventMask2(0, COR_PRF_HIGH_ADD_ASSEMBLY_REFERENCES) and the mask setting does succeed.
The text was updated successfully, but these errors were encountered:
In the TestRawProfilerHookCallsGetAssemblyReferences test, CLRIE expects to receive
ICorProfilerCallback6::GetAssemblyReferences
callback at least once, but this does not happen for some reason. The raw profiler for the test is callingSetEventMask2(0, COR_PRF_HIGH_ADD_ASSEMBLY_REFERENCES)
and the mask setting does succeed.The text was updated successfully, but these errors were encountered: