Regenerate ART test files (2021-05-19).

Disable new run-test `730-cha-deopt` as it is currently failing when
run with the `ArtRunTest` TradeFed test runner.

Output of `art/test/utils/regen-test-files`:

  $ art/test/utils/regen-test-files
  Generated Blueprint files for 625 ART run-tests out of 929 (67%).
  Generated TEST_MAPPING entries for 376 ART run-tests out of 929 (40%):
    282 tests (75%) in `mainline-presubmit` test group.
    376 tests (100%) in `presubmit` test group.
    0 tests (0%) in `postsubmit` test group.

(cherry picked from commit 56f2444d2e58f453c90b7ba8477da3f6b2c107cf)

Test: atest art-run-test-576-polymorphic-inlining
Test: atest art-run-test-730-checker-inlining-super
Test: atest --test-mapping art:presubmit
Bug: 140373913
Change-Id: I587b4df7af3021d800c346cb909e759051027cf1
Merged-In: I587b4df7af3021d800c346cb909e759051027cf1
diff --git a/TEST_MAPPING b/TEST_MAPPING
index d869991..5930f7a 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -843,6 +843,9 @@
     },
     {
       "name": "art-run-test-573-checker-checkcast-regression[com.google.android.art.apex]"
+    },
+    {
+      "name": "art-run-test-576-polymorphic-inlining[com.google.android.art.apex]"
     }
   ],
   "presubmit": [
@@ -1957,6 +1960,9 @@
       "name": "art-run-test-726-array-store"
     },
     {
+      "name": "art-run-test-730-checker-inlining-super"
+    },
+    {
       "name": "art-run-test-805-TooDeepClassInstanceOf"
     },
     {
diff --git a/test/730-cha-deopt/Android.bp b/test/730-cha-deopt/Android.bp
new file mode 100644
index 0000000..472564c
--- /dev/null
+++ b/test/730-cha-deopt/Android.bp
@@ -0,0 +1,40 @@
+// Generated by `regen-test-files`. Do not edit manually.
+
+// Build rules for ART run-test `730-cha-deopt`.
+
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "art_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["art_license"],
+}
+
+// Test's Dex code.
+java_test {
+    name: "art-run-test-730-cha-deopt",
+    defaults: ["art-run-test-defaults"],
+    test_config_template: ":art-run-test-target-no-test-suite-tag-template",
+    srcs: ["src/**/*.java"],
+    data: [
+        ":art-run-test-730-cha-deopt-expected-stdout",
+        ":art-run-test-730-cha-deopt-expected-stderr",
+    ],
+}
+
+// Test's expected standard output.
+genrule {
+    name: "art-run-test-730-cha-deopt-expected-stdout",
+    out: ["art-run-test-730-cha-deopt-expected-stdout.txt"],
+    srcs: ["expected-stdout.txt"],
+    cmd: "cp -f $(in) $(out)",
+}
+
+// Test's expected standard error.
+genrule {
+    name: "art-run-test-730-cha-deopt-expected-stderr",
+    out: ["art-run-test-730-cha-deopt-expected-stderr.txt"],
+    srcs: ["expected-stderr.txt"],
+    cmd: "cp -f $(in) $(out)",
+}
diff --git a/test/730-checker-inlining-super/Android.bp b/test/730-checker-inlining-super/Android.bp
new file mode 100644
index 0000000..8247b65
--- /dev/null
+++ b/test/730-checker-inlining-super/Android.bp
@@ -0,0 +1,43 @@
+// Generated by `regen-test-files`. Do not edit manually.
+
+// Build rules for ART run-test `730-checker-inlining-super`.
+
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "art_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["art_license"],
+}
+
+// Test's Dex code.
+java_test {
+    name: "art-run-test-730-checker-inlining-super",
+    defaults: ["art-run-test-defaults"],
+    test_config_template: ":art-run-test-target-template",
+    srcs: ["src/**/*.java"],
+    data: [
+        ":art-run-test-730-checker-inlining-super-expected-stdout",
+        ":art-run-test-730-checker-inlining-super-expected-stderr",
+    ],
+    // Include the Java source files in the test's artifacts, to make Checker assertions
+    // available to the TradeFed test runner.
+    include_srcs: true,
+}
+
+// Test's expected standard output.
+genrule {
+    name: "art-run-test-730-checker-inlining-super-expected-stdout",
+    out: ["art-run-test-730-checker-inlining-super-expected-stdout.txt"],
+    srcs: ["expected-stdout.txt"],
+    cmd: "cp -f $(in) $(out)",
+}
+
+// Test's expected standard error.
+genrule {
+    name: "art-run-test-730-checker-inlining-super-expected-stderr",
+    out: ["art-run-test-730-checker-inlining-super-expected-stderr.txt"],
+    srcs: ["expected-stderr.txt"],
+    cmd: "cp -f $(in) $(out)",
+}
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index 1d81e31..e213dec 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -259,6 +259,12 @@
   "720-thread-priority",
   # 728-imt-conflict-zygote: Custom `run` script + dependency on `libarttest`.
   "728-imt-conflict-zygote",
+  # 730-cha-deopt: Fails with:
+  #
+  #   Test command execution failed with status FAILED: CommandResult: exit code=1, out=, err=Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
+  #           at Main.main(Main.java:24)
+  #
+  "730-cha-deopt",
   # 813-fp-args: Dependency on `libarttest`.
   "813-fp-args",
   # 821-many-args: Fails with: