[jdk8u-dev] RFR: 8159690: [TESTBUG] Mark headful tests with @key headful.
yaqsun
duke 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.
Yes, I omit 30 tests because they no longer exist in 8u.
There is 1 test java/awt/image/DrawImage/IncorrectUnmanagedImageSourceOffset.java that does not need to handle @headful because @headful already exist.
This backported will cause a large number of jdk/test tests to fail, interfering with regression testing.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/306#issuecomment-1522693948
More information about the jdk8u-dev
mailing list