022ebd0e20155a823d74fdb130d1a8edd737df62
[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-system-arrays.2.cs      \
298         generic-stack-traces.2.cs       \
299         generic-stack-traces2.2.cs      \
300         bug-472600.2.cs \
301         recursive-generics.2.cs \
302         bug-473482.2.cs \
303         bug-473999.2.cs \
304         bug-479763.2.cs \
305         bug-80392.2.cs          \
306         dynamic-method-access.2.cs      \
307         bug-82194.2.cs  \
308         anonarray.2.cs  \
309         ienumerator-interfaces.2.cs     \
310         array-enumerator-ifaces.2.cs    \
311         generic_type_definition_encoding.2.cs \
312         generic_type_definition.2.cs    \
313         bug-333798.2.cs         \
314         bug-333798-tb.2.cs              \
315         bug-335131.2.cs         \
316         bug-322722_patch_bx.2.cs                \
317         bug-348522.2.cs         \
318         bug-340662_bug.cs       \
319         bug-322722_dyn_method_throw.2.cs        \
320         bug-389886-2.cs \
321         bug-325283.2.cs \
322         thunks.cs \
323         winx64structs.cs \
324         bug-349190.2.cs \
325         nullable_boxing.2.cs    \
326         valuetype-equals.cs     \
327         custom-modifiers.2.cs   \
328         bug-382986.cs   \
329         test-inline-call-stack.cs       \
330         bug-324535.cs   \
331         modules.cs      \
332         bug-81673.cs    \
333         bug-81691.cs    \
334         bug-80307.cs    \
335         bug-415577.cs   \
336         filter-stack.cs \
337         vararg2.cs      \
338         bug-389886-sre-generic-interface-instances.cs   \
339         bug-461867.cs   \
340         bug-461941.cs   \
341         bug-461261.cs   \
342         bug-400716.cs   \
343         bug-462592.cs   \
344         bug-459094.cs   \
345         generic-unloading.2.cs  \
346         generic-unloading-sub.2.cs      \
347         bug-467456.cs   \
348         appdomain-unload-callback.cs    \
349         bug-472692.2.cs         \
350         gchandles.cs
351
352 if AMD64
353 TEST_CS_SRC = $(BASE_TEST_CS_SRC) async-exc-compilation.cs
354 else
355 if X86
356 TEST_CS_SRC = $(BASE_TEST_CS_SRC) async-exc-compilation.cs
357 else
358 TEST_CS_SRC = $(BASE_TEST_CS_SRC)
359 endif
360 endif
361
362 if IA64
363 TEST_CS_SRC+=async-exc-compilation.cs
364 # bug #319249
365 PLATFORM_DISABLED_TESTS=exception17.exe
366 PLATFORM_DISABLED_TESTS+=winx64structs.exe
367 endif
368
369 if X86
370
371 if PLATFORM_WIN32
372 PLATFORM_DISABLED_TESTS=async-exc-compilation.exe
373 endif
374
375 endif
376
377 if POWERPC
378 # bug #71274
379 PLATFORM_DISABLED_TESTS=finalizer-abort.exe finalizer-exception.exe finalizer-exit.exe
380 endif
381
382 DISABLED_TESTS=                 \
383         delegate-async-exception.exe    \
384         bug-348522.2.exe        \
385         $(PLATFORM_DISABLED_TESTS)
386
387 # These only compile with MS CSC
388 TEST_CSC_SRC=                   \
389         vararg.cs
390
391 TEST_IL_SRC=                    \
392         field-access.il         \
393         method-access.il        \
394         ldftn-access.il         \
395         cpblkTest.il            \
396         vbinterface.il          \
397         calliTest.il            \
398         ckfiniteTest.il         \
399         fault-handler.il                \
400         locallocTest.il         \
401         initblkTest.il          \
402         qt-instance.il          \
403         vararg.il               \
404         bug-29859.il            \
405         bug-78549.il            \
406         static-fields-nonconst.il       \
407         reload-at-bb-end.il     \
408         test-enum-indstoreil.il \
409         filter-bug.il           \
410         even-odd.il             \
411         bug-82022.il    \
412         vt-sync-method.il       \
413         enum_types.il   \
414         invalid-token.il        \
415         call_missing_method.il  \
416         call_missing_class.il   \
417         ldfld_missing_field.il  \
418         ldfld_missing_class.il  \
419         find-method.2.il        \
420         bug-79215.2.il  \
421         bug-79956.2.il  \
422         bug-327438.2.il \
423         bug-387274.2.il \
424         bug-426309.2.il \
425         ldtoken_with_byref_typespec.2.il \
426         resolve_method_bug.2.il \
427         resolve_field_bug.2.il \
428         resolve_type_bug.2.il   \
429         generics-sharing-other-exc.2.il \
430         generic-ldobj.2.il      \
431         generic-mkrefany.2.il   \
432         generic-refanyval.2.il  \
433         generic-ldtoken.2.il    \
434         generic-ldtoken-method.2.il     \
435         generic-ldtoken-field.2.il      \
436         generic-tailcall.2.il   \
437         generic-tailcall2.2.il  \
438         generic-array-exc.2.il  \
439         generic-valuetype-newobj2.2.il  \
440         generic-valuetype-newobj.2.il   \
441         generic-constrained.2.il        \
442         bug-81466.il    \
443         bug457574.il    \
444         bug445361.il    \
445         bug-463303.il   \
446         bug469742.2.il  \
447         bug-481403.il
448
449 #       bug-318677.il
450
451 # pre-requisite test sources: files that are not test themselves
452 # but that need to be compiled
453 PREREQ_IL_SRC=event-il.il module-cctor.il
454 PREREQ_CS_SRC=
455 PREREQ_IL_DLL_SRC=event-il.il module-cctor.il
456 PREREQ_CS_DLL_SRC=
457
458 PREREQSI_IL=$(PREREQ_IL_SRC:.il=.exe)
459 PREREQSI_CS=$(PREREQ_CS_SRC:.cs=.exe)
460 TESTSI_CS=$(TEST_CS_SRC:.cs=.exe)
461 TESTSI_IL=$(TEST_IL_SRC:.il=.exe)
462 TESTBS=$(BENCHSRC:.cs=.exe)
463 STRESS_TESTS=$(STRESS_TESTS_SRC:.cs=.exe)
464
465 EXTRA_DIST=test-driver $(TEST_CS_SRC) $(TEST_IL_SRC) \
466         $(BENCHSRC) $(STRESS_TESTS_SRC) stress-runner.pl $(PREREQ_IL_SRC) $(PREREQ_CS_SRC)
467
468 %.exe: %.il
469         $(ILASM) -out:$@ $<
470
471 %.exe: %.cs TestDriver.dll
472         $(MCS) -r:TestDriver.dll -out:$@ $<
473
474 # mkbundle works on ppc, but the pkg-config POC doesn't when run with make test
475 if POWERPC
476 test_platform:  testbundle
477 else
478 # Can't use mkbundle on win32 since there is no static build there
479 # Can't run test-unhandled-exception on Windows because of all the debug popups...
480 if PLATFORM_WIN32
481 test_platform:
482 else
483 test_platform:  testbundle test-iomap-regression
484 endif
485 endif
486
487 if INSTALL_2_1
488 test_2_1 : test-coreclr-security
489 else
490 test_2_1 :
491 endif
492
493 test: assemblyresolve/test/asm.dll testjit test-type-load test-generic-sharing test_platform test_2_1
494
495 assemblyresolve/test/asm.dll:
496         $(MAKE) -C assemblyresolve prereq
497
498 TestDriver.dll:
499         $(MCS) -target:library -out:$@ $(srcdir)/../mini/TestDriver.cs
500
501 test_cs: $(TEST_PROG) $(TESTSI_CS) libtest.la
502         @failed=0; \
503         passed=0; \
504         for i in $(TESTSI_CS); do       \
505                 if $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i '$(DISABLED_TESTS)' $(RUNTIME_ARGS); \
506                 then \
507                         passed=`expr $${passed} + 1`; \
508                 else \
509                         if [ $$? = 2 ]; then break; fi; \
510                         failed=`expr $${failed} + 1`; \
511                 fi \
512         done; \
513         echo; echo ".cs: $${passed} test(s) passed. $${failed} test(s) did not pass."; echo
514
515 test_il: $(TEST_PROG) $(TESTSI_IL) libtest.la
516         @failed=0; \
517         passed=0; \
518         for i in $(TESTSI_IL); do       \
519                 if $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i "$(DISABLED_TESTS)" $(RUNTIME_ARGS); \
520                 then \
521                         passed=`expr $${passed} + 1`; \
522                 else \
523                         if [ $$? = 2 ]; then break; fi; \
524                         failed=`expr $${failed} + 1`; \
525                 fi \
526         done; \
527         echo; echo ".il: $${passed} test(s) passed. $${failed} test(s) did not pass."; echo
528
529 testb: $(TEST_PROG) $(TESTBS)
530         for i in $(TESTBS); do  \
531                 $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i '$(DISABLED_TESTS)' $(RUNTIME_ARGS);     \
532         done
533
534 runtest: $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
535         @failed=0; \
536         passed=0; \
537         failed_tests="";\
538         for i in $(TESTSI_CS) $(TESTBS) $(TESTSI_IL); do        \
539                 rm -f $${i}.so; \
540                 if [ x$(AOT) = x1 ]; then $(with_mono_path) $(JITTEST_PROG_RUN) --aot --debug $${i} > /dev/null || exit 1; fi; \
541                 if $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$i '$(DISABLED_TESTS)' $(RUNTIME_ARGS); \
542                 then \
543                         passed=`expr $${passed} + 1`; \
544                 else \
545                         if [ $$? = 2 ]; then break; fi; \
546                         failed=`expr $${failed} + 1`; \
547                         failed_tests="$${failed_tests} $$i"; \
548                 fi \
549         done; \
550         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
551         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
552           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
553
554 runtest-managed: test-runner.exe $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
555         @$(RUNTIME) ./test-runner.exe -j a --disabled '$(DISABLED_TESTS)' $(TESTSI_CS) $(TESTBS) $(TESTSI_IL)
556
557 testjit:
558         @$(MAKE) runtest
559
560 testaot:
561         @$(MAKE) AOT=1 runtest
562
563 testtrace:
564         @$(MAKE) RUNTIME_ARGS="$${RUNTIME_ARGS} --trace" runtest
565
566 testinterp:
567         @$(MAKE) JITTEST_PROG_RUN="$(TEST_PROG_RUN)" runtest
568
569 testjitspeed: $(JITTEST_PROG) $(TESTBS)
570         for i in $(TESTBS); do  \
571                 echo $$i;       \
572                 time $(JITTEST_PROG) $$i;       \
573         done
574
575 test-iomap-regression: exists.cs
576         @$(MCS) $(srcdir)/exists.cs -out:exists.exe
577         @echo "Testing exists.exe..."
578         @MONO_IOMAP=all $(RUNTIME) exists.exe
579
580 stresstest: $(STRESS_TESTS)
581         @failed=0; \
582         passed=0; \
583         failed_tests="";\
584         for i in $(STRESS_TESTS); do    \
585                 if $(srcdir)/stress-runner.pl $$i ../mini/mono $(RUNTIME_ARGS); \
586                 then \
587                         passed=`expr $${passed} + 1`; \
588                 else \
589                         if [ $$? = 2 ]; then break; fi; \
590                         failed=`expr $${failed} + 1`; \
591                         failed_tests="$${failed_tests} $$i"; \
592                 fi \
593         done; \
594         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
595         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
596           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
597
598 testbundle: console.exe
599         @echo "Testing mkbundle..."
600         @$(MKBUNDLE) --static console.exe > mkbundle.stdout
601         @$(with_mono_path) MONO_CFG_DIR=$(mono_cfg_dir) MONO_SHARED_DIR=$(mono_build_root)/runtime ./a.out >> mkbundle.stdout
602         @- rm -rf a.out
603
604 EXTRA_DIST += load-missing.il t-missing.cs load-exceptions.cs
605 test-type-load: TestDriver.dll
606         @$(ILASM) /dll /output:load-missing.dll $(srcdir)/load-missing.il > /dev/null
607         @$(MCS) -t:library -out:t.dll -d:FOUND $(srcdir)/t-missing.cs
608         @$(MCS) -r:TestDriver.dll -r:load-missing.dll -r:t.dll -out:load-exceptions.exe $(srcdir)/load-exceptions.cs
609         @$(MCS) -t:library -out:t.dll $(srcdir)/t-missing.cs
610         @echo "Testing load-exception.exe..."
611         @$(RUNTIME) load-exceptions.exe > load-exceptions.exe.stdout 2> load-exceptions.exe.stderr
612
613 EXTRA_DIST += test-inline-call-stack-library.cs test-inline-call-stack.cs
614 test-inline-call-stack-library.dll: TestDriver.dll $(srcdir)/test-inline-call-stack-library.cs
615         $(MCS) -t:library -out:test-inline-call-stack-library.dll $(srcdir)/test-inline-call-stack-library.cs
616 test-inline-call-stack.exe: TestDriver.dll test-inline-call-stack-library.dll $(srcdir)/test-inline-call-stack.cs
617         $(MCS) -r:TestDriver.dll -r:test-inline-call-stack-library.dll -out:test-inline-call-stack.exe $(srcdir)/test-inline-call-stack.cs
618
619 EXTRA_DIST += unhandled-exception-base-configuration.config
620 EXTRA_DIST += unhandled-exception-legacy-configuration.config
621 EXTRA_DIST += unhandled-exception-test-case.2.cs
622 EXTRA_DIST += unhandled-exception-test-runner.2.cs
623 unhandled-exception-test-case.1.cs: unhandled-exception-test-case.2.cs
624         cp unhandled-exception-test-case.2.cs unhandled-exception-test-case.1.cs
625 unhandled-exception-test-case-legacy.1.cs: unhandled-exception-test-case.1.cs
626         cp unhandled-exception-test-case.1.cs unhandled-exception-test-case-legacy.1.cs
627 unhandled-exception-test-case-legacy.2.cs: unhandled-exception-test-case.2.cs
628         cp unhandled-exception-test-case.2.cs unhandled-exception-test-case-legacy.2.cs
629 unhandled-exception-config_files: unhandled-exception-base-configuration.config unhandled-exception-legacy-configuration.config
630         cp unhandled-exception-base-configuration.config unhandled-exception-test-case.1.exe.config
631         cp unhandled-exception-base-configuration.config unhandled-exception-test-case.2.exe.config
632         cp unhandled-exception-legacy-configuration.config unhandled-exception-test-case-legacy.1.exe.config
633         cp unhandled-exception-legacy-configuration.config unhandled-exception-test-case-legacy.2.exe.config
634 unhandled-exception-test-case.1.exe: unhandled-exception-test-case.1.cs
635         $(MCS) /debug unhandled-exception-test-case.1.cs
636 unhandled-exception-test-case-legacy.1.exe: unhandled-exception-test-case-legacy.1.cs
637         $(MCS) /debug unhandled-exception-test-case-legacy.1.cs
638 unhandled-exception-test-case.2.exe: unhandled-exception-test-case.2.cs
639         $(MCS) /debug unhandled-exception-test-case.2.cs
640 unhandled-exception-test-case-legacy.2.exe: unhandled-exception-test-case-legacy.2.cs
641         $(MCS) /debug unhandled-exception-test-case-legacy.2.cs
642 unhandled-exception-test-runner.2.exe: unhandled-exception-test-runner.2.cs
643         $(MCS) /debug unhandled-exception-test-runner.2.cs
644
645 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
646         $(RUNTIME) unhandled-exception-test-runner.2.exe RUNTIME:../mini/mono,GTC:F
647
648 # We use 'test-support-files' to handle an ordering issue between the 'mono/' and 'runtime/' directories
649 bug-80307.exe: $(srcdir)/bug-80307.cs
650         $(MCS) -r:System.Web -out:$@ $(srcdir)/bug-80307.cs
651         cd $(top_builddir)/runtime && $(MAKE) test-support-files
652
653 EXTRA_DIST += bug-81673-interface.cs
654 bug-81673.exe bug-81673-interface.dll: $(srcdir)/bug-81673.cs $(srcdir)/bug-81673-interface.cs
655         $(MCS) -target:library -out:bug-81673-interface.dll $(srcdir)/bug-81673-interface.cs
656         $(MCS) -out:bug-81673.exe -r:bug-81673-interface.dll $(srcdir)/bug-81673.cs
657         $(MCS) -define:WITH_STOP -target:library -out:bug-81673-interface.dll $(srcdir)/bug-81673-interface.cs
658
659 EXTRA_DIST += bug-81691-a.cs bug-81691-b.cs
660 bug-81691.exe bug-81691-b.dll: $(srcdir)/bug-81691.cs $(srcdir)/bug-81691-a.cs $(srcdir)/bug-81691-b.cs
661         $(MCS) -target:library -out:bug-81691-a.dll $(srcdir)/bug-81691-a.cs
662         $(MCS) -target:library -out:bug-81691-b.dll -r:bug-81691-a.dll $(srcdir)/bug-81691-b.cs
663         $(MCS) -r:bug-81691-b.dll -out:bug-81691.exe $(srcdir)/bug-81691.cs
664         rm -f bug-81691-a.dll
665
666 EXTRA_DIST += bug-81466-lib.il
667 bug-81466-lib.dll: bug-81466-lib.il
668         $(ILASM) /dll /output:bug-81466-lib.dll $(srcdir)/bug-81466-lib.il
669 bug-81466.exe: bug-81466.il bug-81466-lib.dll
670         $(ILASM) /exe /output:bug-81466.exe $(srcdir)/bug-81466.il
671
672 EXTRA_DIST += bug-324535-il.il
673 bug-324535-il.dll : bug-324535-il.il
674         $(ILASM) /dll /output:bug-324535-il.dll $(srcdir)/bug-324535-il.il
675 bug-324535.exe : bug-324535.cs bug-324535-il.dll
676         $(MCS) -r:bug-324535-il.dll -out:bug-324535.exe $(srcdir)/bug-324535.cs
677
678 EXTRA_DIST += make_imt_test.sh
679 imt_big_iface_test.cs: $(srcdir)/make_imt_test.sh
680         $(srcdir)/make_imt_test.sh > imt_big_iface_test.cs
681
682 EXTRA_DIST += custom-modifiers.2.cs custom-modifiers-lib.il
683 custom-modifiers-lib.dll: custom-modifiers-lib.il
684         $(ILASM) /dll /output:custom-modifiers-lib.dll $(srcdir)/custom-modifiers-lib.il
685 custom-modifiers.2.exe: custom-modifiers.2.cs custom-modifiers-lib.dll
686         $(MCS) -r:custom-modifiers-lib.dll -out:custom-modifiers.2.exe $(srcdir)/custom-modifiers.2.cs
687
688 EXTRA_DIST += bug-382986-lib.cs
689 bug-382986-lib.dll: bug-382986-lib.cs
690         $(MCS) -target:library -out:$@ $(srcdir)/bug-382986-lib.cs
691 bug-382986.exe: bug-382986.cs bug-382986-lib.dll
692         $(MCS) -out:$@ -r:bug-382986-lib.dll $(srcdir)/bug-382986.cs
693
694 EXTRA_DIST += coreclr-security.cs
695
696 if INSTALL_2_1
697 coreclr-security.exe : coreclr-security.cs
698         $(SMCS) -out:coreclr-security.exe $(srcdir)/coreclr-security.cs
699
700 test-coreclr-security : coreclr-security.exe
701         @echo "Testing coreclr-security.exe..."
702         @$(RUNTIME21) --security=core-clr-test coreclr-security.exe
703 endif
704
705 EXTRA_DIST += generic-unboxing.2.il
706 generic-unboxing.2.dll : generic-unboxing.2.il
707         $(ILASM) /dll /output:generic-unboxing.2.dll $(srcdir)/generic-unboxing.2.il
708
709 EXTRA_DIST += generic-boxing.2.il
710 generic-boxing.2.dll : generic-boxing.2.il generic-unboxing.2.dll
711         $(ILASM) /dll /output:generic-boxing.2.dll $(srcdir)/generic-boxing.2.il
712
713 EXTRA_DIST += generic-unbox.2.cs
714 generic-unbox.2.exe : generic-unbox.2.cs generic-unboxing.2.dll
715         $(MCS) -r:generic-unboxing.2.dll -out:$@ $(srcdir)/generic-unbox.2.cs
716
717 EXTRA_DIST += generic-box.2.cs
718 generic-box.2.exe : generic-box.2.cs generic-unboxing.2.dll generic-boxing.2.dll
719         $(MCS) -r:generic-unboxing.2.dll,generic-boxing.2.dll -out:$@ $(srcdir)/generic-box.2.cs
720
721 EXTRA_DIST += generic-delegate2.2.cs generic-delegate2-lib.2.il
722 generic-delegate2-lib.2.dll : generic-delegate2-lib.2.il
723         $(ILASM) /dll /output:$@ $(srcdir)/generic-delegate2-lib.2.il
724 generic-delegate2.2.exe : generic-delegate2.2.cs generic-delegate2-lib.2.dll
725         $(MCS) -r:generic-delegate2-lib.2.dll -out:$@ $(srcdir)/generic-delegate2.2.cs
726
727 gshared: test-generic-sharing
728
729 gshared-aot:
730         @$(MAKE) AOT=1 gshared
731
732 test-generic-sharing : generics-sharing.2.exe shared-generic-methods.2.exe      \
733                 shared-generic-synchronized.2.exe generic-initobj.2.exe         \
734                 generics-sharing-other-exc.2.exe generic-box.2.exe              \
735                 generic-unbox.2.exe generic-delegate.2.exe generic-sizeof.2.exe \
736                 generic-ldobj.2.exe generic-mkrefany.2.exe                      \
737                 generic-refanyval.2.exe generic-ldtoken.2.exe                   \
738                 generic-ldtoken-method.2.exe  generic-ldtoken-field.2.exe       \
739                 generic-virtual.2.exe generic-tailcall.2.exe                    \
740                 generic-interface-methods.2.exe generic-array-type.2.exe        \
741                 generic-method-patching.2.exe generic-static-methods.2.exe      \
742                 generic-null-call.2.exe generic-tailcall2.2.exe                 \
743                 generic-array-exc.2.exe generic-special.2.exe                   \
744                 generic-exceptions.2.exe generic-delegate2.2.exe                \
745                 generic-virtual2.2.exe generic-valuetype-interface.2.exe        \
746                 generic-valuetype-newobj.2.exe generic-valuetype-newobj2.2.exe  \
747                 generic-getgenericarguments.2.exe generic-type-builder.2.exe    \
748                 generic-synchronized.2.exe generic-delegate-ctor.2.exe          \
749                 generic-constrained.2.exe bug-431413.2.exe                      \
750                 generic-virtual-invoke.2.exe generic-typedef.2.exe              \
751                 generic-marshalbyref.2.exe bug-459285.2.exe bug-461198.2.exe    \
752                 generic-sealed-virtual.2.exe generic-system-arrays.2.exe        \
753                 generic-stack-traces.2.exe generic-stack-traces2.2.exe          \
754                 bug-472600.2.exe bug-473482.2.exe bug-473999.2.exe              \
755                 bug-479763.2.exe
756         @for fn in $+ ; do      \
757                 echo "Testing $$fn ...";        \
758                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared                $$fn > $$fn.stdout || exit 1;     \
759                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared,shared         $$fn > $$fn.stdout || exit 1;     \
760                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared,-inline        $$fn > $$fn.stdout || exit 1;     \
761                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared,-inline,shared $$fn > $fn.stdout || exit 1;      \
762                 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; \
763         done
764
765 EXTRA_DIST += async-exceptions.cs
766 async-exceptions.exe : async-exceptions.cs
767         $(MCS) -out:async-exceptions.exe $(srcdir)/async-exceptions.cs
768 test-async-exceptions : async-exceptions.exe
769         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
770         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
771
772 EXTRA_DIST += modules.cs modules-m1.cs
773 modules-m1.netmodule: modules-m1.cs
774         $(MCS) -out:$@ /target:module $(srcdir)/modules-m1.cs
775 modules.exe: modules.cs modules-m1.netmodule
776         $(MCS) -out:$@ /addmodule:modules-m1.netmodule -r:TestDriver.dll $(srcdir)/modules.cs
777
778 # Useful if mono is compiled with --enable-shared=no
779 patch-libtool:
780         cp "../../libtool" .
781         sed -e 's,build_libtool_libs=no,build_libtool_libs=yes,g' libtool > 2; mv 2 libtool
782         sed -e 's,LIBTOOL =,LIBTOOL2 =,g' Makefile > 2 && echo "LIBTOOL = bash ./libtool" > 1 && cat 1 2 > Makefile
783         touch libtest.c
784
785 noinst_LTLIBRARIES = libtest.la
786
787 INCLUDES = $(GLIB_CFLAGS) $(GMODULE_CFLAGS)
788
789 if PLATFORM_WIN32
790 # gcc-3.4.4 emits incorrect code when making indirect calls to stdcall functions using a tail call
791 # This shows up when compiling mono_test_marshal_delegate ()
792 libtest_la_CFLAGS=-fno-optimize-sibling-calls
793 # the exported names created by gcc for stdcall functions are missing the leading _, so MS.NET
794 # can't find them. So we use --kill-at to remove the @ suffix as well.
795 libtest_la_LDFLAGS=-no-undefined -rpath `pwd` -Wl,--kill-at
796 else
797 libtest_la_LDFLAGS = -rpath `pwd`
798 endif
799 libtest_la_SOURCES = libtest.c
800 libtest_la_LIBADD = $(glib_libs)
801
802 CLEANFILES = $(TESTSI_CS) $(TESTSI_IL) $(STRESS_TESTS) *.dll *.stdout *.exe stest.dat