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