summaryrefslogtreecommitdiff
path: root/luni/src/test/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Add API coverage for java.security methodsVictor Chang2021-03-111-2/+5
* Skip Elliptic curve DH in KeyFactory2Test.Pete Bentley2021-02-081-1/+8
* Inclusive Language Fixit: Replace dummy with fakePaul Duffin2020-07-284-33/+33
* Extract luni crypto tests into separate moduleDaulet Zhanguzin2020-04-031-2/+2
* Add TestRule to enable access to deprecated BC algorithmsPaul Duffin2019-09-252-31/+19
* Add tests for CipherSpi.updateAAD() and SSLEngine(String, int)Adam Vartanian2019-04-011-0/+36
* Add JUnit 4 TestRule for running tests with a specific target SDKPaul Duffin2019-03-211-34/+25
* Delete several DH key testsAdam Vartanian2019-02-212-78/+0
* Fix harmony URLConnectionTest hanging for 25sec.Tobias Thierer2018-11-191-4/+4
* Refactor PatternTestNikita Iashchenko2018-10-051-319/+590
* Verify Pattern, step 2: Integrate behavior change for Pattern.split().Tobias Thierer2018-06-261-6/+70
* Revert "Verify Pattern, step 2: Integrate behavior change for Pattern.split()."Colin Cross2018-06-191-29/+6
* Verify Pattern, step 2: Integrate behavior change for Pattern.split().Tobias Thierer2018-06-121-6/+29
* Drop luni's duplicate {Matcher2,Mode,Replace,Split}Test.java.Tobias Thierer2018-06-124-661/+0
* Unify duplicate copies of harmony {Matcher2,Mode,Replace,Split}Test.Tobias Thierer2018-06-124-23/+52
* Clean up a couple test oddities.Adam Vartanian2018-02-062-0/+6
* Libcore: Suppress InvalidPatternSyntax warning in testsAndreas Gampe2018-01-251-0/+1
* Move libcore tests to non-libcore packages.Tobias Thierer2017-11-081-1/+1
* Deprecate BC implementations of duplicated algorithmsAdam Vartanian2017-10-132-1/+36
* Automated: Canonicalize spelling of Android-changed across libcoreTobias Thierer2017-03-062-34/+34
* Speed up DHPublicKeyTest; make DHPrivateKeyTest consistent.Tobias Thierer2017-02-092-3/+56
* Fix NPE in Signature getCurrentSpi.rhed_jao2016-12-081-0/+79
* Address URLConnectionTest post-commit review commentsYi Kong2016-11-021-5/+18
* Fix URLConnectionTest.test_setReadTimeoutI on host testYi Kong2016-10-311-0/+1
* Temporarily disabled closeguard test for making ART bot greenShubham Ajmera2016-10-261-2/+2
* Detect and fix resource leakages in testsPaul Duffin2016-10-211-22/+36
* Merge "javax.crypto.CipherSpi: port this class from jdk8u60"Sergio Giro2016-10-071-0/+133
|\
| * javax.crypto.CipherSpi: port this class from jdk8u60Sergio Giro2016-09-261-0/+133
* | Treat TryFailThrowable error prone check as errorPaul Duffin2016-10-041-1/+1
* | Merge "Revert "Use JUnit 4 annotation instead of 'large' tag for CTSv2""Treehugger Robot2016-09-151-8/+4
|\ \
| * | Revert "Use JUnit 4 annotation instead of 'large' tag for CTSv2"Narayan Kamath2016-09-151-8/+4
* | | Merge "ojluni: solve issues with exceptions in cipher-related streams"Sergio Giro2016-09-142-1/+185
|\ \ \ | |/ / |/| |
| * | ojluni: solve issues with exceptions in cipher-related streamsSergio Giro2016-09-132-1/+185
| |/
* / Use JUnit 4 annotation instead of 'large' tag for CTSv2Tobias Thierer2016-09-131-4/+8
|/
* SignatureTest: make the mock MySignature publicSergio Giro2016-09-091-1/+3
* Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()Tobias Thierer2016-09-064-9/+8
* java.security: update java.security.KeyStore to jdk8u60Sergio Giro2016-08-304-0/+203
* javax.crypto.spec: update PBEParameterSpec to Java 8Sergio Giro2016-08-241-1/+25
* Remove expensive operations from constructorNeil Fuller2016-06-301-26/+23
* Tidy up MockWebServer usageNeil Fuller2016-06-291-0/+2
* Port a number of OpenJDK8 stream methodsYi Kong2016-04-121-0/+40
* Add Iterable#forEach & Map#forEach from openJdk8Przemyslaw Szczepaniak2016-03-011-0/+33
* Merge "ProviderServiceTest: change tests to check that newly created services...Sergio Giro2016-01-251-4/+37
|\
| * ProviderServiceTest: change tests to check that newly created services must b...Sergio Giro2016-01-251-4/+37
* | Merge "java/security: remove system.scope from security.properties"Sergio Giro2016-01-201-5/+5
|\ \
| * | java/security: remove system.scope from security.propertiesSergio Giro2016-01-191-5/+5
| |/
* / IdentityTest/SignerTest: avoid using IdentityScope.getSystemScope()Sergio Giro2016-01-201-4/+9
|/
* Update bogus PatternSyntaxException test case.Narayan Kamath2016-01-061-2/+4
* Deleting unused or broken filesPaul Duffin2015-12-212-271/+0
* Merge "ProviderTest: use the correct provider object when creating a service"...Sergio Giro2015-12-161-9/+9
|\