<Beans Dev> JDK 9 RFR of JDK-8129904: Add beans tests to tier 3

Sergey Bylokhov sergey.bylokhov at oracle.com
Tue Jan 24 17:23:59 UTC 2017


Hi, Joe.

> As a follow-up to JDK-8081547: "Prepare client libs regression tests for running in a concurrent, headless jtreg environment," the time has come to fix:
> 
>        JDK-8129904: Add beans tests to tier 3
> 
> Patch below. With the testing, the tier 3 test group passed with jtreg's agent vm mode and concurrency with and without the additional pair of settings
> 
>    -Djava.awt.headless=true -k:'!headful’

I would like to clarify the meaning of the headful tag. If the test complete successfully when the jtreg option contains:
    "-Djava.awt.headless=true -k:’headful’
or if DISPLAY variable contain some incorrect value, then this will mean that headful tag is not necessary in the test?

I think that headful tag is unnecessary in some tests, because these tests are passed in headless mode.



More information about the beans-dev mailing list