Merge "Add TEST_MAPPING for androidfw to add presubmit tests."
This commit is contained in:
committed by
Android (Google) Code Review
commit
1e65287c50
8
libs/androidfw/TEST_MAPPING
Normal file
8
libs/androidfw/TEST_MAPPING
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "libandroidfw_tests",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user