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