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