Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 1180) sorted by relevance

12345678910>>...48

/libcore/support/src/test/java/tests/resources/ServiceLoader/
Dhyts_services.jar ... /tests.resources.ServiceLoader.ServiceMoreThanOne tests/ tests/resources/ tests/resources/impl/ tests
Dhyts_services2.jar ... INF/services/ META-INF/services/tests.resources.ServiceLoader.ServiceIn2File tests/ tests/ ...
/libcore/expectations/
Dbrokentests.txt2 * This file contains expectations for tests that we'd like to eventually fix, but aren't urgent.
11 description: "We're retiring the security manager. Unfortunately, tests all over the place
28 name: "org.apache.harmony.tests.java.nio.charset.UTFCharsetEncoderTest#testSpecificDefaultValue",
32 …description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP …
38 …description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP …
41 "com.android.org.apache.harmony.luni.tests.java.net.ExcludedProxyTest"
45 …description: "Some tests depend on ICU data, which has changed. Others make assumptions about floa…
48 …"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_B…
49 …"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_D…
50 …"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_F…
[all …]
Dtaggedtests.txt2 * 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 */
Dknownfailures.txt2 * This file contains expectations for tests that were annotated with @KnownFailure at the time
8 name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103",
18 …name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreem…
60 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16",
61 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16BE",
62 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16LE",
63 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32",
64 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32BE",
65 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32LE",
66 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_x_UTF_16LE_BOM",
[all …]
Dicebox.txt2 * 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: "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderTest#testSetEntityResolver",
80 description: "many tests attempt to fork a Java executable, but fork the wrong one",
118 name: "org.apache.harmony.tests.javax.xml.parsers.SAXParserFactoryTest#test_newInstance",
125 "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderFactoryTest#test_isSetXIncludeAware",
126 "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderTest#testIsXIncludeAware",
127 "org.apache.harmony.tests.javax.xml.parsers.SAXParserFactoryTest#test_setIsXIncludeAware",
128 "org.apache.harmony.tests.javax.xml.parsers.SAXParserTest#testIsXIncludeAware"
[all …]
/libcore/support/src/test/java/tests/util/
DFieldTestFileGenerator.java18 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/tests/targets/security/
DSecureRandomTestSHA1PRNG.java16 package tests.targets.security;
18 import tests.security.SecureRandomTest;
DMessageDigestTestMD5.java16 package tests.targets.security;
18 import tests.security.MessageDigestTest;
DMessageDigestTestSHA1.java16 package tests.targets.security;
18 import tests.security.MessageDigestTest;
DMessageDigestTestSHA256.java16 package tests.targets.security;
18 import tests.security.MessageDigestTest;
/libcore/luni/src/test/java/tests/security/cert/
DCertificateCertificateRepTest.java1 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;
DCertPathValidator3Test.java23 package tests.security.cert;
28 import org.apache.harmony.security.tests.support.SpiEngUtils;
29 import org.apache.harmony.security.tests.support.cert.MyCertPath;
30 import org.apache.harmony.security.tests.support.cert.TestUtils;
DCertPathCertPathRepTest.java1 package tests.security.cert;
5 import org.apache.harmony.security.tests.support.cert.MyCertPath;
6 import org.apache.harmony.security.tests.support.cert.MyCertPath.MyCertPathRep;
/libcore/luni/src/test/java/libcore/javax/crypto/spec/
DKeyPairGeneratorTestDSA.java18 import tests.security.KeyPairGeneratorTest;
19 import tests.security.SignatureHelper;
DKeyPairGeneratorTestRSA.java18 import tests.security.CipherAsymmetricCryptHelper;
19 import tests.security.KeyPairGeneratorTest;
DAlgorithmParameterGeneratorTestDH.java18 import tests.security.AlgorithmParameterGeneratorTest;
19 import tests.security.AlgorithmParameterKeyAgreementHelper;
DAlgorithmParameterGeneratorTestDSA.java19 import tests.security.AlgorithmParameterGeneratorTest;
20 import tests.security.AlgorithmParameterSignatureHelper;
DKeyPairGeneratorTestDH.java19 import tests.security.KeyAgreementHelper;
20 import tests.security.KeyPairGeneratorTest;
DAlgorithmParametersTestDESede.java19 import tests.security.AlgorithmParameterSymmetricHelper;
20 import tests.security.AlgorithmParametersTest;
DAlgorithmParametersTestAES.java19 import tests.security.AlgorithmParameterSymmetricHelper;
20 import tests.security.AlgorithmParametersTest;
DAlgorithmParametersTestDES.java19 import tests.security.AlgorithmParameterSymmetricHelper;
20 import tests.security.AlgorithmParametersTest;
/libcore/luni/src/test/java/tests/targets/security/cert/
DCertificateFactoryTestX509.java16 package tests.targets.security.cert;
18 import tests.security.CertificateFactoryTest;
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignerTest.java23 package org.apache.harmony.security.tests.java.security;
34 import org.apache.harmony.security.tests.support.PrivateKeyStub;
35 import org.apache.harmony.security.tests.support.PublicKeyStub;
36 import org.apache.harmony.security.tests.support.SignerStub;
37 import org.apache.harmony.security.tests.support.SystemScope;
/libcore/luni/src/test/resources/org/apache/harmony/luni/tests/java/lang/
DA.class ... java package org.apache.harmony.luni.tests.java.lang org.apache.harmony. ...

12345678910>>...48