Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/test/functional/cmdLineTests/URLClassLoaderTests/URLClassLoaderTests_Java8.xml
12473 views
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
3
<!--
4
Copyright (c) 2001, 2021 IBM Corp. and others
5
6
This program and the accompanying materials are made available under
7
the terms of the Eclipse Public License 2.0 which accompanies this
8
distribution and is available at https://www.eclipse.org/legal/epl-2.0/
9
or the Apache License, Version 2.0 which accompanies this distribution and
10
is available at https://www.apache.org/licenses/LICENSE-2.0.
11
12
This Source Code may also be made available under the following
13
Secondary Licenses when the conditions for such availability set
14
forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
15
General Public License, version 2 with the GNU Classpath
16
Exception [1] and GNU General Public License, version 2 with the
17
OpenJDK Assembly Exception [2].
18
19
[1] https://www.gnu.org/software/classpath/license.html
20
[2] http://openjdk.java.net/legal/assembly-exception.html
21
22
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
23
-->
24
25
<!DOCTYPE suite SYSTEM "cmdlinetester.dtd">
26
27
<!-- #### RUN URLClassLoaderTests SUITE #### -->
28
<suite id="Shared Classes URLClassLoaderTests Suite">
29
30
<!-- Used to set which mode the test cases are run in -->
31
<variable name="currentMode" value=" "/>
32
33
<!-- Set variables up -->
34
<variable name="JAVA_DIR" value="$JAVA_HOME$$PATHSEP$jre$PATHSEP$bin"/>
35
<variable name="JAVAC_DIR" value="$JAVA_HOME$$PATHSEP$bin"/>
36
<variable name="JAVA_EXE" value="$JAVA_HOME$$PATHSEP$jre$PATHSEP$bin$PATHSEP$java$EXECUTABLE_SUFFIX$ $TEST_JVM_OPTIONS$"/>
37
<variable name="TMOUT" value="600" />
38
<variable name="NETUSEDIR" value=".$PATHSEP$FindStore$PATHSEP$sharedClassesResults" />
39
40
<!-- Our test modes for this suite -->
41
<if testVariable="SCMODE" testValue="210" resultVariable="SCCMD" resultValue="-Xshareclasses:persistent,controlDir=.,name="/>
42
<if testVariable="SCMODE" testValue="211" resultVariable="SCCMD" resultValue="-Xshareclasses:nonpersistent,controlDir=.,name="/>
43
44
45
<echo value=" "/>
46
<echo value="#######################################################"/>
47
<echo value="Running tests in mode $SCMODE$ with command line options: $currentMode$"/>
48
<echo value="#######################################################"/>
49
<echo value=" "/>
50
51
<exec command="$JAVA_EXE$ -Xshareclasses:destroyAll" quiet="false"/>
52
<exec command="$JAVA_EXE$ $SCCMD$invalidCacheName,destroyAll" quiet="false"/>
53
54
<test id="Sanity.BuildInitial" timeout="$TMOUT$" runPath=".">
55
<command>$RUN_SCRIPT$ .$PATHSEP$Sanity$PATHSEP$buildInitial$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
56
<output type="success" caseSensitive="yes" regex="no">A.jar</output>
57
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
58
<output type="failure" caseSensitive="yes" regex="no">no such</output>
59
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
60
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
61
</test>
62
<test id="Sanity.success" timeout="$TMOUT$" runPath=".">
63
<command>$JAVA_EXE$ $currentMode$ $SCCMD$Sanity,expire=0 -Xscmx5M -Djava.ext.dirs=.$PATHSEP$Sanity$PATHSEP$ExtDir -cp .$PATHSEP$Sanity$PATHSEP$A.jar jnurlcldr.shared.sanity.A_Main</command>
64
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
65
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
66
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
67
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
68
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
69
</test>
70
<test id="Sanity.BuildVerify" timeout="$TMOUT$" runPath=".">
71
<command>$RUN_SCRIPT$ .$PATHSEP$Sanity$PATHSEP$buildVerify$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
72
<output type="success" caseSensitive="yes" regex="no">A.jar</output>
73
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
74
<output type="failure" caseSensitive="yes" regex="no">no such</output>
75
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
76
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
77
</test>
78
<test id="Sanity.verifySuccess" timeout="$TMOUT$" runPath=".">
79
<command>$JAVA_EXE$ $currentMode$ $SCCMD$Sanity,noTimestampChecks -Djava.ext.dirs=.$PATHSEP$Sanity$PATHSEP$ExtDir -cp .$PATHSEP$Sanity$PATHSEP$A.jar jnurlcldr.shared.sanity.A_Main</command>
80
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
81
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
82
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
83
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
84
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
85
</test>
86
<test id="Sanity.verifyStale" timeout="$TMOUT$" runPath=".">
87
<command>$JAVA_EXE$ $currentMode$ $SCCMD$Sanity -Djava.ext.dirs=.$PATHSEP$Sanity$PATHSEP$ExtDir -cp .$PATHSEP$Sanity$PATHSEP$A.jar jnurlcldr.shared.sanity.A_Main</command>
88
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
89
<output type="failure" caseSensitive="yes" regex="no">CACHED</output>
90
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
91
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
92
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
93
</test>
94
<test id="FindStore.BuildInitial" timeout="$TMOUT$" runPath=".">
95
<command>$RUN_SCRIPT$ .$PATHSEP$FindStore$PATHSEP$buildInitial$SCRIPT_SUFFIX$ $JAVAC_DIR$ .$NETUSEDIR$</command>
96
<output type="success" caseSensitive="yes" regex="no">A.jar</output>
97
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
98
<output type="failure" caseSensitive="yes" regex="no">no such</output>
99
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
100
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
101
</test>
102
<test id="FindStore.StoreExplicit" timeout="$TMOUT$" runPath=".">
103
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,expire=0 -Xscmx5M -cp .$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$A.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$B.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$C.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$D.jar jnurlcldr.shared.findstore.A_Main</command>
104
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
105
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
106
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
107
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
108
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
109
</test>
110
<test id="FindStore.StoreRelative" timeout="$TMOUT$" runPath=".">
111
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore -cp .$PATHSEP$FindStore$PATHSEP$E.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$F.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$G.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$H.jar jnurlcldr.shared.findstore.E_Main</command>
112
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
113
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
114
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
115
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
116
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
117
</test>
118
<test id="FindStore.StoreNetUse" timeout="$TMOUT$" runPath=".">
119
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore -cp $NETUSEDIR$$PATHSEP$I.jar$CPDL$$NETUSEDIR$$PATHSEP$J.jar$CPDL$$NETUSEDIR$$PATHSEP$K.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$$NETUSEDIR$$PATHSEP$L.jar jnurlcldr.shared.findstore.I_Main</command>
120
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
121
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
122
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
123
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
124
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
125
</test>
126
<test id="FindStore.StoreClassfile" timeout="$TMOUT$" runPath=".">
127
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore -cp .$PATHSEP$FindStore$PATHSEP$M_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$N_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$O_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$P_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar jnurlcldr.shared.findstore.M_Main</command>
128
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
129
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
130
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
131
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
132
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
133
</test>
134
<test id="FindStore.BuildVerify" timeout="$TMOUT$" runPath=".">
135
<command>$RUN_SCRIPT$ .$PATHSEP$FindStore$PATHSEP$buildVerify$SCRIPT_SUFFIX$ $JAVAC_DIR$ ..$PATHSEP$.$NETUSEDIR$</command>
136
<output type="success" caseSensitive="yes" regex="no">A.jar</output>
137
<output type="failure" caseSensitive="no" regex="no">0 file(s) copied</output>
138
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
139
<output type="failure" caseSensitive="yes" regex="no">no such</output>
140
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
141
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
142
</test>
143
<test id="FindStore.FindExplicit" timeout="$TMOUT$" runPath=".">
144
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$A.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$B.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$C.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$D.jar jnurlcldr.shared.findstore.A_Main</command>
145
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
146
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
147
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
148
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
149
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
150
</test>
151
<test id="FindStore.FindRelative" timeout="$TMOUT$" runPath=".">
152
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$E.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$F.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$G.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$H.jar jnurlcldr.shared.findstore.E_Main</command>
153
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
154
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
155
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
156
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
157
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
158
</test>
159
<test id="FindStore.FindNetUse" timeout="$TMOUT$" runPath=".">
160
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp $NETUSEDIR$$PATHSEP$I.jar$CPDL$$NETUSEDIR$$PATHSEP$J.jar$CPDL$$NETUSEDIR$$PATHSEP$K.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$$NETUSEDIR$$PATHSEP$L.jar jnurlcldr.shared.findstore.I_Main</command>
161
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
162
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
163
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
164
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
165
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
166
</test>
167
<test id="FindStore.FindClassfile" timeout="$TMOUT$" runPath=".">
168
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$M_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$N_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$O_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$P_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar jnurlcldr.shared.findstore.M_Main</command>
169
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
170
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
171
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
172
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
173
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
174
</test>
175
<test id="FindStore.FindDiffcpExplicit" timeout="$TMOUT$" runPath=".">
176
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$A.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$B.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$C.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$D.jar jnurlcldr.shared.findstore.A_Main</command>
177
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
178
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
179
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
180
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
181
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
182
</test>
183
<test id="FindStore.FindDiffcpRelative" timeout="$TMOUT$" runPath=".">
184
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$E.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$F.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$G.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$H.jar jnurlcldr.shared.findstore.E_Main</command>
185
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
186
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
187
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
188
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
189
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
190
</test>
191
<test id="FindStore.FindDiffcpNetUse" timeout="$TMOUT$" runPath=".">
192
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp $NETUSEDIR$$PATHSEP$I.jar$CPDL$$NETUSEDIR$$PATHSEP$J.jar$CPDL$$NETUSEDIR$$PATHSEP$K.jar$CPDL$$NETUSEDIR$$PATHSEP$L.jar jnurlcldr.shared.findstore.I_Main</command>
193
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
194
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
195
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
196
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
197
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
198
</test>
199
<test id="FindStore.FindDiffcpClassfile" timeout="$TMOUT$" runPath=".">
200
<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$M_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$N_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$O_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$P_Classes jnurlcldr.shared.findstore.M_Main</command>
201
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
202
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
203
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
204
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
205
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
206
</test>
207
<test id="JarExtensionsTests.BuildInitial1" timeout="$TMOUT$" runPath=".">
208
<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildInitial$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
209
<output type="success" caseSensitive="yes" regex="no">A.jar</output>
210
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
211
<output type="failure" caseSensitive="yes" regex="no">no such</output>
212
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
213
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
214
</test>
215
<test id="JarExtensionsTests.SingleJarInManifest" timeout="$TMOUT$" runPath=".">
216
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests,expire=0 -Xscmx5M -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>
217
<output type="success" caseSensitive="yes" regex="no">PASSED</output>
218
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
219
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
220
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
221
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
222
</test>
223
<test id="JarExtensionsTests.MultipleJarsInManifests" timeout="$TMOUT$" runPath=".">
224
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>
225
<output type="success" caseSensitive="yes" regex="no">PASSED</output>
226
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
227
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
228
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
229
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
230
</test>
231
<test id="JarExtensionsTests.BuildVerify1" timeout="$TMOUT$" runPath=".">
232
<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildVerify$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
233
<output type="success" caseSensitive="yes" regex="no">A.jar</output>
234
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
235
<output type="failure" caseSensitive="yes" regex="no">no such</output>
236
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
237
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
238
</test>
239
<test id="JarExtensionsTests.SingleJarInManifest.Verify1" timeout="$TMOUT$" runPath=".">
240
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests,noTimestampChecks -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>
241
<output type="success" caseSensitive="yes" regex="no">CACHED</output>
242
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
243
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
244
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
245
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
246
</test>
247
<test id="JarExtensionsTests.SingleJarInManifest.Verify2" timeout="$TMOUT$" runPath=".">
248
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>
249
<output type="success" caseSensitive="yes" regex="no">LOCAL</output>
250
<output type="failure" caseSensitive="yes" regex="no">CACHED</output>
251
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
252
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
253
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
254
</test>
255
<test id="JarExtensionsTests.MultipleJarsInManifests.Verify1" timeout="$TMOUT$" runPath=".">
256
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests,noTimestampChecks -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>
257
<output type="success" caseSensitive="yes" regex="no">CACHED</output>
258
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
259
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
260
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
261
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
262
</test>
263
<test id="JarExtensionsTests.MultipleJarsInManifests.Verify2" timeout="$TMOUT$" runPath=".">
264
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>
265
<output type="success" caseSensitive="yes" regex="no">LOCAL</output>
266
<output type="failure" caseSensitive="yes" regex="no">CACHED</output>
267
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
268
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
269
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
270
</test>
271
<test id="JarExtensionsTests.BuildInitial2" timeout="$TMOUT$" runPath=".">
272
<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildInitial$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
273
<output type="success" caseSensitive="yes" regex="no">A.jar</output>
274
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
275
<output type="failure" caseSensitive="yes" regex="no">no such</output>
276
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
277
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
278
</test>
279
<test id="JarExtensionsTests.CreateJarIndexes" timeout="$TMOUT$" runPath=".">
280
<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildJarIndexes$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
281
<output type="success" caseSensitive="yes" regex="no">B.jar</output>
282
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
283
<output type="failure" caseSensitive="yes" regex="no">no such</output>
284
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
285
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
286
</test>
287
<test id="JarExtensionsTests.SingleJarInManifestWithIndex" timeout="$TMOUT$" runPath=".">
288
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2,expire=0 -Xscmx5M -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>
289
<output type="success" caseSensitive="yes" regex="no">PASSED</output>
290
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
291
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
292
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
293
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
294
</test>
295
<test id="JarExtensionsTests.MultipleJarsInManifestsWithIndex" timeout="$TMOUT$" runPath=".">
296
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2 -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>
297
<output type="success" caseSensitive="yes" regex="no">PASSED</output>
298
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
299
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
300
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
301
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
302
</test>
303
<test id="JarExtensionsTests.BuildVerify2" timeout="$TMOUT$" runPath=".">
304
<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildVerify$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
305
<output type="success" caseSensitive="yes" regex="no">A.jar</output>
306
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
307
<output type="failure" caseSensitive="yes" regex="no">no such</output>
308
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
309
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
310
</test>
311
<test id="JarExtensionsTests.CreateJarIndexes" timeout="$TMOUT$" runPath=".">
312
<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildJarIndexes$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
313
<output type="success" caseSensitive="yes" regex="no">B.jar</output>
314
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
315
<output type="failure" caseSensitive="yes" regex="no">no such</output>
316
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
317
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
318
</test>
319
<test id="JarExtensionsTests.SingleJarInManifestWithIndex.Verify1" timeout="$TMOUT$" runPath=".">
320
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2,noTimestampChecks -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>
321
<output type="success" caseSensitive="yes" regex="no">CACHED</output>
322
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
323
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
324
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
325
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
326
</test>
327
<test id="JarExtensionsTests.SingleJarInManifestWithIndex.Verify2" timeout="$TMOUT$" runPath=".">
328
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2 -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>
329
<output type="success" caseSensitive="yes" regex="no">LOCAL</output>
330
<output type="failure" caseSensitive="yes" regex="no">CACHED</output>
331
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
332
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
333
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
334
</test>
335
<test id="JarExtensionsTests.MultipleJarsInManifestsWithIndex.Verify1" timeout="$TMOUT$" runPath=".">
336
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2,noTimestampChecks -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>
337
<output type="success" caseSensitive="yes" regex="no">CACHED</output>
338
<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>
339
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
340
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
341
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
342
</test>
343
<test id="JarExtensionsTests.MultipleJarsInManifestsWithIndex.Verify2" timeout="$TMOUT$" runPath=".">
344
<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2 -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>
345
<output type="success" caseSensitive="yes" regex="no">LOCAL</output>
346
<output type="failure" caseSensitive="yes" regex="no">CACHED</output>
347
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
348
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
349
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
350
</test>
351
<test id="SignedSealed.BuildInitial1" timeout="$TMOUT$" runPath=".">
352
<command>$RUN_SCRIPT$ .$PATHSEP$SignedSealed$PATHSEP$buildInitial1$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
353
<output type="success" caseSensitive="yes" regex="no">AB.jar</output>
354
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
355
<output type="failure" caseSensitive="yes" regex="no">no such</output>
356
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
357
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
358
</test>
359
<test id="Sealed.success" timeout="$TMOUT$" runPath=".">
360
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed1,expire=0 -Xscmx5M -cp .$PATHSEP$SignedSealed$PATHSEP$AB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$B1.jar jnurlcldr.shared.signedsealed.A_Main</command>
361
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
362
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
363
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
364
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
365
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
366
</test>
367
<test id="Sealed.failure1" timeout="$TMOUT$" runPath=".">
368
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -Xscmx5M -cp .$PATHSEP$SignedSealed$PATHSEP$B1.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$AB.jar jnurlcldr.shared.signedsealed.A_Main</command>
369
<output type="success" caseSensitive="yes" regex="no">SecurityException</output>
370
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
371
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
372
</test>
373
<test id="Sealed.failure2" timeout="$TMOUT$" runPath=".">
374
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed3 -Xscmx5M -cp .$PATHSEP$SignedSealed$PATHSEP$B2.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$AB.jar jnurlcldr.shared.signedsealed.A_Main</command>
375
<output type="success" caseSensitive="yes" regex="no">SecurityException</output>
376
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
377
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
378
</test>
379
<test id="Sealed.verify1" timeout="$TMOUT$" runPath=".">
380
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$B1.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$AB.jar jnurlcldr.shared.signedsealed.A_Main</command>
381
<output type="success" caseSensitive="yes" regex="no">SecurityException</output>
382
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
383
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
384
</test>
385
<test id="Sealed.verify2" timeout="$TMOUT$" runPath=".">
386
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed3 -cp .$PATHSEP$SignedSealed$PATHSEP$B2.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$AB.jar jnurlcldr.shared.signedsealed.A_Main</command>
387
<output type="success" caseSensitive="yes" regex="no">SecurityException</output>
388
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
389
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
390
</test>
391
<test id="SignedSealed.BuildInitial2" timeout="$TMOUT$" runPath=".">
392
<command>$RUN_SCRIPT$ .$PATHSEP$SignedSealed$PATHSEP$buildInitial2$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
393
<output type="success" caseSensitive="yes" regex="no">sA.jar</output>
394
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
395
<output type="failure" caseSensitive="yes" regex="no">no such</output>
396
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
397
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
398
</test>
399
<test id="Signed.success1Store" timeout="$TMOUT$" runPath=".">
400
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2,expire=0 -Xscmx5M -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sC.jar jnurlcldr.shared.signedsealed.A_Main</command>
401
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
402
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
403
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
404
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
405
</test>
406
<test id="Signed.success1Find" timeout="$TMOUT$" runPath=".">
407
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sC.jar jnurlcldr.shared.signedsealed.A_Main</command>
408
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
409
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
410
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
411
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
412
</test>
413
<test id="Signed.success2Store" timeout="$TMOUT$" runPath=".">
414
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>
415
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
416
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
417
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
418
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
419
</test>
420
<test id="Signed.success2Find" timeout="$TMOUT$" runPath=".">
421
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>
422
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
423
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
424
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
425
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
426
</test>
427
<test id="Signed.success3Store" timeout="$TMOUT$" runPath=".">
428
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$A.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$B.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sC.jar jnurlcldr.shared.signedsealed.A_Main</command>
429
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
430
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
431
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
432
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
433
</test>
434
<test id="Signed.success3Find" timeout="$TMOUT$" runPath=".">
435
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$A.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$B.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sC.jar jnurlcldr.shared.signedsealed.A_Main</command>
436
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
437
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
438
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
439
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
440
</test>
441
<test id="Signed.failure1Store" timeout="$TMOUT$" runPath=".">
442
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$A.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>
443
<output type="success" caseSensitive="yes" regex="no">SecurityException</output>
444
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
445
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
446
</test>
447
<test id="Signed.failure1Find" timeout="$TMOUT$" runPath=".">
448
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$A.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>
449
<output type="success" caseSensitive="yes" regex="no">SecurityException</output>
450
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
451
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
452
</test>
453
<test id="Signed.failure2Store" timeout="$TMOUT$" runPath=".">
454
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$B.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>
455
<output type="success" caseSensitive="yes" regex="no">SecurityException</output>
456
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
457
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
458
</test>
459
<test id="Signed.failure2Find" timeout="$TMOUT$" runPath=".">
460
<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$B.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>
461
<output type="success" caseSensitive="yes" regex="no">SecurityException</output>
462
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
463
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
464
</test>
465
<test id="NonExistJarTests.BuildInitial1" timeout="$TMOUT$" runPath=".">
466
<command>$RUN_SCRIPT$ .$PATHSEP$NonExistJar$PATHSEP$buildInitial1$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
467
<output type="success" caseSensitive="yes" regex="no">A.jar</output>
468
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
469
<output type="failure" caseSensitive="yes" regex="no">no such</output>
470
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
471
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
472
</test>
473
<test id="NonExistJarTests.StoreWithB" timeout="$TMOUT$" runPath=".">
474
<command>$JAVA_EXE$ $currentMode$ $SCCMD$NonExist1,expire=0 -Xscmx5M -cp .$PATHSEP$NonExistJar$PATHSEP$A.jar$CPDL$.$PATHSEP$NonExistJar$PATHSEP$B.jar$CPDL$.$PATHSEP$NonExistJar$PATHSEP$C.jar jnurlcldr.shared.nonexistjar.A_Main</command>
475
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
476
<output type="failure" caseSensitive="yes" regex="no">ROGUE</output>
477
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
478
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
479
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
480
</test>
481
<test id="NonExistJarTests.CheckForError1" timeout="$TMOUT$" runPath=".">
482
<command>$JAVA_EXE$ $currentMode$ $SCCMD$NonExist1 -cp .$PATHSEP$NonExistJar$PATHSEP$A.jar$CPDL$.$PATHSEP$NonExistJar$PATHSEP$C.jar jnurlcldr.shared.nonexistjar.A_Main</command>
483
<output type="success" caseSensitive="yes" regex="no">NoClassDefFoundError</output>
484
<output type="failure" caseSensitive="yes" regex="no">Result=3</output>
485
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
486
</test>
487
<test id="NonExistJarTests.BuildInitial2" timeout="$TMOUT$" runPath=".">
488
<command>$RUN_SCRIPT$ .$PATHSEP$NonExistJar$PATHSEP$buildInitial2$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>
489
<output type="success" caseSensitive="yes" regex="no">A.jar</output>
490
<output type="failure" caseSensitive="yes" regex="no">Usage:</output>
491
<output type="failure" caseSensitive="yes" regex="no">no such</output>
492
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
493
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
494
</test>
495
<test id="NonExistJarTests.StoreWithRogueB" timeout="$TMOUT$" runPath=".">
496
<command>$JAVA_EXE$ $currentMode$ $SCCMD$NonExist2,expire=0 -Xscmx5M -cp .$PATHSEP$NonExistJar$PATHSEP$A.jar$CPDL$.$PATHSEP$NonExistJar$PATHSEP$B.jar$CPDL$.$PATHSEP$NonExistJar$PATHSEP$BC.jar jnurlcldr.shared.nonexistjar.A_Main ROGUE</command>
497
<output type="success" caseSensitive="yes" regex="no">Result=3</output>
498
<output type="failure" caseSensitive="yes" regex="no">ROGUE</output>
499
<output type="failure" caseSensitive="yes" regex="no">SETUP ERROR</output>
500
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
501
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
502
<output type="failure" caseSensitive="yes" regex="no">Error:</output>
503
</test>
504
505
<exec command="$JAVA_EXE$ $SCCMD$invalidCacheName,destroyAll" quiet="false"/>
506
<exec command="$JAVA_EXE$ -Xshareclasses:destroyAll" quiet="false"/>
507
508
</suite>
509