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