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