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