Searched defs:runTest (Results 1 - 25 of 85) sorted by relevance

1234

/openjdk7/jdk/test/java/lang/StringCoding/
H A DCheckEncodings.sh48 runTest() { function
64 runTest ${i}
69 runTest ${i}
/openjdk7/jdk/test/java/nio/Buffer/
H A DLimitDirectMemory.sh35 runTest() { function
64 runTest -XX:MaxDirectMemorySize=10 -cp ${TESTCLASSES} LimitDirectMemory true 10 1
65 runTest -XX:MaxDirectMemorySize=1k -cp ${TESTCLASSES} LimitDirectMemory true 1k 100
66 runTest -XX:MaxDirectMemorySize=10m -cp ${TESTCLASSES} LimitDirectMemory true 10m 10m
69 runTest -XX:MaxDirectMemorySize=65M -cp ${TESTCLASSES} \
73 runTest -cp ${TESTCLASSES} LimitDirectMemory false 10 1
74 runTest -Xmx64m -cp ${TESTCLASSES} LimitDirectMemory false 0 DEFAULT
75 runTest -Xmx64m -cp ${TESTCLASSES} LimitDirectMemory true 0 DEFAULT+1
78 runTest -XX:MaxDirectMemorySize=0 -cp ${TESTCLASSES} LimitDirectMemory true 0 1
82 runTest
[all...]
/openjdk7/jdk/test/java/nio/charset/coders/
H A DCheckSJISMappingProp.sh55 runTest() { function
75 runTest ${i}
/openjdk7/jdk/test/java/util/Formatter/
H A DBasic.sh37 runTest() { function
45 runTest US/Pacific
46 runTest Asia/Novosibirsk
/openjdk7/jdk/test/java/io/File/
H A DGetXSpace.sh55 runTest() { function
66 runTest
72 runTest ${TMP1}/foo
H A DDeleteOnExitNPE.java40 runTest();
46 public static void runTest() throws Exception { method in class:DeleteOnExitNPE
/openjdk7/jdk/test/tools/launcher/
H A DTestSpecialArgs.java84 runTest(envToRemove, javaCmd, "-cp", TEST_CLASSES_DIR.getAbsolutePath(),
88 runTest(envToRemove, javaCmd, "-cp", TEST_CLASSES_DIR.getAbsolutePath(),
92 runTest(envToRemove, javaCmd, "-cp", TEST_CLASSES_DIR.getAbsolutePath(),
97 static void runTest(Set<String> envToRemove, String... args) { method in class:TestSpecialArgs
H A DMainClassAttributeTest.java49 static void runTest(File jarFile, String expectedErrorMessage) { method in class:MainClassAttributeTest
66 runTest(jarFile, "no main manifest attribute");
73 runTest(jarFile, "Error: Could not find or load main class");
80 runTest(jarFile, "Error: Could not find or load main class");
95 runTest(jarFile, "no main manifest attribute");
/openjdk7/jdk/test/java/lang/management/RuntimeMXBean/
H A DPropertiesTest.java50 runTest(props.size());
57 private static void runTest(int sysPropsCount) throws Exception { method in class:PropertiesTest
H A DGetSystemProperties.java56 runTest();
63 private static void runTest() throws Exception { method in class:GetSystemProperties
/openjdk7/jdk/test/java/net/Socks/
H A DSocksProxyVersion.java50 runTest();
54 void runTest() throws Exception { method in class:SocksProxyVersion
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DJSSEClient.java46 void runTest(CipherTest.TestParameters params) throws Exception { method in class:JSSEClient
/openjdk7/jdk/test/javax/crypto/CryptoPermission/
H A DAllPermCheck.java48 public static void runTest(Cipher c, Key key) throws Exception { method in class:AllPermCheck
99 runTest(c, key);
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DJSSEClient.java45 void runTest(CipherTest.TestParameters params) throws Exception { method in class:JSSEClient
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DJSSEClient.java45 void runTest(CipherTest.TestParameters params) throws Exception { method in class:JSSEClient
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestISO10126Padding.java53 private void runTest(int dataLength) throws Exception { method in class:TestISO10126Padding
94 test.runTest(i);
/openjdk7/jdk/test/com/sun/crypto/provider/KeyGenerator/
H A DTestExplicitKeyLength.java43 public static void runTest(String algo, int keysize) throws Exception { method in class:TestExplicitKeyLength
59 runTest(ALGOS[i], KEY_SIZES[i]);
/openjdk7/jdk/test/java/lang/management/PlatformLoggingMXBean/
H A DPlatformLoggingMXBeanTest.java52 private void runTest(PlatformLoggingMXBean mBean) throws Exception { method in class:PlatformLoggingMXBeanTest
274 test.runTest(mbean);
/openjdk7/jdk/test/sun/java2d/DirectX/InfiniteValidationLoopTest/
H A DInfiniteValidationLoopTest.java54 runTest(g);
60 private void runTest(Graphics g) { method in class:InfiniteValidationLoopTest
/openjdk7/jdk/test/sun/java2d/DirectX/RenderingToCachedGraphicsTest/
H A DRenderingToCachedGraphicsTest.java71 runTest();
85 private void runTest() { method in class:RenderingToCachedGraphicsTest
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java43 private static boolean runTest(String mdName, MGF1ParameterSpec mgfSpec, method in class:TestOAEPParameterSpec
124 status &= runTest("SHA-256", MGF1ParameterSpec.SHA256, p);
125 status &= runTest("SHA-384", MGF1ParameterSpec.SHA384, p);
126 status &= runTest("SHA-512", MGF1ParameterSpec.SHA512, p);
127 status &= runTest("SHA", MGF1ParameterSpec.SHA1, new byte[0]);
128 status &= runTest("SHA-1", MGF1ParameterSpec.SHA1, new byte[0]);
129 status &= runTest("SHA1", MGF1ParameterSpec.SHA1, new byte[0]);
/openjdk7/jdk/test/java/awt/Multiscreen/WPanelPeerPerf/
H A DWPanelPeerPerf.java120 runTest(frame);
123 public static void runTest(Frame theFrame) { method in class:WPanelPeerPerf
/openjdk7/jdk/test/java/awt/image/ImagingOpsNoExceptionsTest/
H A DImagingOpsNoExceptionsTest.java46 public static void runTest() { method in class:ImagingOpsNoExceptionsTest
170 runTest();
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DVectorIO.java45 runTest();
48 runTest();
52 static void runTest() throws Exception { method in class:VectorIO
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DClearStaleZipFileInputStreams.java106 runTest(ZipOutputStream.DEFLATED);
107 runTest(ZipOutputStream.STORED);
110 private static void runTest(int compression) throws Exception { method in class:ClearStaleZipFileInputStreams

Completed in 84 milliseconds

1234