OSDN Git Service

android-x86/system-extras.git
9 years agoAdd missing includes.
Elliott Hughes [Fri, 30 Jan 2015 05:26:35 +0000 (21:26 -0800)]
Add missing includes.

Change-Id: Ie3acca064c1bcecb4e0305e61f01ba8cea4abe03

9 years agoMerge "Add missing <string.h> include."
Elliott Hughes [Thu, 29 Jan 2015 06:30:28 +0000 (06:30 +0000)]
Merge "Add missing <string.h> include."

9 years agoAdd missing <string.h> include.
Elliott Hughes [Thu, 29 Jan 2015 06:28:13 +0000 (22:28 -0800)]
Add missing <string.h> include.

Change-Id: I7262823b75bbcce47697fe246f6c8e902a931c8c

9 years agoMerge "Add missing <string.h> include."
Elliott Hughes [Wed, 28 Jan 2015 19:19:36 +0000 (19:19 +0000)]
Merge "Add missing <string.h> include."

9 years agoAdd missing <string.h> include.
Elliott Hughes [Wed, 28 Jan 2015 19:18:24 +0000 (11:18 -0800)]
Add missing <string.h> include.

Change-Id: Iffdfed00ac49a7920844fa5f9e1a3ffc6a77e641

9 years agoMerge "Remove superfluous OpenSSL include paths."
Kenny Root [Mon, 26 Jan 2015 18:53:14 +0000 (18:53 +0000)]
Merge "Remove superfluous OpenSSL include paths."

9 years agoRemove superfluous OpenSSL include paths.
Adam Langley [Fri, 23 Jan 2015 01:18:02 +0000 (17:18 -0800)]
Remove superfluous OpenSSL include paths.

The libcrypto and libssl modules (and their respective static and host
versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module
is sufficient.

Change-Id: I9b5360bb3af65a629c3e7bc6963a7fac78879c5f

9 years agoMerge "Include bn.h for BN_ functions."
Geremy Condra [Wed, 21 Jan 2015 18:39:57 +0000 (18:39 +0000)]
Merge "Include bn.h for BN_ functions."

9 years agoInclude bn.h for BN_ functions.
Adam Langley [Wed, 21 Jan 2015 02:25:27 +0000 (18:25 -0800)]
Include bn.h for BN_ functions.

The BN_ functions used in this source file require bn.h to be included.
At the moment, a transitive include via evp.h is keeping the build
working, but we shouldn't depend on that.

Change-Id: I7153f29ca61d53e6abb7a9df78d0c6aceccafdb2

9 years agoMerge "make_ext4fs: workaround for a glibc scandir bug"
Elliott Hughes [Thu, 8 Jan 2015 17:46:31 +0000 (17:46 +0000)]
Merge "make_ext4fs: workaround for a glibc scandir bug"

9 years agomake_ext4fs: workaround for a glibc scandir bug
Mihai Serban [Wed, 7 Jan 2015 10:44:24 +0000 (12:44 +0200)]
make_ext4fs: workaround for a glibc scandir bug

Due to a bug in glibc scandir the make_ext4fs tool fails sometimes
with error message:
"error: build_directory_structure: scandir: Cannot allocate memory"
A simple retry of the failed scandir in case errno is ENOMEM
greatly increases the chances to finish the operation successfully.

The scandir bug is reported here:
https://sourceware.org/bugzilla/show_bug.cgi?id=17804

Change-Id: I87fa283106c0215e4b358459022497d9ec1edb60
Signed-off-by: Mihai Serban <mihai.serban@intel.com>
9 years agoMerge "ext4_utils: Support -L LABEL option on mkuserimg"
David Turner [Mon, 5 Jan 2015 15:32:31 +0000 (15:32 +0000)]
Merge "ext4_utils: Support -L LABEL option on mkuserimg"

9 years agoMerge "Fix missing #includes in system/extras."
Elliott Hughes [Mon, 29 Dec 2014 21:17:25 +0000 (21:17 +0000)]
Merge "Fix missing #includes in system/extras."

9 years agoFix missing #includes in system/extras.
Elliott Hughes [Mon, 29 Dec 2014 20:29:50 +0000 (12:29 -0800)]
Fix missing #includes in system/extras.

Change-Id: I78000cea6b2012f571e596ed400b3f04847cb761

9 years agoext4_utils: Support -L LABEL option on mkuserimg
Christoffer Dall [Wed, 17 Dec 2014 20:35:37 +0000 (21:35 +0100)]
ext4_utils: Support -L LABEL option on mkuserimg

When creating Android images it is practical to be able to specify a
filesystem label on the image files, which can be used to identify
images for the right mount point.

Change-Id: If0cefab3bb8ee27d2da15741ea709f1583ebb2e0
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
9 years agoMerge "Add missing fcntl.h for pagingtest.c."
Yabin Cui [Wed, 10 Dec 2014 06:31:02 +0000 (06:31 +0000)]
Merge "Add missing fcntl.h for pagingtest.c."

9 years agoAdd missing fcntl.h for pagingtest.c.
Yabin Cui [Wed, 10 Dec 2014 06:29:50 +0000 (22:29 -0800)]
Add missing fcntl.h for pagingtest.c.

Change-Id: I32ff00c9e00978b0d5787beb96c2bd1ad3455910

9 years agoMerge "Change file to include sys/time.h directly."
Yabin Cui [Wed, 10 Dec 2014 05:49:33 +0000 (05:49 +0000)]
Merge "Change file to include sys/time.h directly."

9 years agoChange file to include sys/time.h directly.
Yabin Cui [Wed, 10 Dec 2014 05:13:23 +0000 (21:13 -0800)]
Change file to include sys/time.h directly.

Bug: 18627763
Change-Id: Iba26399ab1ae1ae2a37246415bec02d9f9f7c300

9 years agoMerge "Use "-z muldefs" to work around duplicate symbol issues."
Stephen Hines [Thu, 4 Dec 2014 02:51:30 +0000 (02:51 +0000)]
Merge "Use "-z muldefs" to work around duplicate symbol issues."

9 years agoUse "-z muldefs" to work around duplicate symbol issues.
Stephen Hines [Tue, 2 Dec 2014 18:41:37 +0000 (10:41 -0800)]
Use "-z muldefs" to work around duplicate symbol issues.

Bug: 18389563

The duplicate symbols arise as part of a compiler-rt update, which impacts
libc++_static.a (and causes conflicts with the symbols in libgcc.a).

Change-Id: I67d25c5ffcf6bbf199593a07917b1dc739301a57

9 years agoMerge "Fix build in C++11 mode"
Dan Albert [Fri, 28 Nov 2014 05:34:38 +0000 (05:34 +0000)]
Merge "Fix build in C++11 mode"

9 years agoFix build in C++11 mode
Bernhard Rosenkränzer [Fri, 28 Nov 2014 00:57:48 +0000 (01:57 +0100)]
Fix build in C++11 mode

"PRIu64 is a C++11 literal -- fix it by adding a space

Change-Id: I760bfc31b47c87adbc9d9f224ecfbf08fffcc2e2
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
9 years agoMerge "bionic libc tests: clean up the tests for setjmp"
Elliott Hughes [Thu, 27 Nov 2014 03:43:34 +0000 (03:43 +0000)]
Merge "bionic libc tests: clean up the tests for setjmp"

9 years agoMerge "Remove reference to dead init.testmenu."
Elliott Hughes [Mon, 24 Nov 2014 21:06:48 +0000 (21:06 +0000)]
Merge "Remove reference to dead init.testmenu."

9 years agoRemove reference to dead init.testmenu.
Elliott Hughes [Mon, 24 Nov 2014 20:00:36 +0000 (12:00 -0800)]
Remove reference to dead init.testmenu.

Change-Id: Ibca7ba5f0129c26900b9833c1dc34b86ed8e8e54

9 years agoMerge "Make memtrack an optional module."
Dan Albert [Fri, 21 Nov 2014 22:13:08 +0000 (22:13 +0000)]
Merge "Make memtrack an optional module."

9 years agoMake memtrack an optional module.
Dan Albert [Fri, 21 Nov 2014 21:43:57 +0000 (13:43 -0800)]
Make memtrack an optional module.

This isn't really _needed_ (someone correct me if I'm wrong), and
right now it's preventing some of us from building for flounder
because of the segfaults in ld.

Change-Id: I5bdf81e1daca757e332447af61523c9e2b941a70

9 years agoMerge "More C++11 compatibility."
Dan Albert [Fri, 21 Nov 2014 02:41:41 +0000 (02:41 +0000)]
Merge "More C++11 compatibility."

9 years agoMore C++11 compatibility.
Dan Albert [Fri, 21 Nov 2014 02:32:52 +0000 (18:32 -0800)]
More C++11 compatibility.

Bug: 18466763
Change-Id: Ia308b7c8017cfdb7bebf5c307730ef3f0ef6f572

9 years agoMerge "Move system/extras to libc++."
Dan Albert [Sun, 16 Nov 2014 17:27:04 +0000 (17:27 +0000)]
Merge "Move system/extras to libc++."

9 years agoMove system/extras to libc++.
Dan Albert [Sun, 16 Nov 2014 02:50:10 +0000 (18:50 -0800)]
Move system/extras to libc++.

Bug: 15193147
Change-Id: I2188179aa315b6b94493135cfb243d5a9018fd10

9 years agoMerge "bionic libc tests: clean up tests for seteuid call"
Elliott Hughes [Wed, 12 Nov 2014 02:07:05 +0000 (02:07 +0000)]
Merge "bionic libc tests: clean up tests for seteuid call"

9 years agoMerge "Add paging test"
Rom Lemarchand [Tue, 11 Nov 2014 21:57:17 +0000 (21:57 +0000)]
Merge "Add paging test"

9 years agoAdd paging test
Rom Lemarchand [Mon, 10 Nov 2014 18:32:49 +0000 (10:32 -0800)]
Add paging test

Add a system paging test that measures the following things:
- mmap and munmap a file
- page a file and and out of memory
- thrash the page cache by bringing in more pages than the system can hold in RAM

Change-Id: I46dfb52a02e5030babd5b24c13a2abca779aeb02

9 years agobionic libc tests: clean up tests for seteuid call
Yongqin Liu [Wed, 29 Oct 2014 10:04:01 +0000 (18:04 +0800)]
bionic libc tests: clean up tests for seteuid call

Clean up files and settings for seteuid test here,
Since the tests will be migrated to unistd.seteuid* test
in bionic/tests/unistd_test.cpp file

Change-Id: Ia24b03c1e9a73e5e6c532e591a9d532253f0b9d1
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoam 5022e71a: Merge "bionic libc tests: clean up test_udp.c"
Elliott Hughes [Mon, 3 Nov 2014 18:33:30 +0000 (18:33 +0000)]
am 5022e71a: Merge "bionic libc tests: clean up test_udp.c"

* commit '5022e71a0c5dd943c0a6ca22b9252864472a8aef':
  bionic libc tests: clean up test_udp.c

9 years agoMerge "bionic libc tests: clean up test_udp.c"
Elliott Hughes [Mon, 3 Nov 2014 18:29:40 +0000 (18:29 +0000)]
Merge "bionic libc tests: clean up test_udp.c"

9 years agobionic libc tests: clean up test_udp.c
Yongqin Liu [Sun, 2 Nov 2014 16:43:38 +0000 (00:43 +0800)]
bionic libc tests: clean up test_udp.c

clean up the file and setting for file
    tests/bionic/libc/common/test_udp.c

Change-Id: Id7889910e87309415b9504e6693322697907f426
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agobionic libc tests: clean up the tests for setjmp
Yongqin Liu [Sat, 1 Nov 2014 03:41:51 +0000 (11:41 +0800)]
bionic libc tests: clean up the tests for setjmp

remove the file and settings of tests for setjmp

Change-Id: I79f4997de3da2aa55ea2b1de992b8f4a60c0829a
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoam 726aff19: Merge "bionic libc tests: clean up setting for hello_world.cpp"
Elliott Hughes [Wed, 29 Oct 2014 18:11:54 +0000 (18:11 +0000)]
am 726aff19: Merge "bionic libc tests: clean up setting for hello_world.cpp"

* commit '726aff1955d7c143657e0ec333aaad8339a8a58b':
  bionic libc tests: clean up setting for hello_world.cpp

9 years agoMerge "bionic libc tests: clean up setting for hello_world.cpp"
Elliott Hughes [Wed, 29 Oct 2014 18:08:41 +0000 (18:08 +0000)]
Merge "bionic libc tests: clean up setting for hello_world.cpp"

9 years agoam 78b686d1: Merge "bionic libc tests: clean up test for static_init"
Elliott Hughes [Wed, 29 Oct 2014 12:32:23 +0000 (12:32 +0000)]
am 78b686d1: Merge "bionic libc tests: clean up test for static_init"

* commit '78b686d1e88e81f29c8cfc479115b356ca72f661':
  bionic libc tests: clean up test for static_init

9 years agoam ea3b7124: Merge "bionic test libc: clean up test for pthread_once"
Elliott Hughes [Wed, 29 Oct 2014 12:32:16 +0000 (12:32 +0000)]
am ea3b7124: Merge "bionic test libc: clean up test for pthread_once"

* commit 'ea3b71240072e854838069aa0d6957d40aa6be2d':
  bionic test libc: clean up test for pthread_once

9 years agobionic libc tests: clean up setting for hello_world.cpp
Yongqin Liu [Wed, 29 Oct 2014 10:09:53 +0000 (18:09 +0800)]
bionic libc tests: clean up setting for hello_world.cpp

clean up the remaining settings for hello_world.cpp
in file tests/bionic/libc/Android.mk

Change-Id: I6108a0d7e33c677dd2dba6dde3155f088d3fe14e
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoam a24d452a: Merge "bionic libc test: clean up tests for getgrouplist"
Elliott Hughes [Tue, 28 Oct 2014 17:33:59 +0000 (17:33 +0000)]
am a24d452a: Merge "bionic libc test: clean up tests for getgrouplist"

* commit 'a24d452af19456c3104b0f3d1f8de26f27591777':
  bionic libc test: clean up tests for getgrouplist

9 years agoam 85f3e14b: Merge "bionic libc test: clean up pthread mutex type test"
Elliott Hughes [Tue, 28 Oct 2014 17:33:59 +0000 (17:33 +0000)]
am 85f3e14b: Merge "bionic libc test: clean up pthread mutex type test"

* commit '85f3e14b0f9c30ed55e61a7909abe28128119520':
  bionic libc test: clean up pthread mutex type test

9 years agoMerge "bionic libc tests: clean up test for static_init"
Elliott Hughes [Tue, 28 Oct 2014 16:41:27 +0000 (16:41 +0000)]
Merge "bionic libc tests: clean up test for static_init"

9 years agoMerge "bionic test libc: clean up test for pthread_once"
Elliott Hughes [Tue, 28 Oct 2014 15:43:03 +0000 (15:43 +0000)]
Merge "bionic test libc: clean up test for pthread_once"

9 years agobionic libc tests: clean up test for static_init
Yongqin Liu [Tue, 28 Oct 2014 14:39:26 +0000 (22:39 +0800)]
bionic libc tests: clean up test for static_init

This change is to delete the static init test related files and settings.
Since they do not contain useful test, they only test the member behivor
in CPP constructor which are tested in bionic/tests/dlcfn_test.cpp file

Change-Id: I06a882e16f9f917e79d82c2b78978a6f1e7c2bb6
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoam 05a66cd9: Merge "bionic libs test: clean up for gethostname test"
Elliott Hughes [Tue, 28 Oct 2014 04:51:53 +0000 (04:51 +0000)]
am 05a66cd9: Merge "bionic libs test: clean up for gethostname test"

* commit '05a66cd9164dda93625cb1f8b9b082f94d124a5d':
  bionic libs test: clean up for gethostname test

9 years agoam 27443f28: Merge "bionic libc tests: clean up test_netinet_icmp.c file"
Elliott Hughes [Tue, 28 Oct 2014 04:51:52 +0000 (04:51 +0000)]
am 27443f28: Merge "bionic libc tests: clean up test_netinet_icmp.c file"

* commit '27443f28bbcbc6aca7b6b3fda54a177779929af1':
  bionic libc tests: clean up test_netinet_icmp.c file

9 years agoam f1f4e334: Merge "bionic libc test: clean up test_static_cpp_mutex test"
Elliott Hughes [Tue, 28 Oct 2014 04:49:13 +0000 (04:49 +0000)]
am f1f4e334: Merge "bionic libc test: clean up test_static_cpp_mutex test"

* commit 'f1f4e33471a1b4e481cf443ff463bcd3c71b88be':
  bionic libc test: clean up test_static_cpp_mutex test

9 years agoam 426df33f: Merge "bionic libc test: clean up sysconf test"
Elliott Hughes [Tue, 28 Oct 2014 04:33:14 +0000 (04:33 +0000)]
am 426df33f: Merge "bionic libc test: clean up sysconf test"

* commit '426df33fc486c04331335d5adc116441e2a7b952':
  bionic libc test: clean up sysconf test

9 years agobionic test libc: clean up test for pthread_once
Yongqin Liu [Tue, 28 Oct 2014 03:31:58 +0000 (11:31 +0800)]
bionic test libc: clean up test for pthread_once

the test implemented in file
    tests/bionic/libc/common/test_pthread_once.c
has been re-implemented in file
    bionic/test/pthread_once_smoke
by the tests pthread.pthread_once_smoke and pthread.pthread_once_1934122,
so here remove the related file and settings

Change-Id: I2c8d6f8a07419d4840512736cf264a86482f7eaf
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoMerge "bionic libc test: clean up tests for getgrouplist"
Elliott Hughes [Sat, 25 Oct 2014 02:16:47 +0000 (02:16 +0000)]
Merge "bionic libc test: clean up tests for getgrouplist"

9 years agobionic libc test: clean up tests for getgrouplist
Yongqin Liu [Fri, 24 Oct 2014 11:46:54 +0000 (19:46 +0800)]
bionic libc test: clean up tests for getgrouplist

Since the tests for getgrouplist will be implemented in bionic/tests
directory, the test files and setting will be deleted from here.

Change-Id: Ib5ece65ef2475ae8acc9ce5bfd2a255b734aa906
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoMerge "bionic libc test: clean up pthread mutex type test"
Elliott Hughes [Sat, 25 Oct 2014 00:34:30 +0000 (00:34 +0000)]
Merge "bionic libc test: clean up pthread mutex type test"

9 years agoMerge "bionic libs test: clean up for gethostname test"
Elliott Hughes [Fri, 24 Oct 2014 23:30:58 +0000 (23:30 +0000)]
Merge "bionic libs test: clean up for gethostname test"

9 years agoMerge "bionic libc tests: clean up test_netinet_icmp.c file"
Elliott Hughes [Fri, 24 Oct 2014 23:02:18 +0000 (23:02 +0000)]
Merge "bionic libc tests: clean up test_netinet_icmp.c file"

9 years agoam acc6dfd9: Merge "bionic libc tests: clean up tests for destructor in executable"
Elliott Hughes [Fri, 24 Oct 2014 20:18:11 +0000 (20:18 +0000)]
am acc6dfd9: Merge "bionic libc tests: clean up tests for destructor in executable"

* commit 'acc6dfd95f6a2f660f318284db0fa7f01f99231b':
  bionic libc tests: clean up tests for destructor in executable

9 years agoam 03e1776e: Merge "bionic libc test: remove gethostbyname test"
Christopher Ferris [Fri, 24 Oct 2014 20:18:11 +0000 (20:18 +0000)]
am 03e1776e: Merge "bionic libc test: remove gethostbyname test"

* commit '03e1776e5b46cf651fa6c4107d87920ecaa72f4c':
  bionic libc test: remove gethostbyname test

9 years agoam 6a425bbe: Merge "bionic libc test: remove getaddrinfo test"
Elliott Hughes [Fri, 24 Oct 2014 20:18:10 +0000 (20:18 +0000)]
am 6a425bbe: Merge "bionic libc test: remove getaddrinfo test"

* commit '6a425bbe5ff6cafe4baa3db80c06eb3a5afdf08f':
  bionic libc test: remove getaddrinfo test

9 years agoam 03a2281e: Merge "bionic libc test: remove relocation related bionic test"
Elliott Hughes [Fri, 24 Oct 2014 20:18:08 +0000 (20:18 +0000)]
am 03a2281e: Merge "bionic libc test: remove relocation related bionic test"

* commit '03a2281e9aec5d723d54f4763e4082a39c6118bb':
  bionic libc test: remove relocation related bionic test

9 years agobionic libs test: clean up for gethostname test
Yongqin Liu [Fri, 24 Oct 2014 12:26:24 +0000 (20:26 +0800)]
bionic libs test: clean up for gethostname test

since the tests for gethostname will be migrated into
bionic/tests/unistd_test.cpp as unistd.gethostname test
in the gtest format, the related files and settings will
be cleaned up here.

Change-Id: Ibe2bc9d3304ec9ac08a24a318276f07b84a1afea
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agobionic libc tests: clean up test_netinet_icmp.c file
Yongqin Liu [Fri, 24 Oct 2014 11:50:27 +0000 (19:50 +0800)]
bionic libc tests: clean up test_netinet_icmp.c file

since no meaningful tests implemented in this file.

Change-Id: I5846b65cd31eb70232c207394d622551eb72a4a0
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agobionic libc test: clean up pthread mutex type test
Yongqin Liu [Fri, 24 Oct 2014 07:03:06 +0000 (15:03 +0800)]
bionic libc test: clean up pthread mutex type test

clean up the pthread mutex types related tests implemented in
  tests/bionic/libc/bionic/test_mutex.c
and related settings, since the tests will be migrated into file
  bionic/tests/pthread_test.cpp

Change-Id: Icbbac40c42de7df49ff19bae54d71b455cafb987
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoMerge "bionic libc test: clean up test_static_cpp_mutex test"
Elliott Hughes [Fri, 24 Oct 2014 04:05:42 +0000 (04:05 +0000)]
Merge "bionic libc test: clean up test_static_cpp_mutex test"

9 years agobionic libc test: clean up test_static_cpp_mutex test
Yongqin Liu [Fri, 24 Oct 2014 03:53:44 +0000 (11:53 +0800)]
bionic libc test: clean up test_static_cpp_mutex test

delete related file and setting for test test_static_cpp_mutex,
since it is migrated into bionic/tests/pthread_test.cpp in gtest format

Change-Id: Ia9d165b18410c40a6f07a3b0b23d53bf8e355d05
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoam 156c6143: Merge "bionic libc test: clean up dlclose related test in system/extras"
Elliott Hughes [Thu, 23 Oct 2014 22:30:15 +0000 (22:30 +0000)]
am 156c6143: Merge "bionic libc test: clean up dlclose related test in system/extras"

* commit '156c614373c932ce1f412ab2724c0b4a56db001d':
  bionic libc test: clean up dlclose related test in system/extras

9 years agoam ef6c48b7: Merge "bionic libc test: clean up test for dlopen_null"
Elliott Hughes [Thu, 23 Oct 2014 22:30:14 +0000 (22:30 +0000)]
am ef6c48b7: Merge "bionic libc test: clean up test for dlopen_null"

* commit 'ef6c48b7e626a54cf34aa66f241732ac9f382a6d':
  bionic libc test: clean up test for dlopen_null

9 years agoMerge "bionic libc test: clean up sysconf test"
Elliott Hughes [Thu, 23 Oct 2014 15:54:35 +0000 (15:54 +0000)]
Merge "bionic libc test: clean up sysconf test"

9 years agobionic libc test: clean up sysconf test
Yongqin Liu [Thu, 23 Oct 2014 15:38:36 +0000 (23:38 +0800)]
bionic libc test: clean up sysconf test

After migrated the sysconf tests in file
    tests/bionic/libc/other/test_sysconf.c
to file bionic/tests/unistd_test.cpp,

clean up the test implementation files and settings here.

Change-Id: I1a29047e462d8e423c4125d6cb50634049b296ef
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoMerge "bionic libc tests: clean up tests for destructor in executable"
Elliott Hughes [Thu, 23 Oct 2014 05:29:28 +0000 (05:29 +0000)]
Merge "bionic libc tests: clean up tests for destructor in executable"

9 years agobionic libc tests: clean up tests for destructor in executable
Yongqin Liu [Thu, 23 Oct 2014 05:00:53 +0000 (13:00 +0800)]
bionic libc tests: clean up tests for destructor in executable

The tests for constructor/destructor in an executable file have
been re-implemented by tests:
  dlfcn.ctor_function_call in bionic/tests/dlfcn_test.cpp
  atexit.exit in bionic/tests/atexit_test.cpp

So it's no meaning keep the tests for destructor in executable here
any more, and this change is to clean those files and settings up.

One thing list here is that in this system/extras directory,
tests for destructor in executable are tested both in statically linked
format and dynamically linked format. But in the bionic/tests, it is only
tested in dynamically linked format.
But this should not the reason to keep the test files and settings here.

Change-Id: I0ceb0450ca53b43bcf8473d54f08103519486992
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoMerge "bionic libc test: remove gethostbyname test"
Christopher Ferris [Thu, 23 Oct 2014 02:01:48 +0000 (02:01 +0000)]
Merge "bionic libc test: remove gethostbyname test"

9 years agobionic libc test: remove gethostbyname test
Yongqin Liu [Tue, 21 Oct 2014 04:33:35 +0000 (12:33 +0800)]
bionic libc test: remove gethostbyname test

The change is to remove the implementation for gethostbyname bionic test
here, since the new test implementation will be done under bionic/test/netdb_test.cpp

Change-Id: Idd52e3bd6d623a59d64b4f5fc84eb66856970941
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoMerge "bionic libc test: remove getaddrinfo test"
Elliott Hughes [Wed, 22 Oct 2014 21:32:45 +0000 (21:32 +0000)]
Merge "bionic libc test: remove getaddrinfo test"

9 years agoMerge "bionic libc test: remove relocation related bionic test"
Elliott Hughes [Wed, 22 Oct 2014 21:23:49 +0000 (21:23 +0000)]
Merge "bionic libc test: remove relocation related bionic test"

9 years agoMerge "bionic libc test: clean up dlclose related test in system/extras"
Elliott Hughes [Wed, 22 Oct 2014 16:18:14 +0000 (16:18 +0000)]
Merge "bionic libc test: clean up dlclose related test in system/extras"

9 years agoMerge "bionic libc test: clean up test for dlopen_null"
Elliott Hughes [Wed, 22 Oct 2014 16:16:23 +0000 (16:16 +0000)]
Merge "bionic libc test: clean up test for dlopen_null"

9 years agobionic libc test: clean up test for dlopen_null
Yongqin Liu [Wed, 22 Oct 2014 13:55:07 +0000 (21:55 +0800)]
bionic libc test: clean up test for dlopen_null

The test for dlopen function with null specified have been
re-implemented by dlfcn.dladdr test in bionic/tests/dlfcn_test.cpp.
so here deleted it for cleaning up

Change-Id: I99c3d1d2252b41c7484310fa20a1298d80ad565c
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agobionic libc test: clean up dlclose related test in system/extras
Yongqin Liu [Wed, 22 Oct 2014 13:39:54 +0000 (21:39 +0800)]
bionic libc test: clean up dlclose related test in system/extras

The dlclose related tests are re-implemented in bionic/tests/atexit_test.cpp
These files are no need to be here.

Change-Id: I8da70ed2ac12d639f737d83476d1614f8d560410
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agobionic libc test: remove relocation related bionic test
Yongqin Liu [Wed, 22 Oct 2014 06:52:26 +0000 (14:52 +0800)]
bionic libc test: remove relocation related bionic test

The change is to remove the implementation for relocation
related bionic test, since the new test implementation will be done
in bionic/tests/dlfcn_test.cpp

Change-Id: Idd7cf264bef67ec515f3f68746008a481fb89343
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agobionic libc test: remove getaddrinfo test
Yongqin Liu [Tue, 21 Oct 2014 14:38:00 +0000 (22:38 +0800)]
bionic libc test: remove getaddrinfo test

The change is to remove the implementation for getaddrinfo bionic test here,
since the new test implementation will be done under bionic/test/netdb_test.cpp

Change-Id: I0a23a6b823530be30fca13e87ac067f8ce70f495
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
9 years agoam c0daa777: Merge "Don\'t manually link stlport."
Dan Albert [Fri, 26 Sep 2014 19:53:01 +0000 (19:53 +0000)]
am c0daa777: Merge "Don\'t manually link stlport."

* commit 'c0daa7771eeaa9608c623794d90b8e81463ef857':
  Don't manually link stlport.

9 years agoMerge "Don't manually link stlport."
Dan Albert [Fri, 26 Sep 2014 19:39:49 +0000 (19:39 +0000)]
Merge "Don't manually link stlport."

9 years agoDon't manually link stlport.
Dan Albert [Fri, 26 Sep 2014 17:39:02 +0000 (10:39 -0700)]
Don't manually link stlport.

Change-Id: I98f688e01ac65ac83941926ff8b370fba341d735

9 years agoam 1c380ee5: Merge "Remove another obsolete test."
Elliott Hughes [Mon, 22 Sep 2014 23:37:01 +0000 (23:37 +0000)]
am 1c380ee5: Merge "Remove another obsolete test."

* commit '1c380ee55837e39407658092fff5ad7afab871db':
  Remove another obsolete test.

9 years agoMerge "Remove another obsolete test."
Elliott Hughes [Mon, 22 Sep 2014 23:17:38 +0000 (23:17 +0000)]
Merge "Remove another obsolete test."

9 years agoRemove another obsolete test.
Elliott Hughes [Mon, 22 Sep 2014 23:11:25 +0000 (16:11 -0700)]
Remove another obsolete test.

Change-Id: Ic4629a5e2cba6431d4bd138c260bb8889df0ad78

9 years agoam 154a2638: Merge "Remove a useless pthread_join test."
Elliott Hughes [Fri, 19 Sep 2014 03:46:16 +0000 (03:46 +0000)]
am 154a2638: Merge "Remove a useless pthread_join test."

* commit '154a2638c0316865fc83c1c0d03776e8fecfc84b':
  Remove a useless pthread_join test.

9 years agoMerge "Remove a useless pthread_join test."
Elliott Hughes [Fri, 19 Sep 2014 01:26:09 +0000 (01:26 +0000)]
Merge "Remove a useless pthread_join test."

9 years agoam 19b96d0a: Merge "Remove obsolete semaphore tests."
Elliott Hughes [Fri, 19 Sep 2014 00:01:24 +0000 (00:01 +0000)]
am 19b96d0a: Merge "Remove obsolete semaphore tests."

* commit '19b96d0a68d64bb9f99b05582ed61a5226f24f72':
  Remove obsolete semaphore tests.

9 years agoMerge "Remove obsolete semaphore tests."
Elliott Hughes [Thu, 18 Sep 2014 23:42:49 +0000 (23:42 +0000)]
Merge "Remove obsolete semaphore tests."

9 years agoRemove a useless pthread_join test.
Elliott Hughes [Thu, 18 Sep 2014 23:35:46 +0000 (16:35 -0700)]
Remove a useless pthread_join test.

Change-Id: Ie37deaf62338e541434115d6b7ae748cc38b85a3

9 years agoRemove obsolete semaphore tests.
Elliott Hughes [Thu, 18 Sep 2014 23:34:05 +0000 (16:34 -0700)]
Remove obsolete semaphore tests.

Change-Id: I96d0dbbb8d3482a19ce33e389971451fa630c84a

9 years agoam 5fb7c3e2: Merge "Remove some obviously useless tests (and fix the others so they...
Elliott Hughes [Thu, 18 Sep 2014 15:55:46 +0000 (15:55 +0000)]
am 5fb7c3e2: Merge "Remove some obviously useless tests (and fix the others so they build)."

* commit '5fb7c3e2503a1eaba370cb0a111448c2975584af':
  Remove some obviously useless tests (and fix the others so they build).

9 years agoMerge "Remove some obviously useless tests (and fix the others so they build)."
Elliott Hughes [Thu, 18 Sep 2014 15:41:19 +0000 (15:41 +0000)]
Merge "Remove some obviously useless tests (and fix the others so they build)."

9 years agoam 95060c89: Merge "Remove a glibc test."
Elliott Hughes [Thu, 18 Sep 2014 03:42:22 +0000 (03:42 +0000)]
am 95060c89: Merge "Remove a glibc test."

* commit '95060c896455b6975733bd135bab61497000e7df':
  Remove a glibc test.