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

System tests do not use the built jfxrt.jar

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 8
    • 8
    • javafx

      The system tests in rt/tests/system are intended to be run with jfxrt.jar on the classpath. However, the classpath is wrong such that the locally build jfxrt.jar is not used. This means that the binary_stub is being used which may be out of date and will not correctly reflect any local changes that the developer has made.

      The problem is that in the :systemTests:test task, a relative path was used to the build directory, which is relative to that project rather than the root project as it should have been.

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: