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

Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures

    XMLWordPrintable

Details

    • b19
    • Fix failed

    Description

      JDK-8213501 did this change in test/hotspot/jtreg/TEST.groups:
      @@ -438,7 +438,8 @@

       # JVMTI tests
       vmTestbase_nsk_jvmti = \
      - vmTestbase/nsk/jvmti
      + vmTestbase/nsk/jvmti \
      + vmTestbase/nsk/share/ExceptionCheckingJniEnv

      This is now causing failures when running tier5:

      open/test/hotspot/jtreg/TEST.groups: group vmTestbase_nsk_jvmti: file not found: vmTestbase/nsk/share/ExceptionCheckingJniEnv
      Error: Group is invalid: vmTestbase_nsk_jvmti

      The file referenced is:
      test/hotspot/jtreg/vmTestbase/nsk/share/jni/ExceptionCheckingJniEnv.cpp

      There seems to be a /jni missing in TEST.groups.

      Attachments

        Issue Links

          Activity

            People

              jwilhelm Jesper Wilhelmsson
              jwilhelm Jesper Wilhelmsson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: