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