-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b43
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084737 | emb-9 | Chris Plummer | P3 | Resolved | Fixed | team |
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
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
- backported by
-
JDK-8084737 JPRT is not capable of running jtreg tests located jdk/test
-
- Resolved
-