On Wed, 4 Sep 2024 05:02:24 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> Seems like closed test 4690946 where the UI property > "TabbedPane.tabAreaBackground" was added in webrev.0 is moved to open and > renamed as javax/swing/JTabbedPane/TestJTabbedPaneOpaqueColor.java..Any idea > why the test is only for windows and linux? Can it be extended for macos too? > Is [JDK-7148101](https://bugs.openjdk.org/browse/JDK-7148101) still valid? closed test 4690946 was moved to open for the issue [JDK-8226990](https://bugs.openjdk.org/browse/JDK-8226990) and was tested against the windows and linux platform only because the issue was reported for Nimbus and GTK L&F. [See the discussion here](https://github.com/openjdk/jdk/pull/17720#discussion_r1584537667). For Aqua separate bug was filed [JDK-8331619](https://bugs.openjdk.org/browse/JDK-8331619) and [PR raised](https://github.com/openjdk/jdk/pull/19170). But this bug was closed as were unable to verify the native behavior for TabbedPane. > Can it be extended for macos too? Do you mean TestJTabbedPaneOpaqueColor Test ? I guess it can be extended for Mac but we need to restrict the testing only for Metal and Nimbus L&F on Mac machine. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20791#issuecomment-2327954489