In JDK-8210958, I changed the make target for the run-test-prebuilt profile to be "test-prebuilt". Unfortunately, I missed to update the run-test-prebuilt target in Help.gmk.

Since this is blocking our automated testing, the first step is to revert the faulting change. I'll file a follow-up bug to actually fix the target in Help.gmk.

Bug: https://bugs.openjdk.java.net/browse/JDK-8213184
Patch inline:
diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js
+++ b/make/conf/jib-profiles.js
@@ -759,7 +759,7 @@
                 testedProfile + ".test"
             ],
             src: "src.conf",
-            make_args: [ "test-prebuilt", "LOG_CMDLINES=true", "JTREG_VERBOSE=fail,error,time" ], +            make_args: [ "run-test-prebuilt", "LOG_CMDLINES=true", "JTREG_VERBOSE=fail,error,time" ],
             environment: {
                 "BOOT_JDK": common.boot_jdk_home,
                 "JDK_IMAGE_DIR": input.get(testedProfile + ".jdk", "home_path"),

/Magnus

Reply via email to