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