summaryrefslogtreecommitdiff
path: root/libutils/Mutex_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libutils: Fix thread safety annotations in MutexMikhail Naganov2019-03-291-1/+17
| | | | | | | | | The annotations for Mutex::tryLock and timedLock were incorrectly specifying the return value for the successful acquisition. Test: make libutils_test Change-Id: I9729b6555ede5cb1d6db046e33c35bf5926c7755
* Clean up libcutils/libutils tests.Elliott Hughes2019-02-111-0/+32
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