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