Extend WindowsEventLog test for EntryPointFilter (#23178)
authorSteve MacLean <stmaclea@microsoft.com>
Wed, 27 Mar 2019 21:24:00 +0000 (17:24 -0400)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 21:24:00 +0000 (17:24 -0400)
commit66c05cea421a9f388eaebece2b9e64ce4560c5c5
tree4ba14774b9e34a64559f193d797b7628116b0239
parentc3e1bd5ccc482c9a7670762676bda95ebd34707d
Extend WindowsEventLog test for EntryPointFilter (#23178)

* Extend WindowsEventLog test

Verify EntryPointFilter solves logging problem with native host swallowing exceptions

WindowsEventLog only look at new entries
WindowsEventLog remove time check

Add mechanism to corhost to emulate host swallowing all exceptions

* PR feedback
src/inc/clrconfigvalues.h
src/vm/corhost.cpp
src/vm/excep.cpp
tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.cs