OSDN Git Service

android-x86/system-extras.git
9 years agoam f0f33adb: DO NOT MERGE: Update keystore and verity metadata signers
Sami Tolvanen [Fri, 14 Nov 2014 00:03:54 +0000 (00:03 +0000)]
am f0f33adb: DO NOT MERGE: Update keystore and verity metadata signers

* commit 'f0f33adb7ce6557459306ce03576af4d79c0c9ef':
  DO NOT MERGE: Update keystore and verity metadata signers

9 years agoam 8d7e9240: DO NOT MERGE: Support converting X.509 cert into a verity public key
Sami Tolvanen [Fri, 14 Nov 2014 00:03:53 +0000 (00:03 +0000)]
am 8d7e9240: DO NOT MERGE: Support converting X.509 cert into a verity public key

* commit '8d7e92406cdccb94f853d9ffcdc95dcdde37b47a':
  DO NOT MERGE: Support converting X.509 cert into a verity public key

9 years agoam 578a347c: DO NOT MERGE: Add a tool for verifying verity signatures in images
Sami Tolvanen [Fri, 14 Nov 2014 00:03:53 +0000 (00:03 +0000)]
am 578a347c: DO NOT MERGE: Add a tool for verifying verity signatures in images

* commit '578a347c1939b62805442ff3a769092b19c42db2':
  DO NOT MERGE: Add a tool for verifying verity signatures in images

9 years agoam 29131b97: Reinstate "Update boot image signature format to version 1"
Paul Lawrence [Fri, 14 Nov 2014 00:03:52 +0000 (00:03 +0000)]
am 29131b97: Reinstate "Update boot image signature format to version 1"

* commit '29131b97ed091bb2b10917036a64f3403c507eb7':
  Reinstate "Update boot image signature format to version 1"

9 years agoam 7377e002: Revert "Update boot image signature format to version 1"
Paul Lawrence [Fri, 14 Nov 2014 00:03:51 +0000 (00:03 +0000)]
am 7377e002: Revert "Update boot image signature format to version 1"

* commit '7377e002421ed9a04cc94cd808c234f48d93924d':
  Revert "Update boot image signature format to version 1"

9 years agoDO NOT MERGE: Update keystore and verity metadata signers
Sami Tolvanen [Fri, 7 Nov 2014 04:29:22 +0000 (20:29 -0800)]
DO NOT MERGE: Update keystore and verity metadata signers

Use the same PKCS8 format as every other signing tool, and update
the signature format to use SHA-256 instead of SHA-1.

Bug: 15984840
Bug: 18120110
Change-Id: I6ac9e3594b5ae572f5b6763f3bd5b1bdb6ba2ad2
(cherry picked from commit 19c6bb5fe97c877976ef79762c6051223b8d2213)

9 years agoDO NOT MERGE: Support converting X.509 cert into a verity public key
Sami Tolvanen [Fri, 7 Nov 2014 04:22:49 +0000 (20:22 -0800)]
DO NOT MERGE: Support converting X.509 cert into a verity public key

fs_mgr requires an RSA public key in mincrypt format for verifying
dm-verity hash tables. Add support for extracting public keys from
existing X.509 certificates and converting it into mincrypt format
for use with fs_mgr.

Bug: 15984840
Bug: 18120110
Change-Id: Ibcdca116cdc32dfa33d8f5636ec728244cbf6fd5
(cherry picked from commit 82d824a6b5028930abd87ecd870924c72d3b3931)

9 years agoDO NOT MERGE: Add a tool for verifying verity signatures in images
Sami Tolvanen [Wed, 12 Nov 2014 15:47:53 +0000 (07:47 -0800)]
DO NOT MERGE: Add a tool for verifying verity signatures in images

This tool takes a sparse ext4 image file, reads verity metadata
from it, and verifies the signature of the verity table.

Bug: 15984840
Bug: 18120110
Change-Id: I384a9ff885a0ffcd8febf100e76f3a1e5c7bbdab
(cherry picked from commit c18aa9d69a69549b50966e322abe59cfa04edfe4)

9 years agoReinstate "Update boot image signature format to version 1"
Paul Lawrence [Thu, 13 Nov 2014 22:15:30 +0000 (22:15 +0000)]
Reinstate "Update boot image signature format to version 1"

This reverts commit 7377e002421ed9a04cc94cd808c234f48d93924d.

Change-Id: I4b1d83b62ae4d4dd6952663744b1171b3e0d0766
Signed-off-by: Iliyan Malchev <malchev@google.com>
9 years agoRevert "Update boot image signature format to version 1"
Paul Lawrence [Thu, 13 Nov 2014 22:03:31 +0000 (22:03 +0000)]
Revert "Update boot image signature format to version 1"

This reverts commit b62eabde2db40f01dfed1cef48ac2cbabdff4d03.

Change-Id: I98019b7990c5436fe6ad5ef1052729478bccbe17

9 years agoam b62eabde: Update boot image signature format to version 1
Sami Tolvanen [Thu, 13 Nov 2014 21:26:10 +0000 (21:26 +0000)]
am b62eabde: Update boot image signature format to version 1

* commit 'b62eabde2db40f01dfed1cef48ac2cbabdff4d03':
  Update boot image signature format to version 1

9 years agoFix issues with appended boot signature.
Geremy Condra [Thu, 13 Nov 2014 19:45:10 +0000 (19:45 +0000)]
Fix issues with appended boot signature.
automerge: d66cefd

* commit 'd66cefd9d9ef9aab181bdf6d429a0f7938cf0cb5':
  Fix issues with appended boot signature.

9 years agoUpdate boot image signature format to version 1
Sami Tolvanen [Sat, 1 Nov 2014 00:18:23 +0000 (17:18 -0700)]
Update boot image signature format to version 1

Add the full X.509v3 certificate to the signature footer for easier
verification.

Change-Id: Ic969e9c1e4ab1a25ffdde2ab818b8edf2ad95253
(cherry picked from commit f67d3764c641e53d4a1b925b4d02fec92b7e894a)

9 years agoFix issues with appended boot signature.
Geremy Condra [Thu, 14 Aug 2014 23:44:31 +0000 (16:44 -0700)]
Fix issues with appended boot signature.

In particular this changes the OID to the SHA1 OID and
appends the full BootSignature.

This is cherry-picked from a WIP bug checked into master, but is complete.
The work in finalized by further changes from Sami Tolvanen

Bug: 15984840
Change-Id: Ic43784fc339b9aedf91363c9ec9a453c3bb53294
(cherry picked from commit 1f2ebbd57e86fb0749aeb453fb337065985ab9c6)

9 years agoam 122ca191: Merge "bionic libc tests: clean up tests for seteuid call"
Elliott Hughes [Wed, 12 Nov 2014 02:53:39 +0000 (02:53 +0000)]
am 122ca191: Merge "bionic libc tests: clean up tests for seteuid call"

* commit '122ca1918351648d0bc252a5583d376f8b3a0ee7':
  bionic libc tests: clean up tests for seteuid call

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 agoam d0b1347e: Merge "Add paging test"
Rom Lemarchand [Tue, 11 Nov 2014 22:50:55 +0000 (22:50 +0000)]
am d0b1347e: Merge "Add paging test"

* commit 'd0b1347e1679e6b4641bad0788157e5cd6da0082':
  Add paging test

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 946b1184: am 5022e71a: Merge "bionic libc tests: clean up test_udp.c"
Elliott Hughes [Mon, 3 Nov 2014 18:38:11 +0000 (18:38 +0000)]
am 946b1184: am 5022e71a: Merge "bionic libc tests: clean up test_udp.c"

* commit '946b1184aabba0f1c5809ed7e6b63738145ba421':
  bionic libc tests: clean up test_udp.c

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 agoam 577f9467: am 726aff19: Merge "bionic libc tests: clean up setting for hello_world...
Elliott Hughes [Wed, 29 Oct 2014 20:42:13 +0000 (20:42 +0000)]
am 577f9467: am 726aff19: Merge "bionic libc tests: clean up setting for hello_world.cpp"

* commit '577f94678da1ff2c9c8c9c211e805a9ea84136f7':
  bionic libc tests: clean up setting for hello_world.cpp

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

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

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

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

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 3a558191: am a24d452a: Merge "bionic libc test: clean up tests for getgrouplist"
Elliott Hughes [Wed, 29 Oct 2014 17:13:51 +0000 (17:13 +0000)]
am 3a558191: am a24d452a: Merge "bionic libc test: clean up tests for getgrouplist"

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

9 years agoam 643f2ce2: am 85f3e14b: Merge "bionic libc test: clean up pthread mutex type test"
Elliott Hughes [Wed, 29 Oct 2014 17:13:51 +0000 (17:13 +0000)]
am 643f2ce2: am 85f3e14b: Merge "bionic libc test: clean up pthread mutex type test"

* commit '643f2ce2db293486a52e7fdddfb805814e197c30':
  bionic libc test: clean up pthread mutex type test

9 years agoam bf2bf743: am 05a66cd9: Merge "bionic libs test: clean up for gethostname test"
Elliott Hughes [Wed, 29 Oct 2014 17:11:33 +0000 (17:11 +0000)]
am bf2bf743: am 05a66cd9: Merge "bionic libs test: clean up for gethostname test"

* commit 'bf2bf743766cb7df4df1ed668a33f859fefdc79b':
  bionic libs test: clean up for gethostname test

9 years agoam 8939903d: am 27443f28: Merge "bionic libc tests: clean up test_netinet_icmp.c...
Elliott Hughes [Wed, 29 Oct 2014 17:11:32 +0000 (17:11 +0000)]
am 8939903d: am 27443f28: Merge "bionic libc tests: clean up test_netinet_icmp.c file"

* commit '8939903ddf264c1caa7d21e24cbd24152fe9de9a':
  bionic libc tests: clean up test_netinet_icmp.c file

9 years agoam 64dd6412: am f1f4e334: Merge "bionic libc test: clean up test_static_cpp_mutex...
Elliott Hughes [Wed, 29 Oct 2014 17:11:32 +0000 (17:11 +0000)]
am 64dd6412: am f1f4e334: Merge "bionic libc test: clean up test_static_cpp_mutex test"

* commit '64dd64127714934548d0c09533a717f69ff9ec4a':
  bionic libc test: clean up test_static_cpp_mutex test

9 years agoam 43a84d0d: am 426df33f: Merge "bionic libc test: clean up sysconf test"
Elliott Hughes [Wed, 29 Oct 2014 17:11:31 +0000 (17:11 +0000)]
am 43a84d0d: am 426df33f: Merge "bionic libc test: clean up sysconf test"

* commit '43a84d0db5ada9d52b172340f0d2795282462316':
  bionic libc test: clean up sysconf test

9 years agoam bd7dde8f: am acc6dfd9: Merge "bionic libc tests: clean up tests for destructor...
Elliott Hughes [Wed, 29 Oct 2014 17:11:01 +0000 (17:11 +0000)]
am bd7dde8f: am acc6dfd9: Merge "bionic libc tests: clean up tests for destructor in executable"

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

9 years agoam 70063ea7: am 03e1776e: Merge "bionic libc test: remove gethostbyname test"
Christopher Ferris [Wed, 29 Oct 2014 17:11:00 +0000 (17:11 +0000)]
am 70063ea7: am 03e1776e: Merge "bionic libc test: remove gethostbyname test"

* commit '70063ea716406f5d27a35a5ffd342da39bf321e3':
  bionic libc test: remove gethostbyname test

9 years agoam e5871841: am 6a425bbe: Merge "bionic libc test: remove getaddrinfo test"
Elliott Hughes [Wed, 29 Oct 2014 17:11:00 +0000 (17:11 +0000)]
am e5871841: am 6a425bbe: Merge "bionic libc test: remove getaddrinfo test"

* commit 'e5871841f26c13f5aba2ca9f67b381ab7d4bd9ce':
  bionic libc test: remove getaddrinfo test

9 years agoam 4e70df18: am 03a2281e: Merge "bionic libc test: remove relocation related bionic...
Elliott Hughes [Wed, 29 Oct 2014 17:10:59 +0000 (17:10 +0000)]
am 4e70df18: am 03a2281e: Merge "bionic libc test: remove relocation related bionic test"

* commit '4e70df187b3d31273976dd09777548397a071476':
  bionic libc test: remove relocation related bionic test

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 107be1a0: am 156c6143: Merge "bionic libc test: clean up dlclose related test...
Elliott Hughes [Wed, 29 Oct 2014 07:08:07 +0000 (07:08 +0000)]
am 107be1a0: am 156c6143: Merge "bionic libc test: clean up dlclose related test in system/extras"

* commit '107be1a07de14a921d76e7efcccf84ff118cfd6b':
  bionic libc test: clean up dlclose related test in system/extras

9 years agoam 8a1197be: am ef6c48b7: Merge "bionic libc test: clean up test for dlopen_null"
Elliott Hughes [Wed, 29 Oct 2014 07:08:06 +0000 (07:08 +0000)]
am 8a1197be: am ef6c48b7: Merge "bionic libc test: clean up test for dlopen_null"

* commit '8a1197be6ca27a06bd8aae9c7d623db651facff1':
  bionic libc test: clean up test for dlopen_null

9 years agoam be858e25: am c0daa777: Merge "Don\'t manually link stlport."
Dan Albert [Wed, 29 Oct 2014 07:00:31 +0000 (07:00 +0000)]
am be858e25: am c0daa777: Merge "Don\'t manually link stlport."

* commit 'be858e250f41f6bfb3c8b06b5058f87fa71590d8':

9 years agoam f524e9e7: am 1c380ee5: Merge "Remove another obsolete test."
Elliott Hughes [Wed, 29 Oct 2014 07:00:30 +0000 (07:00 +0000)]
am f524e9e7: am 1c380ee5: Merge "Remove another obsolete test."

* commit 'f524e9e79ab7d83d080d51263caad4671f84e68f':

9 years agoam fc5d330e: am 154a2638: Merge "Remove a useless pthread_join test."
Elliott Hughes [Wed, 29 Oct 2014 07:00:30 +0000 (07:00 +0000)]
am fc5d330e: am 154a2638: Merge "Remove a useless pthread_join test."

* commit 'fc5d330e532cfffb700011ce675178bc170b47fd':

9 years agoam 82b772b1: am 19b96d0a: Merge "Remove obsolete semaphore tests."
Elliott Hughes [Wed, 29 Oct 2014 07:00:30 +0000 (07:00 +0000)]
am 82b772b1: am 19b96d0a: Merge "Remove obsolete semaphore tests."

* commit '82b772b11659e6c409f704c370024e38fb5bf52f':

9 years agoam 9ee3051d: am 5fb7c3e2: Merge "Remove some obviously useless tests (and fix the...
Elliott Hughes [Wed, 29 Oct 2014 07:00:29 +0000 (07:00 +0000)]
am 9ee3051d: am 5fb7c3e2: Merge "Remove some obviously useless tests (and fix the others so they build)."

* commit '9ee3051d897c6d97b7892a8a14ee9aa2d8c2e2e4':

9 years agoam 64647abc: am 95060c89: Merge "Remove a glibc test."
Elliott Hughes [Wed, 29 Oct 2014 07:00:29 +0000 (07:00 +0000)]
am 64647abc: am 95060c89: Merge "Remove a glibc test."

* commit '64647abca0de47866a077e7d7d876c8c4761a69c':

9 years agoam e85f315e: am df8fef27: Merge "Remove old libstdc++ tests."
Elliott Hughes [Wed, 29 Oct 2014 07:00:28 +0000 (07:00 +0000)]
am e85f315e: am df8fef27: Merge "Remove old libstdc++ tests."

* commit 'e85f315e2c71579e417cc763969d66dcd8d10fb4':

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 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 agoam 1c380ee5: Merge "Remove another obsolete test."
Elliott Hughes [Mon, 22 Sep 2014 23:36:04 +0000 (23:36 +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.