summaryrefslogtreecommitdiff
path: root/libutils/LruCache_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make callback outlive LruCache.Florian Mayer2022-03-311-3/+3
| | | | | | | The callback can be called by the destructor of LruCache, so it needs to be destructed last. Bug: 227635615 Change-Id: I7d965a2000c1ec32d9c9e88d25ab0c1ba3e9c739
* Clean up libcutils/libutils tests.Elliott Hughes2019-02-111-0/+459
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