summaryrefslogtreecommitdiff
path: root/luni/src/test/java/tests
Commit message (Expand)AuthorAgeFilesLines
* Add API Coverage for java.security.cert methodsPete Bentley2021-03-123-9/+150
* Enable SecureClassLoaderTest#testNullParentVictor Chang2021-03-111-4/+0
* Add API coverage for java.security methodsVictor Chang2021-03-111-2/+23
* Add API coverage to 3 methodsVictor Chang2021-03-081-0/+35
* Make CERT_CORRECT actually correct.David Benjamin2020-11-041-36/+39
* Try to fix flakiness of StressTest#testInsertOfManyRowsUsingManyThreadsVictor Chang2020-09-291-8/+25
* Update language to comply with Android's inclusive language guidancePete Bentley2020-07-301-117/+117
* Update language to comply with Android's inclusive language guidancePete Bentley2020-07-301-0/+0
* Inclusive Language Fixit: step #8Paul Duffin2020-07-291-1/+1
* Add TestRule to enable access to deprecated BC algorithmsPaul Duffin2019-09-252-36/+16
* Remove the @KnownFailure annotation from CertPathBuilder1Test.Pete Gillin2019-07-261-4/+0
* Cleanup some support test classesPaul Duffin2019-01-236-10/+189
* Modify core-system-modules to include more libsNeil Fuller2018-10-102-0/+587
* Deprecate BC implementations of duplicated algorithmsAdam Vartanian2017-10-132-0/+37
* Merge "Automated: Canonicalize spelling of Android-changed across libcore" am...Tobias Thierer2017-03-066-14/+14
|\
| * Automated: Canonicalize spelling of Android-changed across libcoreTobias Thierer2017-03-066-14/+14
* | Merge "Tests for java.security.cert.Certificate(PublicKey, Provider)" am: ef4...Przemyslaw Szczepaniak2017-03-011-2/+30
|\|
| * Tests for java.security.cert.Certificate(PublicKey, Provider)pszczepaniak2017-03-011-2/+30
* | Merge "CertificateTest: explicitly set validity check date" am: d34b825fe5 am...Kenny Root2016-11-091-0/+10
|\|
| * CertificateTest: explicitly set validity check dateKenny Root2016-11-091-0/+10
* | CertificateTest: fix error-prone code in testSergio Giro2016-10-281-1/+1
|/
* Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()Tobias Thierer2016-09-062-0/+4
* java.security.cert: update classes in java.security.cert (part 2)Sergio Giro2016-08-241-1/+10
* remove x attribute of java fileGanesh Mahendran2016-07-079-0/+0
* Fix use of Object.equals() to compare arrays.Tobias Thierer2016-04-251-2/+3
* CertPathBuilder1Test: remove Security#setProperty callsKenny Root2016-04-211-17/+2
* CertificateRevokedException: test getAuthorityNameKenny Root2016-04-011-0/+6
* CertPathValidatorException: test new constructorKenny Root2016-04-011-0/+26
* CertPathValidatorSpiTest: remove useless testKenny Root2016-04-011-64/+0
* Fix X509CertSelectorTest testShubham Ajmera2016-03-281-1/+5
* Enable X509CertSelectorTestShubham Ajmera2016-02-231-180/+252
* Unblacklist a couple of testsShubham Ajmera2016-02-101-5/+11
* Fix CertPathBuilderPKIX testKenny Root2016-02-041-42/+23
* IdentityTest/SignerTest: avoid using IdentityScope.getSystemScope()Sergio Giro2016-01-201-5/+8
* Merge mnc-dr-enso-dev into masterPrzemyslaw Szczepaniak2015-11-213-178/+225
|\
| * Merge lmp changes into mnc.Narayan Kamath2015-11-124-178/+226
| |\
| | * Fix TrustAnchorTest.Piotr Jastrzebski2015-11-111-104/+136
| | * Fix X509CRLTest#testGetRevokedCertificatePiotr Jastrzebski2015-11-111-2/+8
| | * Fix X509CertSelectorTest.Piotr Jastrzebski2015-11-111-71/+80
| | * Fix X509CertSelectorTest.Piotr Jastrzebski2015-11-111-1/+1
| | * Fix package names for OsConstantsTest and SqlDateTest.Piotr Jastrzebski2015-11-111-0/+1
| * | libcore: use default SecureRandom in KeyGen DSA testsSergio Giro2015-06-262-6/+2
| * | Fix CertificateTest#testVerifyPublicKeyString2Narayan Kamath2015-06-151-8/+7
| |/
* | Add package declaration to SqlDateTestNeil Fuller2015-10-231-0/+1
* | Get rid of as much of dalvik.annotation.* as we can.Narayan Kamath2015-07-155-21/+2
* | libcore: use default SecureRandom in KeyGen DSA testsSergio Giro2015-06-262-6/+2
* | Fix CertificateTest#testVerifyPublicKeyString2Narayan Kamath2015-06-151-8/+7
|/
* Use milliseconds to avoid timezonesKenny Root2014-09-121-1/+1
* Add CRLReason and friendsKenny Root2014-05-081-0/+167
* Disallow explicit signs in java.sql.Date#valueOf()Calin Juravle2014-04-221-0/+50