forked from fjeremic/openj9-jit-debug-agent
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated JITHelpers class to avoid false positives
Created methods to allow an expected exception to be set from test framework. Verifies if the thrown exception is unexpected before running the debugging agent. More details found in #5. The JITHelpers class now supports: - Setting an expected exception - Getting an expected exception - Weeds out false positives from triggering debugging agent. Closes: #5 Signed-off-by: Qasim Khawaja <[email protected]>
- Loading branch information
Showing
1 changed file
with
77 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters