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