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