2009-01-20 Mark Probst <mark.probst@gmail.com>
[mono.git] / mono / tests / Makefile.am
1 SUBDIRS = cas assemblyresolve
2
3 # avoid including eglib twice since GLIB_LIBS == GMODULE_LIBS for eglib builds
4 if EGLIB_BUILD
5 glib_libs = $(GLIB_LIBS)
6 else
7 glib_libs = $(GLIB_LIBS) $(GMODULE_LIBS)
8 endif
9
10 check-local: test
11
12 aotcheck: testaot gshared-aot
13
14 TEST_PROG = ../interpreter/mint
15 JITTEST_PROG = ../mini/mono
16
17 TEST_PROG_RUN = MONO_SHARED_DIR=$(mono_build_root)/runtime MONO_CFG_DIR=$(mono_build_root)/runtime/etc $(LIBTOOL) --mode=execute $(TEST_PROG)
18 JITTEST_PROG_RUN = MONO_SHARED_DIR=$(mono_build_root)/runtime MONO_CFG_DIR=$(mono_build_root)/runtime/etc $(LIBTOOL) --mode=execute $(JITTEST_PROG)
19
20 RUNTIME_ARGS=--config tests-config --optimize=all --debug
21
22 with_mono_path = MONO_PATH=$(mcs_topdir)/class/lib/net_2_0
23 with_mono_path21 = MONO_PATH=$(mcs_topdir)/class/lib/net_2_1
24
25 RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper
26 RUNTIME21 = $(with_mono_path21) $(top_builddir)/runtime/mono-wrapper
27
28 MKBUNDLE = \
29         PKG_CONFIG_PATH=$(top_builddir):$(PKG_CONFIG_PATH) \
30         $(RUNTIME) $(mcs_topdir)/class/lib/net_2_0/mkbundle.exe
31
32 MCS = $(RUNTIME) $(mcs_topdir)/class/lib/net_2_0/gmcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug
33 SMCS = $(RUNTIME21) --runtime=moonlight --security=temporary-smcs-hack $(mcs_topdir)/class/lib/net_2_1/smcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219
34 ILASM = $(RUNTIME) $(mcs_topdir)/class/lib/net_2_0/ilasm.exe
35
36 BENCHSRC=fib.cs random.cs nested-loops.cs ackermann.cs tight-loop.cs sieve.cs
37
38 STRESS_TESTS_SRC=       \
39         abort-stress-1.cs       \
40         abort-stress-2.cs       \
41         abort-stress-3.cs       \
42         domain-stress.cs        \
43         gchandle-stress.cs      \
44         monitor-stress.cs       \
45         thread-stress.cs        \
46         gc-stress.cs            \
47         exit-stress.cs
48
49 BASE_TEST_CS_SRC=               \
50         array-init.cs           \
51         arraylist.cs            \
52         assemblyresolve_event.cs        \
53         assemblyresolve_event3.cs       \
54         checked.cs              \
55         char-isnumber.cs        \
56         create-instance.cs      \
57         field-layout.cs         \
58         pack-layout.cs          \
59         pack-bug.cs             \
60         hash-table.cs           \
61         test-ops.cs             \
62         obj.cs                  \
63         test-dup-mp.cs          \
64         string.cs               \
65         stringbuilder.cs        \
66         switch.cs               \
67         outparm.cs              \
68         delegate.cs             \
69         bitconverter.cs         \
70         exception.cs            \
71         exception2.cs           \
72         exception3.cs           \
73         exception4.cs           \
74         exception5.cs           \
75         exception6.cs           \
76         exception7.cs           \
77         exception8.cs           \
78         exception10.cs          \
79         exception11.cs          \
80         exception12.cs          \
81         exception13.cs          \
82         exception14.cs          \
83         exception15.cs          \
84         exception16.cs          \
85         exception17.cs          \
86         typeload-unaligned.cs   \
87         struct.cs               \
88         valuetype-gettype.cs    \
89         typeof-ptr.cs           \
90         static-constructor.cs   \
91         pinvoke.cs              \
92         pinvoke2.cs             \
93         pinvoke3.cs             \
94         pinvoke11.cs            \
95         pinvoke13.cs            \
96         pinvoke17.cs            \
97         invoke.cs               \
98         invoke2.cs              \
99         runtime-invoke.cs               \
100         invoke-string-ctors.cs          \
101         reinit.cs               \
102         box.cs                  \
103         array.cs                \
104         enum.cs                 \
105         enum2.cs                \
106         property.cs             \
107         enumcast.cs             \
108         assignable-tests.cs     \
109         array-cast.cs           \
110         array-subtype-attr.cs   \
111         cattr-compile.cs        \
112         cattr-field.cs          \
113         cattr-object.cs         \
114         custom-attr.cs          \
115         double-cast.cs          \
116         newobj-valuetype.cs     \
117         arraylist-clone.cs      \
118         setenv.cs               \
119         vtype.cs                \
120         isvaluetype.cs          \
121         iface6.cs               \
122         iface7.cs               \
123         ipaddress.cs            \
124         array-vt.cs             \
125         interface1.cs           \
126         reflection-enum.cs      \
127         reflection-prop.cs      \
128         reflection4.cs          \
129         reflection5.cs          \
130         reflection-const-field.cs \
131         many-locals.cs          \
132         string-compare.cs       \
133         test-prime.cs           \
134         params.cs               \
135         reflection.cs           \
136         interface.cs            \
137         iface.cs                \
138         iface2.cs               \
139         iface3.cs               \
140         iface4.cs               \
141         iface-large.cs          \
142         virtual-method.cs       \
143         virtual-sync.cs \
144         intptrcast.cs           \
145         indexer.cs              \
146         stream.cs               \
147         console.cs              \
148         shift.cs                \
149         jit-int.cs              \
150         jit-uint.cs             \
151         jit-long.cs             \
152         long.cs                 \
153         jit-ulong.cs            \
154         jit-float.cs            \
155         pop.cs                  \
156         time.cs                 \
157         appdomain.cs        \
158         appdomain1.cs           \
159         appdomain2.cs           \
160         appdomain-client.cs     \
161         appdomain-unload.cs \
162         loader.cs       \
163         pointer.cs              \
164         hashcode.cs             \
165         delegate1.cs            \
166         delegate2.cs            \
167         delegate3.cs            \
168         delegate5.cs            \
169         delegate6.cs            \
170         delegate7.cs            \
171         delegate8.cs            \
172         delegate9.cs            \
173         remoting1.cs            \
174         remoting2.cs            \
175         remoting3.cs            \
176         remoting4.cs            \
177         remoting5.cs            \
178         largeexp.cs             \
179         largeexp2.cs            \
180         marshalbyref1.cs        \
181         static-ctor.cs          \
182         inctest.cs              \
183         bound.cs                \
184         array-invoke.cs         \
185         test-arr.cs             \
186         decimal.cs              \
187         decimal-array.cs        \
188         marshal.cs              \
189         marshal1.cs             \
190         marshal2.cs             \
191         marshal3.cs             \
192         marshal5.cs             \
193         marshal6.cs             \
194         marshal7.cs             \
195         marshal8.cs             \
196         marshal9.cs             \
197         marshal-valuetypes.cs   \
198         test-byval-in-struct.cs \
199         thread.cs               \
200         thread5.cs              \
201         thread6.cs              \
202         thread-static.cs        \
203         thread-static-init.cs   \
204         context-static.cs       \
205         float-pop.cs            \
206         interfacecast.cs        \
207         array3.cs               \
208         classinit.cs            \
209         classinit2.cs           \
210         synchronized.cs         \
211         async_read.cs           \
212         threadpool.cs           \
213         threadpool1.cs          \
214         base-definition.cs      \
215         bug-27420.cs            \
216         bug-47295.cs            \
217         bug-46781.cs            \
218         bug-48015.cs            \
219         bug-42136.cs            \
220         bug-59286.cs            \
221         bug-70561.cs            \
222         bug-78311.cs            \
223         bug-78653.cs            \
224         bug-78656.cs            \
225         bug-77127.cs            \
226         bug-323114.cs           \
227         bug-331958.cs           \
228         interlocked.cs          \
229         cross-domain.cs         \
230         appdomain-exit.cs       \
231         delegate-async-exit.cs  \
232         delegate-delegate-exit.cs       \
233         delegate-exit.cs        \
234         finalizer-abort.cs      \
235         finalizer-exception.cs  \
236         finalizer-exit.cs       \
237         main-exit.cs    \
238         main-returns-abort-resetabort.cs        \
239         main-returns-background-abort-resetabort.cs     \
240         main-returns-background-resetabort.cs   \
241         main-returns-background.cs      \
242         main-returns-background-change.cs       \
243         main-returns.cs         \
244         subthread-exit.cs       \
245         desweak.cs              \
246         cominterop.cs           \
247         exists.cs               \
248         handleref.cs    \
249         transparentproxy.cs \
250         imt_big_iface_test.cs \
251         dbnull-missing.cs       \
252         test-type-ctor.cs       \
253         soft-float-tests.cs     \
254         thread-exit.cs          \
255         finalize-parent.cs      \
256         assemblyresolve_event2.2.cs     \
257         interlocked-2.2.cs      \
258         pinvoke-2.2.cs          \
259         bug-78431.2.cs          \
260         bug-79684.2.cs          \
261         catch-generics.2.cs     \
262         event-get.2.cs          \
263         safehandle.2.cs         \
264         stackframes-async.2.cs          \
265         module-cctor-loader.2.cs        \
266         generics-invoke-byref.2.cs      \
267         generic-signature-compare.2.cs  \
268         generics-sharing.2.cs   \
269         shared-generic-methods.2.cs     \
270         shared-generic-synchronized.2.cs        \
271         generic-inlining.2.cs   \
272         generic-initobj.2.cs    \
273         generic-delegate.2.cs   \
274         generic-sizeof.2.cs     \
275         generic-virtual.2.cs    \
276         generic-interface-methods.2.cs  \
277         generic-array-type.2.cs \
278         generic-method-patching.2.cs    \
279         generic-static-methods.2.cs     \
280         generic-null-call.2.cs  \
281         generic-special.2.cs    \
282         generic-exceptions.2.cs \
283         generic-virtual2.2.cs   \
284         generic-valuetype-interface.2.cs        \
285         generic-getgenericarguments.2.cs        \
286         generic-type-builder.2.cs       \
287         generic-synchronized.2.cs       \
288         generic-delegate-ctor.2.cs      \
289         generic-array-iface-set.2.cs    \
290         generic-typedef.2.cs    \
291         generic-marshalbyref.2.cs       \
292         bug-431413.2.cs \
293         bug-459285.2.cs \
294         generic-virtual-invoke.2.cs     \
295         bug-461198.2.cs \
296         generic-sealed-virtual.2.cs     \
297         generic-stack-traces.2.cs       \
298         recursive-generics.2.cs \
299         bug-80392.2.cs          \
300         dynamic-method-access.2.cs      \
301         bug-82194.2.cs  \
302         anonarray.2.cs  \
303         ienumerator-interfaces.2.cs     \
304         array-enumerator-ifaces.2.cs    \
305         generic_type_definition_encoding.2.cs \
306         generic_type_definition.2.cs    \
307         bug-333798.2.cs         \
308         bug-333798-tb.2.cs              \
309         bug-335131.2.cs         \
310         bug-322722_patch_bx.2.cs                \
311         bug-348522.2.cs         \
312         bug-340662_bug.cs       \
313         bug-322722_dyn_method_throw.2.cs        \
314         bug-389886-2.cs \
315         bug-325283.2.cs \
316         thunks.cs \
317         winx64structs.cs \
318         bug-349190.2.cs \
319         nullable_boxing.2.cs    \
320         valuetype-equals.cs     \
321         custom-modifiers.2.cs   \
322         bug-382986.cs   \
323         test-inline-call-stack.cs       \
324         bug-324535.cs   \
325         modules.cs      \
326         bug-81673.cs    \
327         bug-81691.cs    \
328         bug-80307.cs    \
329         bug-415577.cs   \
330         bug-461867.cs   \
331         bug-461941.cs   \
332         bug-461261.cs   \
333         bug-459094.cs
334
335 if AMD64
336 TEST_CS_SRC = $(BASE_TEST_CS_SRC) async-exc-compilation.cs
337 else
338 if X86
339 TEST_CS_SRC = $(BASE_TEST_CS_SRC) async-exc-compilation.cs
340 else
341 TEST_CS_SRC = $(BASE_TEST_CS_SRC)
342 endif
343 endif
344
345 if IA64
346 TEST_CS_SRC+=async-exc-compilation.cs
347 # bug #319249
348 PLATFORM_DISABLED_TESTS=exception17.exe
349 PLATFORM_DISABLED_TESTS+=winx64structs.exe
350 endif
351
352 if X86
353
354 if PLATFORM_WIN32
355 PLATFORM_DISABLED_TESTS=async-exc-compilation.exe
356 endif
357
358 endif
359
360 if POWERPC
361 # bug #71274
362 PLATFORM_DISABLED_TESTS=finalizer-abort.exe finalizer-exception.exe finalizer-exit.exe
363 endif
364
365 DISABLED_TESTS=                 \
366         delegate-async-exception.exe    \
367         bug-348522.2.exe        \
368         $(PLATFORM_DISABLED_TESTS)
369
370 # These only compile with MS CSC
371 TEST_CSC_SRC=                   \
372         vararg.cs
373
374 TEST_IL_SRC=                    \
375         field-access.il         \
376         method-access.il        \
377         ldftn-access.il         \
378         cpblkTest.il            \
379         vbinterface.il          \
380         calliTest.il            \
381         ckfiniteTest.il         \
382         fault-handler.il                \
383         locallocTest.il         \
384         initblkTest.il          \
385         qt-instance.il          \
386         vararg.il               \
387         bug-29859.il            \
388         bug-78549.il            \
389         static-fields-nonconst.il       \
390         reload-at-bb-end.il     \
391         test-enum-indstoreil.il \
392         filter-bug.il           \
393         even-odd.il             \
394         bug-82022.il    \
395         vt-sync-method.il       \
396         enum_types.il   \
397         invalid-token.il        \
398         call_missing_method.il  \
399         call_missing_class.il   \
400         ldfld_missing_field.il  \
401         ldfld_missing_class.il  \
402         find-method.2.il        \
403         bug-79215.2.il  \
404         bug-79956.2.il  \
405         bug-327438.2.il \
406         bug-387274.2.il \
407         bug-426309.2.il \
408         ldtoken_with_byref_typespec.2.il \
409         resolve_method_bug.2.il \
410         resolve_field_bug.2.il \
411         resolve_type_bug.2.il   \
412         generics-sharing-other-exc.2.il \
413         generic-ldobj.2.il      \
414         generic-mkrefany.2.il   \
415         generic-refanyval.2.il  \
416         generic-ldtoken.2.il    \
417         generic-ldtoken-method.2.il     \
418         generic-ldtoken-field.2.il      \
419         generic-tailcall.2.il   \
420         generic-tailcall2.2.il  \
421         generic-array-exc.2.il  \
422         generic-valuetype-newobj2.2.il  \
423         generic-valuetype-newobj.2.il   \
424         generic-constrained.2.il        \
425         bug-81466.il    \
426         bug457574.il
427
428 #       bug-318677.il
429
430 # pre-requisite test sources: files that are not test themselves
431 # but that need to be compiled
432 PREREQ_IL_SRC=event-il.il module-cctor.il
433 PREREQ_CS_SRC=
434 PREREQ_IL_DLL_SRC=event-il.il module-cctor.il
435 PREREQ_CS_DLL_SRC=
436
437 PREREQSI_IL=$(PREREQ_IL_SRC:.il=.exe)
438 PREREQSI_CS=$(PREREQ_CS_SRC:.cs=.exe)
439 TESTSI_CS=$(TEST_CS_SRC:.cs=.exe)
440 TESTSI_IL=$(TEST_IL_SRC:.il=.exe)
441 TESTBS=$(BENCHSRC:.cs=.exe)
442 STRESS_TESTS=$(STRESS_TESTS_SRC:.cs=.exe)
443
444 EXTRA_DIST=test-driver $(TEST_CS_SRC) $(TEST_IL_SRC) \
445         $(BENCHSRC) $(STRESS_TESTS_SRC) stress-runner.pl $(PREREQ_IL_SRC) $(PREREQ_CS_SRC)
446
447 %.exe: %.il
448         $(ILASM) -out:$@ $<
449
450 %.exe: %.cs TestDriver.dll
451         $(MCS) -r:TestDriver.dll -out:$@ $<
452
453 # mkbundle works on ppc, but the pkg-config POC doesn't when run with make test
454 if POWERPC
455 test_platform:
456 else
457 # Can't use mkbundle on win32 since there is no static build there
458 # Can't run test-unhandled-exception on Windows because of all the debug popups...
459 if PLATFORM_WIN32
460 test_platform:
461 else
462 test_platform:  testbundle test-iomap-regression
463 endif
464 endif
465
466 if INSTALL_2_1
467 test_2_1 : test-coreclr-security
468 else
469 test_2_1 :
470 endif
471
472 test: assemblyresolve/test/asm.dll testjit test-type-load test-generic-sharing test_platform test_2_1
473
474 assemblyresolve/test/asm.dll:
475         $(MAKE) -C assemblyresolve prereq
476
477 TestDriver.dll:
478         $(MCS) -target:library -out:$@ $(srcdir)/../mini/TestDriver.cs
479
480 test_cs: $(TEST_PROG) $(TESTSI_CS) libtest.la
481         @failed=0; \
482         passed=0; \
483         for i in $(TESTSI_CS); do       \
484                 if $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i '$(DISABLED_TESTS)' $(RUNTIME_ARGS); \
485                 then \
486                         passed=`expr $${passed} + 1`; \
487                 else \
488                         if [ $$? = 2 ]; then break; fi; \
489                         failed=`expr $${failed} + 1`; \
490                 fi \
491         done; \
492         echo; echo ".cs: $${passed} test(s) passed. $${failed} test(s) did not pass."; echo
493
494 test_il: $(TEST_PROG) $(TESTSI_IL) libtest.la
495         @failed=0; \
496         passed=0; \
497         for i in $(TESTSI_IL); do       \
498                 if $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i "$(DISABLED_TESTS)" $(RUNTIME_ARGS); \
499                 then \
500                         passed=`expr $${passed} + 1`; \
501                 else \
502                         if [ $$? = 2 ]; then break; fi; \
503                         failed=`expr $${failed} + 1`; \
504                 fi \
505         done; \
506         echo; echo ".il: $${passed} test(s) passed. $${failed} test(s) did not pass."; echo
507
508 testb: $(TEST_PROG) $(TESTBS)
509         for i in $(TESTBS); do  \
510                 $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i '$(DISABLED_TESTS)' $(RUNTIME_ARGS);     \
511         done
512
513 runtest: $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
514         @failed=0; \
515         passed=0; \
516         failed_tests="";\
517         for i in $(TESTSI_CS) $(TESTBS) $(TESTSI_IL); do        \
518                 rm -f $${i}.so; \
519                 if [ x$(AOT) = x1 ]; then $(with_mono_path) $(JITTEST_PROG_RUN) --aot --debug $${i} > /dev/null || exit 1; fi; \
520                 if $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$i '$(DISABLED_TESTS)' $(RUNTIME_ARGS); \
521                 then \
522                         passed=`expr $${passed} + 1`; \
523                 else \
524                         if [ $$? = 2 ]; then break; fi; \
525                         failed=`expr $${failed} + 1`; \
526                         failed_tests="$${failed_tests} $$i"; \
527                 fi \
528         done; \
529         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
530         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
531           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
532
533 runtest-managed: test-runner.exe $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
534         @$(RUNTIME) ./test-runner.exe -j a --disabled '$(DISABLED_TESTS)' $(TESTSI_CS) $(TESTBS) $(TESTSI_IL)
535
536 testjit:
537         @$(MAKE) runtest
538
539 testaot:
540         @$(MAKE) AOT=1 runtest
541
542 testtrace:
543         @$(MAKE) RUNTIME_ARGS="$${RUNTIME_ARGS} --trace" runtest
544
545 testinterp:
546         @$(MAKE) JITTEST_PROG_RUN="$(TEST_PROG_RUN)" runtest
547
548 testjitspeed: $(JITTEST_PROG) $(TESTBS)
549         for i in $(TESTBS); do  \
550                 echo $$i;       \
551                 time $(JITTEST_PROG) $$i;       \
552         done
553
554 test-iomap-regression: exists.cs
555         @$(MCS) $(srcdir)/exists.cs -out:exists.exe
556         @echo "Testing exists.exe..."
557         @MONO_IOMAP=all $(RUNTIME) exists.exe
558
559 stresstest: $(STRESS_TESTS)
560         @failed=0; \
561         passed=0; \
562         failed_tests="";\
563         for i in $(STRESS_TESTS); do    \
564                 if $(srcdir)/stress-runner.pl $$i ../mini/mono $(RUNTIME_ARGS); \
565                 then \
566                         passed=`expr $${passed} + 1`; \
567                 else \
568                         if [ $$? = 2 ]; then break; fi; \
569                         failed=`expr $${failed} + 1`; \
570                         failed_tests="$${failed_tests} $$i"; \
571                 fi \
572         done; \
573         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
574         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
575           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
576
577 testbundle: console.exe
578         @echo "Testing mkbundle..."
579         @$(MKBUNDLE) --static console.exe > mkbundle.stdout
580         @$(with_mono_path) MONO_CFG_DIR=$(mono_cfg_dir) MONO_SHARED_DIR=$(mono_build_root)/runtime ./a.out >> mkbundle.stdout
581         @- rm -rf a.out
582
583 EXTRA_DIST += load-missing.il t-missing.cs load-exceptions.cs
584 test-type-load: TestDriver.dll
585         @$(ILASM) /dll /output:load-missing.dll $(srcdir)/load-missing.il > /dev/null
586         @$(MCS) -t:library -out:t.dll -d:FOUND $(srcdir)/t-missing.cs
587         @$(MCS) -r:TestDriver.dll -r:load-missing.dll -r:t.dll -out:load-exceptions.exe $(srcdir)/load-exceptions.cs
588         @$(MCS) -t:library -out:t.dll $(srcdir)/t-missing.cs
589         @echo "Testing load-exception.exe..."
590         @$(RUNTIME) load-exceptions.exe > load-exceptions.exe.stdout 2> load-exceptions.exe.stderr
591
592 EXTRA_DIST += test-inline-call-stack-library.cs test-inline-call-stack.cs
593 test-inline-call-stack-library.dll: TestDriver.dll $(srcdir)/test-inline-call-stack-library.cs
594         $(MCS) -t:library -out:test-inline-call-stack-library.dll $(srcdir)/test-inline-call-stack-library.cs
595 test-inline-call-stack.exe: TestDriver.dll test-inline-call-stack-library.dll $(srcdir)/test-inline-call-stack.cs
596         $(MCS) -r:TestDriver.dll -r:test-inline-call-stack-library.dll -out:test-inline-call-stack.exe $(srcdir)/test-inline-call-stack.cs
597
598 EXTRA_DIST += unhandled-exception-base-configuration.config
599 EXTRA_DIST += unhandled-exception-legacy-configuration.config
600 EXTRA_DIST += unhandled-exception-test-case.2.cs
601 EXTRA_DIST += unhandled-exception-test-runner.2.cs
602 unhandled-exception-test-case.1.cs: unhandled-exception-test-case.2.cs
603         cp unhandled-exception-test-case.2.cs unhandled-exception-test-case.1.cs
604 unhandled-exception-test-case-legacy.1.cs: unhandled-exception-test-case.1.cs
605         cp unhandled-exception-test-case.1.cs unhandled-exception-test-case-legacy.1.cs
606 unhandled-exception-test-case-legacy.2.cs: unhandled-exception-test-case.2.cs
607         cp unhandled-exception-test-case.2.cs unhandled-exception-test-case-legacy.2.cs
608 unhandled-exception-config_files: unhandled-exception-base-configuration.config unhandled-exception-legacy-configuration.config
609         cp unhandled-exception-base-configuration.config unhandled-exception-test-case.1.exe.config
610         cp unhandled-exception-base-configuration.config unhandled-exception-test-case.2.exe.config
611         cp unhandled-exception-legacy-configuration.config unhandled-exception-test-case-legacy.1.exe.config
612         cp unhandled-exception-legacy-configuration.config unhandled-exception-test-case-legacy.2.exe.config
613 unhandled-exception-test-case.1.exe: unhandled-exception-test-case.1.cs
614         $(MCS) /debug unhandled-exception-test-case.1.cs
615 unhandled-exception-test-case-legacy.1.exe: unhandled-exception-test-case-legacy.1.cs
616         $(MCS) /debug unhandled-exception-test-case-legacy.1.cs
617 unhandled-exception-test-case.2.exe: unhandled-exception-test-case.2.cs
618         $(MCS) /debug unhandled-exception-test-case.2.cs
619 unhandled-exception-test-case-legacy.2.exe: unhandled-exception-test-case-legacy.2.cs
620         $(MCS) /debug unhandled-exception-test-case-legacy.2.cs
621 unhandled-exception-test-runner.2.exe: unhandled-exception-test-runner.2.cs
622         $(MCS) /debug unhandled-exception-test-runner.2.cs
623
624 test-unhandled-exception: unhandled-exception-test-runner.2.exe unhandled-exception-config_files unhandled-exception-test-case.1.exe unhandled-exception-test-case-legacy.1.exe  unhandled-exception-test-case.2.exe unhandled-exception-test-case-legacy.2.exe
625         $(RUNTIME) unhandled-exception-test-runner.2.exe RUNTIME:../mini/mono,GTC:F
626
627 # We use 'test-support-files' to handle an ordering issue between the 'mono/' and 'runtime/' directories
628 bug-80307.exe: $(srcdir)/bug-80307.cs
629         $(MCS) -r:System.Web -out:$@ $(srcdir)/bug-80307.cs
630         cd $(top_builddir)/runtime && $(MAKE) test-support-files
631
632 EXTRA_DIST += bug-81673-interface.cs
633 bug-81673.exe bug-81673-interface.dll: $(srcdir)/bug-81673.cs $(srcdir)/bug-81673-interface.cs
634         $(MCS) -target:library -out:bug-81673-interface.dll $(srcdir)/bug-81673-interface.cs
635         $(MCS) -out:bug-81673.exe -r:bug-81673-interface.dll $(srcdir)/bug-81673.cs
636         $(MCS) -define:WITH_STOP -target:library -out:bug-81673-interface.dll $(srcdir)/bug-81673-interface.cs
637
638 EXTRA_DIST += bug-81691-a.cs bug-81691-b.cs
639 bug-81691.exe bug-81691-b.dll: $(srcdir)/bug-81691.cs $(srcdir)/bug-81691-a.cs $(srcdir)/bug-81691-b.cs
640         $(MCS) -target:library -out:bug-81691-a.dll $(srcdir)/bug-81691-a.cs
641         $(MCS) -target:library -out:bug-81691-b.dll -r:bug-81691-a.dll $(srcdir)/bug-81691-b.cs
642         $(MCS) -r:bug-81691-b.dll -out:bug-81691.exe $(srcdir)/bug-81691.cs
643         rm -f bug-81691-a.dll
644
645 EXTRA_DIST += bug-81466-lib.il
646 bug-81466-lib.dll: bug-81466-lib.il
647         $(ILASM) /dll /output:bug-81466-lib.dll $(srcdir)/bug-81466-lib.il
648 bug-81466.exe: bug-81466.il bug-81466-lib.dll
649         $(ILASM) /exe /output:bug-81466.exe $(srcdir)/bug-81466.il
650
651 EXTRA_DIST += bug-324535-il.il
652 bug-324535-il.dll : bug-324535-il.il
653         $(ILASM) /dll /output:bug-324535-il.dll $(srcdir)/bug-324535-il.il
654 bug-324535.exe : bug-324535.cs bug-324535-il.dll
655         $(MCS) -r:bug-324535-il.dll -out:bug-324535.exe $(srcdir)/bug-324535.cs
656
657 EXTRA_DIST += make_imt_test.sh
658 imt_big_iface_test.cs: $(srcdir)/make_imt_test.sh
659         $(srcdir)/make_imt_test.sh > imt_big_iface_test.cs
660
661 EXTRA_DIST += custom-modifiers.2.cs custom-modifiers-lib.il
662 custom-modifiers-lib.dll: custom-modifiers-lib.il
663         $(ILASM) /dll /output:custom-modifiers-lib.dll $(srcdir)/custom-modifiers-lib.il
664 custom-modifiers.2.exe: custom-modifiers.2.cs custom-modifiers-lib.dll
665         $(MCS) -r:custom-modifiers-lib.dll -out:custom-modifiers.2.exe $(srcdir)/custom-modifiers.2.cs
666
667 EXTRA_DIST += bug-382986-lib.cs
668 bug-382986-lib.dll: bug-382986-lib.cs
669         $(MCS) -target:library -out:$@ $(srcdir)/bug-382986-lib.cs
670 bug-382986.exe: bug-382986.cs bug-382986-lib.dll
671         $(MCS) -out:$@ -r:bug-382986-lib.dll $(srcdir)/bug-382986.cs
672
673 EXTRA_DIST += coreclr-security.cs
674
675 if INSTALL_2_1
676 coreclr-security.exe : coreclr-security.cs
677         $(SMCS) -out:coreclr-security.exe $(srcdir)/coreclr-security.cs
678
679 test-coreclr-security : coreclr-security.exe
680         @echo "Testing coreclr-security.exe..."
681         @$(RUNTIME21) --security=core-clr-test coreclr-security.exe
682 endif
683
684 EXTRA_DIST += generic-unboxing.2.il
685 generic-unboxing.2.dll : generic-unboxing.2.il
686         $(ILASM) /dll /output:generic-unboxing.2.dll $(srcdir)/generic-unboxing.2.il
687
688 EXTRA_DIST += generic-boxing.2.il
689 generic-boxing.2.dll : generic-boxing.2.il generic-unboxing.2.dll
690         $(ILASM) /dll /output:generic-boxing.2.dll $(srcdir)/generic-boxing.2.il
691
692 EXTRA_DIST += generic-unbox.2.cs
693 generic-unbox.2.exe : generic-unbox.2.cs generic-unboxing.2.dll
694         $(MCS) -r:generic-unboxing.2.dll -out:$@ $(srcdir)/generic-unbox.2.cs
695
696 EXTRA_DIST += generic-box.2.cs
697 generic-box.2.exe : generic-box.2.cs generic-unboxing.2.dll generic-boxing.2.dll
698         $(MCS) -r:generic-unboxing.2.dll,generic-boxing.2.dll -out:$@ $(srcdir)/generic-box.2.cs
699
700 EXTRA_DIST += generic-delegate2.2.cs generic-delegate2-lib.2.il
701 generic-delegate2-lib.2.dll : generic-delegate2-lib.2.il
702         $(ILASM) /dll /output:$@ $(srcdir)/generic-delegate2-lib.2.il
703 generic-delegate2.2.exe : generic-delegate2.2.cs generic-delegate2-lib.2.dll
704         $(MCS) -r:generic-delegate2-lib.2.dll -out:$@ $(srcdir)/generic-delegate2.2.cs
705
706 gshared: test-generic-sharing
707
708 gshared-aot:
709         @$(MAKE) AOT=1 gshared
710
711 test-generic-sharing : generics-sharing.2.exe shared-generic-methods.2.exe      \
712                 shared-generic-synchronized.2.exe generic-initobj.2.exe         \
713                 generics-sharing-other-exc.2.exe generic-box.2.exe              \
714                 generic-unbox.2.exe generic-delegate.2.exe generic-sizeof.2.exe \
715                 generic-ldobj.2.exe generic-mkrefany.2.exe                      \
716                 generic-refanyval.2.exe generic-ldtoken.2.exe                   \
717                 generic-ldtoken-method.2.exe  generic-ldtoken-field.2.exe       \
718                 generic-virtual.2.exe generic-tailcall.2.exe                    \
719                 generic-interface-methods.2.exe generic-array-type.2.exe        \
720                 generic-method-patching.2.exe generic-static-methods.2.exe      \
721                 generic-null-call.2.exe generic-tailcall2.2.exe                 \
722                 generic-array-exc.2.exe generic-special.2.exe                   \
723                 generic-exceptions.2.exe generic-delegate2.2.exe                \
724                 generic-virtual2.2.exe generic-valuetype-interface.2.exe        \
725                 generic-valuetype-newobj.2.exe generic-valuetype-newobj2.2.exe  \
726                 generic-getgenericarguments.2.exe generic-type-builder.2.exe    \
727                 generic-synchronized.2.exe generic-delegate-ctor.2.exe          \
728                 generic-constrained.2.exe bug-431413.2.exe                      \
729                 generic-virtual-invoke.2.exe generic-typedef.2.exe              \
730                 generic-marshalbyref.2.exe bug-459285.2.exe bug-461198.2.exe    \
731                 generic-sealed-virtual.2.exe generic-stack-traces.2.exe
732         @for fn in $+ ; do      \
733                 echo "Testing $$fn ...";        \
734                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared                $$fn > $$fn.stdout || exit 1;     \
735                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared,shared         $$fn > $$fn.stdout || exit 1;     \
736                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared,-inline        $$fn > $$fn.stdout || exit 1;     \
737                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared,-inline,shared $$fn > $fn.stdout || exit 1;      \
738                 if [ x$(AOT) = x1 ]; then MONO_GENERIC_SHARING=all $(with_mono_path) $(JITTEST_PROG_RUN) --aot --debug $$fn > /dev/null || exit 1; MONO_GENERIC_SHARING=all $(RUNTIME) $$fn > $$fn.stdout || exit 1; fi; \
739         done
740
741 EXTRA_DIST += async-exceptions.cs
742 async-exceptions.exe : async-exceptions.cs
743         $(MCS) -out:async-exceptions.exe $(srcdir)/async-exceptions.cs
744 test-async-exceptions : async-exceptions.exe
745         for i in `echo 0 1 2 3 4 5 6 7 8 9 10`; do $(RUNTIME) --inject-async-exc Tests:foo $$i async-exceptions.exe || exit 1; done
746         for i in `echo 0 1 2 3 4 5 6 7 8 9 10`; do $(RUNTIME) --inject-async-exc Tests:bar $$i async-exceptions.exe || exit 1; done
747
748 EXTRA_DIST += modules.cs modules-m1.cs
749 modules-m1.netmodule: modules-m1.cs
750         $(MCS) -out:$@ /target:module $(srcdir)/modules-m1.cs
751 modules.exe: modules.cs modules-m1.netmodule
752         $(MCS) -out:$@ /addmodule:modules-m1.netmodule -r:TestDriver.dll $(srcdir)/modules.cs
753
754 # Useful if mono is compiled with --enable-shared=no
755 patch-libtool:
756         cp "../../libtool" .
757         sed -e 's,build_libtool_libs=no,build_libtool_libs=yes,g' libtool > 2; mv 2 libtool
758         sed -e 's,LIBTOOL =,LIBTOOL2 =,g' Makefile > 2 && echo "LIBTOOL = bash ./libtool" > 1 && cat 1 2 > Makefile
759         touch libtest.c
760
761 noinst_LTLIBRARIES = libtest.la
762
763 INCLUDES = $(GLIB_CFLAGS) $(GMODULE_CFLAGS)
764
765 if PLATFORM_WIN32
766 # gcc-3.4.4 emits incorrect code when making indirect calls to stdcall functions using a tail call
767 # This shows up when compiling mono_test_marshal_delegate ()
768 libtest_la_CFLAGS=-fno-optimize-sibling-calls
769 # the exported names created by gcc for stdcall functions are missing the leading _, so MS.NET
770 # can't find them. So we use --kill-at to remove the @ suffix as well.
771 libtest_la_LDFLAGS=-no-undefined -rpath `pwd` -Wl,--kill-at
772 else
773 libtest_la_LDFLAGS = -rpath `pwd`
774 endif
775 libtest_la_SOURCES = libtest.c
776 libtest_la_LIBADD = $(glib_libs)
777
778 CLEANFILES = $(TESTSI_CS) $(TESTSI_IL) $(STRESS_TESTS) *.dll *.stdout *.exe stest.dat