Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcore: use default SecureRandom in KeyGen DSA tests | Sergio Giro | 2015-06-26 | 2 | -6/+2 |
* | Fix CertificateTest#testVerifyPublicKeyString2 | Narayan Kamath | 2015-06-15 | 1 | -8/+7 |
* | Use milliseconds to avoid timezones | Kenny Root | 2014-09-12 | 1 | -1/+1 |
* | Add CRLReason and friends | Kenny Root | 2014-05-08 | 1 | -0/+167 |
* | Disallow explicit signs in java.sql.Date#valueOf() | Calin Juravle | 2014-04-22 | 1 | -0/+50 |
* | Move tests from tests/api to harmony-tests. (Take 2) | Narayan Kamath | 2013-11-15 | 404 | -156574/+0 |
* | Revert "Move tests from tests/api to harmony-tests." | Narayan Kamath | 2013-11-15 | 404 | -0/+156574 |
* | Move tests from tests/api to harmony-tests. | Narayan Kamath | 2013-11-15 | 404 | -156574/+0 |
* | Merge "Fix CookieStoreTest & CookieManagerTest" | Narayan Kamath | 2013-11-15 | 2 | -28/+21 |
|\ | |||||
| * | Fix CookieStoreTest & CookieManagerTest | Narayan Kamath | 2013-11-14 | 2 | -28/+21 |
* | | Merge "Import resources, fix JarURLConnectionTest." | Narayan Kamath | 2013-11-15 | 1 | -33/+31 |
|\ \ | |||||
| * | | Import resources, fix JarURLConnectionTest. | Narayan Kamath | 2013-11-14 | 1 | -33/+31 |
| |/ | |||||
* | | Merge "Fixes for URLTest & HttpCookieTest" | Narayan Kamath | 2013-11-15 | 2 | -181/+43 |
|\ \ | |||||
| * | | Fixes for URLTest & HttpCookieTest | Narayan Kamath | 2013-11-14 | 2 | -181/+43 |
| |/ | |||||
* | | Merge "Fix PropertiesTest, delete ServiceLoaderTest & PackageTests." | Narayan Kamath | 2013-11-15 | 3 | -1021/+26 |
|\ \ | |||||
| * | | Fix PropertiesTest, delete ServiceLoaderTest & PackageTests. | Narayan Kamath | 2013-11-14 | 3 | -1021/+26 |
| |/ | |||||
* | | Merge "Fix TreeMapTest & TreeMapExtendTest." | Narayan Kamath | 2013-11-15 | 2 | -198/+206 |
|\ \ | |||||
| * | | Fix TreeMapTest & TreeMapExtendTest. | Narayan Kamath | 2013-11-14 | 2 | -198/+206 |
| |/ | |||||
* | | Merge "Fix numerous harmony test failures" | Narayan Kamath | 2013-11-15 | 9 | -264/+120 |
|\ \ | |||||
| * | | Fix numerous harmony test failures | Narayan Kamath | 2013-11-15 | 9 | -264/+120 |
* | | | Merge "Import resource and fix ClassTest." | Narayan Kamath | 2013-11-15 | 1 | -21/+4 |
|\ \ \ | |||||
| * | | | Import resource and fix ClassTest. | Narayan Kamath | 2013-11-13 | 1 | -21/+4 |
| | |/ | |/| | |||||
* | | | Merge "Delete unsupported classloader tests." | Narayan Kamath | 2013-11-15 | 1 | -176/+2 |
|\ \ \ | |||||
| * | | | Delete unsupported classloader tests. | Narayan Kamath | 2013-11-13 | 1 | -176/+2 |
| |/ / | |||||
* | | | Merge "Fix various serialization tests." | Narayan Kamath | 2013-11-15 | 5 | -477/+52 |
|\ \ \ | |||||
| * | | | Fix various serialization tests. | Narayan Kamath | 2013-11-13 | 5 | -477/+52 |
| |/ / | |||||
* | | | Merge "Fix up ObjectStreamClassTest" | Narayan Kamath | 2013-11-15 | 1 | -39/+6 |
|\ \ \ | |||||
| * | | | Fix up ObjectStreamClassTest | Narayan Kamath | 2013-11-13 | 1 | -39/+6 |
| |/ / | |||||
* | | | Merge "Fix up FileTest" | Narayan Kamath | 2013-11-15 | 1 | -29/+10 |
|\ \ \ | |||||
| * | | | Fix up FileTest | Narayan Kamath | 2013-11-13 | 1 | -29/+10 |
| |/ / | |||||
* | | | Merge "Fix FileInputStreamTest" | Narayan Kamath | 2013-11-15 | 1 | -17/+4 |
|\ \ \ | |||||
| * | | | Fix FileInputStreamTest | Narayan Kamath | 2013-11-13 | 1 | -17/+4 |
| |/ / | |||||
* | | | Merge "Fix a few failures in FileURLConnectionTest." | Narayan Kamath | 2013-11-15 | 1 | -9/+7 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix a few failures in FileURLConnectionTest. | Narayan Kamath | 2013-11-14 | 1 | -9/+7 |
| |/ | |||||
* | | Add serialization golden files, fix tests. | Narayan Kamath | 2013-11-13 | 1 | -13/+11 |
|/ | |||||
* | Add untracked harmony tests. | Narayan Kamath | 2013-11-13 | 236 | -0/+98597 |
* | Dedup tests under api with apache-harmony. | Narayan Kamath | 2013-11-13 | 22 | -1391/+5729 |
* | Add Random serialization test | Kenny Root | 2013-10-25 | 1 | -0/+22 |
* | Remove bogus @test comments that confuse vogar. | Elliott Hughes | 2013-08-23 | 3 | -33/+3 |
* | Remove the isLocaleAvailable hacks. | Elliott Hughes | 2013-07-23 | 2 | -16/+5 |
* | Fixes for icu4c 51. | Elliott Hughes | 2013-07-18 | 1 | -6/+1 |
* | Fix tests.api.java.lang.ProcessTest#test_getErrorStream. | Elliott Hughes | 2013-06-27 | 1 | -1/+1 |
* | Improve ProcessManager. | Elliott Hughes | 2013-05-07 | 1 | -169/+96 |
* | Replace mentions of old JSSE package name | Kenny Root | 2013-05-03 | 1 | -1/+1 |
* | TimerTest cleanup | Brian Carlstrom | 2013-04-25 | 1 | -339/+147 |
* | Fix BigInteger small prime generation. | Elliott Hughes | 2013-04-12 | 1 | -837/+26 |
* | Fix BigInteger test failures. | Elliott Hughes | 2013-04-10 | 1 | -4/+2 |
* | Check the EE's eKU extension field, if present. | Chris Palmer | 2013-04-06 | 1 | -94/+33 |
* | Merge "Move the external/apache-harmony/math tests into libcore." | Elliott Hughes | 2013-04-06 | 1 | -1/+1 |
|\ | |||||
| * | Move the external/apache-harmony/math tests into libcore. | Elliott Hughes | 2013-04-04 | 1 | -1/+1 |