Update bug no. associated with TODOs for failing standalone ART gtests.
Test: n/a (comment-only change)
Bug: 204649079
Bug: 162834439
Change-Id: If92be1caec2e7b1d081e153032bd88d7e31dfbd6
diff --git a/profman/art_standalone_profman_tests.xml b/profman/art_standalone_profman_tests.xml
index 2cb5a73..9750c23 100644
--- a/profman/art_standalone_profman_tests.xml
+++ b/profman/art_standalone_profman_tests.xml
@@ -38,7 +38,7 @@
processes but `LD_LIBRARY_PATH` is set to a directory of 32-bit libraries which make
them fail to dynamically link to the expected (64-bit) libraries.
- TODO(b/162834439): Investigate these failures and re-enable these tests. -->
+ TODO(b/204649079): Investigate these failures and re-enable these tests. -->
<option name="exclude-filter" value="ProfileAssistantTest.TestProfileRoundTrip" />
<option name="exclude-filter" value="ProfileAssistantTest.TestProfileRoundTripWithAnnotations" />
</test>
diff --git a/runtime/Android.bp b/runtime/Android.bp
index 7be5007..f87a0e9 100644
--- a/runtime/Android.bp
+++ b/runtime/Android.bp
@@ -813,7 +813,7 @@
// Some tests are currently failing (observed on
// `aosp_cf_x86_64_phone-userdebug`); use a special test configuration for
// `art_standalone_runtime_tests` to filter them out for now.
- // TODO(b/162834439): Investigate these failures and re-enable these tests.
+ // TODO(b/204649079): Investigate these failures and re-enable these tests.
test_config: "art_standalone_runtime_tests.xml",
}
diff --git a/runtime/art_standalone_runtime_tests.xml b/runtime/art_standalone_runtime_tests.xml
index c6fbc9a..85beef2 100644
--- a/runtime/art_standalone_runtime_tests.xml
+++ b/runtime/art_standalone_runtime_tests.xml
@@ -70,7 +70,7 @@
<!-- The following tests from `art_standalone_runtime_tests` are currently failing
(observed on `aosp_cf_x86_64_phone-userdebug`).
- TODO(b/162834439): Investigate these failures and re-enable these tests. -->
+ TODO(b/204649079): Investigate these failures and re-enable these tests. -->
<option name="exclude-filter" value="HiddenApiTest.DexDomain_SystemDir" />
<option name="exclude-filter" value="HiddenApiTest.DexDomain_SystemDir_MultiDex" />
<option name="exclude-filter" value="HiddenApiTest.DexDomain_SystemFrameworkDir" />
@@ -93,7 +93,7 @@
processes but `LD_LIBRARY_PATH` is set to a directory of 32-bit libraries which make
them fail to dynamically link to the expected (64-bit) libraries.
- TODO(b/162834439): Investigate these failures and re-enable these tests. -->
+ TODO(b/204649079): Investigate these failures and re-enable these tests. -->
<option name="exclude-filter" value="ExecUtilsTest.EnvSnapshotDeletionsAreNotVisible" />
<option name="exclude-filter" value="ExecUtilsTest.ExecNoTimeout" />
<option name="exclude-filter" value="ExecUtilsTest.ExecSuccess" />