b381ead492251a797d2df4b260cb01eb1f64cfad |
|
10-Jul-2009 |
David 'Digit' Turner <digit@google.com> |
Don't build libstdc++ host tests with the Bionic headers. This creates conflicts (e.g. <cfloat> includes <sys/limits.h> which is not always available on the host). Add missing using ::<function> statements to test_cstdlib.cpp. Remove obsolete debug trace (LOCAL_MODULE=xxxxx) in Android.mk
/system/extras/tests/bionic/libstdc++/test_climits.cpp
|
1aa5708e437b96e04f31d9c9f167427411ba5510 |
|
08-Apr-2009 |
Niko Catania <> |
AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and their tests. The only one left is cstring. * bionic/libstdc++/include/cstdlib: * bionic/libstdc++/include/cstdio: * bionic/libstdc++/include/cstdint: * bionic/libstdc++/include/csignal: * bionic/libstdc++/include/csetjmp: Added header file. Checks the bionic headers file were picked up instead of the host ones. Added test for new header files * system/extras/tests/bionic/libstdc++/Android.mk: Added tests for the new header files. EXTRA_CFLAGS: include the bionic header files. BUG=1601432 Automated import of CL 145059
/system/extras/tests/bionic/libstdc++/test_climits.cpp
|
84011c7599ab8a4463cefda5e8ce8a59987640d8 |
|
02-Apr-2009 |
Niko Catania <> |
AI 144236: Added new C to stdc++ header files: cassert, cctype, climits, ctime. QA Impact:None BUG=1601432 Automated import of CL 144236
/system/extras/tests/bionic/libstdc++/test_climits.cpp
|