History log of /system/core/libutils/tests/Vector_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5bae1b866d309f3d59aaab8e9a007413b3c68f83 06-Feb-2017 Elliott Hughes <enh@google.com> 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
/system/core/libutils/tests/Vector_test.cpp
66ce3e08c5632a20ea66bde6dd76397041edf034 28-Sep-2016 Mark Salyzyn <salyzyn@google.com> system/core Replace cutils/log.h with android/log.h

Should use android/log.h instead of cutils/log.h as a good example
to all others. Adjust header order to comply with Android Coding
standards.

Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I2c9cbbbd64d8dccf2d44356361d9742e4a9b9031
/system/core/libutils/tests/Vector_test.cpp
b898075f307246743676a16f2204ecde35c65146 01-Mar-2016 James Hawkins <jhawkins@google.com> system/core/lib[c]utils: Fix signedness comparison warnings.

* Store the output of a length variable in size_t.
* Annotate unsigned constant values as such.

Bug: 27384813
Change-Id: I8504c0a8f5840d4d42e5c0df797a4e5d02d13eb9
/system/core/libutils/tests/Vector_test.cpp
16bed9650aa493194b4091700ac81c9c882d96b2 20-Sep-2015 Brian Carlstrom <bdc@google.com> am 742d0173: am 661600dd: am 110f705e: resolved conflicts for 832a0d1c to mnc-dev

* commit '742d0173e8bd41e137d175c04860c532270b3f5b':
libutils: Fix integer overflows in VectorImpl.
110f705e1077b388a69814e9cdd2907a6ad7d5bb 20-Sep-2015 Brian Carlstrom <bdc@google.com> resolved conflicts for 832a0d1c to mnc-dev

Change-Id: Ic46ee60de7bc500f4e1d5fe841524db80918a8d9
419e6c3c68413bd6dbb6872340b2ae0d69a0fd60 28-Aug-2015 Narayan Kamath <narayan@google.com> libutils: Fix integer overflows in VectorImpl.

Use external/safe-iop to check for overflows on arithmetic
operations.

Also remove an unnecessary copy of Vector/SharedBuffer from
codeflinger and use the copy from libutils instead.

Note that some of the unit tests are somewhat useless due to
test-runner limitations : gtest's ability to filter on abort message
doesn't work when combined with messages formatted by android's logging
system.

bug: 22953624

(cherry picked from commit c609c31fb56ae434caa2d0153cd0a2f74a715071)

Change-Id: I61644633db6b54fa230683615de9724f7fabf6fb
/system/core/libutils/tests/Vector_test.cpp
51e740f802083cc250a2f6228222bcbbcec79887 08-Sep-2015 Narayan Kamath <narayan@google.com> resolved conflicts for 32d86587 to mnc-dr-dev-plus-aosp

Change-Id: I381133e7dd93f908bd3d2b42e8af83d954e428af
c609c31fb56ae434caa2d0153cd0a2f74a715071 28-Aug-2015 Narayan Kamath <narayan@google.com> libutils: Fix integer overflows in VectorImpl.

Use external/safe-iop to check for overflows on arithmetic
operations.

Also remove an unnecessary copy of Vector/SharedBuffer from
codeflinger and use the copy from libutils instead.

Note that some of the unit tests are somewhat useless due to
test-runner limitations : gtest's ability to filter on abort message
doesn't work when combined with messages formatted by android's logging
system.

bug: 22953624

Change-Id: I46b1ae8ca1f3a010be13aca36a091e76a97a7b70
/system/core/libutils/tests/Vector_test.cpp
3e6c451908418484d6e3b4a9f26e793af5d04b62 18-Aug-2015 Nick Kralevich <nnk@google.com> libutils: fix signed/unsigned comparison warnings

Change-Id: Ib283c85a404a20688c5357fa513e5d07c2f42803
/system/core/libutils/tests/Vector_test.cpp
d98e07fdf9c338589f263c47ce5c844ed43efad5 02-Aug-2013 Alex Ray <aray@google.com> move libs/utils to libutils

Change-Id: I6cf4268599460791414882f91eeb88a992fbd29d
/system/core/libutils/tests/Vector_test.cpp