JetBrains / JetBrainsRuntime

Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
GNU General Public License v2.0
1.28k stars 193 forks source link

JBR-5989 Wayland: added more tests to jdk_awt_wayland #312

Closed mkartashev closed 6 months ago

vprovodin commented 6 months ago

Should the group jdk_wayland that would consist of jdk_awt_wayland + some other tests be created as well? The reasons may be:

  1. probably we might have non awt tests that need to be executed in regular runs against Wayland builds
  2. even when jdk_wayland would be the same as jdk_awt_wayland it would help in generating run configurations without any workarounds. E.g. in order to generate configurations for wayland-fastdebug we have got errors about duplicated configurations related to jdk_awt_wayland that requires adding some crutches...
mkartashev commented 6 months ago

Should the group jdk_wayland that would consist of jdk_awt_wayland + some other tests be created as well?

Yes, makes sense. I was going to add some swing tests later also.