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.
Test: atest art-run-test-576-polymorphic-inlining
Test: atest art-run-test-730-checker-inlining-super
Test: atest --test-mapping art:presubmit
Change-Id: 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"
},
{