On Wed, 20 Sep 2023 01:50:36 GMT, Alexander Zvegintsev <[email protected]>
wrote:
>> Open sourcing few applet tests:
>>
>> java/awt/ScrollPane/ScrollPaneTest.java
>> java/awt/TextArea/Length.java
>> java/awt/Window/WindowOwner.java
>> java/awt/font/Rotate/RotateTest3.java
>
> Alexander Zvegintsev has updated the pull request incrementally with one
> additional commit since the last revision:
>
> add spaces
Marked as reviewed by psadhukhan (Reviewer).
test/jdk/java/awt/font/Rotate/RotateTest3.java line 78:
> 76: frame = new JFrame("RotateTest3");
> 77: frame.addWindowListener(new WindowAdapter(){
> 78: public void windowClosing(WindowEvent e) {System.exit(0);}
I guess we should remove System.exit from the test as it may hamper CI
-------------
PR Review: https://git.openjdk.org/jdk/pull/15754#pullrequestreview-1638054867
PR Review Comment: https://git.openjdk.org/jdk/pull/15754#discussion_r1333194741