Skip to content

Commit

Permalink
Temporarily disable ART gtests failing with ART module prebuilts. RES…
Browse files Browse the repository at this point in the history
…TRICT AUTOMERGE

Test modules `art_standalone_dex2oat_tests` and
`art_standalone_libartbase_tests` are failing with Android T QPR
builds since the Mainline module prebuilts from the October 2022 Train
were dropped in the corresponding branch. Disable them temporarily
while we investigate these failures.

Test: Rely on pre- and post-submit test runs
Bug: 243510263
Bug: 243507635
Ignore-AOSP-First: This change is only for Android T QPR
Change-Id: Ib347a54b329eb0200f39895b340ad7aa696516e8
  • Loading branch information
roland-levillain committed Aug 23, 2022
1 parent 0381f8e commit 9587cc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
12 changes: 0 additions & 12 deletions TEST_MAPPING
Original file line number Diff line number Diff line change
Expand Up @@ -1234,9 +1234,6 @@
{
"name": "art_standalone_compiler_tests[com.google.android.art.apex]"
},
{
"name": "art_standalone_dex2oat_tests[com.google.android.art.apex]"
},
{
"name": "art_standalone_dexdump_tests[com.google.android.art.apex]"
},
Expand All @@ -1246,9 +1243,6 @@
{
"name": "art_standalone_dexoptanalyzer_tests[com.google.android.art.apex]"
},
{
"name": "art_standalone_libartbase_tests[com.google.android.art.apex]"
},
{
"name": "art_standalone_libartpalette_tests[com.google.android.art.apex]"
},
Expand Down Expand Up @@ -2532,9 +2526,6 @@
{
"name": "art_standalone_compiler_tests"
},
{
"name": "art_standalone_dex2oat_tests"
},
{
"name": "art_standalone_dexdump_tests"
},
Expand All @@ -2544,9 +2535,6 @@
{
"name": "art_standalone_dexoptanalyzer_tests"
},
{
"name": "art_standalone_libartbase_tests"
},
{
"name": "art_standalone_libartpalette_tests"
},
Expand Down
6 changes: 4 additions & 2 deletions test/utils/regen-test-files
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,12 @@ art_gtest_user_module_names = [
"art_libnativebridge_cts_tests",
"art_standalone_cmdline_tests",
"art_standalone_compiler_tests",
"art_standalone_dex2oat_tests",
# Temporarily disable this test as it is failing with ART module prebuilts (see b/243510263).
### "art_standalone_dex2oat_tests",
"art_standalone_dexdump_tests",
"art_standalone_dexlist_tests",
"art_standalone_libartbase_tests",
# Temporarily disable this test as it is failing with ART module prebuilts (see b/243507635).
### "art_standalone_libartbase_tests",
"art_standalone_libartpalette_tests",
"art_standalone_libartservice_tests",
"art_standalone_libarttools_tests",
Expand Down

0 comments on commit 9587cc5

Please sign in to comment.