RFR: 8298027: Remove SCCS id's from awt jtreg tests

Alan Bateman alanb at openjdk.org
Mon Dec 5 13:40:48 UTC 2022


On Mon, 5 Dec 2022 10:47:36 GMT, Jayathirth D V <jdv at openjdk.org> wrote:

> Noticed SCCS jtreg id's in 2 open awt tests. After jtreg 7.1 update, jtreg doesn't parse SCCS id's and it causes the tests with SCCS id's to fail.
> 
> As of now these 2 tests are ignored, but it is good to remove these SCCS id's.
> If we don't need these 2 tests since they are ignored, then i will update the PR base on the review comments.

test/jdk/java/awt/font/TextLayout/TestOldHangul.java line 27:

> 25:  * @summary Verify Old Hangul display
> 26:  * @bug 6886358
> 27:  * @ignore Requires a special font installed.

The removal of the SCCS ids looks fine but the change made me wonder how long they have been @ignore-ed. Are these really manual tests that need a special font config?

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

PR: https://git.openjdk.org/jdk/pull/11509



More information about the client-libs-dev mailing list