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

AdditionalLaunchersTest is not enabled, and fails.

XMLWordPrintable

    • b26
    • windows_10

      1.) AdditionalLauncherTest is never run, due to the transform from jdk.jpackage to jdk.incubator.japckage

      The test has two * @test block annotations, one with ( * @requires (jpackage.test.SQETest != null) ) and the other with ( * @requires (jpackage.test.SQETest == null)

      Only the first one was updated when we moved to incubator, resulting in the tests being skiped.

      2.) When fixing that, We get a failure, which originally manifests as missing resource. There is a real missing resource in ("error.lock-resource")

      3.) This lock error is caused by the target not existing. The target is a very long path, in my case:
      C:\ade\jdk-jdk\build\windows-x64\test-support\jtreg_open_test_jdk_tools_jpackage_share_AdditionalLaunchersTest_java\scratch\0\.\testMainLauncherIsModular.f3cba718\output\MainLauncherIsModularAdditionalLaunchersTest\MainLauncherIsModularAdditionalLaunchersTest.exe

            herrick Andy Herrick (Inactive)
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: