[jdk8u-dev] RFR: 8159690: [TESTBUG] Mark headful tests with @key headful.

Andrew John Hughes andrew at openjdk.org
Wed May 10 17:51:28 UTC 2023


On Thu, 20 Apr 2023 03:04:25 GMT, yaqsun <duke at openjdk.org> wrote:

> The patch is not clean because the 31 tests are omitted, and because of various context differences. The only substantive change is the addition of @headful, which doesn’t affect running any of the tests.
> 
> There are 30 tests that were in the original patch that are not present in 8u. And there is 1 test that does not need to handle headful.

We did start looking at backporting this a while back (see Paul's existing backport bug)

Have you just omitted the 30 tests? We do need to check that these are not potential backports themselves before doing so, otherwise we risk the issue of bringing them in later and the `@headful` addition being missed.

What is the one test that doesn't need to handle `@headful` and why?

Is there a particular reason you need this backported? I think it was eventually dropped because it's a lot of effort for not much gain.

-------------

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/306#issuecomment-1522537625


More information about the jdk8u-dev mailing list