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