From c941ca29c3f05bab63b7652706e642f879c3594e Mon Sep 17 00:00:00 2001 From: Zdenek Zambersky Date: Tue, 6 Feb 2024 19:17:29 +0100 Subject: [PATCH] Fix schema location in playlist.xml files --- external/aot/playlist.xml | 2 +- external/camel/playlist.xml | 2 +- external/criu-functional/playlist.xml | 2 +- external/criu-portable-checkpoint/playlist.xml | 2 +- external/criu-portable-restore/playlist.xml | 2 +- external/criu-ubi-portable-checkpoint/playlist.xml | 2 +- external/criu-ubi-portable-restore/playlist.xml | 2 +- external/criu/playlist.xml | 2 +- external/derby/playlist.xml | 2 +- external/elasticsearch/playlist.xml | 2 +- external/external_custom/playlist.xml | 2 +- external/functional-test/playlist.xml | 2 +- external/jacoco/playlist.xml | 2 +- external/jenkins/playlist.xml | 2 +- external/kafka/playlist.xml | 2 +- external/lucene-solr/playlist.xml | 2 +- external/netty/playlist.xml | 2 +- external/openliberty-mp-tck/playlist.xml | 2 +- external/payara-mp-tck/playlist.xml | 2 +- external/quarkus/playlist.xml | 2 +- external/quarkus_openshift/playlist.xml | 2 +- external/quarkus_quickstarts/playlist.xml | 2 +- external/scala/playlist.xml | 2 +- external/spring/playlist.xml | 2 +- external/system-test/playlist.xml | 2 +- external/tomcat/playlist.xml | 2 +- external/tomee/playlist.xml | 2 +- external/wildfly/playlist.xml | 2 +- external/wycheproof/playlist.xml | 2 +- external/zookeeper/playlist.xml | 2 +- functional/MBCS_Tests/CLDR_11/playlist.xml | 2 +- functional/MBCS_Tests/Compiler/playlist.xml | 2 +- functional/MBCS_Tests/IDN/playlist.xml | 2 +- functional/MBCS_Tests/StAX/playlist.xml | 2 +- functional/MBCS_Tests/annotation/playlist.xml | 2 +- functional/MBCS_Tests/charsets/playlist.xml | 2 +- functional/MBCS_Tests/codepage/playlist.xml | 2 +- functional/MBCS_Tests/codepoint/playlist.xml | 2 +- functional/MBCS_Tests/coin/playlist.xml | 2 +- functional/MBCS_Tests/compact_number_format/playlist.xml | 2 +- functional/MBCS_Tests/datetime/playlist.xml | 2 +- functional/MBCS_Tests/env/playlist.xml | 2 +- functional/MBCS_Tests/file/playlist.xml | 2 +- functional/MBCS_Tests/formatter/playlist.xml | 2 +- functional/MBCS_Tests/i18n/playlist.xml | 2 +- functional/MBCS_Tests/jaxp14/playlist.xml | 2 +- functional/MBCS_Tests/jdbc41/playlist.xml | 2 +- functional/MBCS_Tests/language_tag/playlist.xml | 2 +- functional/MBCS_Tests/locale_matching/playlist.xml | 2 +- functional/MBCS_Tests/new_jp_era/playlist.xml | 2 +- functional/MBCS_Tests/nio/playlist.xml | 2 +- functional/MBCS_Tests/pattern_matching_instanceof/playlist.xml | 2 +- functional/MBCS_Tests/pref/playlist.xml | 2 +- functional/MBCS_Tests/property_utf8/playlist.xml | 2 +- functional/MBCS_Tests/record/playlist.xml | 2 +- functional/MBCS_Tests/regex/playlist.xml | 2 +- functional/MBCS_Tests/scanner/playlist.xml | 2 +- functional/MBCS_Tests/sealed_classes/playlist.xml | 2 +- functional/MBCS_Tests/switch_expressions/playlist.xml | 2 +- functional/MBCS_Tests/text_blocks/playlist.xml | 2 +- functional/MBCS_Tests/unicode/playlist.xml | 2 +- functional/MBCS_Tests/urlclassloader/playlist.xml | 2 +- functional/OpenJcePlusTests/playlist.xml | 2 +- functional/SyntheticGCWorkload/playlist.xml | 2 +- functional/security/AQAvit/playlist.xml | 2 +- functional/security/Crypto/playlist.xml | 2 +- functional/security/ssl-tests/playlist.xml | 2 +- jck/compiler.api/playlist.xml | 2 +- jck/compiler.lang/playlist.xml | 2 +- jck/devtools.java2schema/playlist.xml | 2 +- jck/devtools.jaxws/playlist.xml | 2 +- jck/devtools.schema2java/playlist.xml | 2 +- jck/devtools.schema_bind/playlist.xml | 2 +- jck/devtools.xml_schema/playlist.xml | 2 +- jck/runtime.api/playlist.xml | 2 +- jck/runtime.lang/playlist.xml | 2 +- jck/runtime.vm/playlist.xml | 2 +- jck/runtime.xml_schema/playlist.xml | 2 +- openjdk/playlist.xml | 2 +- perf/bumbleBench/playlist.xml | 2 +- perf/dacapo/playlist.xml | 2 +- perf/idle_micro/playlist.xml | 2 +- perf/liberty/playlist.xml | 2 +- perf/renaissance/playlist.xml | 2 +- perf/specjbb/playlist.xml | 2 +- system/daaLoadTest/playlist.xml | 2 +- system/jcstress/playlist.xml | 2 +- system/jlm/playlist.xml | 2 +- system/lambdaLoadTest/playlist.xml | 2 +- system/mathLoadTest/playlist.xml | 2 +- system/mauveLoadTest/playlist.xml | 2 +- system/modularity/playlist.xml | 2 +- system/otherLoadTest/playlist.xml | 2 +- system/security/playlist.xml | 2 +- system/sharedClasses/playlist.xml | 2 +- 95 files changed, 95 insertions(+), 95 deletions(-) diff --git a/external/aot/playlist.xml b/external/aot/playlist.xml index 0e420a483c..7649cf4e4f 100644 --- a/external/aot/playlist.xml +++ b/external/aot/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + aot_test $(TEST_ROOT)$(D)external$(D)external.sh --load --tag "${DOCKERIMAGE_TAG}" --dir aot --portable "true" --mount_jdk "false" --platform "${PLATFORM}" --node_name "${NODE_NAME}" --node_labels "${NODE_LABELS}" --test_root "$(TEST_ROOT)" --reportdst $(REPORTDIR) --docker_args "-v /var/run/docker.sock:/var/run/docker.sock $(EXTRA_DOCKER_ARGS)"; \ diff --git a/external/camel/playlist.xml b/external/camel/playlist.xml index de16e2419d..186f3471fe 100644 --- a/external/camel/playlist.xml +++ b/external/camel/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + camel_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir camel --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)"; \ diff --git a/external/criu-functional/playlist.xml b/external/criu-functional/playlist.xml index 2f6719483c..800f90f558 100644 --- a/external/criu-functional/playlist.xml +++ b/external/criu-functional/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + criu-functional $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir criu-functional --testtarget "_testList TESTLIST=cmdLineTester_criu_security,cmdLineTester_criu_random" --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS) --tmpfs /run"; \ diff --git a/external/criu-portable-checkpoint/playlist.xml b/external/criu-portable-checkpoint/playlist.xml index ac1e62e828..5313787a4f 100644 --- a/external/criu-portable-checkpoint/playlist.xml +++ b/external/criu-portable-checkpoint/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../criuSettings.mk criu-portable-checkpoint_test diff --git a/external/criu-portable-restore/playlist.xml b/external/criu-portable-restore/playlist.xml index 97a58e4177..2c9b539302 100644 --- a/external/criu-portable-restore/playlist.xml +++ b/external/criu-portable-restore/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../criuSettings.mk criu-portable-restore_test diff --git a/external/criu-ubi-portable-checkpoint/playlist.xml b/external/criu-ubi-portable-checkpoint/playlist.xml index b1e91f907b..da711ceba2 100644 --- a/external/criu-ubi-portable-checkpoint/playlist.xml +++ b/external/criu-ubi-portable-checkpoint/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../criuSettings.mk criu-ubi-portable-checkpoint_test diff --git a/external/criu-ubi-portable-restore/playlist.xml b/external/criu-ubi-portable-restore/playlist.xml index c0690b8fc3..5041d34c12 100644 --- a/external/criu-ubi-portable-restore/playlist.xml +++ b/external/criu-ubi-portable-restore/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../criuSettings.mk criu-ubi-portable-restore_test diff --git a/external/criu/playlist.xml b/external/criu/playlist.xml index f4fb64a994..4dfeed9417 100644 --- a/external/criu/playlist.xml +++ b/external/criu/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../criuSettings.mk criu_pingPerf_testCreateImageAndUnprivilegedRestore_ubi8 diff --git a/external/derby/playlist.xml b/external/derby/playlist.xml index 06dd5e91e4..5d4b8b2423 100644 --- a/external/derby/playlist.xml +++ b/external/derby/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + derby_test_junit_all $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir derby --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \ diff --git a/external/elasticsearch/playlist.xml b/external/elasticsearch/playlist.xml index 912b248463..1a044f8492 100644 --- a/external/elasticsearch/playlist.xml +++ b/external/elasticsearch/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + elasticsearch_test_openj9_jdk8 diff --git a/external/external_custom/playlist.xml b/external/external_custom/playlist.xml index 7c26b765dc..735cf704b2 100644 --- a/external/external_custom/playlist.xml +++ b/external/external_custom/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + external_custom diff --git a/external/functional-test/playlist.xml b/external/functional-test/playlist.xml index 71b8a65817..f99be3e3e9 100644 --- a/external/functional-test/playlist.xml +++ b/external/functional-test/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + sanity_functional $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir functional-test --testtarget _sanity.functional.regular --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)"; \ diff --git a/external/jacoco/playlist.xml b/external/jacoco/playlist.xml index 3bd7f98650..dc2701760a 100644 --- a/external/jacoco/playlist.xml +++ b/external/jacoco/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + jacoco_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir jacoco --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)"; \ diff --git a/external/jenkins/playlist.xml b/external/jenkins/playlist.xml index 32620e3c1f..60b455f019 100644 --- a/external/jenkins/playlist.xml +++ b/external/jenkins/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + jenkins_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir jenkins --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)"; \ diff --git a/external/kafka/playlist.xml b/external/kafka/playlist.xml index fcb852dc96..31e9500919 100644 --- a/external/kafka/playlist.xml +++ b/external/kafka/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + kafka_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir kafka --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)"; \ diff --git a/external/lucene-solr/playlist.xml b/external/lucene-solr/playlist.xml index 9968dab8f0..e72887c2cf 100644 --- a/external/lucene-solr/playlist.xml +++ b/external/lucene-solr/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + lucene_solr_nightly_smoketest $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir lucene-solr --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)"; \ diff --git a/external/netty/playlist.xml b/external/netty/playlist.xml index 0ec50ec6fd..409ce8a7fa 100644 --- a/external/netty/playlist.xml +++ b/external/netty/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + netty_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir netty --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \ diff --git a/external/openliberty-mp-tck/playlist.xml b/external/openliberty-mp-tck/playlist.xml index f96b6b1578..d2a1cf4c8b 100644 --- a/external/openliberty-mp-tck/playlist.xml +++ b/external/openliberty-mp-tck/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + openliberty_microprofile_tck_jdk8_j9 $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir openliberty-mp-tck --reportsrc /testResults/surefire-reports --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \ diff --git a/external/payara-mp-tck/playlist.xml b/external/payara-mp-tck/playlist.xml index 22554f5b86..a581d1b1dd 100644 --- a/external/payara-mp-tck/playlist.xml +++ b/external/payara-mp-tck/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + payara_microprofile_tck diff --git a/external/quarkus/playlist.xml b/external/quarkus/playlist.xml index 27ff8c4fa1..6ce0112c03 100644 --- a/external/quarkus/playlist.xml +++ b/external/quarkus/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + quarkus_test diff --git a/external/quarkus_openshift/playlist.xml b/external/quarkus_openshift/playlist.xml index e365dff136..0edbaa0cbb 100644 --- a/external/quarkus_openshift/playlist.xml +++ b/external/quarkus_openshift/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + quarkus_openshift_test diff --git a/external/quarkus_quickstarts/playlist.xml b/external/quarkus_quickstarts/playlist.xml index 1ee9e39d3f..835e950d2c 100644 --- a/external/quarkus_quickstarts/playlist.xml +++ b/external/quarkus_quickstarts/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + quarkus_quickstarts_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir quarkus_quickstarts --reportdst $(REPORTDIR) --docker_args "-v /var/run/docker.sock:/var/run/docker.sock $(EXTRA_DOCKER_ARGS)"; \ diff --git a/external/scala/playlist.xml b/external/scala/playlist.xml index 461462900e..6c1bb19f28 100644 --- a/external/scala/playlist.xml +++ b/external/scala/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + scala_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir scala --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \ diff --git a/external/spring/playlist.xml b/external/spring/playlist.xml index f3baf35bae..e2d752cf7e 100644 --- a/external/spring/playlist.xml +++ b/external/spring/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + spring_test diff --git a/external/system-test/playlist.xml b/external/system-test/playlist.xml index 95554ce9ea..640c5089b6 100644 --- a/external/system-test/playlist.xml +++ b/external/system-test/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + sanity_system $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir system-test --testtarget _sanity.system --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \ diff --git a/external/tomcat/playlist.xml b/external/tomcat/playlist.xml index 592d427c93..0cc939ae3b 100644 --- a/external/tomcat/playlist.xml +++ b/external/tomcat/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + tomcat_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir tomcat --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \ diff --git a/external/tomee/playlist.xml b/external/tomee/playlist.xml index 6b4a08a115..34e60457eb 100644 --- a/external/tomee/playlist.xml +++ b/external/tomee/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + tomee_test_j9 $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir tomee --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \ diff --git a/external/wildfly/playlist.xml b/external/wildfly/playlist.xml index a85d53174c..631bd427ea 100644 --- a/external/wildfly/playlist.xml +++ b/external/wildfly/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + wildfly_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir wildfly --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \ diff --git a/external/wycheproof/playlist.xml b/external/wycheproof/playlist.xml index afe16ab510..54103281a1 100644 --- a/external/wycheproof/playlist.xml +++ b/external/wycheproof/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + wycheproof_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir wycheproof --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \ diff --git a/external/zookeeper/playlist.xml b/external/zookeeper/playlist.xml index f6b21062ab..83dad9e292 100644 --- a/external/zookeeper/playlist.xml +++ b/external/zookeeper/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + zookeeper_test $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir zookeeper --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \ diff --git a/functional/MBCS_Tests/CLDR_11/playlist.xml b/functional/MBCS_Tests/CLDR_11/playlist.xml index c7e6f023a8..a3d98f3532 100644 --- a/functional/MBCS_Tests/CLDR_11/playlist.xml +++ b/functional/MBCS_Tests/CLDR_11/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_CLDR_11_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/Compiler/playlist.xml b/functional/MBCS_Tests/Compiler/playlist.xml index df51da0bf7..988f3918f7 100644 --- a/functional/MBCS_Tests/Compiler/playlist.xml +++ b/functional/MBCS_Tests/Compiler/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_Compiler_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/IDN/playlist.xml b/functional/MBCS_Tests/IDN/playlist.xml index 9d7ce83a35..cedbc75aa0 100644 --- a/functional/MBCS_Tests/IDN/playlist.xml +++ b/functional/MBCS_Tests/IDN/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_IDN_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/StAX/playlist.xml b/functional/MBCS_Tests/StAX/playlist.xml index 14e6505101..0b40996ee5 100644 --- a/functional/MBCS_Tests/StAX/playlist.xml +++ b/functional/MBCS_Tests/StAX/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_StAX_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh > log 2>&1; \ diff --git a/functional/MBCS_Tests/annotation/playlist.xml b/functional/MBCS_Tests/annotation/playlist.xml index 9c263dd247..6e3b615928 100755 --- a/functional/MBCS_Tests/annotation/playlist.xml +++ b/functional/MBCS_Tests/annotation/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_annotation_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh > output.txt 2>error.txt; \ diff --git a/functional/MBCS_Tests/charsets/playlist.xml b/functional/MBCS_Tests/charsets/playlist.xml index f061277456..4f5afb11c9 100644 --- a/functional/MBCS_Tests/charsets/playlist.xml +++ b/functional/MBCS_Tests/charsets/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_charsets8 diff --git a/functional/MBCS_Tests/codepage/playlist.xml b/functional/MBCS_Tests/codepage/playlist.xml index 9ddf2de3b7..189917c63b 100644 --- a/functional/MBCS_Tests/codepage/playlist.xml +++ b/functional/MBCS_Tests/codepage/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_codepage_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/codepoint/playlist.xml b/functional/MBCS_Tests/codepoint/playlist.xml index 91bd3586ed..fce3aa755b 100644 --- a/functional/MBCS_Tests/codepoint/playlist.xml +++ b/functional/MBCS_Tests/codepoint/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_codepoint_linux bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/coin/playlist.xml b/functional/MBCS_Tests/coin/playlist.xml index 046701c8e5..791d90a123 100644 --- a/functional/MBCS_Tests/coin/playlist.xml +++ b/functional/MBCS_Tests/coin/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_coin_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/compact_number_format/playlist.xml b/functional/MBCS_Tests/compact_number_format/playlist.xml index 3f8b197ec5..89115d632f 100644 --- a/functional/MBCS_Tests/compact_number_format/playlist.xml +++ b/functional/MBCS_Tests/compact_number_format/playlist.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_compact_number_format_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh > output.txt 2>error.txt; \ diff --git a/functional/MBCS_Tests/datetime/playlist.xml b/functional/MBCS_Tests/datetime/playlist.xml index 38af35cbb8..464d39bbd0 100644 --- a/functional/MBCS_Tests/datetime/playlist.xml +++ b/functional/MBCS_Tests/datetime/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_datetime diff --git a/functional/MBCS_Tests/env/playlist.xml b/functional/MBCS_Tests/env/playlist.xml index b8eaf588bd..cf6a19e789 100644 --- a/functional/MBCS_Tests/env/playlist.xml +++ b/functional/MBCS_Tests/env/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_env_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/file/playlist.xml b/functional/MBCS_Tests/file/playlist.xml index 91ade9fd74..e98286e3e3 100644 --- a/functional/MBCS_Tests/file/playlist.xml +++ b/functional/MBCS_Tests/file/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_file_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/formatter/playlist.xml b/functional/MBCS_Tests/formatter/playlist.xml index 1bd1bc48cf..e0876b97f5 100644 --- a/functional/MBCS_Tests/formatter/playlist.xml +++ b/functional/MBCS_Tests/formatter/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_formatter_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/i18n/playlist.xml b/functional/MBCS_Tests/i18n/playlist.xml index 7bf24a3707..88bd55d3ef 100644 --- a/functional/MBCS_Tests/i18n/playlist.xml +++ b/functional/MBCS_Tests/i18n/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_i18n_ja_JP_linux LANG=ja_JP.UTF-8 perl $(TEST_RESROOT)$(D)test.pl; \ diff --git a/functional/MBCS_Tests/jaxp14/playlist.xml b/functional/MBCS_Tests/jaxp14/playlist.xml index e0c61434ea..7bb417c04e 100644 --- a/functional/MBCS_Tests/jaxp14/playlist.xml +++ b/functional/MBCS_Tests/jaxp14/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_jaxp14_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/jdbc41/playlist.xml b/functional/MBCS_Tests/jdbc41/playlist.xml index 36495f260b..5fa88f28a9 100644 --- a/functional/MBCS_Tests/jdbc41/playlist.xml +++ b/functional/MBCS_Tests/jdbc41/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_jdbc41_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/language_tag/playlist.xml b/functional/MBCS_Tests/language_tag/playlist.xml index 94dec86060..2183322698 100644 --- a/functional/MBCS_Tests/language_tag/playlist.xml +++ b/functional/MBCS_Tests/language_tag/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_language_tag diff --git a/functional/MBCS_Tests/locale_matching/playlist.xml b/functional/MBCS_Tests/locale_matching/playlist.xml index a1db329517..c7f93b67de 100644 --- a/functional/MBCS_Tests/locale_matching/playlist.xml +++ b/functional/MBCS_Tests/locale_matching/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_locale_matching_ja_JP_linux diff --git a/functional/MBCS_Tests/new_jp_era/playlist.xml b/functional/MBCS_Tests/new_jp_era/playlist.xml index 3a77adaf3a..99a363d858 100644 --- a/functional/MBCS_Tests/new_jp_era/playlist.xml +++ b/functional/MBCS_Tests/new_jp_era/playlist.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_new_jp_era diff --git a/functional/MBCS_Tests/nio/playlist.xml b/functional/MBCS_Tests/nio/playlist.xml index 6e33ca3a75..0ebbe31327 100644 --- a/functional/MBCS_Tests/nio/playlist.xml +++ b/functional/MBCS_Tests/nio/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_nio_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/pattern_matching_instanceof/playlist.xml b/functional/MBCS_Tests/pattern_matching_instanceof/playlist.xml index aac040ce8f..a234154659 100644 --- a/functional/MBCS_Tests/pattern_matching_instanceof/playlist.xml +++ b/functional/MBCS_Tests/pattern_matching_instanceof/playlist.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_pattern_matching_instanceof_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh > output.txt 2>error.txt; \ diff --git a/functional/MBCS_Tests/pref/playlist.xml b/functional/MBCS_Tests/pref/playlist.xml index 62134bef0c..5ce36f8390 100644 --- a/functional/MBCS_Tests/pref/playlist.xml +++ b/functional/MBCS_Tests/pref/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_pref_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/property_utf8/playlist.xml b/functional/MBCS_Tests/property_utf8/playlist.xml index ba5dd23e45..18690fd776 100644 --- a/functional/MBCS_Tests/property_utf8/playlist.xml +++ b/functional/MBCS_Tests/property_utf8/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_property_utf8 diff --git a/functional/MBCS_Tests/record/playlist.xml b/functional/MBCS_Tests/record/playlist.xml index 3b8bd71c96..f01154c5e5 100644 --- a/functional/MBCS_Tests/record/playlist.xml +++ b/functional/MBCS_Tests/record/playlist.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_record_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh > output.txt 2>error.txt; \ diff --git a/functional/MBCS_Tests/regex/playlist.xml b/functional/MBCS_Tests/regex/playlist.xml index b8d6283909..1256965083 100644 --- a/functional/MBCS_Tests/regex/playlist.xml +++ b/functional/MBCS_Tests/regex/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_regex_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/scanner/playlist.xml b/functional/MBCS_Tests/scanner/playlist.xml index 866512bc28..c1198f32d2 100644 --- a/functional/MBCS_Tests/scanner/playlist.xml +++ b/functional/MBCS_Tests/scanner/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_scanner_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/sealed_classes/playlist.xml b/functional/MBCS_Tests/sealed_classes/playlist.xml index 6bbcc9787f..208c9871ea 100644 --- a/functional/MBCS_Tests/sealed_classes/playlist.xml +++ b/functional/MBCS_Tests/sealed_classes/playlist.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_sealed_classes_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh > output.txt 2>error.txt; \ diff --git a/functional/MBCS_Tests/switch_expressions/playlist.xml b/functional/MBCS_Tests/switch_expressions/playlist.xml index add8298545..846c3292c0 100644 --- a/functional/MBCS_Tests/switch_expressions/playlist.xml +++ b/functional/MBCS_Tests/switch_expressions/playlist.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_switch_expressions_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh > output.txt 2>error.txt; \ diff --git a/functional/MBCS_Tests/text_blocks/playlist.xml b/functional/MBCS_Tests/text_blocks/playlist.xml index 996eee809a..bef33da9ea 100644 --- a/functional/MBCS_Tests/text_blocks/playlist.xml +++ b/functional/MBCS_Tests/text_blocks/playlist.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_text_blocks_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh > output.txt 2>error.txt; \ diff --git a/functional/MBCS_Tests/unicode/playlist.xml b/functional/MBCS_Tests/unicode/playlist.xml index 58db183589..fea05adb11 100644 --- a/functional/MBCS_Tests/unicode/playlist.xml +++ b/functional/MBCS_Tests/unicode/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_unicode_linux $(RUN_SCRIPT) $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/MBCS_Tests/urlclassloader/playlist.xml b/functional/MBCS_Tests/urlclassloader/playlist.xml index e53cf2f51c..9446596af3 100644 --- a/functional/MBCS_Tests/urlclassloader/playlist.xml +++ b/functional/MBCS_Tests/urlclassloader/playlist.xml @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + MBCS_Tests_urlclassloader_ja_JP_linux LANG=ja_JP.UTF-8 bash $(TEST_RESROOT)$(D)test.sh; \ diff --git a/functional/OpenJcePlusTests/playlist.xml b/functional/OpenJcePlusTests/playlist.xml index a4e587ed44..448f95bdc8 100644 --- a/functional/OpenJcePlusTests/playlist.xml +++ b/functional/OpenJcePlusTests/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + openJcePlusTests diff --git a/functional/SyntheticGCWorkload/playlist.xml b/functional/SyntheticGCWorkload/playlist.xml index 88277187b4..0b46fa9320 100644 --- a/functional/SyntheticGCWorkload/playlist.xml +++ b/functional/SyntheticGCWorkload/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + SyntheticGCWorkload_concurrentSlackAuto_1k_J9 diff --git a/functional/security/AQAvit/playlist.xml b/functional/security/AQAvit/playlist.xml index 265ffbb1f2..6408f554c9 100644 --- a/functional/security/AQAvit/playlist.xml +++ b/functional/security/AQAvit/playlist.xml @@ -13,7 +13,7 @@ # limitations under the License. --> - + SecurityTests diff --git a/functional/security/Crypto/playlist.xml b/functional/security/Crypto/playlist.xml index 66f5f4a79e..1a7686bfda 100644 --- a/functional/security/Crypto/playlist.xml +++ b/functional/security/Crypto/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + CryptoTests diff --git a/functional/security/ssl-tests/playlist.xml b/functional/security/ssl-tests/playlist.xml index 2543278695..a420bdf53b 100644 --- a/functional/security/ssl-tests/playlist.xml +++ b/functional/security/ssl-tests/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ssl-tests $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ diff --git a/jck/compiler.api/playlist.xml b/jck/compiler.api/playlist.xml index 90b699ccec..867e7bdd9a 100644 --- a/jck/compiler.api/playlist.xml +++ b/jck/compiler.api/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck-compiler-api-java_rmi diff --git a/jck/compiler.lang/playlist.xml b/jck/compiler.lang/playlist.xml index 109b1da6c9..483690b672 100644 --- a/jck/compiler.lang/playlist.xml +++ b/jck/compiler.lang/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck-compiler-lang-BINC diff --git a/jck/devtools.java2schema/playlist.xml b/jck/devtools.java2schema/playlist.xml index f0b25d6b4b..0a11705507 100644 --- a/jck/devtools.java2schema/playlist.xml +++ b/jck/devtools.java2schema/playlist.xml @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck-devtools-java2schema-CustomizedMapping diff --git a/jck/devtools.jaxws/playlist.xml b/jck/devtools.jaxws/playlist.xml index e616b1b63b..5ed6407d5d 100644 --- a/jck/devtools.jaxws/playlist.xml +++ b/jck/devtools.jaxws/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck-devtools-jaxws-mapping diff --git a/jck/devtools.schema2java/playlist.xml b/jck/devtools.schema2java/playlist.xml index c17f7c64a6..3b5ed3f274 100644 --- a/jck/devtools.schema2java/playlist.xml +++ b/jck/devtools.schema2java/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck-devtools-schema2java-nisttest diff --git a/jck/devtools.schema_bind/playlist.xml b/jck/devtools.schema_bind/playlist.xml index 3a4ffe1fe0..b2ac2cffff 100644 --- a/jck/devtools.schema_bind/playlist.xml +++ b/jck/devtools.schema_bind/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck-devtools-schema_bind-bind_class diff --git a/jck/devtools.xml_schema/playlist.xml b/jck/devtools.xml_schema/playlist.xml index a1b3f44bdc..6c1b2b73db 100644 --- a/jck/devtools.xml_schema/playlist.xml +++ b/jck/devtools.xml_schema/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck-devtools-xml_schema-boeingData diff --git a/jck/runtime.api/playlist.xml b/jck/runtime.api/playlist.xml index b1d2da6f54..1e26a2360d 100644 --- a/jck/runtime.api/playlist.xml +++ b/jck/runtime.api/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck_custom diff --git a/jck/runtime.lang/playlist.xml b/jck/runtime.lang/playlist.xml index bf88bae797..248de40115 100644 --- a/jck/runtime.lang/playlist.xml +++ b/jck/runtime.lang/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck-runtime-lang-BINC diff --git a/jck/runtime.vm/playlist.xml b/jck/runtime.vm/playlist.xml index 4dd54f6401..c71e51cced 100644 --- a/jck/runtime.vm/playlist.xml +++ b/jck/runtime.vm/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck-runtime-vm-constantpool diff --git a/jck/runtime.xml_schema/playlist.xml b/jck/runtime.xml_schema/playlist.xml index 4cd717fa3a..ce97f1cea7 100644 --- a/jck/runtime.xml_schema/playlist.xml +++ b/jck/runtime.xml_schema/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../jck.mk jck-runtime-xml_schema-boeingData diff --git a/openjdk/playlist.xml b/openjdk/playlist.xml index b611294706..9d6f98b6f7 100644 --- a/openjdk/playlist.xml +++ b/openjdk/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + openjdk.mk jdk_custom diff --git a/perf/bumbleBench/playlist.xml b/perf/bumbleBench/playlist.xml index e0b0a70875..36c8a76fe4 100644 --- a/perf/bumbleBench/playlist.xml +++ b/perf/bumbleBench/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + bumbleBench-ArrayListForEachConsumerAnonymousBench diff --git a/perf/dacapo/playlist.xml b/perf/dacapo/playlist.xml index aba6a88514..c2a89bef4d 100644 --- a/perf/dacapo/playlist.xml +++ b/perf/dacapo/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + dacapo-eclipse $(JAVA_COMMAND) $(JVM_OPTIONS) -jar $(Q)$(TEST_RESROOT)$(D)dacapo.jar$(Q) eclipse; \ diff --git a/perf/idle_micro/playlist.xml b/perf/idle_micro/playlist.xml index 68ab711bf6..7d19d3db57 100644 --- a/perf/idle_micro/playlist.xml +++ b/perf/idle_micro/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + IdleMicrobenchmark_HS diff --git a/perf/liberty/playlist.xml b/perf/liberty/playlist.xml index 3e35470196..74f6093055 100644 --- a/perf/liberty/playlist.xml +++ b/perf/liberty/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + liberty-dt7-startup export SERVER_PHYSCPU_NUM=2; export SMT=true; bash $(Q)$(TEST_RESROOT)$(D)configs$(D)dt7_sufp.sh$(Q) $(TEST_RESROOT); \ diff --git a/perf/renaissance/playlist.xml b/perf/renaissance/playlist.xml index 2bb292efae..d0bc5298cf 100644 --- a/perf/renaissance/playlist.xml +++ b/perf/renaissance/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + ../perf.mk renaissance-akka-uct diff --git a/perf/specjbb/playlist.xml b/perf/specjbb/playlist.xml index e414adfb65..184d5a01fe 100644 --- a/perf/specjbb/playlist.xml +++ b/perf/specjbb/playlist.xml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --> - + run/testenv.mk diff --git a/system/daaLoadTest/playlist.xml b/system/daaLoadTest/playlist.xml index 4a52b14a31..294c9a0337 100644 --- a/system/daaLoadTest/playlist.xml +++ b/system/daaLoadTest/playlist.xml @@ -1,5 +1,5 @@ - + ../system.mk - + jcstress_BooleanFencedTest $(JAVA_COMMAND) $(JVM_OPTIONS) -jar $(Q)$(LIB_DIR)$(D)jcstress-tests-all-20220908.jar$(Q) $(APPLICATION_OPTIONS) -t BooleanFencedTest; \ diff --git a/system/jlm/playlist.xml b/system/jlm/playlist.xml index 69972ba868..26cf423b4c 100644 --- a/system/jlm/playlist.xml +++ b/system/jlm/playlist.xml @@ -1,5 +1,5 @@ - + ../system.mk