summaryrefslogtreecommitdiffstats
path: root/TEST_MAPPING
Commit message (Collapse)AuthorAgeFilesLines
* Add presubmit test for vendor overlayPaul Trautrim2019-02-161-0/+3
| | | | | | | | Add a test that creates files in the appropriate vendor_overlay directory and verifies that they are correctly overlaid (or not) onto /vendor after rebooting. Test: locally running atest Change-Id: I65860dbeb837f86ac030fa51b3af93844e82de96
* Clean up libcutils/libutils tests.Elliott Hughes2019-02-111-0/+3
| | | | | | | | | | | | | | | | | Move tests in the same directory as the corresponding code, so it's easier to see what is/isn't tested. Fix naming of libcutils_tests (plural) to match the singular that's more common (even though the plural makes more sense to me). Add these two to system/core/'s TEST_MAPPING. Remove obsolete AndroidTest.xml. Fix a flaky (timing-dependent) libcutils test. Test: ran tests Change-Id: I7e0a31ff45c8a152562bf66fc97161594249366e
* Update fs_mgr tests for new fstab format and add to TEST_MAPPINGTom Cherry2019-01-231-0/+3
| | | | | | | | | And fix a bug in the meantime, where mounts with no filesystem specific mount options were incorrectly having an empty string in their set of mount options. Test: this test Change-Id: I9b1f14d00a90f8b95a13fcecb3cfa7fe10a2f96a
* TEST_MAPPING: add the rest of our actively maintained tests.Elliott Hughes2018-10-301-0/+24
| | | | | | | | | | We can't add the ones that need a shared library because the infrastructure doesn't work yet. (We also can't comment this in the file, because there's no support for comments :-( .) Bug: N/A Test: N/A Change-Id: I4d84f962bbf48fc708df336726c18e48fe206492
* Add adbd_test to presubmit test mappingJulien Desprez2018-10-231-0/+7
Onboard device side gtest of adbd to test mapping to be run in presubmit. Test: atest adbd_test Bug: 112104122 Change-Id: Iefb6be0fb0ecea5a95aadce923c223e40f92bdab