-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b175
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8182808 | 10 | Magnus Ihse Bursie | P4 | Resolved | Fixed | b14 |
JDK-8182890 | 9.0.4 | Magnus Ihse Bursie | P4 | Resolved | Fixed | b01 |
It would be helpful to have the testing.html and building.html elaborate more on how to configure JTREG for use by the makefiles
It is not obvious that you need to specify JT_HOME to configure via
/configure --with-freetype-include=/usr/X11/include --with-freetype-lib=/usr/X11/lib --disable-warnings-as-errors JT_HOME=/Users/ljanders/openjdk/jtreg
So that you can run the JTReg tests similar to the following:
make run-test TEST="jdk/test/java/sql" JTREG="VM_OPTIONS=-Xdiag:resolver"
As the make files do not recognize if JT_HOME is set in your environment
It is not obvious that you need to specify JT_HOME to configure via
/configure --with-freetype-include=/usr/X11/include --with-freetype-lib=/usr/X11/lib --disable-warnings-as-errors JT_HOME=/Users/ljanders/openjdk/jtreg
So that you can run the JTReg tests similar to the following:
make run-test TEST="jdk/test/java/sql" JTREG="VM_OPTIONS=-Xdiag:resolver"
As the make files do not recognize if JT_HOME is set in your environment
- backported by
-
JDK-8182808 Update testing.html and building.html for more clarity regarding JTREG
-
- Resolved
-
-
JDK-8182890 Update testing.html and building.html for more clarity regarding JTREG
-
- Resolved
-