test/jdk/jdk/jfr/event/metadata/TestLookForUntestedEvents.java
changeset 53365 a678ba2556ee
parent 52911 e0ce50c5e220
child 58239 bb89bc4d6689
equal deleted inserted replaced
53364:771d591f9024 53365:a678ba2556ee
    75 
    75 
    76     // This is a "known failure list" for this test.
    76     // This is a "known failure list" for this test.
    77     // NOTE: if the event is not covered, a bug should be open, and bug number
    77     // NOTE: if the event is not covered, a bug should be open, and bug number
    78     // noted in the comments for this set.
    78     // noted in the comments for this set.
    79     private static final Set<String> knownNotCoveredEvents = new HashSet<>(
    79     private static final Set<String> knownNotCoveredEvents = new HashSet<>(
    80         // DumpReason: JDK-8213918, Shutdown: JDK-8213917
    80         // DumpReason: JDK-8213918
    81         Arrays.asList("DumpReason", "Shutdown")
    81         Arrays.asList("DumpReason")
    82     );
    82     );
    83 
    83 
    84 
    84 
    85     public static void main(String[] args) throws Exception {
    85     public static void main(String[] args) throws Exception {
    86         for (EventType type : FlightRecorder.getFlightRecorder().getEventTypes()) {
    86         for (EventType type : FlightRecorder.getFlightRecorder().getEventTypes()) {