bionic/libc
Dan Albert a6395e1fd0 Update NDK compatlib for 4.1.2.
The replacement new failures present in newer versions are present
here as well, with the following new issues:

XPASS std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp

This is from the -NaN formatting fix in bionic. We previously had this
wrong, and the upstream test is also wrong. There's currently an XFAIL
for Android in this test because I haven't fixed the upstream test
yet. After that is done, I'll need to teach the test runner how to
XFAIL older Android versions...

FAIL std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor.pass.cpp
    dtor.pass.cpp:39: int main(): assertion "globalMemCounter.checkDeleteArrayCalledEq(1)" failed

Haven't investigated this one yet. http://b/19412688

Note that this also needs the libgcc link ordering to be fixed in the
build system, as we'll otherwise depend on libgcc symbols from libc
that may or may not have been there.

The build fix can't be submitted because the proper link order causes
the libgcc unwinder to be used instead of the EHABI one:
http://b/18471342

Bug: 18471532
Change-Id: Icf560485a9b8f5ebbe01e4458703e62ec94df5e1
2015-02-17 17:02:42 -08:00
..
arch-arm Fix memchr overflow. 2015-02-14 13:21:22 -08:00
arch-arm64 Fix memchr overflow. 2015-02-14 13:21:22 -08:00
arch-common/bionic Make .note.android.ident section type SH_NOTE 2015-02-12 21:37:20 -08:00
arch-mips Fix memchr overflow. 2015-02-14 13:21:22 -08:00
arch-mips64 Fix memchr overflow. 2015-02-14 13:21:22 -08:00
arch-x86 Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680 2015-02-05 01:57:28 +00:00
arch-x86_64 Fix memchr overflow. 2015-02-14 13:21:22 -08:00
bionic Fix sysconf for _SC_CHILD_MAX and _SC_OPEN_MAX. 2015-02-17 09:55:58 -08:00
dns Define MAXHOSTNAMELEN explicitly in source files. 2015-02-09 19:56:47 -08:00
include Change getgrent error declaration message to proper style. 2015-02-17 11:33:42 -08:00
kernel Define MAXHOSTNAMELEN explicitly in source files. 2015-02-09 19:56:47 -08:00
private Split the shared group data from the shared passwd data. 2014-12-18 15:01:10 -08:00
stdio Fix optimized fread. 2015-01-24 12:35:41 -08:00
tools Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data. 2015-02-04 17:17:34 +01:00
tzcode libc: Fix mktime returns an uncorrect time in empty TZ case 2014-11-14 18:13:07 -08:00
upstream-dlmalloc Return total footprint, not high water mark. 2014-10-13 12:45:35 -07:00
upstream-freebsd Clean up <stdlib.h> slightly. 2015-01-26 14:28:41 -08:00
upstream-netbsd Remove bogus transitive includes. 2014-12-29 13:29:50 -08:00
upstream-openbsd Fix memchr overflow. 2015-02-14 13:21:22 -08:00
zoneinfo Upgrade bionic to tzdata2014j. 2014-11-11 16:44:21 -08:00
Android.mk Update NDK compatlib for 4.1.2. 2015-02-17 17:02:42 -08:00
crt.mk Make .note.android.ident section type SH_NOTE 2015-02-12 21:37:20 -08:00
MODULE_LICENSE_BSD auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
NOTICE Update bionic NOTICE files. 2014-12-18 16:27:30 -08:00
SYSCALLS.TXT Ensure raw fchmod/fchmodat syscalls are hidden. 2015-02-03 12:10:30 -08:00