Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357051

Make Makefile result parsing handle problem list verification

XMLWordPrintable

      Today Makefile result parsing can not handle problem list verification. It will always succeed:

      make run-test TEST="${test}" JTREG="RETAIN=all;VERBOSE=all;OPTIONS=--verify-exclude"

      ...
      verification failure
      ...

      ==============================
      Test summary
      ==============================
         TEST TOTAL PASS FAIL ERROR SKIP
         jtreg:open/test/hotspot/jtreg/vmTestbase/gc/gctests/FinalizeTest04/FinalizeTest04.java
                                                               0 0 0 0 0
      ==============================
      TEST SUCCESS

      This will become more important when JDK-8357050 is implemented

            ihse Magnus Ihse Bursie
            lkorinth Leo Korinth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: