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