platform_system_core/libutils/tests
Elliott Hughes 5bae1b866d Make __android_log_assert behave more like libc asserts.
If we don't output to stderr too, not only is it annoying to shell users (who
won't see anything), it prevents us from writing better gtests that actually
make assertions about the assert message.

Bug: http://b/23675822
Test: libutils tests still pass
Change-Id: I62b3144c385cba4dde485f0b0f9b42aeaef51e9a
2017-02-06 10:54:00 -08:00
..
Android.bp Add test for RefBase etc. 2016-07-13 12:03:03 -07:00
BitSet_test.cpp system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
BlobCache_test.cpp Add test for RefBase etc. 2016-07-13 12:03:03 -07:00
Looper_test.cpp Merge \"Fix google-explicit-constructor warnings in system/core.\" 2016-07-29 17:01:17 +00:00
LruCache_test.cpp system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -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
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 google-explicit-constructor warnings in system/core. 2016-07-26 11:26:01 -07: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 Unicode: specify destination length in utf8_to_utf16 methods 2016-08-25 19:57:06 +00:00
Vector_test.cpp Make __android_log_assert behave more like libc asserts. 2017-02-06 10:54:00 -08: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