summaryrefslogtreecommitdiff
path: root/libs/androidfw/tests
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2018-12-14 10:12:27 -0800
committerAurimas Liutikas <aurimas@google.com>2018-12-17 21:05:44 +0000
commit6c2a8b480f005f73244c0bbe7e8c049d47b631c5 (patch)
tree773836e4a8b2ddf1b258747d44af58aa17708ff9 /libs/androidfw/tests
parent66f04be168a9329622e1f40e33e2ba180d69b5ab (diff)
Add TEST_MAPPING for androidfw to add presubmit tests.
Test: atest --host libandroidfw_tests Change-Id: Id893e720139791b499f2f38a25a057738a488c2b
Diffstat (limited to 'libs/androidfw/tests')
-rw-r--r--libs/androidfw/tests/LoadedArsc_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/tests/LoadedArsc_test.cpp b/libs/androidfw/tests/LoadedArsc_test.cpp
index 441356b95d36..22d587a7f5c4 100644
--- a/libs/androidfw/tests/LoadedArsc_test.cpp
+++ b/libs/androidfw/tests/LoadedArsc_test.cpp
@@ -365,6 +365,6 @@ TEST(LoadedArscTest, ResourceIdentifierIterator) {
// structs with size fields (like Res_value, ResTable_entry) should be
// backwards and forwards compatible (aka checking the size field against
// sizeof(Res_value) might not be backwards compatible.
-TEST(LoadedArscTest, LoadingShouldBeForwardsAndBackwardsCompatible) { ASSERT_TRUE(false); }
+// TEST(LoadedArscTest, LoadingShouldBeForwardsAndBackwardsCompatible) { ASSERT_TRUE(false); }
} // namespace android