[jit] Fix a class initialization race which happens if a class initializer initialize...
[mono.git] / mono / tests / Makefile.am
1 SUBDIRS = cas assemblyresolve gc-descriptors
2
3 check-local: assemblyresolve/test/asm.dll testjit test-generic-sharing test-type-load test-cattr-type-load test-reflection-load-with-context test_platform test-process-exit test-messages rm-empty-logs
4 check-full: test-sgen check-local
5 check-parallel: compile-tests check-full
6
7 # for backwards compatibility on Wrench
8 test-wrench: check-parallel
9
10 aotcheck: testaot gshared-aot
11
12 TEST_PROG = ../interpreter/mint
13
14 JITTEST_PROG = $(if $(VALGRIND), valgrind $(VALGRIND_ARGS),) $(if $(SGEN),$(top_builddir)/mono/mini/mono-sgen,$(top_builddir)/mono/mini/mono)
15
16 TEST_PROG_RUN = MONO_SHARED_DIR=$(mono_build_root)/runtime MONO_CFG_DIR=$(mono_build_root)/runtime/etc $(LIBTOOL) --mode=execute $(TEST_PROG)
17 JITTEST_PROG_RUN = MONO_SHARED_DIR=$(mono_build_root)/runtime MONO_CFG_DIR=$(mono_build_root)/runtime/etc $(LIBTOOL) --mode=execute $(JITTEST_PROG)
18
19 RUNTIME_ARGS=--config tests-config --optimize=all --debug
20
21 with_mono_path = MONO_PATH=$(mcs_topdir)/class/lib/net_4_5
22
23 RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper
24
25 MKBUNDLE = \
26         PKG_CONFIG_PATH=$(top_builddir):$(PKG_CONFIG_PATH) \
27         $(RUNTIME) $(mcs_topdir)/class/lib/net_4_5/mkbundle.exe
28
29 MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -unsafe -debug \
30         -nowarn:0162 -nowarn:0168 -nowarn:0219 -nowarn:0414 -nowarn:0618 \
31         -nowarn:0169 -nowarn:1690 -nowarn:0649 -nowarn:0612 -nowarn:3021 \
32         -nowarn:0197
33 ILASM = $(RUNTIME) $(mcs_topdir)/class/lib/net_4_5/ilasm.exe
34
35 BENCHSRC=fib.cs random.cs nested-loops.cs ackermann.cs tight-loop.cs sieve.cs
36
37 STRESS_TESTS_SRC=       \
38         abort-stress-1.cs       \
39         abort-stress-2.cs       \
40         abort-stress-3.cs       \
41         domain-stress.cs        \
42         gchandle-stress.cs      \
43         monitor-stress.cs       \
44         thread-stress.cs        \
45         gc-stress.cs            \
46         gc-copy-stress.cs       \
47         gc-graystack-stress.cs          \
48         exit-stress.cs          \
49         process-stress.cs       \
50         assembly-load-stress.cs
51
52 # Disabled until ?mcs is fixed
53 #       bug-331958.cs
54 BASE_TEST_CS_SRC=               \
55         bug-2907.cs             \
56         array-init.cs           \
57         arraylist.cs            \
58         assemblyresolve_event.cs        \
59         assemblyresolve_event3.cs       \
60         checked.cs              \
61         char-isnumber.cs        \
62         create-instance.cs      \
63         field-layout.cs         \
64         pack-layout.cs          \
65         pack-bug.cs             \
66         hash-table.cs           \
67         test-ops.cs             \
68         obj.cs                  \
69         test-dup-mp.cs          \
70         string.cs               \
71         stringbuilder.cs        \
72         switch.cs               \
73         outparm.cs              \
74         delegate.cs             \
75         bitconverter.cs         \
76         exception.cs            \
77         exception2.cs           \
78         exception3.cs           \
79         exception4.cs           \
80         exception5.cs           \
81         exception6.cs           \
82         exception7.cs           \
83         exception8.cs           \
84         exception10.cs          \
85         exception11.cs          \
86         exception12.cs          \
87         exception13.cs          \
88         exception14.cs          \
89         exception15.cs          \
90         exception16.cs          \
91         exception17.cs          \
92         typeload-unaligned.cs   \
93         struct.cs               \
94         valuetype-gettype.cs    \
95         typeof-ptr.cs           \
96         static-constructor.cs   \
97         pinvoke.cs              \
98         pinvoke2.cs             \
99         pinvoke3.cs             \
100         pinvoke11.cs            \
101         pinvoke13.cs            \
102         pinvoke17.cs            \
103         invoke.cs               \
104         invoke2.cs              \
105         runtime-invoke.cs               \
106         invoke-string-ctors.cs          \
107         reinit.cs               \
108         box.cs                  \
109         array.cs                \
110         enum.cs                 \
111         enum2.cs                \
112         property.cs             \
113         enumcast.cs             \
114         assignable-tests.cs     \
115         array-cast.cs           \
116         array-subtype-attr.cs   \
117         cattr-compile.cs        \
118         cattr-field.cs          \
119         cattr-object.cs         \
120         custom-attr.cs          \
121         double-cast.cs          \
122         newobj-valuetype.cs     \
123         arraylist-clone.cs      \
124         setenv.cs               \
125         vtype.cs                \
126         isvaluetype.cs          \
127         iface6.cs               \
128         iface7.cs               \
129         ipaddress.cs            \
130         array-vt.cs             \
131         interface1.cs           \
132         reflection-enum.cs      \
133         reflection-prop.cs      \
134         reflection4.cs          \
135         reflection5.cs          \
136         reflection-const-field.cs \
137         many-locals.cs          \
138         string-compare.cs       \
139         test-prime.cs           \
140         params.cs               \
141         reflection.cs           \
142         interface.cs            \
143         iface.cs                \
144         iface2.cs               \
145         iface3.cs               \
146         iface4.cs               \
147         iface-large.cs          \
148         virtual-method.cs       \
149         intptrcast.cs           \
150         indexer.cs              \
151         stream.cs               \
152         console.cs              \
153         shift.cs                \
154         jit-int.cs              \
155         jit-uint.cs             \
156         jit-long.cs             \
157         long.cs                 \
158         jit-ulong.cs            \
159         jit-float.cs            \
160         pop.cs                  \
161         time.cs                 \
162         appdomain.cs        \
163         appdomain1.cs           \
164         appdomain2.cs           \
165         appdomain-client.cs     \
166         appdomain-unload.cs \
167         appdomain-async-invoke.cs       \
168         loader.cs       \
169         pointer.cs              \
170         hashcode.cs             \
171         delegate1.cs            \
172         delegate2.cs            \
173         delegate3.cs            \
174         delegate5.cs            \
175         delegate6.cs            \
176         delegate7.cs            \
177         delegate8.cs            \
178         delegate9.cs            \
179         remoting1.cs            \
180         remoting2.cs            \
181         remoting3.cs            \
182         remoting4.cs            \
183         remoting5.cs            \
184         largeexp.cs             \
185         largeexp2.cs            \
186         marshalbyref1.cs        \
187         static-ctor.cs          \
188         inctest.cs              \
189         bound.cs                \
190         array-invoke.cs         \
191         test-arr.cs             \
192         decimal.cs              \
193         decimal-array.cs        \
194         marshal.cs              \
195         marshal1.cs             \
196         marshal2.cs             \
197         marshal3.cs             \
198         marshal5.cs             \
199         marshal6.cs             \
200         marshal7.cs             \
201         marshal8.cs             \
202         marshal9.cs             \
203         marshalbool.cs          \
204         marshal-valuetypes.cs   \
205         test-byval-in-struct.cs \
206         thread.cs               \
207         thread5.cs              \
208         thread6.cs              \
209         thread-static.cs        \
210         thread-static-init.cs   \
211         context-static.cs       \
212         float-pop.cs            \
213         interfacecast.cs        \
214         array3.cs               \
215         classinit.cs            \
216         classinit2.cs           \
217         classinit3.cs           \
218         synchronized.cs         \
219         async_read.cs           \
220         threadpool.cs           \
221         threadpool1.cs          \
222         threadpool-exceptions1.cs \
223         threadpool-exceptions2.cs \
224         threadpool-exceptions3.cs \
225         threadpool-exceptions4.cs \
226         threadpool-exceptions5.cs \
227         threadpool-exceptions6.cs \
228         threadpool-exceptions7.cs \
229         base-definition.cs      \
230         bug-27420.cs            \
231         bug-47295.cs            \
232         bug-46781.cs            \
233         bug-48015.cs            \
234         bug-42136.cs            \
235         bug-59286.cs            \
236         bug-70561.cs            \
237         bug-78311.cs            \
238         bug-78653.cs            \
239         bug-78656.cs            \
240         bug-77127.cs            \
241         bug-323114.cs           \
242         bug-Xamarin-5278.cs     \
243         interlocked.cs          \
244         cross-domain.cs         \
245         appdomain-exit.cs       \
246         delegate-async-exit.cs  \
247         delegate-delegate-exit.cs       \
248         delegate-exit.cs        \
249         finalizer-abort.cs      \
250         finalizer-exception.cs  \
251         finalizer-exit.cs       \
252         finalizer-thread.cs     \
253         main-exit.cs    \
254         main-returns-abort-resetabort.cs        \
255         main-returns-background-abort-resetabort.cs     \
256         main-returns-background-resetabort.cs   \
257         main-returns-background.cs      \
258         main-returns-background-change.cs       \
259         main-returns.cs         \
260         subthread-exit.cs       \
261         desweak.cs              \
262         cominterop.cs           \
263         exists.cs               \
264         handleref.cs    \
265         transparentproxy.cs \
266         dbnull-missing.cs       \
267         test-type-ctor.cs       \
268         soft-float-tests.cs     \
269         thread-exit.cs          \
270         finalize-parent.cs      \
271         assemblyresolve_event2.2.cs     \
272         interlocked-2.2.cs      \
273         pinvoke-2.2.cs          \
274         bug-78431.2.cs          \
275         bug-79684.2.cs          \
276         catch-generics.2.cs     \
277         event-get.2.cs          \
278         safehandle.2.cs         \
279         stackframes-async.2.cs          \
280         module-cctor-loader.2.cs        \
281         generics-invoke-byref.2.cs      \
282         generic-signature-compare.2.cs  \
283         generics-sharing.2.cs   \
284         shared-generic-methods.2.cs     \
285         shared-generic-synchronized.2.cs        \
286         generic-inlining.2.cs   \
287         generic-initobj.2.cs    \
288         generic-delegate.2.cs   \
289         generic-sizeof.2.cs     \
290         generic-virtual.2.cs    \
291         generic-interface-methods.2.cs  \
292         generic-array-type.2.cs \
293         generic-method-patching.2.cs    \
294         generic-static-methods.2.cs     \
295         generic-null-call.2.cs  \
296         generic-special.2.cs    \
297         generic-exceptions.2.cs \
298         generic-virtual2.2.cs   \
299         generic-valuetype-interface.2.cs        \
300         generic-getgenericarguments.2.cs        \
301         generic-type-builder.2.cs       \
302         generic-synchronized.2.cs       \
303         generic-delegate-ctor.2.cs      \
304         generic-array-iface-set.2.cs    \
305         generic-typedef.2.cs    \
306         generic-marshalbyref.2.cs       \
307         generic-xdomain.2.cs    \
308         bug-431413.2.cs \
309         bug-459285.2.cs \
310         generic-virtual-invoke.2.cs     \
311         bug-461198.2.cs \
312         generic-sealed-virtual.2.cs     \
313         generic-system-arrays.2.cs      \
314         generic-stack-traces.2.cs       \
315         generic-stack-traces2.2.cs      \
316         bug-472600.2.cs \
317         recursive-generics.2.cs \
318         bug-473482.2.cs \
319         bug-473999.2.cs \
320         bug-479763.2.cs \
321         bug-616463.cs   \
322         bug-80392.2.cs          \
323         dynamic-method-access.2.cs      \
324         dynamic-method-finalize.2.cs    \
325         bug-82194.2.cs  \
326         anonarray.2.cs  \
327         ienumerator-interfaces.2.cs     \
328         array-enumerator-ifaces.2.cs    \
329         generic_type_definition_encoding.2.cs \
330         generic_type_definition.2.cs    \
331         bug-333798.2.cs         \
332         bug-333798-tb.2.cs              \
333         bug-335131.2.cs         \
334         bug-322722_patch_bx.2.cs                \
335         bug-348522.2.cs         \
336         bug-340662_bug.cs       \
337         bug-322722_dyn_method_throw.2.cs        \
338         bug-389886-2.cs \
339         bug-325283.2.cs \
340         thunks.cs \
341         winx64structs.cs \
342         bug-349190.2.cs \
343         nullable_boxing.2.cs    \
344         valuetype-equals.cs     \
345         custom-modifiers.2.cs   \
346         bug-382986.cs   \
347         test-inline-call-stack.cs       \
348         bug-324535.cs   \
349         modules.cs      \
350         bug-81673.cs    \
351         bug-81691.cs    \
352         bug-80307.cs    \
353         bug-415577.cs   \
354         filter-stack.cs \
355         vararg2.cs      \
356         bug-389886-sre-generic-interface-instances.cs   \
357         bug-461867.cs   \
358         bug-461941.cs   \
359         bug-461261.cs   \
360         bug-400716.cs   \
361         bug-462592.cs   \
362         bug-459094.cs   \
363         generic-unloading.2.cs  \
364         generic-unloading-sub.2.cs      \
365         bug-467456.cs   \
366         appdomain-unload-callback.cs    \
367         bug-508538.cs   \
368         bug-472692.2.cs         \
369         gchandles.cs    \
370         interlocked-3.cs        \
371         interlocked-4.2.cs      \
372         appdomain-thread-abort.cs \
373         xdomain-threads.cs      \
374         w32message.cs   \
375         bug-544446.cs   \
376         gc-altstack.cs  \
377         large-gc-bitmap.cs      \
378         bug-561239.cs   \
379         bug-562150.cs   \
380         bug-575941.cs   \
381         bug-599469.cs   \
382         bug-389886-3.cs \
383         monitor.cs      \
384         monitor-resurrection.cs \
385         dynamic-method-resurrection.cs  \
386         bug-666008.cs   \
387         bug-685908.cs   \
388         sgen-long-vtype.cs      \
389         delegate-invoke.cs      \
390         bug-696593.cs   \
391         bug-705140.cs   \
392         bug-1147.cs     \
393         mono-path.cs    \
394         bug-bxc-795.cs  \
395         bug-3903.cs     \
396         async-with-cb-throws.cs \
397         appdomain-unload-doesnot-raise-pending-events.cs        \
398         bug-6148.cs     \
399         assembly_append_ordering.cs     \
400         bug-10127.cs    \
401         bug-18026.cs    \
402         allow-synchronous-major.cs      \
403         unload-appdomain-on-shutdown.cs \
404         block_guard_restore_aligment_on_exit.cs \
405         thread_static_gc_layout.cs \
406         sleep.cs
407
408 TEST_CS_SRC_DIST=       \
409         $(BASE_TEST_CS_SRC)     \
410         async-exc-compilation.cs \
411         filter-stack.cs \
412         finally_guard.cs \
413         finally_block_ending_in_dead_bb.cs
414
415 TEST_CS_SRC_GEN = \
416         runtime-invoke.gen.cs \
417         imt_big_iface_test.cs
418
419 if AMD64
420 TEST_CS_SRC = $(BASE_TEST_CS_SRC) $(TEST_CS_SRC_GEN) async-exc-compilation.cs finally_guard.cs finally_block_ending_in_dead_bb.cs
421 # #651684
422 PLATFORM_DISABLED_TESTS = finally_guard.exe
423 else
424 if X86
425 TEST_CS_SRC = $(BASE_TEST_CS_SRC) $(TEST_CS_SRC_GEN) async-exc-compilation.cs finally_guard.cs finally_block_ending_in_dead_bb.cs
426 else
427 TEST_CS_SRC = $(BASE_TEST_CS_SRC) $(TEST_CS_SRC_GEN)
428 endif
429 endif
430
431 if IA64
432 TEST_CS_SRC+=async-exc-compilation.cs filter-stack.cs
433 # bug #319249
434 PLATFORM_DISABLED_TESTS=exception17.exe
435 PLATFORM_DISABLED_TESTS+=winx64structs.exe
436 endif
437
438 if X86
439
440 if HOST_WIN32
441 PLATFORM_DISABLED_TESTS=async-exc-compilation.exe finally_guard.exe finally_block_ending_in_dead_bb.exe \
442         bug-18026.exe monitor.exe threadpool-exceptions5.exe
443 endif
444
445 endif
446
447 if POWERPC
448 # bug #71274
449 PLATFORM_DISABLED_TESTS=finalizer-abort.exe finalizer-exception.exe finalizer-exit.exe
450 endif
451
452 if ARM
453 PLATFORM_DISABLED_TESTS=filter-stack.exe
454 endif
455
456 if MIPS
457 # monitor.exe is racy
458 PLATFORM_DISABLED_TESTS=filter-stack.exe monitor.exe
459 endif
460
461 if S390X
462 PLATFORM_DISABLED_TESTS=dynamic-method-resurrection.exe
463 #PLATFORM_DISABLED_TESTS=dynamic-method-resurrection.exe exception17.exe
464 endif
465
466 if NACL_CODEGEN
467 # Tests that use Thread.Abort()
468 PLATFORM_DISABLED_TESTS= abort-stress-1.exe \
469                          abort-stress-2.exe \
470                          abort-stress-3.exe \
471                          appdomain-thread-abort.exe \
472                          async-exc-compilation.exe \
473                          bug-561239.exe \
474                          bug-70561.exe \
475                          finalizer-abort.exe \
476                          finally_guard.exe \
477                          finally_block_ending_in_dead_bb.exe \
478                          main-returns-abort-resetabort.exe \
479                          main-returns-background-abort-resetabort.exe \
480                          thread6.exe \
481                          threadpool-exceptions5.exe \
482                          threadpool-exceptions6.exe
483
484 # Tests that rely on AppDomain.Unload
485 PLATFORM_DISABLED_TESTS+= appdomain-async-invoke.exe \
486                           appdomain-exit.exe \
487                           appdomain-unload-callback.exe \
488                           appdomain-unload.exe \
489                           domain-stress.exe \
490                           generic-unloading.2.exe \
491                           monitor.exe \
492                           remoting4.exe \
493                           threadpool-exceptions7.exe \
494                           xdomain-threads.exe
495
496 # pinvoke2 attaches a thread to the runtime, but
497 # doesn't 'unattach' it and it hangs in GC on exit
498 PLATFORM_DISABLED_TESTS+= pinvoke2.exe
499
500 # Tests that currently hang waiting for non-main threads
501 # to exit in NaCl, need to investigate.  Most are AppDomain
502 # creation and Delegate tests.
503 PLATFORM_DISABLED_TESTS+= appdomain1.exe \
504                           delegate9.exe \
505                           marshal-valuetypes.exe \
506                           cross-domain.exe \
507                           stackframes-async.2.exe \
508                           generic-marshalbyref.2.exe \
509                           generic-xdomain.2.exe \
510                           bug-415577.exe
511
512 # Tests that fail trying to write files (appdomain create mostly)
513 PLATFORM_DISABLED_TESTS+= bug-335131.2.exe \
514                           bug-349190.2.exe \
515                           bug-80307.exe \
516                           bug-462592.exe
517
518 # FIXME: don't know why delegate2.exe fails, it shouldn't
519 PLATFORM_DISABLED_TESTS+= delegate2.exe
520
521 # These tests newly fail with the latest revision. pinvoke3 fails because
522 # of a thread attach, the others have not been investigated.  TODO revisit.
523 PLATFORM_DISABLED_TESTS+= pinvoke3.exe \
524                           async_read.exe \
525                           async-with-cb-throws.exe \
526                           appdomain-unload-doesnot-raise-pending-events.exe \
527                           gsharing-valuetype-layout.exe
528
529 if X86
530 # FIXME: There are problems with async callbacks and results on NaCl 32-bit
531 PLATFORM_DISABLED_TESTS+= delegate1.exe \
532                           delegate3.exe \
533                           delegate5.exe \
534                           delegate8.exe \
535                           threadpool.exe \
536                           threadpool1.exe \
537                           threadpool-exceptions3.exe \
538                           bug-323114.exe \
539                           delegate-exit.exe \
540                           bug-80392.2.exe
541
542 # FIXME: These tests hang/fail for unknown reasons, deal with exiting
543 PLATFORM_DISABLED_TESTS+= main-returns-background-resetabort.exe \
544                           main-returns-background.exe \
545                           main-returns-background-change.exe
546 endif
547
548 endif
549
550 # The two finalizer tests only work under sgen
551 # gc-altstack.exe fails under boehm because it has no support for altstack
552 # bug-459094.exe creates an extremely deep directory tree
553 # delegate-invoke.exe depends on 929c6bc9b6d76a273f251e6f5dfacac36e9c38bd which was
554 # reverted.
555 DISABLED_TESTS=                 \
556         delegate-async-exception.exe    \
557         bug-348522.2.exe        \
558         bug-459094.exe \
559         delegate-invoke.exe \
560         $(PLATFORM_DISABLED_TESTS) \
561         $(EXTRA_DISABLED_TESTS)
562
563 DISABLED_TESTS_WRENCH=  \
564         $(DISABLED_TESTS)       \
565         $(PLATFORM_DISABLED_TESTS_WRENCH)       \
566         main-returns-background-resetabort.exe \
567         main-returns-background-abort-resetabort.exe    \
568         thread6.exe     \
569         assemblyresolve_event3.exe \
570         delegate2.exe   \
571         finally_guard.exe \
572         gc-altstack.exe \
573         generic-xdomain.2.exe
574
575 AOT_DISABLED_TESTS=constraints-load.exe
576
577 # These only compile with MS CSC
578 TEST_CSC_SRC=                   \
579         vararg.cs
580
581 TEST_IL_SRC=                    \
582         field-access.il         \
583         method-access.il        \
584         ldftn-access.il         \
585         cpblkTest.il            \
586         vbinterface.il          \
587         calliTest.il            \
588         ckfiniteTest.il         \
589         fault-handler.il                \
590         locallocTest.il         \
591         initblkTest.il          \
592         qt-instance.il          \
593         vararg.il               \
594         bug-29859.il            \
595         bug-78549.il            \
596         static-fields-nonconst.il       \
597         reload-at-bb-end.il     \
598         test-enum-indstoreil.il \
599         filter-bug.il           \
600         even-odd.il             \
601         bug-82022.il    \
602         vt-sync-method.il       \
603         enum_types.il   \
604         invalid-token.il        \
605         call_missing_method.il  \
606         call_missing_class.il   \
607         ldfld_missing_field.il  \
608         ldfld_missing_class.il  \
609         find-method.2.il        \
610         bug-79215.2.il  \
611         bug-79956.2.il  \
612         bug-327438.2.il \
613         bug-387274.2.il \
614         bug-426309.2.il \
615         ldtoken_with_byref_typespec.2.il \
616         resolve_method_bug.2.il \
617         resolve_field_bug.2.il \
618         resolve_type_bug.2.il   \
619         generics-sharing-other-exc.2.il \
620         generic-ldobj.2.il      \
621         generic-mkrefany.2.il   \
622         generic-refanyval.2.il  \
623         generic-ldtoken.2.il    \
624         generic-ldtoken-method.2.il     \
625         generic-ldtoken-field.2.il      \
626         generic-tailcall.2.il   \
627         generic-tailcall2.2.il  \
628         generic-array-exc.2.il  \
629         generic-valuetype-newobj2.2.il  \
630         generic-valuetype-newobj.2.il   \
631         generic-constrained.2.il        \
632         generic-type-load-exception.2.il        \
633         bug-81466.il    \
634         bug457574.il    \
635         bug445361.il    \
636         bug-463303.il   \
637         bug469742.2.il  \
638         bug-528055.il   \
639         constraints-load.il     \
640         array_load_exception.il \
641         bug-481403.il   \
642         interface-with-static-method.il \
643         bug-515884.il   \
644         bug-633291.il   \
645         delegate-with-null-target.il    \
646         bug-318677.il   \
647         gsharing-valuetype-layout.il    \
648         invalid_generic_instantiation.il
649
650
651 # pre-requisite test sources: files that are not test themselves
652 # but that need to be compiled
653 PREREQ_IL_SRC=event-il.il module-cctor.il
654 PREREQ_CS_SRC=
655 PREREQ_IL_DLL_SRC=event-il.il module-cctor.il
656 PREREQ_CS_DLL_SRC=
657
658 PREREQSI_IL=$(PREREQ_IL_SRC:.il=.exe)
659 PREREQSI_CS=$(PREREQ_CS_SRC:.cs=.exe)
660 TESTSI_CS=$(TEST_CS_SRC:.cs=.exe)
661 TESTSI_IL=$(TEST_IL_SRC:.il=.exe)
662 TESTBS=$(BENCHSRC:.cs=.exe)
663 STRESS_TESTS=$(STRESS_TESTS_SRC:.cs=.exe)
664
665 EXTRA_DIST=test-driver $(TEST_CS_SRC_DIST) $(TEST_IL_SRC) \
666         $(BENCHSRC) $(STRESS_TESTS_SRC) stress-runner.pl $(PREREQ_IL_SRC) $(PREREQ_CS_SRC)
667
668 %.exe: %.il
669         $(ILASM) -out:$@ $<
670
671 %.exe: %.cs TestDriver.dll
672         $(MCS) -r:TestDriver.dll -out:$@ $<
673
674 # mkbundle works on ppc, but the pkg-config POC doesn't when run with make test
675 if POWERPC
676 test_platform:
677 else
678 # Can't use mkbundle on win32 since there is no static build there
679 # Can't run test-unhandled-exception on Windows because of all the debug popups...
680 if HOST_WIN32
681 test_platform:
682 else
683 # mkbundle uses the installed mono-2.pc so it won't work if there is no system mono
684 #test_platform: testbundle test-iomap-regression
685 test_platform:  test-iomap-regression
686 endif
687 endif
688
689 if X86
690 if HOST_WIN32
691 else
692 test_platform: test-eglib-remap
693 endif
694 endif
695
696 # Target to precompile the test executables
697 tests: $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS) $(GSHARED_TESTS)
698
699 #
700 # Test that no symbols are missed in eglib-remap.h
701 #
702 OK_G_SYMBOLS='g_list\|g_slist\|g_concat_dir_and_file\|g_Ctoc'
703 if NACL_CODEGEN
704 test-eglib-remap:
705 else
706 test-eglib-remap:
707         @echo "Testing eglib remap..."
708         @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
709 endif
710
711 #
712 # Tests that the internals in mono/io-layer/messages.c are ok by triggering the 
713 # code that checks that the table is properly sorted
714 #
715 if NACL_CODEGEN
716 test-messages:
717 else
718 if HOST_WIN32
719 test-messages:
720 else
721 test-messages: w32message.exe
722         > test_messages.zero
723         $(with_mono_path) $(JITTEST_PROG_RUN) w32message.exe >& w32message.allout && cmp test_messages.zero w32message.allout
724 endif
725 endif
726
727 if AMD64
728 test-sgen : sgen-tests
729 else
730 if X86
731 if HOST_WIN32
732 test-sgen :
733 else
734 test-sgen : sgen-tests
735 endif
736 else
737 if ARM
738 test-sgen : sgen-tests
739 else
740 if S390X
741 test-sgen : sgen-regular-tests
742 endif
743 endif
744 endif
745 endif
746
747 # Precompile the test assemblies in parallel
748 compile-tests:
749         $(MAKE) -j4 $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
750
751 # Remove empty .stdout and .stderr files for wrench
752 rm-empty-logs:
753         @echo "Removing empty logs..."
754         @find . '(' -name "*.stdout" -o -name "*.stderr" ')' -empty -exec rm {} \;
755
756 assemblyresolve/test/asm.dll:
757         $(MAKE) -C assemblyresolve prereq
758
759 TestDriver.dll:
760         $(MCS) -target:library -out:$@ $(srcdir)/../mini/TestDriver.cs
761
762 test_cs: $(TEST_PROG) $(TESTSI_CS) libtest.la
763         @failed=0; \
764         passed=0; \
765         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
766         if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
767         for i in $(TESTSI_CS); do       \
768                 if $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i "$${disabled_tests}" "$${dump_action}" $(RUNTIME_ARGS); \
769                 then \
770                         passed=`expr $${passed} + 1`; \
771                 else \
772                         if [ $$? = 2 ]; then break; fi; \
773                         failed=`expr $${failed} + 1`; \
774                 fi \
775         done; \
776         echo; echo ".cs: $${passed} test(s) passed. $${failed} test(s) did not pass."; echo
777
778 test_il: $(TEST_PROG) $(TESTSI_IL) libtest.la
779         @failed=0; \
780         passed=0; \
781         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
782         if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
783         for i in $(TESTSI_IL); do       \
784                 if $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i "$${disabled_tests}" "$${dump_action}" $(RUNTIME_ARGS); \
785                 then \
786                         passed=`expr $${passed} + 1`; \
787                 else \
788                         if [ $$? = 2 ]; then break; fi; \
789                         failed=`expr $${failed} + 1`; \
790                 fi \
791         done; \
792         echo; echo ".il: $${passed} test(s) passed. $${failed} test(s) did not pass."; echo
793
794 testb: $(TEST_PROG) $(TESTBS)
795         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
796         if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
797         for i in $(TESTBS); do  \
798                 $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i "$${disabled_tests}" "$${dump_action}" $(RUNTIME_ARGS);  \
799         done
800
801 runtest: $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
802         @failed=0; \
803         passed=0; \
804         failed_tests="";\
805         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
806         if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
807         rm -f testlist testlist.sorted; \
808         for i in $(TESTSI_CS) $(TESTBS) $(TESTSI_IL); do echo $${i} >> testlist; sort testlist > testlist.sorted; done; \
809         for i in `cat testlist.sorted`; do \
810                 rm -f $${i}.so; \
811                 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; \
812                 if $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$i "$${disabled_tests}" "$${dump_action}" $(RUNTIME_ARGS); \
813                 then \
814                         passed=`expr $${passed} + 1`; \
815                 else \
816                         if [ $$? = 2 ]; then break; fi; \
817                         failed=`expr $${failed} + 1`; \
818                         failed_tests="$${failed_tests} $$i"; \
819                 fi \
820         done; \
821         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
822         rm -f testlist testlist.sorted; \
823         if [ $${failed} != 0 ]; then \
824           echo -e "\nFailed tests:\n"; \
825           for i in $${failed_tests}; do \
826             echo $${i}; \
827             if [ "x$$V" = "x1" ]; then \
828               cat $${i}.stdout; \
829               cat $${i}.stderr; \
830             fi; \
831           done; \
832           exit 1; \
833         fi
834
835 runtest-managed: test-runner.exe $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
836         @if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
837         $(RUNTIME) ./test-runner.exe -j a --disabled "$${disabled_tests}" $(TESTSI_CS) $(TESTBS) $(TESTSI_IL)
838
839 testjit:
840         @if test x$(M) != x; then $(MAKE) runtest-managed; else $(MAKE) runtest; fi
841
842 testaot:
843         @$(MAKE) AOT=1 runtest
844
845 testtrace:
846         @$(MAKE) RUNTIME_ARGS="$${RUNTIME_ARGS} --trace" runtest
847
848 testinterp:
849         @$(MAKE) JITTEST_PROG_RUN="$(TEST_PROG_RUN)" runtest
850
851 testjitspeed: $(JITTEST_PROG) $(TESTBS)
852         for i in $(TESTBS); do  \
853                 echo $$i;       \
854                 time $(JITTEST_PROG) $$i;       \
855         done
856
857 test-iomap-regression: exists.cs
858         @$(MCS) $(srcdir)/exists.cs -out:exists.exe
859         @echo "Testing exists.exe..."
860         @MONO_IOMAP=all $(RUNTIME) exists.exe
861
862 stresstest: $(STRESS_TESTS)
863         @failed=0; \
864         passed=0; \
865         failed_tests="";\
866         for i in $(STRESS_TESTS); do    \
867                 if $(srcdir)/stress-runner.pl $$i ../mini/mono $(RUNTIME_ARGS); \
868                 then \
869                         passed=`expr $${passed} + 1`; \
870                 else \
871                         if [ $$? = 2 ]; then break; fi; \
872                         failed=`expr $${failed} + 1`; \
873                         failed_tests="$${failed_tests} $$i"; \
874                 fi \
875         done; \
876         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
877         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
878           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
879
880 testbundle: console.exe
881         @echo "Testing mkbundle..."
882         @$(MKBUNDLE) --static console.exe > mkbundle.stdout
883         @$(with_mono_path) MONO_CFG_DIR=$(mono_cfg_dir) MONO_SHARED_DIR=$(mono_build_root)/runtime ./a.out >> mkbundle.stdout
884         @- rm -rf a.out
885
886 EXTRA_DIST += load-missing.il t-missing.cs load-exceptions.cs
887 test-type-load: TestDriver.dll
888         @$(ILASM) /dll /output:load-missing.dll $(srcdir)/load-missing.il > /dev/null
889         @$(MCS) -t:library -out:t.dll -d:FOUND $(srcdir)/t-missing.cs
890         @$(MCS) -r:TestDriver.dll -r:load-missing.dll -r:t.dll -out:load-exceptions.exe $(srcdir)/load-exceptions.cs
891         @$(MCS) -t:library -out:t.dll $(srcdir)/t-missing.cs
892         @echo "Testing load-exception.exe..."
893         @$(RUNTIME) load-exceptions.exe > load-exceptions.exe.stdout 2> load-exceptions.exe.stderr
894
895 EXTRA_DIST += custom-attr-errors.cs custom-attr-errors-lib.cs
896 test-cattr-type-load: TestDriver.dll custom-attr-errors.cs custom-attr-errors-lib.cs
897         $(MCS) -D:WITH_MEMBERS /t:library $(srcdir)/custom-attr-errors-lib.cs
898         $(MCS) -r:TestDriver.dll -r:custom-attr-errors-lib.dll  $(srcdir)/custom-attr-errors.cs
899         $(MCS) /t:library $(srcdir)/custom-attr-errors-lib.cs
900         @echo "Testing custom-attribute-load-exceptions.exe..."
901         @$(RUNTIME) custom-attr-errors.exe > custom-attr-errors.exe.stdout 2> custom-attr-errors.exe.stderr
902
903 EXTRA_DIST += reflection-load-with-context-lib.cs reflection-load-with-context-second-lib.cs reflection-load-with-context.cs
904 test-reflection-load-with-context: TestDriver.dll reflection-load-with-context-lib.cs reflection-load-with-context-second-lib.cs reflection-load-with-context.cs
905         rm -rf reflection-load-dir
906         mkdir reflection-load-dir
907         $(MCS) /t:library $(srcdir)/reflection-load-with-context-second-lib.cs -out:reflection-load-dir/reflection-load-with-context-second-lib.dll
908         $(MCS) /t:library -r:reflection-load-dir/reflection-load-with-context-second-lib.dll $(srcdir)/reflection-load-with-context-lib.cs -out:reflection-load-dir/reflection-load-with-context-lib.dll
909         $(MCS) reflection-load-with-context.cs
910         @echo "Testing reflection-load-with-context.cs.exe..."
911         @$(RUNTIME) reflection-load-with-context.exe > reflection-load-with-context.exe.stdout 2> reflection-load-with-context.exe.stderr
912
913
914 EXTRA_DIST += debug-casts.cs
915 # This depends on TLS, so its not ran by default
916 debug-casts:
917         @$(MCS) -r:TestDriver.dll $(srcdir)/debug-casts.cs
918         @$(RUNTIME) --debug=casts debug-casts.exe
919
920 EXTRA_DIST += sgen-bridge.cs sgen-descriptors.cs sgen-gshared-vtype.cs sgen-bridge-major-fragmentation.cs sgen-domain-unload.cs sgen-weakref-stress.cs sgen-cementing-stress.cs sgen-case-23400.cs      finalizer-wait.cs critical-finalizers.cs sgen-domain-unload-2.cs sgen-suspend.cs sgen-new-threads-dont-join-stw.cs sgen-bridge-xref.cs bug-17590.cs sgen-toggleref.cs
921
922
923 #those are actually configurations, eg plain_sgen-descriptors.exe
924 #DISABLE_SGEN_TESTS =
925
926 SGEN_TESTS =    \
927         finalizer-wait.exe      \
928         critical-finalizers.exe \
929         sgen-descriptors.exe    \
930         sgen-gshared-vtype.exe  \
931         sgen-domain-unload.exe  \
932         sgen-weakref-stress.exe \
933         sgen-cementing-stress.exe       \
934         sgen-case-23400.exe     \
935         sgen-new-threads-dont-join-stw.exe      \
936         gc-graystack-stress.exe \
937         bug-17590.exe
938
939 SGEN_CONFIGURATIONS =   \
940         "|plain"        \
941         "major=marksweep-conc|ms-conc"  \
942         "major=marksweep-conc,minor=split|ms-conc-split"        \
943         "minor=split|ms-split"  \
944         "minor=split,alloc-ratio=95|ms-split-95"        \
945         "|plain-clear-at-gc|clear-at-gc"        \
946         "major=marksweep-conc|ms-conc-clear-at-gc|clear-at-gc"  \
947         "minor=split|ms-split-clear-at-gc|clear-at-gc"
948
949
950 #FIXME We should move to use SGEN_CONFIGURATIONS once sgen supports trailling commas or its argument list.
951 SGEN_BRIDGE_CONFIGURATIONS =    \
952         "|plain"        \
953         ",major=marksweep-conc|ms-conc" \
954         ",minor=split|ms-split" \
955         ",bridge-implementation=new|plain-new-bridge"   \
956         ",bridge-implementation=new,major=marksweep-conc|ms-conc-new-bridge"    \
957         ",bridge-implementation=new,minor=split|ms-split-new-bridge"
958
959 sgen-regular-tests: $(SGEN_TESTS)
960         @failed=0; \
961         passed=0; \
962         failed_tests="";\
963         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
964         for test in $+; do      \
965                 echo "...$$test";       \
966                 for conf in $(SGEN_CONFIGURATIONS); do  \
967                         name=`echo $$conf | cut -d\| -f 2`;     \
968                         params=`echo $$conf | cut -d\| -f 1`;   \
969                         debug_opt=`echo $$conf | cut -d\| -f 3`;        \
970                         test_name="$${test}|$${name}";  \
971                         if MONO_GC_PARAMS="$$params" MONO_ENV_OPTIONS="--gc=sgen" MONO_GC_DEBUG="$$debug_opt" $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$test_name "$(DISABLED_TESTS_SGEN)" "$${dump_action}" $(RUNTIME_ARGS);     \
972                         then \
973                                 passed=`expr $${passed} + 1`; \
974                         else \
975                                 if [ $$? = 2 ]; then break; fi; \
976                                 failed=`expr $${failed} + 1`; \
977                                 failed_tests="$${failed_tests} $$test_name"; \
978                         fi \
979                 done    \
980         done;   \
981         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
982         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
983           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
984
985 sgen-bridge-tests1: sgen-bridge.exe sgen-bridge-major-fragmentation.exe
986         @failed=0; \
987         passed=0; \
988         failed_tests="";\
989         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
990         for test in $+; do      \
991                 echo "...$$test";       \
992                 for conf in $(SGEN_BRIDGE_CONFIGURATIONS); do   \
993                         name=`echo $$conf | cut -d\| -f 2`;     \
994                         params=`echo $$conf | cut -d\| -f 1`;   \
995                         test_name="$${test}|$${name}";  \
996                         if MONO_GC_DEBUG="bridge=Bridge$${params}" MONO_ENV_OPTIONS="--gc=sgen" $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$test_name "$(DISABLED_TESTS_SGEN)" "$${dump_action}" $(RUNTIME_ARGS);   \
997                         then \
998                                 passed=`expr $${passed} + 1`; \
999                         else \
1000                                 if [ $$? = 2 ]; then break; fi; \
1001                                 failed=`expr $${failed} + 1`; \
1002                                 failed_tests="$${failed_tests} $$test_name"; \
1003                         fi \
1004                 done    \
1005         done;   \
1006         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
1007         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
1008           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
1009
1010 sgen-bridge-tests2: sgen-bridge-xref.exe
1011         @failed=0; \
1012         passed=0; \
1013         failed_tests="";\
1014         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
1015         for test in $+; do      \
1016                 echo "...$$test";       \
1017                 for conf in $(SGEN_BRIDGE_CONFIGURATIONS); do   \
1018                         name=`echo $$conf | cut -d\| -f 2`;     \
1019                         params=`echo $$conf | cut -d\| -f 1`;   \
1020                         test_name="$${test}|$${name}";  \
1021                         if MONO_GC_DEBUG="bridge=2Bridge$${params}" MONO_ENV_OPTIONS="--gc=sgen" $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$test_name "$(DISABLED_TESTS_SGEN)" "$${dump_action}" $(RUNTIME_ARGS);  \
1022                         then \
1023                                 passed=`expr $${passed} + 1`; \
1024                         else \
1025                                 if [ $$? = 2 ]; then break; fi; \
1026                                 failed=`expr $${failed} + 1`; \
1027                                 failed_tests="$${failed_tests} $$test_name"; \
1028                         fi \
1029                 done    \
1030         done;   \
1031         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
1032         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
1033           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
1034
1035 sgen-toggleref-tests: sgen-toggleref.exe
1036         @failed=0; \
1037         passed=0; \
1038         failed_tests="";\
1039         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
1040         for test in $+; do      \
1041                 echo "...$$test";       \
1042                 for conf in $(SGEN_CONFIGURATIONS); do  \
1043                         name=`echo $$conf | cut -d\| -f 2`;     \
1044                         params=`echo $$conf | cut -d\| -f 1`;   \
1045                         test_name="$${test}|$${name}";  \
1046                         if MONO_GC_PARAMS="toggleref-test,$$params" MONO_ENV_OPTIONS="--gc=sgen" $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$test_name "$(DISABLED_TESTS_SGEN)" "$${dump_action}" $(RUNTIME_ARGS);  \
1047                         then \
1048                                 passed=`expr $${passed} + 1`; \
1049                         else \
1050                                 if [ $$? = 2 ]; then break; fi; \
1051                                 failed=`expr $${failed} + 1`; \
1052                                 failed_tests="$${failed_tests} $$test_name"; \
1053                         fi \
1054                 done    \
1055         done;   \
1056         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
1057         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
1058           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
1059
1060 sgen-bridge-tests: sgen-bridge-tests1 sgen-bridge-tests2
1061
1062 sgen-tests: sgen-regular-tests sgen-bridge-tests sgen-toggleref-tests
1063
1064 AOT_CONFIGURATIONS=     \
1065         "|regular"      \
1066         "--gc=boehm|boehm"
1067
1068 #LLVM crashes, got to fix it first.
1069 #       "--llvm|llvm"   \
1070 #       "--llvm --gc=boehm|llvm+boehm"
1071
1072
1073 test-aot:
1074         @failed=0; \
1075         passed=0; \
1076         failed_tests="";\
1077         profile=net_4_5;        \
1078         tmpfile=`mktemp -t mono_aot_output` || exit 1;  \
1079         rm -f test-aot-$${name}.stdout test-aot-$${name}.stderr; \
1080         for assembly in $(mcs_topdir)/class/lib/$$profile/*.dll ; do    \
1081                 asm_name=`basename $$assembly`; \
1082                 echo "... $$asm_name";  \
1083                 for conf in $(AOT_CONFIGURATIONS); do   \
1084                         name=`echo $$conf | cut -d\| -f 2`;     \
1085                         params=`echo $$conf | cut -d\| -f 1`;   \
1086                         test_name="$${asm_name}|$${name}";      \
1087                         echo "  $$test_name";   \
1088                         if MONO_PATH=$(mcs_topdir)/class/lib/$$profile $(JITTEST_PROG_RUN) $$params --aot=outfile=$$tmpfile $$assembly >> test-aot-$${name}.stdout 2>> test-aot-$${name}.stderr;        \
1089                         then \
1090                                 passed=`expr $${passed} + 1`; \
1091                         else \
1092                                 failed=`expr $${failed} + 1`; \
1093                                 failed_tests="$${failed_tests} $$test_name"; \
1094                         fi \
1095                 done;   \
1096         done;   \
1097         rm      $$tmpfile;      \
1098         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
1099         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
1100         for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
1101
1102
1103 # Generated tests for runtime invoke
1104 EXTRA_DIST += gen-runtime-invoke.cs
1105 runtime-invoke.gen.exe: TestDriver.dll gen-runtime-invoke.exe
1106         $(RUNTIME) gen-runtime-invoke.exe > runtime-invoke.gen.cs
1107         $(MCS) -out:runtime-invoke.gen.exe -r:TestDriver.dll runtime-invoke.gen.cs
1108
1109 EXTRA_DIST += make-imt-test.cs
1110 imt_big_iface_test.exe: TestDriver.dll make-imt-test.exe
1111         $(RUNTIME) make-imt-test.exe > imt_big_iface_test.cs
1112         $(MCS) -out:imt_big_iface_test.exe -r:TestDriver.dll imt_big_iface_test.cs
1113
1114 EXTRA_DIST += test-inline-call-stack-library.cs test-inline-call-stack.cs
1115 test-inline-call-stack-library.dll: TestDriver.dll $(srcdir)/test-inline-call-stack-library.cs
1116         $(MCS) -t:library -out:test-inline-call-stack-library.dll $(srcdir)/test-inline-call-stack-library.cs
1117 test-inline-call-stack.exe: TestDriver.dll test-inline-call-stack-library.dll $(srcdir)/test-inline-call-stack.cs
1118         $(MCS) -r:TestDriver.dll -r:test-inline-call-stack-library.dll -out:test-inline-call-stack.exe $(srcdir)/test-inline-call-stack.cs
1119
1120 EXTRA_DIST += unhandled-exception-base-configuration.config
1121 EXTRA_DIST += unhandled-exception-legacy-configuration.config
1122 EXTRA_DIST += appdomain-unload.exe.config
1123 EXTRA_DIST += unhandled-exception-test-case.2.cs
1124 EXTRA_DIST += unhandled-exception-test-runner.2.cs
1125 unhandled-exception-test-case.1.cs: unhandled-exception-test-case.2.cs
1126         cp unhandled-exception-test-case.2.cs unhandled-exception-test-case.1.cs
1127 unhandled-exception-test-case-legacy.1.cs: unhandled-exception-test-case.1.cs
1128         cp unhandled-exception-test-case.1.cs unhandled-exception-test-case-legacy.1.cs
1129 unhandled-exception-test-case-legacy.2.cs: unhandled-exception-test-case.2.cs
1130         cp unhandled-exception-test-case.2.cs unhandled-exception-test-case-legacy.2.cs
1131 unhandled-exception-config_files: unhandled-exception-base-configuration.config unhandled-exception-legacy-configuration.config
1132         cp unhandled-exception-base-configuration.config unhandled-exception-test-case.1.exe.config
1133         cp unhandled-exception-base-configuration.config unhandled-exception-test-case.2.exe.config
1134         cp unhandled-exception-legacy-configuration.config unhandled-exception-test-case-legacy.1.exe.config
1135         cp unhandled-exception-legacy-configuration.config unhandled-exception-test-case-legacy.2.exe.config
1136 unhandled-exception-test-case.1.exe: unhandled-exception-test-case.1.cs
1137         $(MCS) /debug unhandled-exception-test-case.1.cs
1138 unhandled-exception-test-case-legacy.1.exe: unhandled-exception-test-case-legacy.1.cs
1139         $(MCS) /debug unhandled-exception-test-case-legacy.1.cs
1140 unhandled-exception-test-case.2.exe: unhandled-exception-test-case.2.cs
1141         $(MCS) /debug unhandled-exception-test-case.2.cs
1142 unhandled-exception-test-case-legacy.2.exe: unhandled-exception-test-case-legacy.2.cs
1143         $(MCS) /debug unhandled-exception-test-case-legacy.2.cs
1144 unhandled-exception-test-runner.2.exe: unhandled-exception-test-runner.2.cs
1145         $(MCS) /debug unhandled-exception-test-runner.2.cs
1146
1147 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
1148         $(RUNTIME) unhandled-exception-test-runner.2.exe RUNTIME:../mini/mono,GTC:F
1149
1150 # We use 'test-support-files' to handle an ordering issue between the 'mono/' and 'runtime/' directories
1151 bug-80307.exe: $(srcdir)/bug-80307.cs
1152         $(MCS) -r:System.Web -out:$@ $(srcdir)/bug-80307.cs
1153         cd $(top_builddir)/runtime && $(MAKE) test-support-files
1154
1155 EXTRA_DIST += bug-81673-interface.cs
1156 bug-81673.exe bug-81673-interface.dll: $(srcdir)/bug-81673.cs $(srcdir)/bug-81673-interface.cs
1157         $(MCS) -target:library -out:bug-81673-interface.dll $(srcdir)/bug-81673-interface.cs
1158         $(MCS) -out:bug-81673.exe -r:bug-81673-interface.dll $(srcdir)/bug-81673.cs
1159         $(MCS) -define:WITH_STOP -target:library -out:bug-81673-interface.dll $(srcdir)/bug-81673-interface.cs
1160
1161 EXTRA_DIST += bug-81691-a.cs bug-81691-b.cs
1162 bug-81691.exe bug-81691-b.dll: $(srcdir)/bug-81691.cs $(srcdir)/bug-81691-a.cs $(srcdir)/bug-81691-b.cs
1163         $(MCS) -target:library -out:bug-81691-a.dll $(srcdir)/bug-81691-a.cs
1164         $(MCS) -target:library -out:bug-81691-b.dll -r:bug-81691-a.dll $(srcdir)/bug-81691-b.cs
1165         $(MCS) -r:bug-81691-b.dll -out:bug-81691.exe $(srcdir)/bug-81691.cs
1166         rm -f bug-81691-a.dll
1167 bug-81691.exe: bug-81691-b.dll
1168
1169 EXTRA_DIST += bug-81466-lib.il
1170 bug-81466-lib.dll: bug-81466-lib.il
1171         $(ILASM) /dll /output:bug-81466-lib.dll $(srcdir)/bug-81466-lib.il
1172 bug-81466.exe: bug-81466.il bug-81466-lib.dll
1173         $(ILASM) /exe /output:bug-81466.exe $(srcdir)/bug-81466.il
1174
1175 EXTRA_DIST += bug-324535-il.il
1176 bug-324535-il.dll : bug-324535-il.il
1177         $(ILASM) /dll /output:bug-324535-il.dll $(srcdir)/bug-324535-il.il
1178 bug-324535.exe : bug-324535.cs bug-324535-il.dll
1179         $(MCS) -r:bug-324535-il.dll -out:bug-324535.exe $(srcdir)/bug-324535.cs
1180
1181 EXTRA_DIST += custom-modifiers.2.cs custom-modifiers-lib.il
1182 custom-modifiers-lib.dll: custom-modifiers-lib.il
1183         $(ILASM) /dll /output:custom-modifiers-lib.dll $(srcdir)/custom-modifiers-lib.il
1184 custom-modifiers.2.exe: custom-modifiers.2.cs custom-modifiers-lib.dll
1185         $(MCS) -r:custom-modifiers-lib.dll -out:custom-modifiers.2.exe $(srcdir)/custom-modifiers.2.cs
1186
1187 EXTRA_DIST += bug-382986-lib.cs
1188 bug-382986-lib.dll: bug-382986-lib.cs
1189         $(MCS) -target:library -out:$@ $(srcdir)/bug-382986-lib.cs
1190 bug-382986.exe: bug-382986.cs bug-382986-lib.dll
1191         $(MCS) -out:$@ -r:bug-382986-lib.dll $(srcdir)/bug-382986.cs
1192
1193 EXTRA_DIST += coreclr-security.cs
1194
1195 coreclr-security.exe : coreclr-security.cs
1196         $(SMCS) -out:coreclr-security.exe $(srcdir)/coreclr-security.cs
1197
1198 test-coreclr-security : coreclr-security.exe
1199         @echo "Testing coreclr-security.exe..."
1200         @$(RUNTIME_MOONLIGHT) --security=core-clr-test coreclr-security.exe
1201
1202 EXTRA_DIST += generic-unboxing.2.il
1203 generic-unboxing.2.dll : generic-unboxing.2.il
1204         $(ILASM) /dll /output:generic-unboxing.2.dll $(srcdir)/generic-unboxing.2.il
1205
1206 EXTRA_DIST += generic-boxing.2.il
1207 generic-boxing.2.dll : generic-boxing.2.il generic-unboxing.2.dll
1208         $(ILASM) /dll /output:generic-boxing.2.dll $(srcdir)/generic-boxing.2.il
1209
1210 EXTRA_DIST += generic-unbox.2.cs
1211 generic-unbox.2.exe : generic-unbox.2.cs generic-unboxing.2.dll
1212         $(MCS) -r:generic-unboxing.2.dll -out:$@ $(srcdir)/generic-unbox.2.cs
1213
1214 EXTRA_DIST += generic-box.2.cs
1215 generic-box.2.exe : generic-box.2.cs generic-unboxing.2.dll generic-boxing.2.dll
1216         $(MCS) -r:generic-unboxing.2.dll,generic-boxing.2.dll -out:$@ $(srcdir)/generic-box.2.cs
1217
1218 EXTRA_DIST += generic-delegate2.2.cs generic-delegate2-lib.2.il
1219 generic-delegate2-lib.2.dll : generic-delegate2-lib.2.il
1220         $(ILASM) /dll /output:$@ $(srcdir)/generic-delegate2-lib.2.il
1221 generic-delegate2.2.exe : generic-delegate2.2.cs generic-delegate2-lib.2.dll
1222         $(MCS) -r:generic-delegate2-lib.2.dll -out:$@ $(srcdir)/generic-delegate2.2.cs
1223
1224 bug-3903.exe: bug-3903.cs
1225         $(MCS) -sdk:2 $(srcdir)/bug-3903.cs -out:$@
1226
1227 gshared: test-generic-sharing
1228
1229 gshared-aot:
1230         @$(MAKE) AOT=1 gshared
1231
1232 GSHARED_TESTS = \
1233                 generics-sharing.2.exe shared-generic-methods.2.exe     \
1234                 shared-generic-synchronized.2.exe generic-initobj.2.exe         \
1235                 generics-sharing-other-exc.2.exe generic-box.2.exe              \
1236                 generic-unbox.2.exe generic-delegate.2.exe generic-sizeof.2.exe \
1237                 generic-ldobj.2.exe generic-mkrefany.2.exe                      \
1238                 generic-refanyval.2.exe generic-ldtoken.2.exe                   \
1239                 generic-ldtoken-method.2.exe  generic-ldtoken-field.2.exe       \
1240                 generic-virtual.2.exe generic-tailcall.2.exe                    \
1241                 generic-interface-methods.2.exe generic-array-type.2.exe        \
1242                 generic-method-patching.2.exe generic-static-methods.2.exe      \
1243                 generic-null-call.2.exe generic-tailcall2.2.exe                 \
1244                 generic-array-exc.2.exe generic-special.2.exe                   \
1245                 generic-exceptions.2.exe generic-delegate2.2.exe                \
1246                 generic-virtual2.2.exe generic-valuetype-interface.2.exe        \
1247                 generic-valuetype-newobj.2.exe generic-valuetype-newobj2.2.exe  \
1248                 generic-getgenericarguments.2.exe generic-type-builder.2.exe    \
1249                 generic-synchronized.2.exe generic-delegate-ctor.2.exe          \
1250                 generic-constrained.2.exe bug-431413.2.exe                      \
1251                 generic-virtual-invoke.2.exe generic-typedef.2.exe              \
1252                 generic-marshalbyref.2.exe bug-459285.2.exe bug-461198.2.exe    \
1253                 generic-sealed-virtual.2.exe generic-system-arrays.2.exe        \
1254                 generic-stack-traces.2.exe generic-stack-traces2.2.exe          \
1255                 bug-472600.2.exe bug-473482.2.exe bug-473999.2.exe              \
1256                 bug-479763.2.exe                                \
1257                 generic-type-load-exception.2.exe bug-616463.exe        \
1258                 bug-1147.exe
1259
1260 test-generic-sharing-normal: $(GSHARED_TESTS)
1261         @for fn in $+ ; do      \
1262                 echo "Testing $$fn ...";        \
1263                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared                $$fn > $$fn.stdout || exit 1;     \
1264                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared,shared         $$fn > $$fn.stdout || exit 1;     \
1265                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared,-inline        $$fn > $$fn.stdout || exit 1;     \
1266                 MONO_GENERIC_SHARING=all $(RUNTIME) -O=gshared,-inline,shared $$fn > $fn.stdout || exit 1;      \
1267                 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; \
1268         done
1269
1270 test-generic-sharing-managed: test-runner.exe $(GSHARED_TESTS)
1271         @$(RUNTIME) ./test-runner.exe -j a --opt-sets "gshared gshared,shared gshared,-inline gshared,-inline,shared" $(GSHARED_TESTS)
1272
1273 if NACL_CODEGEN
1274 test-generic-sharing:
1275 else
1276 test-generic-sharing:
1277         @if test x$(M) != x; then $(MAKE) test-generic-sharing-managed; else $(MAKE) test-generic-sharing-normal; fi
1278 endif
1279
1280 EXTRA_DIST += async-exceptions.cs
1281 async-exceptions.exe : async-exceptions.cs
1282         $(MCS) -out:async-exceptions.exe $(srcdir)/async-exceptions.cs
1283 test-async-exceptions : async-exceptions.exe
1284         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
1285         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
1286
1287 EXTRA_DIST += modules.cs modules-m1.cs
1288 modules-m1.netmodule: modules-m1.cs
1289         $(MCS) -out:$@ /target:module $(srcdir)/modules-m1.cs
1290 modules.exe: modules.cs modules-m1.netmodule TestDriver.dll
1291         $(MCS) -out:$@ /addmodule:modules-m1.netmodule -r:TestDriver.dll $(srcdir)/modules.cs
1292
1293 # Useful if mono is compiled with --enable-shared=no
1294 patch-libtool:
1295         cp "../../libtool" .
1296         sed -e 's,build_libtool_libs=no,build_libtool_libs=yes,g' libtool > 2; mv 2 libtool
1297         sed -e 's,LIBTOOL =,LIBTOOL2 =,g' Makefile > 2 && echo "LIBTOOL = bash ./libtool" > 1 && cat 1 2 > Makefile
1298         touch libtest.c
1299
1300
1301 if NACL_CODEGEN
1302 test-process-exit:
1303 else
1304 EXTRA_DIST += bug-438454.cs bug-438454.exe.stdout.expected threadpool-in-processexit.cs threadpool-in-processexit.exe.stdout.expected
1305 test-process-exit:
1306         @$(MCS) $(srcdir)/bug-438454.cs -out:bug-438454.exe
1307         @echo "Testing bug-438454.exe..."
1308         @$(RUNTIME) bug-438454.exe > bug-438454.exe.stdout
1309         @diff -w bug-438454.exe.stdout $(srcdir)/bug-438454.exe.stdout.expected
1310         @$(MCS) $(srcdir)/threadpool-in-processexit.cs -out:threadpool-in-processexit.exe
1311         @echo "Testing threadpool-in-processexit.exe..."
1312         @$(RUNTIME) threadpool-in-processexit.exe > threadpool-in-processexit.exe.stdout
1313         @diff -w threadpool-in-processexit.exe.stdout $(srcdir)/threadpool-in-processexit.exe.stdout.expected
1314 endif
1315
1316 OOM_TESTS =     \
1317         gc-oom-handling.exe     \
1318         gc-oom-handling2.exe
1319
1320
1321 test-oom: $(OOM_TESTS)
1322         @for fn in $+ ; do      \
1323                 echo "Testing $$fn ...";        \
1324                 MONO_GC_PARAMS=max-heap-size=16m MONO_ENV_OPTIONS="--gc=sgen"                     $(RUNTIME) $$fn > $$fn.stdout || exit 1;      \
1325                 MONO_GC_PARAMS=max-heap-size=16m                                                  $(RUNTIME) $$fn > $$fn.stdout || exit 1;      \
1326         done
1327
1328
1329 noinst_LTLIBRARIES = libtest.la
1330
1331 AM_CPPFLAGS = $(GLIB_CFLAGS) $(GMODULE_CFLAGS)
1332
1333 if HOST_WIN32
1334 # gcc-3.4.4 emits incorrect code when making indirect calls to stdcall functions using a tail call
1335 # This shows up when compiling mono_test_marshal_delegate ()
1336 libtest_la_CFLAGS=-fno-optimize-sibling-calls
1337 # the exported names created by gcc for stdcall functions are missing the leading _, so MS.NET
1338 # can't find them. So we use --kill-at to remove the @ suffix as well.
1339 libtest_la_LDFLAGS=-no-undefined -rpath `pwd` -Wl,--kill-at
1340 else
1341 libtest_la_LDFLAGS = -rpath `pwd`
1342 endif
1343 libtest_la_SOURCES = libtest.c
1344 libtest_la_LIBADD = $(GLIB_LIBS) $(LIBICONV)
1345
1346 CLEANFILES = $(TESTSI_CS) $(TESTSI_IL) $(STRESS_TESTS) *.dll *.stdout *.aotlog *.exe stest.dat