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