/libcore/support/src/test/java/tests/resources/ServiceLoader/ |
D | hyts_services.jar | ... /tests.resources.ServiceLoader.ServiceMoreThanOne
tests/
tests/resources/
tests/resources/impl/
tests |
D | hyts_services2.jar | ... INF/services/
META-INF/services/tests.resources.ServiceLoader.ServiceIn2File
tests/
tests/ ... |
/libcore/expectations/ |
D | brokentests.txt | 2 * This file contains expectations for tests that we'd like to eventually fix, but aren't urgent. 23 description: "We're retiring the security manager. Unfortunately, tests all over the place 40 name: "org.apache.harmony.tests.java.nio.charset.UTFCharsetEncoderTest#testSpecificDefaultValue", 44 …description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP … 50 …description: "Some tests depend on ICU data, which has changed. Others make assumptions about floa… 53 …"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_B… 54 …"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_D… 55 …"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_F… 56 …"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_F… 57 …"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_F… [all …]
|
D | taggedtests.txt | 2 * This file contains expectations for tests that require support from the test runner to complete 7 description: "large tests", 10 …/* libcore tests that take over 15 minutes on device because of DHParametersHelper.generateSafePri… 11 "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest", 12 "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest", 13 "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPublicKeyTest", 14 /* non-AOSP tests http://b/8027066 */
|
D | knownfailures.txt | 2 * This file contains expectations for tests that were annotated with @KnownFailure at the time 7 name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103", 17 …name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreem… 64 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16", 65 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16BE", 66 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16LE", 67 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32", 68 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32BE", 69 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32LE", 70 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_x_UTF_16LE_BOM", [all …]
|
D | icebox.txt | 2 * This file contains expectations for tests that we'd like to eventually fix, but aren't urgent. 45 "tests.org.w3c.dom.HCNotationsRemoveNamedItemNS#testRemoveNamedItemNS", 46 "tests.org.w3c.dom.HCNotationsSetNamedItemNS#testNotationsSetNamedItemNS" 76 name: "tests.api.javax.xml.parsers.DocumentBuilderTest#testSetEntityResolver", 80 description: "many tests attempt to fork a Java executable, but fork the wrong one", 118 name: "tests.api.javax.xml.parsers.SAXParserFactoryTest#test_newInstance", 125 "tests.api.javax.xml.parsers.DocumentBuilderFactoryTest#test_isSetXIncludeAware", 126 "tests.api.javax.xml.parsers.DocumentBuilderTest#testIsXIncludeAware", 127 "tests.api.javax.xml.parsers.SAXParserFactoryTest#test_setIsXIncludeAware", 128 "tests.api.javax.xml.parsers.SAXParserTest#testIsXIncludeAware" [all …]
|
/libcore/ |
D | JavaLibrary.mk | 56 test_src_files := $(call all-test-java-files-under,dalvik dom harmony-tests json luni xml) 96 LOCAL_STATIC_JAVA_LIBRARIES := core-tests-support sqlite-jdbc mockwebserver nist-pkix-tests 98 LOCAL_MODULE := core-tests 111 LOCAL_MODULE := core-tests-support 119 LOCAL_SRC_FILES := $(call all-test-java-files-under, jsr166-tests) 124 LOCAL_MODULE := jsr166-tests 134 TMP_RESOURCE_FILE := org/apache/harmony/luni/tests/java/lang/test\#.properties 173 …re-libart-hostdex okhttp-hostdex bouncycastle-hostdex core-junit-hostdex core-tests-support-hostdex 174 LOCAL_STATIC_JAVA_LIBRARIES := sqlite-jdbc-host mockwebserver-host nist-pkix-tests-host 177 LOCAL_MODULE := core-tests-hostdex [all …]
|
/libcore/luni/src/test/java/tests/targets/security/ |
D | SecureRandomTestSHA1PRNG.java | 16 package tests.targets.security; 18 import tests.security.SecureRandomTest;
|
D | MessageDigestTestMD5.java | 16 package tests.targets.security; 18 import tests.security.MessageDigestTest;
|
D | MessageDigestTestSHA1.java | 16 package tests.targets.security; 18 import tests.security.MessageDigestTest;
|
D | MessageDigestTestSHA384.java | 16 package tests.targets.security; 18 import tests.security.MessageDigestTest;
|
D | MessageDigestTestSHA256.java | 16 package tests.targets.security; 18 import tests.security.MessageDigestTest;
|
/libcore/support/src/test/java/tests/util/ |
D | FieldTestFileGenerator.java | 18 package tests.util; 23 import tests.support.Support_GetPutFields; 24 import tests.support.Support_GetPutFieldsDeprecated; 25 import tests.support.Support_GetPutFieldsDefaulted;
|
/libcore/luni/src/test/java/libcore/javax/crypto/spec/ |
D | KeyPairGeneratorTestDSA.java | 18 import tests.security.KeyPairGeneratorTest; 19 import tests.security.SignatureHelper;
|
D | KeyPairGeneratorTestRSA.java | 18 import tests.security.CipherAsymmetricCryptHelper; 19 import tests.security.KeyPairGeneratorTest;
|
D | AlgorithmParameterGeneratorTestDH.java | 19 import tests.security.AlgorithmParameterGeneratorTest; 20 import tests.security.AlgorithmParameterKeyAgreementHelper;
|
D | KeyPairGeneratorTestDH.java | 19 import tests.security.KeyAgreementHelper; 20 import tests.security.KeyPairGeneratorTest;
|
D | AlgorithmParameterGeneratorTestDSA.java | 19 import tests.security.AlgorithmParameterGeneratorTest; 20 import tests.security.AlgorithmParameterSignatureHelper;
|
D | AlgorithmParametersTestAES.java | 19 import tests.security.AlgorithmParameterSymmetricHelper; 20 import tests.security.AlgorithmParametersTest;
|
D | AlgorithmParametersTestDESede.java | 19 import tests.security.AlgorithmParameterSymmetricHelper; 20 import tests.security.AlgorithmParametersTest;
|
D | AlgorithmParametersTestDES.java | 19 import tests.security.AlgorithmParameterSymmetricHelper; 20 import tests.security.AlgorithmParametersTest;
|
/libcore/luni/src/test/java/tests/targets/security/cert/ |
D | CertificateFactoryTestX509.java | 16 package tests.targets.security.cert; 18 import tests.security.CertificateFactoryTest;
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | CertificateCertificateRepTest.java | 1 package tests.security.cert; 5 import org.apache.harmony.security.tests.support.cert.MyCertificate; 6 import org.apache.harmony.security.tests.support.cert.TestUtils; 7 import org.apache.harmony.security.tests.support.cert.MyCertificate.MyCertificateRep;
|
/libcore/harmony-tests/src/test/resources/META-INF/services/ |
D | java.nio.charset.spi.CharsetProvider | 1 org.apache.harmony.tests.java.nio.charset.CharsetTest$MockCharsetProvider 2 org.apache.harmony.tests.java.nio.charset.CharsetTest$MockCharsetProviderASCII
|
/libcore/luni/src/test/resources/org/apache/harmony/luni/tests/java/lang/ |
D | A.class | ... java
package org.apache.harmony.luni.tests.java.lang
org.apache.harmony. ... |