Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357631

GTK test assumes Linux

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • jfx24
    • javafx
    • None

      The Gtk2Removal1Test that checks for the correct warning messages is always executed when the platform is Linux, because it contains

      assumeTrue(PlatformUtil.isLinux());

      However, there is not strictly a 1-1 link between the platform being Linux and the glass implementation being GTK.
      With the upcoming Headless platform, this test is executed (and fails). The same happens with the Monocle Headless subplatform.
      The test needs a better way to detect whether GTK is used or not.

            kcr Kevin Rushforth
            jvos Johan Vos
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: