Searched refs:testName (Results 1 - 25 of 97) sorted by relevance

1234

/openjdk10/langtools/test/tools/javac/util/filemanager/
H A DTestName.java39 JavacFileManager.testName("", PACKAGE, !CLASS);
40 JavacFileManager.testName(".", !PACKAGE, !CLASS);
41 JavacFileManager.testName("java.lang.", !PACKAGE, !CLASS);
42 JavacFileManager.testName(".java.lang.", !PACKAGE, !CLASS);
43 JavacFileManager.testName(".java.lang", !PACKAGE, !CLASS);
44 JavacFileManager.testName("java.lang", PACKAGE, CLASS);
45 JavacFileManager.testName("java.lang.Foo Bar", !PACKAGE, !CLASS);
46 JavacFileManager.testName("java.lang.Foo+Bar", !PACKAGE, !CLASS);
47 JavacFileManager.testName("java.lang.Foo$Bar", PACKAGE, CLASS);
48 JavacFileManager.testName("Pete
[all...]
/openjdk10/jdk/test/javax/security/auth/x500/X500Principal/
H A DNameFormat.java41 testName("cn=\\ duke ", "RFC1779", "CN=\" duke\"", 1);
42 testName("cn=\\ duke ", "RFC2253", "CN=\\ duke", 2);
43 testName("cn=\\ duke ", "CANONICAL", "cn=duke", 3);
44 testName("cn=\\ duke ", "toString", "CN=\" duke\"", 4);
46 testName("cn= duke", "RFC1779", "CN=duke", 5);
47 testName("cn= duke", "RFC2253", "CN=duke", 6);
48 testName("cn= duke", "CANONICAL", "cn=duke", 7);
49 testName("cn= duke", "toString", "CN=duke", 8);
51 testName("cn=duke\\ ", "RFC1779", "CN=\"duke \"", 9);
52 testName("c
191 public static void testName(String in, String outFormat, method in class:NameFormat
[all...]
/openjdk10/nashorn/test/src/jdk/nashorn/internal/test/framework/
H A DJSJUnitReportReporter.java38 final String testName = tr.getTestName();
39 return (testName != null && testName.endsWith(".js"))? testName : super.getTestName(tr);
/openjdk10/jdk/test/sun/management/jdp/
H A DJdpDefaultsTest.java42 final String testName = "JdpOnTestCase"; field in class:JdpDefaultsTest
62 testName
H A DJdpSpecificAddressTest.java43 final String testName = "JdpOnTestCase"; field in class:JdpSpecificAddressTest
65 testName
H A DJdpOffTest.java44 final String testName = "JdpOffTestCase"; field in class:JdpOffTest
64 testName
H A DJdpJmxRemoteDynamicPortTest.java39 final String testName = "JdpJmxRemoteDynamicPortTestCase"; field in class:JdpJmxRemoteDynamicPortTest
56 testName
/openjdk10/jdk/test/javax/management/relation/
H A DNonArrayListTest.java83 String testName;
85 testName = "RelationNotification constructor with only 9 arguments";
97 System.out.println("OK: " + testName);
99 System.err.println("Exception for " + testName);
104 testName = "RelationNotification constructor with 11 arguments";
118 System.out.println("OK: " + testName);
120 System.err.println("Exception for " + testName);
125 testName = "RelationService.sendNotification";
128 System.out.println("OK: " + testName);
130 System.err.println("Exception for " + testName);
[all...]
/openjdk10/jdk/test/com/sun/crypto/provider/KeyGenerator/
H A DTest4628062.java82 String testName = test.getClass().getName();
84 System.out.println(testName + ": AES Passed!");
87 System.out.println(testName + ": HmacSHA224 Passed!");
90 System.out.println(testName + ": HmacSHA256 Passed!");
93 System.out.println(testName + ": HmacSHA384 Passed!");
96 System.out.println(testName + ": HmacSHA512 Passed!");
/openjdk10/jdk/test/com/sun/jdi/
H A DBasicJDWPConnectionTest.java78 public static void positiveTest(String testName, String allowOpt) argument
80 System.err.println("\nStarting " + testName);
88 throw new RuntimeException(testName + " FAILED");
90 System.err.println(testName + " PASSED");
93 public static void negativeTest(String testName, String allowOpt) argument
95 System.err.println("\nStarting " + testName);
103 System.err.println(testName + ": res=" + res);
104 throw new RuntimeException(testName + " FAILED");
106 System.err.println(testName + ": returned a negative code as expected: " + res);
107 System.err.println(testName
110 badAllowOptionTest(String testName, String allowOpt) argument
[all...]
H A DExceptionEvents.java151 StringBuffer testName = new StringBuffer("ExceptionEvents(");
167 testName.append("Full Test");
199 testName.append(args[0]);
200 testName.append(" ");
201 testName.append(args[1]);
202 testName.append(" ");
203 testName.append(args[2]);
207 testName.append(")");
209 summarize(testName.toString());
212 static void summarize(String testName) throw argument
[all...]
/openjdk10/jdk/test/java/lang/Math/
H A DTests.java230 public static int test(String testName, float input, argument
233 System.err.println("Failure for " + testName + ":\n" +
243 public static int test(String testName, double input, argument
246 System.err.println("Failure for " + testName + ":\n" +
256 public static int test(String testName, float input1, float input2, argument
259 System.err.println("Failure for " + testName + ":\n" +
269 public static int test(String testName, double input1, double input2, argument
272 System.err.println("Failure for " + testName + ":\n" +
282 public static int test(String testName, float input, argument
285 System.err.println("Failure for " + testName
294 test(String testName, double input, int result, int expected) argument
307 test(String testName, float input, float result, float expected) argument
321 test(String testName, double input, double result, double expected) argument
334 test(String testName, float input1, double input2, float result, float expected) argument
349 test(String testName, double input1, double input2, double result, double expected) argument
364 test(String testName, float input1, int input2, float result, float expected) argument
379 test(String testName, double input1, int input2, double result, double expected) argument
394 test(String testName, float input1, float input2, float input3, float result, float expected) argument
410 test(String testName, double input1, double input2, double input3, double result, double expected) argument
453 testUlpDiff(String testName, double input, double result, double expected, double ulps) argument
467 testUlpDiff(String testName, double input1, double input2, double result, double expected, double ulps) argument
484 testUlpDiffWithAbsBound(String testName, double input, double result, double expected, double ulps, double absBound) argument
509 testUlpDiffWithLowerBound(String testName, double input, double result, double expected, double ulps, double lowerBound) argument
531 testTolerance(String testName, double input, double result, double expected, double tolerance) argument
554 testBounds(String testName, double input, double result, double bound1, double bound2) argument
[all...]
/openjdk10/langtools/test/tools/javac/lambda/lambdaNaming/
H A DTestSerializedLambdaNameStability.java68 String testName = "TEST" + name;
69 Class<?> kw = writingClassLoader.loadClass(testName);
79 readCheck(iName, testName, clonedClassLoader, ser);
80 System.err.printf("cloned test readCheck %s\n", testName);
85 readCheck(iName, testName, checkingClassLoader, ser);
93 System.err.printf("PASS: other test %s got expected exception %s\n", testName, underlying);
97 System.err.printf("FAIL: other test %s got unexpected exception %s\n", testName, ite);
100 System.err.printf("FAIL: other test %s expected an exception", testName);
101 throw new Exception("expected an exception" + testName);
103 readCheck(iName, testName, checkingClassLoade
108 readCheck(String iName, String testName, ClassLoader loader, byte[] ser) argument
[all...]
/openjdk10/langtools/test/tools/javac/limits/
H A DNumArgsTest.java42 private final String testName; field in class:NumArgsTest
55 final String testName,
61 this.testName = testName;
63 testdir = new File(testName);
71 final String testName) {
73 testName, NO_NESTING);
79 final String testName,
81 this(threshold, false, result, methodName, testName, nesting);
87 final String testName) {
51 NumArgsTest(final int threshold, final boolean isStaticMethod, final String result, final String methodName, final String testName, final NestingDef[] nesting) argument
67 NumArgsTest(final int threshold, final boolean isStaticMethod, final String result, final String methodName, final String testName) argument
76 NumArgsTest(final int threshold, final String result, final String methodName, final String testName, final NestingDef[] nesting) argument
84 NumArgsTest(final int threshold, final String result, final String methodName, final String testName) argument
91 NumArgsTest(final int threshold, final String testName, final NestingDef[] nesting) argument
97 NumArgsTest(final int threshold, final String testName) argument
102 NumArgsTest(final int threshold, final String testName, final String constructorName, final NestingDef[] nesting) argument
[all...]
/openjdk10/jdk/test/java/lang/StrictMath/
H A DTests.java34 static int test(String testName, argument
39 System.err.println("Failure for " + testName + ":\n" +
49 static int test(String testName, double input1, double input2, argument
52 System.err.println("Failure for " + testName + ":\n" +
/openjdk10/jdk/test/java/rmi/invalidName/
H A DInvalidName.java55 String testName;
63 testName = new String("rmi://#/MyRMI");
65 Naming.lookup(testName);
66 System.err.println("no exception thrown for URL: " + testName);
/openjdk10/langtools/test/tools/lib/toolbox/
H A DTestRunner.java56 public String testName = null; field in class:TestRunner
85 testName = m.getName();
88 out.println("test: " + testName);
93 out.println("Exception running test " + testName + ": " + e.getCause());
/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTest4511676.java63 String testName = test.getClass().getName() + "[" + ALGO +
66 System.out.println(testName + ": Passed!");
H A DTest4513830.java88 String testName = test.getClass().getName() + "[" + ALGO +
91 System.out.println(testName + ": Passed!");
/openjdk10/jdk/test/javax/management/loading/
H A DArrayClassTest.java60 ObjectName testName = new ObjectName("test:type=Test");
61 mbs.createMBean(Test.class.getName(), testName, loaderName,
63 ClassLoader checkLoader = mbs.getClassLoaderFor(testName);
67 mbs.invoke(testName, "ignore", new Object[1],
75 ObjectInputStream oin = mbs.deserialize(testName, bytes);
/openjdk10/hotspot/test/compiler/tiered/
H A DTransitionsTestExecutor.java52 private static void executeTestFor(int compilationPolicy, String testName) throws Throwable { argument
61 Collections.addAll(args, policy, testName);
/openjdk10/jdk/test/javax/xml/jaxp/common/8020430/
H A DTestBase.java37 String testName; field in class:TestBase
46 testName = name;
/openjdk10/jdk/test/javax/xml/jaxp/parsers/8021148/
H A DTestBase.java37 String testName; field in class:TestBase
46 testName = name;
/openjdk10/jdk/test/javax/xml/jaxp/parsers/8022548/
H A DTestBase.java15 String testName; field in class:TestBase
24 testName = name;
/openjdk10/jdk/test/javax/xml/jaxp/transform/8004476/
H A DTestBase.java43 String testName; field in class:TestBase
52 testName = name;

Completed in 227 milliseconds

1234