ReportOnlyTest.ok is dependent on Basic.othervm.ok
Basic.othervm.ok queries the VM to determine if it is running in a headless environment.
public static final String headlessProperty = System.getProperty("java.awt.headless");
public static final boolean isHeadless = java.awt.GraphicsEnvironment.isHeadless();
ReportOnlyTest.ok relies on a Makefile variable `HEADLESS`.
The test will fail tf these have inconsistent settings.
Basic.othervm.ok queries the VM to determine if it is running in a headless environment.
public static final String headlessProperty = System.getProperty("java.awt.headless");
public static final boolean isHeadless = java.awt.GraphicsEnvironment.isHeadless();
ReportOnlyTest.ok relies on a Makefile variable `HEADLESS`.
The test will fail tf these have inconsistent settings.
- relates to
-
CODETOOLS-7903793 Latent typo in ReportOnlyTest.gmk
-
- Resolved
-
- links to
-
Commit(master) openjdk/jtreg/789f00d3
-
Review(master) openjdk/jtreg/223