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