-
Bug
-
Resolution: Unresolved
-
P4
-
8, 11, 17, 21, 23
-
generic
-
linux
OS:
Linux
Environments:
Operating System: Oracle Linux 9.1 x64
Language: English (Regional Setting: English)
Chip: Intel@ Xeon(R) Silver 4210 CPU @2.20 GHZ x4
Graphics: llvmpipe (LLVM 13.0.1, 256 bits)
OS type: 64 bit
GNOME version: 42.0
Virtualization: Xen
HD: 90 GB
Memory: 8 GB
Reproducible: Always
Failed on Release/Build: JDK 21_b26
Is it a Regression in JDK 21 release: N/A
[If Regression] Regression introduced in JDK 21 release/build: N/A
Test result on the last GAed release for this train: N/A
Is it a platform-specific issue: No. This issue also happens on Windows, Linux. Not tested in macOS yet.
General description of the problem:
Manual regression test "javax/swing/JCheckBox/4449413/bug4449413.java" failed - Eight controls have not black backgrounds
Steps to reproduce:
1. Run command: $JTREG_HOME/bin/jtreg \
-manual \
-a -ea -esa \
-timeoutFactor:10 \
-J-Xmx512m \
-vmoption:-Xmx512m \
-verbose:fail,error,multirun \
-retain:fail,error \
-ignore:quiet \
-xml:verify \
-nativepath:${NATIVE_PATH} \
-timeoutHandlerDir:${FAILURE_HANDLER}/jtregFailureHandler.jar \
-observerDir:${FAILURE_HANDLER}/jtregFailureHandler.jar \
-timeoutHandler:jdk.test.failurehandler.jtreg.GatherProcessInfoTimeoutHandler \
-observer:jdk.test.failurehandler.jtreg.GatherDiagnosticInfoObserver \
-timeoutHandlerTimeout:0 \
-gui \
-exclude:${TEST_SOURCE}/open/test/jdk/ProblemList.txt \
-exclude:${TEST_SOURCE}/closed/test/jdk/ProblemList.txt \
-exclude:${TEST_SOURCE}/open/test/jaxp/ProblemList.txt \
-reportDir:results/JTreport \
-workDir:results/JTwork \
-jdk:${TEST_JAVA} \
-dir:${TEST_SOURCE} \
open/test/jdk/:jdk_desktop
2. Run test case: javax/swing/JCheckBox/4449413/bug4449413.java
3. The test case displayed a dialog with instructions.
4. Observe the background of 8 controls displayed on the dialog.
Expected behavior:
8 controls are displayed on the dialog with a black background.
Actual behavior:
Manual regression test "javax/swing/JCheckBox/4449413/bug4449413.java" failed - Eight controls have not black backgrounds
(see log files attached)
Any non-default VM flags:
-Dtest.vm.opts=-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel \\
-Dtest.tool.vm.opts=-J-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel \\
-Dtest.compiler.opts= \\
-Dtest.java.opts= \\
-Dtest.jdk=/home/oel/Desktop/JDK_21/jdk-21 \\
-Dcompile.jdk=/home/oel/Desktop/JDK_21/jdk-21 \\
-Dtest.timeout.factor=1.0 \\
-Dtest.root=/home/oel/Desktop/JDK_21/open/test/jdk \\
-Dtest.name=javax/swing/JCheckBox/4449413/bug4449413.java \\
-Dtest.file=/home/oel/Desktop/JDK_21/open/test/jdk/javax/swing/JCheckBox/4449413/bug4449413.java \\
-Dtest.src=/home/oel/Desktop/JDK_21/open/test/jdk/javax/swing/JCheckBox/4449413 \\
-Dtest.src.path=/home/oel/Desktop/JDK_21/open/test/jdk/javax/swing/JCheckBox/4449413 \\
-Dtest.classes=/home/oel/Desktop/JDK_21/results/JTwork/classes/javax/swing/JCheckBox/4449413/bug4449413.d \\
-Dtest.class.path=/home/oel/Desktop/JDK_21/results/JTwork/classes/javax/swing/JCheckBox/4449413/bug4449413.d \\
-Dtest.modules=java.desktop \\
--add-modules java.desktop \\
-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel \\
com.sun.javatest.regtest.agent.MainWrapper /home/oel/Desktop/JDK_21/results/JTwork/javax/swing/JCheckBox/4449413/bug4449413.d/main.0.jta
Linux
Environments:
Operating System: Oracle Linux 9.1 x64
Language: English (Regional Setting: English)
Chip: Intel@ Xeon(R) Silver 4210 CPU @2.20 GHZ x4
Graphics: llvmpipe (LLVM 13.0.1, 256 bits)
OS type: 64 bit
GNOME version: 42.0
Virtualization: Xen
HD: 90 GB
Memory: 8 GB
Reproducible: Always
Failed on Release/Build: JDK 21_b26
Is it a Regression in JDK 21 release: N/A
[If Regression] Regression introduced in JDK 21 release/build: N/A
Test result on the last GAed release for this train: N/A
Is it a platform-specific issue: No. This issue also happens on Windows, Linux. Not tested in macOS yet.
General description of the problem:
Manual regression test "javax/swing/JCheckBox/4449413/bug4449413.java" failed - Eight controls have not black backgrounds
Steps to reproduce:
1. Run command: $JTREG_HOME/bin/jtreg \
-manual \
-a -ea -esa \
-timeoutFactor:10 \
-J-Xmx512m \
-vmoption:-Xmx512m \
-verbose:fail,error,multirun \
-retain:fail,error \
-ignore:quiet \
-xml:verify \
-nativepath:${NATIVE_PATH} \
-timeoutHandlerDir:${FAILURE_HANDLER}/jtregFailureHandler.jar \
-observerDir:${FAILURE_HANDLER}/jtregFailureHandler.jar \
-timeoutHandler:jdk.test.failurehandler.jtreg.GatherProcessInfoTimeoutHandler \
-observer:jdk.test.failurehandler.jtreg.GatherDiagnosticInfoObserver \
-timeoutHandlerTimeout:0 \
-gui \
-exclude:${TEST_SOURCE}/open/test/jdk/ProblemList.txt \
-exclude:${TEST_SOURCE}/closed/test/jdk/ProblemList.txt \
-exclude:${TEST_SOURCE}/open/test/jaxp/ProblemList.txt \
-reportDir:results/JTreport \
-workDir:results/JTwork \
-jdk:${TEST_JAVA} \
-dir:${TEST_SOURCE} \
open/test/jdk/:jdk_desktop
2. Run test case: javax/swing/JCheckBox/4449413/bug4449413.java
3. The test case displayed a dialog with instructions.
4. Observe the background of 8 controls displayed on the dialog.
Expected behavior:
8 controls are displayed on the dialog with a black background.
Actual behavior:
Manual regression test "javax/swing/JCheckBox/4449413/bug4449413.java" failed - Eight controls have not black backgrounds
(see log files attached)
Any non-default VM flags:
-Dtest.vm.opts=-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel \\
-Dtest.tool.vm.opts=-J-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel \\
-Dtest.compiler.opts= \\
-Dtest.java.opts= \\
-Dtest.jdk=/home/oel/Desktop/JDK_21/jdk-21 \\
-Dcompile.jdk=/home/oel/Desktop/JDK_21/jdk-21 \\
-Dtest.timeout.factor=1.0 \\
-Dtest.root=/home/oel/Desktop/JDK_21/open/test/jdk \\
-Dtest.name=javax/swing/JCheckBox/4449413/bug4449413.java \\
-Dtest.file=/home/oel/Desktop/JDK_21/open/test/jdk/javax/swing/JCheckBox/4449413/bug4449413.java \\
-Dtest.src=/home/oel/Desktop/JDK_21/open/test/jdk/javax/swing/JCheckBox/4449413 \\
-Dtest.src.path=/home/oel/Desktop/JDK_21/open/test/jdk/javax/swing/JCheckBox/4449413 \\
-Dtest.classes=/home/oel/Desktop/JDK_21/results/JTwork/classes/javax/swing/JCheckBox/4449413/bug4449413.d \\
-Dtest.class.path=/home/oel/Desktop/JDK_21/results/JTwork/classes/javax/swing/JCheckBox/4449413/bug4449413.d \\
-Dtest.modules=java.desktop \\
--add-modules java.desktop \\
-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel \\
com.sun.javatest.regtest.agent.MainWrapper /home/oel/Desktop/JDK_21/results/JTwork/javax/swing/JCheckBox/4449413/bug4449413.d/main.0.jta
- relates to
-
JDK-8075915 The eight controls without black backgrounds with WinLAF & GTK LAF & Nimbus LAF
- Resolved