platform_system_core/libutils/tests
Elliott Hughes eb0ef145fd MappedFile and FileMap should support zero-length mappings.
Bug: http://b/119818070 "app crashes when reading asset of zero length"
Test: ran tests
Change-Id: Idd2ad6f6e72c8e445aff78a460fac96dea41c950
2019-02-06 14:29:35 -08:00
..
Android.bp MappedFile and FileMap should support zero-length mappings. 2019-02-06 14:29:35 -08:00
BitSet_test.cpp system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
FileMap_test.cpp MappedFile and FileMap should support zero-length mappings. 2019-02-06 14:29:35 -08:00
Looper_test.cpp [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07:00
LruCache_test.cpp [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07:00
Mutex_test.cpp Add thread safety analysis annotations. 2017-07-21 13:25:42 -07:00
README.txt Add test for RefBase etc. 2016-07-13 12:03:03 -07:00
RefBase_test.cpp Make RefBase more robust and debuggable 2016-08-13 11:17:51 -07:00
Singleton_test.cpp Add tests for multiton issue 2017-02-28 16:34:35 +00:00
Singleton_test.h Add tests for multiton issue 2017-02-28 16:34:35 +00:00
Singleton_test1.cpp Add tests for multiton issue 2017-02-28 16:34:35 +00:00
Singleton_test2.cpp Add tests for multiton issue 2017-02-28 16:34:35 +00:00
String8_test.cpp libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 2016-08-25 20:07:51 +00:00
StrongPointer_test.cpp Fix ODR issue in StrongPointer_test.cpp 2017-02-23 21:25:18 -08:00
SystemClock_test.cpp SystemClock: add test 2016-05-02 13:59:58 -07:00
TestHelpers.h Fix google-explicit-constructor warnings in system/core. 2016-07-26 11:26:01 -07:00
Unicode_test.cpp libutils: Fix bug in strstr16. 2017-10-24 10:36:00 -07:00
Vector_test.cpp [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07:00

Run device tests:

mma -j<whatever>
(after adb root; adb disable-verity; adb reboot)
adb root
adb remount
adb sync
adb shell /data/nativetest/libutils_tests/libutils_tests