aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml
blob: 57946c186d590c304ee87fe40544a8f06293c16b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<!-- Load-time weaving tests -->
	<ajc-test dir="ltw"
      title="Ensure 1st aspect is rewoven when weaving 2nd aspect"
      keywords="reweavable">
        <compile
        	files="Main.java, Aspect1.aj"
			outjar="main1.jar"
            options="-showWeaveInfo"
        >
        	<message kind="weave" text="method-execution(void Main.test1())' in Type 'Main' (Main.java:17) advised by before advice from 'Aspect1' (Aspect1.aj:16)"/>
        </compile>	
        <compile
        	classpath="main1.jar"
        	files="Aspect2.aj"
        	outjar="aspect2.jar"
            options="-showWeaveInfo"
        >
        </compile>	
        <run class="Main" ltw="aop-ltwreweavable.xml">
        	<stdout>
                <line text="Main.main"/>
                <line text="Main.test1"/>
                <line text="Main.test2"/>
            </stdout>
        	<stderr>
	  	    	<line text="weaveinfo Join point 'method-execution(void Main.test1())' in Type 'Main' (Main.java:17) advised by before advice from 'Aspect1' (Aspect1.aj:16)"/>
				<line text="weaveinfo Join point 'method-execution(void Main.test2())' in Type 'Main' (Main.java:21) advised by before advice from 'Aspect2' (Aspect2.aj:16)"/>
                <line text="Aspect1.before_test1"/>
                <line text="Aspect2.before_test2"/>
            </stderr>
        </run>
    </ajc-test>

	<ajc-test dir="ltw"
      title="Ensure valid aop.xml file is generated"
      keywords="-outxml">
        <compile
        	files="Main.java"
			outjar="main.jar"
        >
        </compile>	
        <compile
        	classpath="main.jar"
        	files="Aspect1.aj, Aspect2.aj, pakkage/Aspect3.aj"
        	outxmlfile="META-INF/aop.xml"
        >
        </compile>	
        <run class="Main" ltw="">
        	<stdout>
                <line text="Main.main"/>
                <line text="Main.test1"/>
                <line text="Main.test2"/>
            </stdout>
        	<stderr>
                <line text="Aspect1.before_test1"/>
                <line text="Aspect2.before_test2"/>
                <line text="pakkage.Aspect3.before_test2"/>
            </stderr>
        </run>
    </ajc-test>

	<ajc-test dir="ltw"
      title="Ensure valid aop.xml is generated for -outjar"
      keywords="-outxml">
        <compile
        	files="Main.java"
			outjar="main.jar"
        >
        </compile>	
        <compile
        	classpath="main.jar"
        	files="Aspect1.aj, Aspect2.aj, pakkage/Aspect3.aj"
        	outjar="aspects.jar"
        	options="-outxml"
        >
        </compile>	
        <run class="Main" ltw="">
        	<stdout>
                <line text="Main.main"/>
                <line text="Main.test1"/>
                <line text="Main.test2"/>
            </stdout>
        	<stderr>
                <line text="Aspect1.before_test1"/>
                <line text="Aspect2.before_test2"/>
                <line text="pakkage.Aspect3.before_test2"/>
            </stderr>
        </run>
    </ajc-test>

	<ajc-test dir="ltw"
      title="Ensure no weaving without visible aop.xml"
      keywords="reweavable">
        <compile
        	files="TestMain.java, Main.java"
        >
        </compile>	
        <run class="TestMain" ltw="">
        	<stdout>
                <line text="Main.main"/>
                <line text="Main.test1"/>
                <line text="Main.test2"/>
            </stdout>
        	<stderr>
				<line text="info AspectJ Weaver Version"/>
				<line text="info register classloader org.aspectj.weaver.loadtime.WeavingURLClassLoader"/>
				<line text="info no configuration found. Disabling weaver for class loader org.aspectj.weaver.loadtime.WeavingURLClassLoader"/>
            </stderr>
        </run>
    </ajc-test>


	<ajc-test dir="ltw"
      title="Define concrete sub-aspect using aop.xml"
      keywords="aop.xml">
        <compile
        	files="Main.java"
			outjar="main.jar"
        >
        </compile>	
        <compile
        	classpath="main1.jar"
        	files="AbstractSuperAspect.aj"
        	outjar="aspect.jar"
        >
        </compile>	
        <run class="Main" ltw="aop-defineaspect.xml">
        	<stdout>
                <line text="Main.main"/>
                <line text="Main.test1"/>
                <line text="Main.test2"/>
            </stdout>
        	<stderr>
                <line text="info AspectJ Weaver Version"/>
                <line text="info register classloader"/>
                <line text="info using"/>
                <line text="info generating class 'ConcreteAspect'"/>
                <line text="info weaving 'Main'"/>
                <line text="AbstractSuperAspect.before_test1"/>
            </stderr>
        </run>
    </ajc-test>

	<ajc-test dir="ltw"
      title="Use abstract aspect for ITD using aop.xml"
      keywords="abstract aspect, ITD">
        <compile
        	files="TestITDMethod.java"
        >
        </compile>	
        <compile
        	files="AbstractAspect.aj"
        >
        	<message kind="warning" text="this affected type is not exposed to the weaver: TestITDMethod"/>
        </compile>	
        <run class="TestITDMethod" options="test" ltw="aop-abstractaspect.xml">
        	<stdout>
                <line text="TestITDMethod.main"/>
            </stdout>
        	<stderr>
        		<line text="weaveinfo Type 'TestITDMethod' (TestITDMethod.java) has intertyped method from 'AbstractAspect' (AbstractAspect.aj:'void TestITDMethod.test()')"/>
                <line text="AbstractAspect_TestITDMethod.test"/>
            </stderr>
        </run>
    </ajc-test>

	<ajc-test dir="ltw"
      title="Ensure a subset of inherited aspects is used for weaving"
      keywords="aspects, include">
        <compile
        	files="Main.java"
			outjar="main.jar"
        >
        </compile>	
        <compile
        	classpath="main.jar"
        	files="Aspect1.aj, Aspect2.aj, pakkage/Aspect3.aj"
        	outjar="aspects.jar"
        	options="-outxml"
        >
        </compile>	
        <run class="Main" ltw="aop-aspectsinclude.xml">
        	<stdout>
                <line text="Main.main"/>
                <line text="Main.test1"/>
                <line text="Main.test2"/>
            </stdout>
        	<stderr>
                <line text="pakkage.Aspect3.before_test2"/>
            </stderr>
        </run>
    </ajc-test>

	<ajc-test dir="ltw"
      title="Ensure weaver lint warning issued when an aspect is not used for weaving"
      keywords="aspects, include, lint">
        <compile
        	files="Main.java"
			outjar="main.jar"
        >
        </compile>	
        <compile
        	classpath="main.jar"
        	files="Aspect1.aj, Aspect2.aj, pakkage/Aspect3.aj"
        	outjar="aspects.jar"
        	options="-outxml"
        >
        </compile>	
        <run class="Main" ltw="aop-aspectsincludewithlintwarning.xml">
        	<stdout>
                <line text="Main.main"/>
                <line text="Main.test1"/>
                <line text="Main.test2"/>
            </stdout>
        	<stderr>
				<line text="warning aspect Aspect1 exluded for class loader org.aspectj.weaver.loadtime.WeavingURLClassLoader [Xlint:aspectExcludedByConfiguration]"/>
				<line text="warning aspect Aspect2 exluded for class loader org.aspectj.weaver.loadtime.WeavingURLClassLoader [Xlint:aspectExcludedByConfiguration]"/>
                <line text="pakkage.Aspect3.before_test2"/>
            </stderr>
        </run>
    </ajc-test>
    
	<ajc-test dir="ltw"
      title="Empty Xlint.properties file"
      keywords="xlint, ltw">
        <compile
        	files="Main.java"
        >
        </compile>	
        <run class="Main" ltw="aop-xlintfile.xml" xlintfile="Xlint-empty.properties">
        	<stderr>
        	</stderr>
        </run>
    </ajc-test>
    
	<ajc-test dir="ltw"
      title="Warning with missing Xlint.properties file"
      keywords="xlint, ltw">
        <compile
        	files="Main.java"
        >
        </compile>	
        <run class="Main" ltw="aop-xlintfile.xml">
        	<stderr>
        		<line text="warning Cannot access resource for -Xlintfile:Xlint-empty.properties"/>
        	</stderr>
        </run>
    </ajc-test>
    
	<ajc-test dir="ltw"
      title="Warning when advice doesn't match suppressed for LTW"
      keywords="xlint, ltw">
        <compile
        	files="Main.java"
        >
        </compile>	
        <compile
        	files="Aspect3.aj"
        >
        </compile>	
        <run class="Main" ltw="aop-nomatch.xml">
        	<stderr>
                <line text="info AspectJ Weaver Version"/>
                <line text="info register classloader"/>
                <line text="info using"/>
	        	<line text="info register aspect Aspect3"/>
	        	<line text="info weaving 'Main'"/>
        	</stderr>
        </run>
    </ajc-test>
    
	<ajc-test dir="ltw"
      title="Override suppressing of warning when advice doesn't match using -Xlintfile"
      keywords="xlint, ltw">
        <compile
        	files="Main.java"
        >
        </compile>	
        <compile
        	files="Aspect3.aj"
        >
        </compile>	
        <run class="Main" ltw="aop-nomatchxlintfile.xml" xlintfile="Xlint-nomatch.properties">
        	<stderr>
                <line text="info AspectJ Weaver Version"/>
                <line text="info register classloader"/>
                <line text="info using"/>
	        	<line text="info register aspect Aspect3"/>
	        	<line text="info weaving 'Main'"/>
	        	<!-- will never come out for LTW, due to pipelining change pr146781 -->
        		<!--line text="advice defined in Aspect3 has not been applied [Xlint:adviceDidNotMatch]"/-->
        	</stderr>
        </run>
    </ajc-test>
    
	<ajc-test dir="ltw"
      title="Warning when advice doesn't match using -Xlint:default"
      keywords="xlint, ltw">
        <compile
        	files="Main.java"
        >
        </compile>	
        <compile
        	files="Aspect3.aj"
        >
        </compile>	
        <run class="Main" ltw="aop-nomatchxlint.xml">
        	<stderr>
                <line text="info AspectJ Weaver Version"/>
                <line text="info register classloader"/>
                <line text="info using"/>
	        	<line text="info register aspect Aspect3"/>
	        	<line text="info weaving 'Main'"/>
	        	<!-- will never come out for LTW, due to pipelining change pr146781 -->
        		<!--line text="advice defined in Aspect3 has not been applied [Xlint:adviceDidNotMatch]"/-->
        	</stderr>
        </run>
    </ajc-test>
    
	<ajc-test dir="ltw"
      title="Override suppressing of warning when advice doesn't match using -Xlint:warning"
      keywords="xlint, ltw">
        <compile
        	files="Main.java"
        >
        </compile>	
        <compile
        	files="Aspect3.aj"
        >
        </compile>	
        <run class="Main" ltw="aop-nomatchxlint.xml">
        	<stderr>
                <line text="info AspectJ Weaver Version"/>
                <line text="info register classloader"/>
                <line text="info using"/>
	        	<line text="info register aspect Aspect3"/>
	        	<line text="info weaving 'Main'"/>
	        	<!-- will never come out for LTW, due to pipelining change pr146781 -->
        		<!--line text="advice defined in Aspect3 has not been applied [Xlint:adviceDidNotMatch]"/-->
        	</stderr>
        </run>
    </ajc-test>

	<!-- based on "Ensure 1st aspect is rewoven when weaving 2nd aspect" -->
	<ajc-test dir="ltw"
      title="Nonstandard jar file extensions" pr="137235">
        <compile
        	files="folder.jar/Main.java, folder.jar/Aspect1.aj"
			outjar="folder.jar/main1.zip"
            options="-showWeaveInfo"
        >
        	<message kind="weave" text="method-execution(void Main.test1())' in Type 'Main' (Main.java:17) advised by before advice from 'Aspect1' (Aspect1.aj:16)"/>
        </compile>	
        <compile
        	classpath="$sandbox/folder.jar/main1.zip"
        	files="Aspect2.aj"
        	outjar="aspect2Jar"
            options="-showWeaveInfo"
        >
        </compile>	
        <run class="Main" ltw="aop-ltwreweavable.xml" classpath="$sandbox/folder.jar/main1.zip,$sandbox/aspect2Jar">
        	<stdout>
                <line text="Main.main"/>
                <line text="Main.test1"/>
                <line text="Main.test2"/>
            </stdout>
        	<stderr>
	  	    	<line text="weaveinfo Join point 'method-execution(void Main.test1())' in Type 'Main' (Main.java:17) advised by before advice from 'Aspect1' (Aspect1.aj:16)"/>
				<line text="weaveinfo Join point 'method-execution(void Main.test2())' in Type 'Main' (Main.java:21) advised by before advice from 'Aspect2' (Aspect2.aj:16)"/>
                <line text="Aspect1.before_test1"/>
                <line text="Aspect2.before_test2"/>
            </stderr>
        </run>
    </ajc-test>

	<ajc-test dir="ltw"
      title="Odd zip on classpath" pr="137235">
        <compile
        	files="folder.jar/Main.java, folder.jar/Aspect1.aj"
			outjar="folder.jar/main1.archive"
            options="-showWeaveInfo"
        >
        	<message kind="weave" text="method-execution(void Main.test1())' in Type 'Main' (Main.java:17) advised by before advice from 'Aspect1' (Aspect1.aj:16)"/>
        </compile>	
        <compile
        	classpath="$sandbox/folder.jar/main1.archive"
        	files="Aspect2.aj"
        	outjar="aspect2Jar"
            options="-showWeaveInfo"
        >
        </compile>	
        <run class="Main" ltw="aop-ltwreweavable.xml" classpath="$sandbox/folder.jar/main1.archive,$sandbox/aspect2Jar">
        	<stdout>
                <line text="Main.main"/>
                <line text="Main.test1"/>
                <line text="Main.test2"/>
            </stdout>
        	<stderr>
	  	    	<line text="weaveinfo Join point 'method-execution(void Main.test1())' in Type 'Main' (Main.java:17) advised by before advice from 'Aspect1' (Aspect1.aj:16)"/>
				<line text="weaveinfo Join point 'method-execution(void Main.test2())' in Type 'Main' (Main.java:21) advised by before advice from 'Aspect2' (Aspect2.aj:16)"/>
                <line text="Aspect1.before_test1"/>
                <line text="Aspect2.before_test2"/>
            </stderr>
        </run>
    </ajc-test>

<!--    
commented out: reported in another bugzilla bug...

	<ajc-test dir="ltw/hier"
      title="Separate compilation with ltw: declare parents and call"
      keywords="ltw">
        <compile
        	files="util/A.aj,util/T.aj"
        />
        <compile
        	files="child/Executor.aj,child/Advisor.aj,top/SimpleMain.aj"
        >
        	<message kind="warning" text="this affected type is not exposed to the weaver: util.A"/>
		</compile>        
        <run class="top.SimpleMain" ltw="aop-single.xml">
        	<stdout>
                <line text="T call"/>
        	</stdout>
        	<stderr>
        	    <line text="weaveinfo Extending interface set for type 'util.A' (A.aj) to include 'util.T' (Advisor.aj)"/>
	        	< - - TODO: fix up any errors in the expected output when the join point actually matches - - >
				<line text="weaveinfo Join point 'method-call(void A.foo())' in Type 'child.Executor' (Executor.aj:19) advised by before advice from 'child.Advisor' (Advisor.aj:20)"/>
        	</stderr>
        </run>
    </ajc-test>

	<ajc-test dir="ltw/hier"
      title="Child loader aspect won't weave parent loader: declare parents and call"
      keywords="ltw">
        <compile
        	files="top/HierMain.aj"
        />
        <compile
        	files="util/A.aj,util/T.aj"
			outjar="util.jar"
        />
        <compile
        	files="child/Executor.aj,child/Advisor.aj"
        	classpath="util.jar"
            options="-outxml"
            outjar="child.zip"
        >
        	<message kind="warning" text="this affected type is not exposed to the weaver: util.A"/>
		</compile>        
		< - - limitation: to turn on load-time weaving we HAVE to have a top-level aop.xml file
		   since we don't want any top-level aspects, we deploy an empty one! 
		   the important aop.xml file in this test was created with -outxml and lives in child.jar - - >
        <run class="top.HierMain" ltw="null-aop.xml">
        	<stdout/>
        	<stderr>
                <line text="info AspectJ Weaver Version"/>
                <line text="info register classloader"/>
                <line text="info using"/>
	        	<line text="info weaving 'top.HierMain'"/>
                <line text="info AspectJ Weaver Version"/>
                <line text="info register classloader"/>
                <line text="info using"/>
                <line text="info using file:"/>
                <line text="info register aspect child.Advisor"/>
                <line text="info weaving 'child.Executor'"/>
                <line text="info weaving 'util.A'"/>
        	</stderr>
        </run>
    </ajc-test>
-->
	<ajc-test dir="ltw" title="JDK14 LTW" keywords="ltw">
        <compile
        	files="HelloWorld.java"
        	options="-outjar hello.jar"
        />
        <ant file="ant.xml" target="JDK14 LTW" verbose="true"/>
    </ajc-test>