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