Normalize XML comment syntax in ART test configuration files.

Test: n/a (comment-only change)
Change-Id: Ie42625774a249a909f4148ba55d3062052c842b0
diff --git a/artd/art_artd_tests.xml b/artd/art_artd_tests.xml
index f9909a0..7612cdd 100644
--- a/artd/art_artd_tests.xml
+++ b/artd/art_artd_tests.xml
@@ -42,6 +42,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/artd/tests/AndroidTest.xml b/artd/tests/AndroidTest.xml
index 349ef32..d067ed2 100644
--- a/artd/tests/AndroidTest.xml
+++ b/artd/tests/AndroidTest.xml
@@ -27,6 +27,6 @@
         <option name="runner" value="androidx.test.runner.AndroidJUnitRunner"/>
     </test>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/compiler/art_standalone_compiler_tests.xml b/compiler/art_standalone_compiler_tests.xml
index 4cf6e3d..f4f5236 100644
--- a/compiler/art_standalone_compiler_tests.xml
+++ b/compiler/art_standalone_compiler_tests.xml
@@ -43,6 +43,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/dex2oat/art_standalone_dex2oat_tests.xml b/dex2oat/art_standalone_dex2oat_tests.xml
index 8f9689a..6bbe69a 100644
--- a/dex2oat/art_standalone_dex2oat_tests.xml
+++ b/dex2oat/art_standalone_dex2oat_tests.xml
@@ -65,6 +65,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/dexoptanalyzer/art_standalone_dexoptanalyzer_tests.xml b/dexoptanalyzer/art_standalone_dexoptanalyzer_tests.xml
index 62cfcd2..475b974 100644
--- a/dexoptanalyzer/art_standalone_dexoptanalyzer_tests.xml
+++ b/dexoptanalyzer/art_standalone_dexoptanalyzer_tests.xml
@@ -51,6 +51,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/libdexfile/art_standalone_libdexfile_tests.xml b/libdexfile/art_standalone_libdexfile_tests.xml
index d00235a..2c0e591 100644
--- a/libdexfile/art_standalone_libdexfile_tests.xml
+++ b/libdexfile/art_standalone_libdexfile_tests.xml
@@ -45,6 +45,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/libprofile/art_standalone_libprofile_tests.xml b/libprofile/art_standalone_libprofile_tests.xml
index f113668..9ecd9a5 100644
--- a/libprofile/art_standalone_libprofile_tests.xml
+++ b/libprofile/art_standalone_libprofile_tests.xml
@@ -43,6 +43,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/oatdump/art_standalone_oatdump_tests.xml b/oatdump/art_standalone_oatdump_tests.xml
index 57e9163..573096b 100644
--- a/oatdump/art_standalone_oatdump_tests.xml
+++ b/oatdump/art_standalone_oatdump_tests.xml
@@ -41,6 +41,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/profman/art_standalone_profman_tests.xml b/profman/art_standalone_profman_tests.xml
index b3c5120..acf4bd7 100644
--- a/profman/art_standalone_profman_tests.xml
+++ b/profman/art_standalone_profman_tests.xml
@@ -52,6 +52,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/runtime/art_standalone_runtime_compiler_tests.xml b/runtime/art_standalone_runtime_compiler_tests.xml
index 2bacda1..ca21146 100644
--- a/runtime/art_standalone_runtime_compiler_tests.xml
+++ b/runtime/art_standalone_runtime_compiler_tests.xml
@@ -43,6 +43,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/runtime/art_standalone_runtime_tests.xml b/runtime/art_standalone_runtime_tests.xml
index 0b4b59a..9129a8f 100644
--- a/runtime/art_standalone_runtime_tests.xml
+++ b/runtime/art_standalone_runtime_tests.xml
@@ -109,6 +109,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/test/art-gtests-target-chroot.xml b/test/art-gtests-target-chroot.xml
index c461e9b..aa2473d 100644
--- a/test/art-gtests-target-chroot.xml
+++ b/test/art-gtests-target-chroot.xml
@@ -37,6 +37,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/test/art-gtests-target-install-apex.xml b/test/art-gtests-target-install-apex.xml
index 5ca51e8..240b441 100644
--- a/test/art-gtests-target-install-apex.xml
+++ b/test/art-gtests-target-install-apex.xml
@@ -37,6 +37,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/test/art-gtests-target-standalone-cts-template.xml b/test/art-gtests-target-standalone-cts-template.xml
index 950e872..36e2de0 100644
--- a/test/art-gtests-target-standalone-cts-template.xml
+++ b/test/art-gtests-target-standalone-cts-template.xml
@@ -43,6 +43,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/test/art-gtests-target-standalone-root-template.xml b/test/art-gtests-target-standalone-root-template.xml
index c527749..d1a489e 100644
--- a/test/art-gtests-target-standalone-root-template.xml
+++ b/test/art-gtests-target-standalone-root-template.xml
@@ -39,6 +39,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/test/art-gtests-target-standalone-template.xml b/test/art-gtests-target-standalone-template.xml
index 015b60e..cc2f76e 100644
--- a/test/art-gtests-target-standalone-template.xml
+++ b/test/art-gtests-target-standalone-template.xml
@@ -37,6 +37,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/test/art-run-test-target-no-test-suite-tag-template.xml b/test/art-run-test-target-no-test-suite-tag-template.xml
index 6406626..0544c97 100644
--- a/test/art-run-test-target-no-test-suite-tag-template.xml
+++ b/test/art-run-test-target-no-test-suite-tag-template.xml
@@ -36,6 +36,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/test/art-run-test-target-template.xml b/test/art-run-test-target-template.xml
index 433654a..af53dfc 100644
--- a/test/art-run-test-target-template.xml
+++ b/test/art-run-test-target-template.xml
@@ -39,6 +39,6 @@
         <option name="mainline-module-package-name" value="com.android.art" />
     </object>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/test/odsign/odsign-e2e-tests.xml b/test/odsign/odsign-e2e-tests.xml
index 84271fa..6028945 100644
--- a/test/odsign/odsign-e2e-tests.xml
+++ b/test/odsign/odsign-e2e-tests.xml
@@ -22,6 +22,6 @@
         <option name="jar" value="odsign_e2e_tests.jar" />
     </test>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>
diff --git a/test/update-rollback/AndroidTest.xml b/test/update-rollback/AndroidTest.xml
index 70df6d9..c4dcd02 100644
--- a/test/update-rollback/AndroidTest.xml
+++ b/test/update-rollback/AndroidTest.xml
@@ -22,6 +22,6 @@
         <option name="jar" value="art-apex-update-rollback.jar" />
     </test>
 
-    <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+    <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
 </configuration>