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

JPRT is not capable of running jtreg tests located jdk/test

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • infrastructure
    • None
    • b43

        For a few months now, it's been required that JPRT jobs be run on the topmost workspace directory, not from the jdk or hotspot subdirs. Since this requirement was introduced, it is no longer possible to run jtreg tests located in jdk/test. The job will be submitted ok, but will product the following error:

        Error: No tests selected

        It is possible to run tests in hotspot/test since there is a fix for this problem in hotspot/test/Makefile. This same fix needs to be applied to jdk/test/Makefile:

        # When called from JPRT the TESTDIRS variable is set to the jtreg tests to run
        ifdef TESTDIRS
          TEST_SELECTION = $(TESTDIRS)
        endif

              cjplummer Chris Plummer
              cjplummer Chris Plummer
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: