summaryrefslogtreecommitdiff
path: root/libutils/Looper_test.cpp
AgeCommit message (Collapse)Author
2020-08-07Add second batch of fuzzers for libutilsDylan Katz
This adds fuzzers for: - CallStack - Looper - LruCache - Printer - ProcessCallStack - PropertyMap - RWLock - RefBase - StopWatch. Test: Ran each fuzzer for 10 minutes. Rough coverage est. (likely far below actual value): 10.97% Signed-off-by: Dylan Katz <dylan.katz@leviathansecurity.com> Change-Id: I2f9f35c18b13338c282fb7f9c3ea4099ecb2c56f
2019-09-18libutils: increase test TIMING_TOLERANCE_MSSteven Moreland
25 -> 100, because we are seeing larger values sometimes on cuttlefish. Fixes: 141212746 Test: libutils_test Change-Id: I371416473b97f46891104ff9d893ec38c25728aa
2019-02-11Clean up libcutils/libutils tests.Elliott Hughes
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