- 19 Aug, 2013 4 commits
-
-
Ian Rogers authored
Build fix. We're over the dex method reference limit. Removes part of commit 8f0d92bb. Change-Id: Ia526ba7444fc1861f9b922c25e83a97ce3f32cf0 (cherry picked from commit 5f17cb094449b2667f0fca5988da6f5b103161f9)
-
Brian Carlstrom authored
* commit '71b4d546': CA certificate update
-
Brian Carlstrom authored
* commit '3f5302c6': CA certificate update
-
Brian Carlstrom authored
-
- 17 Aug, 2013 5 commits
-
-
Brian Carlstrom authored
Added CAs in cacerts directory with summary below. Added Subject : C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011 SHA1 : FE:45:65:9B:79:03:5B:98:A1:61:B5:51:2E:AC:DA:58:09:48:22:4D Added Subject : C=IL, O=StartCom Ltd., CN=StartCom Certification Authority G2 SHA1 : 31:F1:FD:68:22:63:20:EE:C6:3B:3F:9D:EA:4A:3E:53:7C:7C:39:17 Added Subject : CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES SHA1 : 93:05:7A:88:15:C6:4F:CE:88:2F:FA:91:16:52:28:78:BC:53:64:17 Added Subject : C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1 SHA1 : 20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47 Bug: https://code.google.com/p/android/issues/detail?id=36290 Bug: 9050922 Bug: https://code.google.com/p/android/issues/detail?id=55661 Bug: 9304475 Change-Id: I76a2398772c7c68f2284741f4bcfaf97d8789662
-
Elliott Hughes authored
* commit '8b07646a': CTS test fail because Zhuyin(Bopomofo) used.
-
Elliott Hughes authored
* commit 'c58569f5': CTS test fail because Zhuyin(Bopomofo) used.
-
Elliott Hughes authored
-
Raj Mamadgi authored
The 'zh_TW' is a character set for Taiwanese language. Taiwanese commonly uses Zhuyin(Bopomofo) for sorting their language instead of Pinyin(for Chinese) or Stroke(for HK).But, the test case tests the 'zh_TW' for Stroke, not for Zhuyin(Bopomofo). For example, in the result, the expected character [7劃] is a index label of Stoke, but the occurred character [ㄕ] is that of Bopomofo Change-Id: I59d243b42e895d3b6f23bc27514ef0972bac077a Signed-off-by:
Raj Mamadgi <rmamadgi@sta.samsung.com>
-
- 16 Aug, 2013 19 commits
-
-
Elliott Hughes authored
* commit 'd2a2ce4c': Fix a bunch of Charset tests.
-
Elliott Hughes authored
* commit 'f5d8857b': Fix a bunch of Charset tests.
-
Elliott Hughes authored
* commit 'ce0a61ae': Fix a bunch of Charset tests.
-
Elliott Hughes authored
* commit 'f4ba11ac': Fix a bunch of Charset tests.
-
Elliott Hughes authored
The isRegistered test is still failing. The problem is that icu4c's convrtrs.txt has names like "windows-1252" that are both the canonical name for one charset and an alias for another legacy charset. I need to work out how to resolve that. Bug: 10210999 (cherry picked from commit ea1caf4c) Change-Id: I83cf1b9ae1d29f9956f443ef914a3e473e0f4692
-
Elliott Hughes authored
-
Elliott Hughes authored
* commit 'db724ad3': Added jsr166 tck tests as part of the libcore testsuite.
-
Elliott Hughes authored
* commit '58e672ed': Added jsr166 tck tests as part of the libcore testsuite.
-
Elliott Hughes authored
* commit 'f7f4ef96': Synced java.util.concurrent library up to 2013.07.01.
-
Elliott Hughes authored
* commit 'a4d8429f': Synced java.util.concurrent library up to 2013.07.01.
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Kenny Root authored
* commit 'ebc041fb': Move SHA1PRNG_SecureRandomImpl tests to libcore
-
Brian Carlstrom authored
* commit '3f6588a0': Minor cleanup of AccessibleObject Move support files back with DexClassLoader and PathClassLoader
-
Kenny Root authored
* commit '3daf196c': Move SHA1PRNG_SecureRandomImpl tests to libcore
-
Brian Carlstrom authored
* commit '78da51bd': Minor cleanup of AccessibleObject Move support files back with DexClassLoader and PathClassLoader
-
Kenny Root authored
-
Kenny Root authored
Moved from the external/apache-harmony tree to here. Change-Id: Ic1da2d340f7331809d19e9f559aacdd10b202b82
-
Elliott Hughes authored
The isRegistered test is still failing. The problem is that icu4c's convrtrs.txt has names like "windows-1252" that are both the canonical name for one charset and an alias for another legacy charset. I need to work out how to resolve that. Bug: 10210999 Change-Id: If3425321c814622e4f54b2efca95a767bd16c080
-
- 15 Aug, 2013 12 commits
-
-
Kenny Root authored
-
Kenny Root authored
Bug: 6642616 Change-Id: I773dd31d92207151df05122920170851fa021fd5
-
Brian Carlstrom authored
* changes: Minor cleanup of AccessibleObject Move support files back with DexClassLoader and PathClassLoader
-
Brian Carlstrom authored
(cherry-picked from 1222a700a25956b0e3634731160017f0d3aa0585) Bug: 10014286 Change-Id: I632b501e274419a7fe82732ad4a64e697c609bda
-
Brian Carlstrom authored
(cherry-picked from commit ca2c58ce) Bug: 9071417 Change-Id: Id97f12b4a1b1266b1bb21a323a8976f9df3dd0ad
-
Narayan Kamath authored
* commit '1643ca43': Fix URLConnectionTest#testConnectTimeouts.
-
Brian Carlstrom authored
* commit 'fcba98d5': Share ClassLoader code
-
Narayan Kamath authored
* commit 'a37fb255': Fix URLConnectionTest#testConnectTimeouts.
-
Brian Carlstrom authored
* commit 'ca2c58ce': Share ClassLoader code
-
Narayan Kamath authored
Use StuckServer correctly. When StuckServer isn't in blocking mode, its local socket address isn't 127.0.0.1. Attempting to connect to localhost will then throw a SocketException (ECONNREFUSED) instead of a SocketTimeoutException. (cherry picked from commit bf1a9e10) Bug: 10211309 Change-Id: I8aaab598d043b893e73fab9055082fa420cfb9cd
-
Narayan Kamath authored
* commit '3291a3a1': Fix URLConnectionTest#testConnectTimeouts.
-
Narayan Kamath authored
* commit '45b98832': Fix URLConnectionTest#testConnectTimeouts.
-