index
:
libcore.git
kitkat
s12.0
s12.1
libcore
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
luni
/
src
/
test
/
java
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add API Coverage for java.security.cert methods
Pete Bentley
2021-03-12
3
-9
/
+150
*
Enable SecureClassLoaderTest#testNullParent
Victor Chang
2021-03-11
1
-4
/
+0
*
Add API coverage for java.security methods
Victor Chang
2021-03-11
1
-2
/
+23
*
Add API coverage to 3 methods
Victor Chang
2021-03-08
1
-0
/
+35
*
Make CERT_CORRECT actually correct.
David Benjamin
2020-11-04
1
-36
/
+39
*
Try to fix flakiness of StressTest#testInsertOfManyRowsUsingManyThreads
Victor Chang
2020-09-29
1
-8
/
+25
*
Update language to comply with Android's inclusive language guidance
Pete Bentley
2020-07-30
1
-117
/
+117
*
Update language to comply with Android's inclusive language guidance
Pete Bentley
2020-07-30
1
-0
/
+0
*
Inclusive Language Fixit: step #8
Paul Duffin
2020-07-29
1
-1
/
+1
*
Add TestRule to enable access to deprecated BC algorithms
Paul Duffin
2019-09-25
2
-36
/
+16
*
Remove the @KnownFailure annotation from CertPathBuilder1Test.
Pete Gillin
2019-07-26
1
-4
/
+0
*
Cleanup some support test classes
Paul Duffin
2019-01-23
6
-10
/
+189
*
Modify core-system-modules to include more libs
Neil Fuller
2018-10-10
2
-0
/
+587
*
Deprecate BC implementations of duplicated algorithms
Adam Vartanian
2017-10-13
2
-0
/
+37
*
Merge "Automated: Canonicalize spelling of Android-changed across libcore" am...
Tobias Thierer
2017-03-06
6
-14
/
+14
|
\
|
*
Automated: Canonicalize spelling of Android-changed across libcore
Tobias Thierer
2017-03-06
6
-14
/
+14
*
|
Merge "Tests for java.security.cert.Certificate(PublicKey, Provider)" am: ef4...
Przemyslaw Szczepaniak
2017-03-01
1
-2
/
+30
|
\
|
|
*
Tests for java.security.cert.Certificate(PublicKey, Provider)
pszczepaniak
2017-03-01
1
-2
/
+30
*
|
Merge "CertificateTest: explicitly set validity check date" am: d34b825fe5 am...
Kenny Root
2016-11-09
1
-0
/
+10
|
\
|
|
*
CertificateTest: explicitly set validity check date
Kenny Root
2016-11-09
1
-0
/
+10
*
|
CertificateTest: fix error-prone code in test
Sergio Giro
2016-10-28
1
-1
/
+1
|
/
*
Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()
Tobias Thierer
2016-09-06
2
-0
/
+4
*
java.security.cert: update classes in java.security.cert (part 2)
Sergio Giro
2016-08-24
1
-1
/
+10
*
remove x attribute of java file
Ganesh Mahendran
2016-07-07
9
-0
/
+0
*
Fix use of Object.equals() to compare arrays.
Tobias Thierer
2016-04-25
1
-2
/
+3
*
CertPathBuilder1Test: remove Security#setProperty calls
Kenny Root
2016-04-21
1
-17
/
+2
*
CertificateRevokedException: test getAuthorityName
Kenny Root
2016-04-01
1
-0
/
+6
*
CertPathValidatorException: test new constructor
Kenny Root
2016-04-01
1
-0
/
+26
*
CertPathValidatorSpiTest: remove useless test
Kenny Root
2016-04-01
1
-64
/
+0
*
Fix X509CertSelectorTest test
Shubham Ajmera
2016-03-28
1
-1
/
+5
*
Enable X509CertSelectorTest
Shubham Ajmera
2016-02-23
1
-180
/
+252
*
Unblacklist a couple of tests
Shubham Ajmera
2016-02-10
1
-5
/
+11
*
Fix CertPathBuilderPKIX test
Kenny Root
2016-02-04
1
-42
/
+23
*
IdentityTest/SignerTest: avoid using IdentityScope.getSystemScope()
Sergio Giro
2016-01-20
1
-5
/
+8
*
Merge mnc-dr-enso-dev into master
Przemyslaw Szczepaniak
2015-11-21
3
-178
/
+225
|
\
|
*
Merge lmp changes into mnc.
Narayan Kamath
2015-11-12
4
-178
/
+226
|
|
\
|
|
*
Fix TrustAnchorTest.
Piotr Jastrzebski
2015-11-11
1
-104
/
+136
|
|
*
Fix X509CRLTest#testGetRevokedCertificate
Piotr Jastrzebski
2015-11-11
1
-2
/
+8
|
|
*
Fix X509CertSelectorTest.
Piotr Jastrzebski
2015-11-11
1
-71
/
+80
|
|
*
Fix X509CertSelectorTest.
Piotr Jastrzebski
2015-11-11
1
-1
/
+1
|
|
*
Fix package names for OsConstantsTest and SqlDateTest.
Piotr Jastrzebski
2015-11-11
1
-0
/
+1
|
*
|
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
|
|
/
*
|
Add package declaration to SqlDateTest
Neil Fuller
2015-10-23
1
-0
/
+1
*
|
Get rid of as much of dalvik.annotation.* as we can.
Narayan Kamath
2015-07-15
5
-21
/
+2
*
|
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
[next]