[jdk8u-dev] RFR: 8185500: [TESTBUG] Add keywords headful/printer in java/awt and javax tests. [v5]
Sergey Bylokhov
serb at openjdk.org
Mon Jun 10 23:04:18 UTC 2024
On Tue, 28 May 2024 01:46:14 GMT, yaqsun <duke at openjdk.org> wrote:
>> This backport has modified the following aspects:
>>
>> - there are 53 cases that do not exist:
>> jdk/test/java/awt/Choice/ChoiceHiDpi/ChoiceTest.java
>> jdk/test/java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java
>> jdk/test/java/awt/Dialog/NestedDialogs/Modal/NestedModalDialogTest.java
>> jdk/test/java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java
>> jdk/test/java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/Button
>> jdk/test/java/awt/Focus/RequestFocusByCause/RequestFocusByCauseTest.java
>> jdk/test/java/awt/Frame/8158918/SetExtendedState.java
>> jdk/test/java/awt/Frame/DecoratedFrameInsets/DecoratedFrameInsetsTest.java
>> jdk/test/java/awt/Frame/SetMaximizedBounds/MaximizedMovedWindow.java
>> jdk/test/java/awt/FullScreen/CurrentDisplayModeTest/CurrentDisplayModeTest.java
>> jdk/test/java/awt/GraphicsDevice/DisplayModes/CompareToXrandrTest.java
>> jdk/test/java/awt/hidpi/properties/HiDPIPropertiesWindowsTest.java
>> jdk/test/java/awt/image/multiresolution/Corrupted2XImageTest.java
>> jdk/test/java/awt/keyboard/AllKeyCode/AllKeyCode.java
>> jdk/test/java/awt/Robot/HiDPIMouseClick/HiDPIRobotMouseClick.java
>> jdk/test/java/awt/Robot/HiDPIScreenCapture/HiDPIRobotScreenCaptureTest.java
>> jdk/test/java/awt/Scrollbar/ScrollbarMouseWheelTest/ScrollbarMouseWheelTest.java
>> jdk/test/java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java
>> jdk/test/java/awt/TextArea/AutoScrollOnSelectAndAppend/AutoScrollOnSelectAndAppend.java
>> jdk/test/java/awt/TextArea/OverScrollTest/OverScrollTest.java
>> jdk/test/java/awt/TextField/OverScrollTest/OverScrollTest.java
>> jdk/test/java/awt/Window/GetScreenLocation/GetScreenLocationTest.java
>> jdk/test/java/awt/Window/SetWindowLocationByPlatformTest/SetWindowLocationByPlatformTest.java
>> jdk/test/javax/swing/JButton/8151303/PressedIconTest.java
>> jdk/test/javax/swing/JComboBox/8041909/ActionListenerExceptionTest.java
>> jdk/test/javax/swing/JComboBox/WindowsComboBoxSize/WindowsComboBoxSizeTest.java
>> jdk/test/javax/swing/JFileChooser/8010718/bug8010718.java
>> jdk/test/javax/swing/JFileChooser/8152677/SelectAllFilesFilterTest.java
>> jdk/test/javax/swing/JInternalFrame/6288609/TestJInternalFrameDispose.java
>> jdk/test/javax/swing/JInternalFrame/8075314/bug8075314.java
>> jdk/test/javax/swing/JInternalFrame/8145060/TestJInternalFrameMinimize.java
>> jdk/test/javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java
>> jdk/test/javax/swing/JInternalFrame/DockIconRepaint/DockIco...
>
> yaqsun has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains ten commits:
>
> - Merge branch 'openjdk:master' into backport-8185500
> - Merge branch 'openjdk:master' into backport-8185500
> - Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
> - Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
> - Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
> - Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
> - Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
> - Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
> - Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
jdk/test/javax/swing/system/6799345/TestShutdown.java line 31:
> 29: * SwingWorker on AppContext shutdown
> 30: * @author art
> 31: * @modules java.desktop/sun.awt
It appears that this and other related parts are copied from the jdk10 patch. "@modules java.desktop/sun.awt"/etc was part of the header in jdk10 before JDK-8185500, so it is part of the header after the patch. But in jdk8 we don't have it, so we shouldn't add it.
-------------
PR Review Comment: https://git.openjdk.org/jdk8u-dev/pull/464#discussion_r1633932630
More information about the jdk8u-dev
mailing list