[jdk11u-dev] RFR: 8225045: javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java fails on linux-x64
Junhua Huang
duke at openjdk.org
Wed Aug 28 06:35:27 UTC 2024
On Wed, 21 Aug 2024 00:44:50 GMT, Amos Shi <ashi at openjdk.org> wrote:
> Backport of [JDK-8225045](https://bugs.openjdk.org/browse/JDK-8225045)
> - This PR contains two commits
> - `commit 1` is generated by git `patch` command, is a clean backport for `JInternalFrameIconTest.java`
> - `commit 2` is the manual merge of `test/jdk/ProblemList.txt.rej` file. The content of the file is bellow.
>
>
> @@ -751,7 +751,6 @@
> javax/swing/JComboBox/8182031/ComboPopupTest.java 8196465 linux-all,macosx-all
> javax/swing/JFileChooser/6738668/bug6738668.java 8194946 generic-all
> javax/swing/JInternalFrame/Test6325652.java 8224977 macosx-all
> -javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java 8225045 linux-all
> javax/swing/JPopupMenu/4870644/bug4870644.java 8194130 macosx-all,linux-all
> javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java 8065099,8208565 macosx-all,linux-all
> javax/swing/UIDefaults/6302464/bug6302464.java 8199079 macosx-all
>
>
> Testing
> - Local: Test passed on `MacOS 14.6.1` on Apple M1 Max
> - `JInternalFrameIconTest.java`: Test results: passed: 1
> - Local: `TODO` Test on Linux machine
> - Pipeline: All passed except `macOS`
> - `macOS`: `/Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here` The issue exists in all recent PR in [jdk11u-dev](https://github.com/openjdk/jdk11u-dev/pulls) and not caused by Current PR
> - Testing Machine: SAP nightlies **SKIPPED** on `2024-08-23`
> - Automated jtreg test: `jtreg_jdk_tier4`, Started at `2024-08-22 21:03:43+01:00`
> - javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java: `SKIPPED` [Filter: Keywords - Not matching the given keyword expression: `(((!headful)&(!printer)&(!intermittent))) & !manual & !ignore`] GitHub 📊 - [0 msec]
Test on local linux machine
System info
- `tail /etc/lsb-release`
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"
- `lscpu`
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 16
On-line CPU(s) list: 0-15
Vendor ID: AuthenticAMD
Model name: AMD Ryzen 7 5800H with Radeon Graphics
CPU family: 25
Model: 80
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 1
Stepping: 0
BogoMIPS: 6387.77
Test result: `passed`
- Passed: `javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java`
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2918#issuecomment-2314428224
More information about the jdk-updates-dev
mailing list