[runtime] Fix potential overflow when using mono_msec_ticks
[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
440 TEST_CS_SRC_DIST=       \
441         $(BASE_TEST_CS_SRC)     \
442         async-exc-compilation.cs \
443         filter-stack.cs \
444         finally_guard.cs \
445         finally_block_ending_in_dead_bb.cs
446
447 TEST_CS_SRC_GEN = \
448         runtime-invoke.gen.cs \
449         imt_big_iface_test.cs
450
451 if AMD64
452 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
453 # #651684
454 PLATFORM_DISABLED_TESTS = finally_guard.exe
455 else
456 if X86
457 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
458 else
459 TEST_CS_SRC = $(BASE_TEST_CS_SRC) $(TEST_CS_SRC_GEN)
460 endif
461 endif
462
463 if IA64
464 TEST_CS_SRC+=async-exc-compilation.cs filter-stack.cs
465 # bug #319249
466 PLATFORM_DISABLED_TESTS=exception17.exe
467 PLATFORM_DISABLED_TESTS+=winx64structs.exe
468 endif
469
470 if X86
471
472 if HOST_WIN32
473 PLATFORM_DISABLED_TESTS=async-exc-compilation.exe finally_guard.exe finally_block_ending_in_dead_bb.exe \
474         bug-18026.exe monitor.exe threadpool-exceptions5.exe
475 endif
476
477 endif
478
479 if POWERPC
480 # bug #71274
481 PLATFORM_DISABLED_TESTS=finalizer-abort.exe finalizer-exception.exe finalizer-exit.exe
482 endif
483
484 if POWERPC64
485 # FIXME: These tests hang/fail for unknown reasons
486 PLATFORM_DISABLED_TESTS=monitor.exe threadpool-exceptions5.exe
487 endif
488
489 if ARM
490 PLATFORM_DISABLED_TESTS=filter-stack.exe
491 endif
492
493 if MIPS
494 # monitor.exe is racy
495 PLATFORM_DISABLED_TESTS=filter-stack.exe monitor.exe
496 endif
497
498 if S390X
499 PLATFORM_DISABLED_TESTS=dynamic-method-resurrection.exe
500 #PLATFORM_DISABLED_TESTS=dynamic-method-resurrection.exe exception17.exe
501 endif
502
503 if NACL_CODEGEN
504 # Tests that use Thread.Abort()
505 PLATFORM_DISABLED_TESTS= abort-stress-1.exe \
506                          abort-stress-2.exe \
507                          abort-stress-3.exe \
508                          appdomain-thread-abort.exe \
509                          async-exc-compilation.exe \
510                          bug-561239.exe \
511                          bug-70561.exe \
512                          finalizer-abort.exe \
513                          finally_guard.exe \
514                          finally_block_ending_in_dead_bb.exe \
515                          main-returns-abort-resetabort.exe \
516                          main-returns-background-abort-resetabort.exe \
517                          thread6.exe \
518                          threadpool-exceptions5.exe \
519                          threadpool-exceptions6.exe
520
521 # Tests that rely on AppDomain.Unload
522 PLATFORM_DISABLED_TESTS+= appdomain-async-invoke.exe \
523                           appdomain-exit.exe \
524                           appdomain-unload-callback.exe \
525                           appdomain-unload.exe \
526                           domain-stress.exe \
527                           generic-unloading.2.exe \
528                           monitor.exe \
529                           remoting4.exe \
530                           threadpool-exceptions7.exe \
531                           xdomain-threads.exe
532
533 # pinvoke2 attaches a thread to the runtime, but
534 # doesn't 'unattach' it and it hangs in GC on exit
535 PLATFORM_DISABLED_TESTS+= pinvoke2.exe
536
537 # Tests that currently hang waiting for non-main threads
538 # to exit in NaCl, need to investigate.  Most are AppDomain
539 # creation and Delegate tests.
540 PLATFORM_DISABLED_TESTS+= appdomain1.exe \
541                           delegate9.exe \
542                           marshal-valuetypes.exe \
543                           cross-domain.exe \
544                           stackframes-async.2.exe \
545                           generic-marshalbyref.2.exe \
546                           generic-xdomain.2.exe \
547                           bug-415577.exe
548
549 # Tests that fail trying to write files (appdomain create mostly)
550 PLATFORM_DISABLED_TESTS+= bug-335131.2.exe \
551                           bug-349190.2.exe \
552                           bug-80307.exe \
553                           bug-462592.exe
554
555 # FIXME: don't know why delegate2.exe fails, it shouldn't
556 PLATFORM_DISABLED_TESTS+= delegate2.exe
557
558 # These tests newly fail with the latest revision. pinvoke3 fails because
559 # of a thread attach, the others have not been investigated.  TODO revisit.
560 PLATFORM_DISABLED_TESTS+= pinvoke3.exe \
561                           async_read.exe \
562                           async-with-cb-throws.exe \
563                           appdomain-unload-doesnot-raise-pending-events.exe \
564                           gsharing-valuetype-layout.exe
565
566 if X86
567 # FIXME: There are problems with async callbacks and results on NaCl 32-bit
568 PLATFORM_DISABLED_TESTS+= delegate1.exe \
569                           delegate3.exe \
570                           delegate5.exe \
571                           delegate8.exe \
572                           threadpool.exe \
573                           threadpool1.exe \
574                           threadpool-exceptions3.exe \
575                           bug-323114.exe \
576                           delegate-exit.exe \
577                           bug-80392.2.exe
578
579 # FIXME: These tests hang/fail for unknown reasons, deal with exiting
580 PLATFORM_DISABLED_TESTS+= main-returns-background-resetabort.exe \
581                           main-returns-background.exe \
582                           main-returns-background-change.exe
583 endif
584
585 endif
586
587 # The two finalizer tests only work under sgen
588 # gc-altstack.exe fails under boehm because it has no support for altstack
589 # bug-459094.exe creates an extremely deep directory tree
590 # delegate-invoke.exe depends on 929c6bc9b6d76a273f251e6f5dfacac36e9c38bd which was
591 # reverted.
592 # bug-Xamarin-5278.exe got broken by 5d26590e79da139a284459299aee95c25f4cd835
593 DISABLED_TESTS=                 \
594         delegate-async-exception.exe    \
595         bug-348522.2.exe        \
596         bug-459094.exe \
597         delegate-invoke.exe \
598         bug-Xamarin-5278.exe \
599         $(PLATFORM_DISABLED_TESTS) \
600         $(EXTRA_DISABLED_TESTS)
601
602 DISABLED_TESTS_WRENCH=  \
603         $(DISABLED_TESTS)       \
604         $(PLATFORM_DISABLED_TESTS_WRENCH)       \
605         main-returns-background-resetabort.exe \
606         main-returns-background-abort-resetabort.exe    \
607         thread6.exe     \
608         assemblyresolve_event3.exe \
609         delegate2.exe   \
610         finally_guard.exe \
611         gc-altstack.exe \
612         generic-xdomain.2.exe
613
614 AOT_DISABLED_TESTS=constraints-load.exe
615
616 # These only compile with MS CSC
617 TEST_CSC_SRC=                   \
618         vararg.cs
619
620 TEST_IL_SRC=                    \
621         field-access.il         \
622         method-access.il        \
623         ldftn-access.il         \
624         cpblkTest.il            \
625         vbinterface.il          \
626         calliTest.il            \
627         calliGenericTest.il             \
628         ckfiniteTest.il         \
629         fault-handler.il                \
630         locallocTest.il         \
631         initblkTest.il          \
632         qt-instance.il          \
633         vararg.il               \
634         bug-29859.il            \
635         bug-78549.il            \
636         static-fields-nonconst.il       \
637         reload-at-bb-end.il     \
638         test-enum-indstoreil.il \
639         filter-bug.il           \
640         even-odd.il             \
641         bug-82022.il    \
642         vt-sync-method.il       \
643         enum_types.il   \
644         invalid-token.il        \
645         call_missing_method.il  \
646         call_missing_class.il   \
647         ldfld_missing_field.il  \
648         ldfld_missing_class.il  \
649         find-method.2.il        \
650         bug-79215.2.il  \
651         bug-79956.2.il  \
652         bug-327438.2.il \
653         bug-387274.2.il \
654         bug-426309.2.il \
655         ldtoken_with_byref_typespec.2.il \
656         resolve_method_bug.2.il \
657         resolve_field_bug.2.il \
658         resolve_type_bug.2.il   \
659         generics-sharing-other-exc.2.il \
660         generic-ldobj.2.il      \
661         generic-mkrefany.2.il   \
662         generic-refanyval.2.il  \
663         generic-ldtoken.2.il    \
664         generic-ldtoken-method.2.il     \
665         generic-ldtoken-field.2.il      \
666         generic-tailcall.2.il   \
667         generic-tailcall2.2.il  \
668         generic-array-exc.2.il  \
669         generic-valuetype-newobj2.2.il  \
670         generic-valuetype-newobj.2.il   \
671         generic-constrained.2.il        \
672         generic-type-load-exception.2.il        \
673         bug-81466.il    \
674         bug457574.il    \
675         bug445361.il    \
676         bug-463303.il   \
677         bug469742.2.il  \
678         bug-528055.il   \
679         constraints-load.il     \
680         array_load_exception.il \
681         bug-481403.il   \
682         interface-with-static-method.il \
683         bug-515884.il   \
684         bug-633291.il   \
685         delegate-with-null-target.il    \
686         bug-318677.il   \
687         gsharing-valuetype-layout.il    \
688         invalid_generic_instantiation.il
689
690
691 # pre-requisite test sources: files that are not test themselves
692 # but that need to be compiled
693 PREREQ_IL_SRC=event-il.il module-cctor.il
694 PREREQ_CS_SRC=
695 PREREQ_IL_DLL_SRC=event-il.il module-cctor.il
696 PREREQ_CS_DLL_SRC=
697
698 PREREQSI_IL=$(PREREQ_IL_SRC:.il=.exe)
699 PREREQSI_CS=$(PREREQ_CS_SRC:.cs=.exe)
700 TESTSI_CS=$(TEST_CS_SRC:.cs=.exe)
701 TESTSI_IL=$(TEST_IL_SRC:.il=.exe)
702 TESTBS=$(BENCHSRC:.cs=.exe)
703 STRESS_TESTS=$(STRESS_TESTS_SRC:.cs=.exe)
704
705 EXTRA_DIST=test-driver test-runner.cs $(TEST_CS_SRC_DIST) $(TEST_IL_SRC) \
706         $(BENCHSRC) $(STRESS_TESTS_SRC) stress-runner.pl $(PREREQ_IL_SRC) $(PREREQ_CS_SRC)
707
708 %.exe: %.il
709         $(ILASM) -out:$@ $<
710
711 %.exe: %.cs TestDriver.dll
712         $(MCS) -r:System.dll -r:System.Xml.dll -r:System.Core.dll -r:TestDriver.dll -out:$@ $<
713
714 # mkbundle works on ppc, but the pkg-config POC doesn't when run with make test
715 if POWERPC
716 test_platform:
717 else
718 # Can't use mkbundle on win32 since there is no static build there
719 # Can't run test-unhandled-exception on Windows because of all the debug popups...
720 if HOST_WIN32
721 test_platform:
722 else
723 # mkbundle uses the installed mono-2.pc so it won't work if there is no system mono
724 #test_platform: testbundle test-iomap-regression
725 test_platform:  test-iomap-regression
726 endif
727 endif
728
729 if X86
730 if HOST_WIN32
731 else
732 test_platform: test-eglib-remap
733 endif
734 endif
735
736 # Target to precompile the test executables
737 tests: $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS) $(GSHARED_TESTS)
738
739 #
740 # Test that no symbols are missed in eglib-remap.h
741 #
742 OK_G_SYMBOLS='g_list\|g_slist\|g_concat_dir_and_file\|g_Ctoc\'
743 if NACL_CODEGEN
744 test-eglib-remap:
745 else
746 test-eglib-remap:
747         @echo "Testing eglib remap..."
748         @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
749 endif
750
751 #
752 # Tests that the internals in mono/io-layer/messages.c are ok by triggering the 
753 # code that checks that the table is properly sorted
754 #
755 if NACL_CODEGEN
756 test-messages:
757 else
758 if HOST_WIN32
759 test-messages:
760 else
761 test-messages: w32message.exe
762         > test_messages.zero
763         $(with_mono_path) $(JITTEST_PROG_RUN) w32message.exe > w32message.allout 2>&1 && cmp test_messages.zero w32message.allout
764 endif
765 endif
766
767 test-env-options:
768         MONO_ENV_OPTIONS="--version" $(RUNTIME) array-init.exe | grep -q Architecture:
769
770 if AMD64
771 test-sgen : sgen-tests
772 else
773 if X86
774 if HOST_WIN32
775 test-sgen :
776 else
777 test-sgen : sgen-tests
778 endif
779 else
780 if ARM
781 test-sgen : sgen-tests
782 else
783 if S390X
784 test-sgen : sgen-regular-tests
785 endif
786 endif
787 endif
788 endif
789
790 # Precompile the test assemblies in parallel
791 compile-tests:
792         $(MAKE) -j4 $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
793
794 # Remove empty .stdout and .stderr files for wrench
795 rm-empty-logs:
796         @echo "Removing empty logs..."
797         @find . '(' -name "*.stdout" -o -name "*.stderr" ')' -empty -exec rm {} \;
798
799 assemblyresolve/test/asm.dll:
800         $(MAKE) -C assemblyresolve prereq
801
802 TestDriver.dll:
803         $(MCS) -target:library -out:$@ $(srcdir)/../mini/TestDriver.cs
804
805 test_cs: $(TEST_PROG) $(TESTSI_CS) libtest.la
806         @failed=0; \
807         passed=0; \
808         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
809         if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
810         for i in $(TESTSI_CS); do       \
811                 if $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i "$${disabled_tests}" "$${dump_action}" $(RUNTIME_ARGS); \
812                 then \
813                         passed=`expr $${passed} + 1`; \
814                 else \
815                         if [ $$? = 2 ]; then break; fi; \
816                         failed=`expr $${failed} + 1`; \
817                 fi \
818         done; \
819         echo; echo ".cs: $${passed} test(s) passed. $${failed} test(s) did not pass."; echo
820
821 test_il: $(TEST_PROG) $(TESTSI_IL) libtest.la
822         @failed=0; \
823         passed=0; \
824         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
825         if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
826         for i in $(TESTSI_IL); do       \
827                 if $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i "$${disabled_tests}" "$${dump_action}" $(RUNTIME_ARGS); \
828                 then \
829                         passed=`expr $${passed} + 1`; \
830                 else \
831                         if [ $$? = 2 ]; then break; fi; \
832                         failed=`expr $${failed} + 1`; \
833                 fi \
834         done; \
835         echo; echo ".il: $${passed} test(s) passed. $${failed} test(s) did not pass."; echo
836
837 testb: $(TEST_PROG) $(TESTBS)
838         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
839         if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
840         for i in $(TESTBS); do  \
841                 $(srcdir)/test-driver '$(with_mono_path) $(TEST_PROG_RUN)' $$i "$${disabled_tests}" "$${dump_action}" $(RUNTIME_ARGS);  \
842         done
843
844 runtest: $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
845         @failed=0; \
846         passed=0; \
847         failed_tests="";\
848         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
849         if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
850         rm -f testlist testlist.sorted; \
851         for i in $(TESTSI_CS) $(TESTBS) $(TESTSI_IL); do echo $${i} >> testlist; sort testlist > testlist.sorted; done; \
852         for i in `cat testlist.sorted`; do \
853                 rm -f $${i}.so; \
854                 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; \
855                 if $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$i "$${disabled_tests}" "$${dump_action}" $(RUNTIME_ARGS); \
856                 then \
857                         passed=`expr $${passed} + 1`; \
858                 else \
859                         if [ $$? = 2 ]; then break; fi; \
860                         failed=`expr $${failed} + 1`; \
861                         failed_tests="$${failed_tests} $$i"; \
862                 fi \
863         done; \
864         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
865         rm -f testlist testlist.sorted; \
866         if [ $${failed} != 0 ]; then \
867           echo -e "\nFailed tests:\n"; \
868           for i in $${failed_tests}; do \
869             echo $${i}; \
870             if [ "x$$V" = "x1" ]; then \
871               cat $${i}.stdout; \
872               cat $${i}.stderr; \
873             fi; \
874           done; \
875           exit 1; \
876         fi
877
878 runtest-managed: test-runner.exe $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
879         @if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
880         $(RUNTIME) --debug ./test-runner.exe -j a --testsuite-name "runtime" --disabled "$${disabled_tests}" $(TESTSI_CS) $(TESTBS) $(TESTSI_IL)
881
882 runtest-managed-serial: test-runner.exe $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS)
883         @if [ "x$$CI" = "x1" ]; then disabled_tests="$(DISABLED_TESTS_WRENCH)"; else disabled_tests="$(DISABLED_TESTS)"; fi; \
884         $(RUNTIME) --debug ./test-runner.exe -j 1 --testsuite-name "runtime" --disabled "$${disabled_tests}" $(TESTSI_CS) $(TESTBS) $(TESTSI_IL)
885
886 testjit:
887         @if test x$(M) != x0; then $(MAKE) runtest-managed; else $(MAKE) runtest; fi
888
889 testaot:
890         @$(MAKE) AOT=1 runtest
891
892 testtrace:
893         @$(MAKE) RUNTIME_ARGS="$${RUNTIME_ARGS} --trace" runtest
894
895 testinterp:
896         @$(MAKE) JITTEST_PROG_RUN="$(TEST_PROG_RUN)" runtest
897
898 testjitspeed: $(JITTEST_PROG) $(TESTBS)
899         for i in $(TESTBS); do  \
900                 echo $$i;       \
901                 time $(JITTEST_PROG) $$i;       \
902         done
903
904 test-iomap-regression: exists.cs
905         @$(MCS) $(srcdir)/exists.cs -out:exists.exe
906         @echo "Testing exists.exe..."
907         @MONO_IOMAP=all $(RUNTIME) exists.exe
908
909 stresstest: $(STRESS_TESTS)
910         @failed=0; \
911         passed=0; \
912         failed_tests="";\
913         for i in $(STRESS_TESTS); do    \
914                 if $(srcdir)/stress-runner.pl $$i ../mini/mono $(RUNTIME_ARGS); \
915                 then \
916                         passed=`expr $${passed} + 1`; \
917                 else \
918                         if [ $$? = 2 ]; then break; fi; \
919                         failed=`expr $${failed} + 1`; \
920                         failed_tests="$${failed_tests} $$i"; \
921                 fi \
922         done; \
923         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
924         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
925           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
926
927 testbundle: console.exe
928         @echo "Testing mkbundle..."
929         @$(MKBUNDLE) --static console.exe > mkbundle.stdout
930         @$(with_mono_path) MONO_CFG_DIR=$(mono_cfg_dir) ./a.out >> mkbundle.stdout
931         @- rm -rf a.out
932
933 EXTRA_DIST += load-missing.il t-missing.cs load-exceptions.cs
934 test-type-load: TestDriver.dll
935         @$(ILASM) /dll /output:load-missing.dll $(srcdir)/load-missing.il > /dev/null
936         @$(MCS) -t:library -out:t.dll -d:FOUND $(srcdir)/t-missing.cs
937         @$(MCS) -r:TestDriver.dll -r:load-missing.dll -r:t.dll -out:load-exceptions.exe $(srcdir)/load-exceptions.cs
938         @$(MCS) -t:library -out:t.dll $(srcdir)/t-missing.cs
939         @echo "Testing load-exception.exe..."
940         @$(RUNTIME) load-exceptions.exe > load-exceptions.exe.stdout 2> load-exceptions.exe.stderr
941
942 EXTRA_DIST += custom-attr-errors.cs custom-attr-errors-lib.cs
943 test-cattr-type-load: TestDriver.dll custom-attr-errors.cs custom-attr-errors-lib.cs
944         $(MCS) -D:WITH_MEMBERS /t:library $(srcdir)/custom-attr-errors-lib.cs
945         $(MCS) -r:TestDriver.dll -r:custom-attr-errors-lib.dll  $(srcdir)/custom-attr-errors.cs
946         $(MCS) /t:library $(srcdir)/custom-attr-errors-lib.cs
947         @echo "Testing custom-attribute-load-exceptions.exe..."
948         @$(RUNTIME) custom-attr-errors.exe > custom-attr-errors.exe.stdout 2> custom-attr-errors.exe.stderr
949
950 EXTRA_DIST += reflection-load-with-context-lib.cs reflection-load-with-context-second-lib.cs reflection-load-with-context.cs
951 test-reflection-load-with-context: reflection-load-with-context-lib.cs reflection-load-with-context-second-lib.cs reflection-load-with-context.exe
952         rm -rf reflection-load-dir
953         mkdir reflection-load-dir
954         $(MCS) /t:library $(srcdir)/reflection-load-with-context-second-lib.cs -out:reflection-load-dir/reflection-load-with-context-second-lib.dll
955         $(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
956         @echo "Testing reflection-load-with-context.cs.exe..."
957         @$(RUNTIME) reflection-load-with-context.exe > reflection-load-with-context.exe.stdout 2> reflection-load-with-context.exe.stderr
958
959
960 EXTRA_DIST += debug-casts.cs
961 # This depends on TLS, so its not ran by default
962 debug-casts:
963         @$(MCS) -r:TestDriver.dll $(srcdir)/debug-casts.cs
964         @$(RUNTIME) --debug=casts debug-casts.exe
965
966 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
967
968
969 sgen-tests:
970         $(MAKE) sgen-regular-tests
971         $(MAKE) sgen-toggleref-tests
972         $(MAKE) sgen-bridge-tests
973         $(MAKE) sgen-bridge2-tests
974
975 SGEN_REGULAR_TESTS =    \
976         finalizer-wait.exe      \
977         critical-finalizers.exe \
978         sgen-descriptors.exe    \
979         sgen-gshared-vtype.exe  \
980         sgen-domain-unload.exe  \
981         sgen-domain-unload-2.exe        \
982         sgen-weakref-stress.exe \
983         sgen-cementing-stress.exe       \
984         sgen-case-23400.exe     \
985         sgen-new-threads-dont-join-stw.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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --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 --testsuite-name $@ --timeout 900 $(SGEN_BRIDGE2_TESTS)
1106
1107 AOT_CONFIGURATIONS=     \
1108         "|regular"      \
1109         "--gc=boehm|boehm"
1110
1111 #LLVM crashes, got to fix it first.
1112 #       "--llvm|llvm"   \
1113 #       "--llvm --gc=boehm|llvm+boehm"
1114
1115
1116 test-aot:
1117         @failed=0; \
1118         passed=0; \
1119         failed_tests="";\
1120         profile=$(DEFAULT_PROFILE);     \
1121         tmpfile=`mktemp -t mono_aot_output` || exit 1;  \
1122         rm -f test-aot-$${name}.stdout test-aot-$${name}.stderr; \
1123         for assembly in $(mcs_topdir)/class/lib/$$profile/*.dll ; do    \
1124                 asm_name=`basename $$assembly`; \
1125                 echo "... $$asm_name";  \
1126                 for conf in $(AOT_CONFIGURATIONS); do   \
1127                         name=`echo $$conf | cut -d\| -f 2`;     \
1128                         params=`echo $$conf | cut -d\| -f 1`;   \
1129                         test_name="$${asm_name}|$${name}";      \
1130                         echo "  $$test_name";   \
1131                         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;        \
1132                         then \
1133                                 passed=`expr $${passed} + 1`; \
1134                         else \
1135                                 failed=`expr $${failed} + 1`; \
1136                                 failed_tests="$${failed_tests} $$test_name"; \
1137                         fi \
1138                 done;   \
1139         done;   \
1140         rm      $$tmpfile;      \
1141         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
1142         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
1143         for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
1144
1145
1146 # Generated tests for runtime invoke
1147 EXTRA_DIST += gen-runtime-invoke.cs
1148 runtime-invoke.gen.exe: TestDriver.dll gen-runtime-invoke.exe
1149         $(RUNTIME) gen-runtime-invoke.exe > runtime-invoke.gen.cs
1150         $(MCS) -out:runtime-invoke.gen.exe -r:TestDriver.dll runtime-invoke.gen.cs
1151
1152 EXTRA_DIST += make-imt-test.cs
1153 imt_big_iface_test.exe: TestDriver.dll make-imt-test.exe
1154         $(RUNTIME) make-imt-test.exe > imt_big_iface_test.cs
1155         $(MCS) -out:imt_big_iface_test.exe -r:TestDriver.dll imt_big_iface_test.cs
1156
1157 EXTRA_DIST += test-inline-call-stack-library.cs test-inline-call-stack.cs
1158 test-inline-call-stack-library.dll: TestDriver.dll $(srcdir)/test-inline-call-stack-library.cs
1159         $(MCS) -t:library -out:test-inline-call-stack-library.dll $(srcdir)/test-inline-call-stack-library.cs
1160 test-inline-call-stack.exe: TestDriver.dll test-inline-call-stack-library.dll $(srcdir)/test-inline-call-stack.cs
1161         $(MCS) -r:TestDriver.dll -r:test-inline-call-stack-library.dll -out:test-inline-call-stack.exe $(srcdir)/test-inline-call-stack.cs
1162
1163 EXTRA_DIST += unhandled-exception-base-configuration.config
1164 EXTRA_DIST += unhandled-exception-legacy-configuration.config
1165 EXTRA_DIST += appdomain-unload.exe.config
1166 EXTRA_DIST += unhandled-exception-test-case.2.cs
1167 EXTRA_DIST += unhandled-exception-test-runner.2.cs
1168 unhandled-exception-test-case.1.cs: unhandled-exception-test-case.2.cs
1169         cp unhandled-exception-test-case.2.cs unhandled-exception-test-case.1.cs
1170 unhandled-exception-test-case-legacy.1.cs: unhandled-exception-test-case.1.cs
1171         cp unhandled-exception-test-case.1.cs unhandled-exception-test-case-legacy.1.cs
1172 unhandled-exception-test-case-legacy.2.cs: unhandled-exception-test-case.2.cs
1173         cp unhandled-exception-test-case.2.cs unhandled-exception-test-case-legacy.2.cs
1174 unhandled-exception-config_files: unhandled-exception-base-configuration.config unhandled-exception-legacy-configuration.config
1175         cp unhandled-exception-base-configuration.config unhandled-exception-test-case.1.exe.config
1176         cp unhandled-exception-base-configuration.config unhandled-exception-test-case.2.exe.config
1177         cp unhandled-exception-legacy-configuration.config unhandled-exception-test-case-legacy.1.exe.config
1178         cp unhandled-exception-legacy-configuration.config unhandled-exception-test-case-legacy.2.exe.config
1179 unhandled-exception-test-case.1.exe: unhandled-exception-test-case.1.cs
1180         $(MCS) /debug unhandled-exception-test-case.1.cs
1181 unhandled-exception-test-case-legacy.1.exe: unhandled-exception-test-case-legacy.1.cs
1182         $(MCS) /debug unhandled-exception-test-case-legacy.1.cs
1183 unhandled-exception-test-case.2.exe: unhandled-exception-test-case.2.cs
1184         $(MCS) /debug unhandled-exception-test-case.2.cs
1185 unhandled-exception-test-case-legacy.2.exe: unhandled-exception-test-case-legacy.2.cs
1186         $(MCS) /debug unhandled-exception-test-case-legacy.2.cs
1187 unhandled-exception-test-runner.2.exe: unhandled-exception-test-runner.2.cs
1188         $(MCS) /debug unhandled-exception-test-runner.2.cs
1189
1190 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
1191         $(RUNTIME) unhandled-exception-test-runner.2.exe RUNTIME:../mini/mono,GTC:F
1192
1193 # We use 'test-support-files' to handle an ordering issue between the 'mono/' and 'runtime/' directories
1194 bug-80307.exe: $(srcdir)/bug-80307.cs
1195         $(MCS) -r:System.Web.dll -out:$@ $(srcdir)/bug-80307.cs
1196         cd $(top_builddir)/runtime && $(MAKE) test-support-files
1197
1198 EXTRA_DIST += bug-81673-interface.cs
1199 bug-81673.exe bug-81673-interface.dll: $(srcdir)/bug-81673.cs $(srcdir)/bug-81673-interface.cs
1200         $(MCS) -target:library -out:bug-81673-interface.dll $(srcdir)/bug-81673-interface.cs
1201         $(MCS) -out:bug-81673.exe -r:bug-81673-interface.dll $(srcdir)/bug-81673.cs
1202         $(MCS) -define:WITH_STOP -target:library -out:bug-81673-interface.dll $(srcdir)/bug-81673-interface.cs
1203
1204 EXTRA_DIST += bug-36848-a.cs
1205 bug-36848.exe bug-36848-a.dll: $(srcdir)/bug-36848.cs $(srcdir)/bug-36848-a.cs
1206         $(MCS) -target:library -out:bug-36848-a.dll $(srcdir)/bug-36848-a.cs
1207         $(MCS) -r:bug-36848-a.dll -out:bug-36848.exe $(srcdir)/bug-36848.cs
1208         $(MCS) -target:library -out:bug-36848-a.dll $(srcdir)/bug-36848-a.cs /define:WITH_STOP
1209
1210 EXTRA_DIST += bug-81691-a.cs bug-81691-b.cs
1211 bug-81691.exe bug-81691-b.dll: $(srcdir)/bug-81691.cs $(srcdir)/bug-81691-a.cs $(srcdir)/bug-81691-b.cs
1212         $(MCS) -target:library -out:bug-81691-a.dll $(srcdir)/bug-81691-a.cs
1213         $(MCS) -target:library -out:bug-81691-b.dll -r:bug-81691-a.dll $(srcdir)/bug-81691-b.cs
1214         $(MCS) -r:bug-81691-b.dll -out:bug-81691.exe $(srcdir)/bug-81691.cs
1215         rm -f bug-81691-a.dll
1216 bug-81691.exe: bug-81691-b.dll
1217
1218 EXTRA_DIST += bug-81466-lib.il
1219 bug-81466-lib.dll: bug-81466-lib.il
1220         $(ILASM) /dll /output:bug-81466-lib.dll $(srcdir)/bug-81466-lib.il
1221 bug-81466.exe: bug-81466.il bug-81466-lib.dll
1222         $(ILASM) /exe /output:bug-81466.exe $(srcdir)/bug-81466.il
1223
1224 EXTRA_DIST += bug-324535-il.il
1225 bug-324535-il.dll : bug-324535-il.il
1226         $(ILASM) /dll /output:bug-324535-il.dll $(srcdir)/bug-324535-il.il
1227 bug-324535.exe : bug-324535.cs bug-324535-il.dll
1228         $(MCS) -r:bug-324535-il.dll -out:bug-324535.exe $(srcdir)/bug-324535.cs
1229
1230 EXTRA_DIST += custom-modifiers.2.cs custom-modifiers-lib.il
1231 custom-modifiers-lib.dll: custom-modifiers-lib.il
1232         $(ILASM) /dll /output:custom-modifiers-lib.dll $(srcdir)/custom-modifiers-lib.il
1233 custom-modifiers.2.exe: custom-modifiers.2.cs custom-modifiers-lib.dll
1234         $(MCS) -r:custom-modifiers-lib.dll -out:custom-modifiers.2.exe $(srcdir)/custom-modifiers.2.cs
1235
1236 EXTRA_DIST += bug-382986-lib.cs
1237 bug-382986-lib.dll: bug-382986-lib.cs
1238         $(MCS) -target:library -out:$@ $(srcdir)/bug-382986-lib.cs
1239 bug-382986.exe: bug-382986.cs bug-382986-lib.dll
1240         $(MCS) -out:$@ -r:bug-382986-lib.dll $(srcdir)/bug-382986.cs
1241
1242 EXTRA_DIST += bug-17537-helper.cs
1243 bug-17537-helper.exe: bug-17537-helper.cs
1244         $(MCS) -out:$@ $(srcdir)/bug-17537-helper.cs
1245         chmod -x $@
1246
1247 bug-17537.exe: bug-17537.cs bug-17537-helper.exe
1248         $(MCS) -r:System.dll -out:$@ $(srcdir)/bug-17537.cs
1249
1250 EXTRA_DIST += coreclr-security.cs
1251
1252 coreclr-security.exe : coreclr-security.cs
1253         $(SMCS) -out:coreclr-security.exe $(srcdir)/coreclr-security.cs
1254
1255 test-coreclr-security : coreclr-security.exe
1256         @echo "Testing coreclr-security.exe..."
1257         @$(RUNTIME_MOONLIGHT) --security=core-clr-test coreclr-security.exe
1258
1259 EXTRA_DIST += generic-unboxing.2.il
1260 generic-unboxing.2.dll : generic-unboxing.2.il
1261         $(ILASM) /dll /output:generic-unboxing.2.dll $(srcdir)/generic-unboxing.2.il
1262
1263 EXTRA_DIST += generic-boxing.2.il
1264 generic-boxing.2.dll : generic-boxing.2.il generic-unboxing.2.dll
1265         $(ILASM) /dll /output:generic-boxing.2.dll $(srcdir)/generic-boxing.2.il
1266
1267 EXTRA_DIST += generic-unbox.2.cs
1268 generic-unbox.2.exe : generic-unbox.2.cs generic-unboxing.2.dll
1269         $(MCS) -r:generic-unboxing.2.dll -out:$@ $(srcdir)/generic-unbox.2.cs
1270
1271 EXTRA_DIST += generic-box.2.cs
1272 generic-box.2.exe : generic-box.2.cs generic-unboxing.2.dll generic-boxing.2.dll
1273         $(MCS) -r:generic-unboxing.2.dll,generic-boxing.2.dll -out:$@ $(srcdir)/generic-box.2.cs
1274
1275 EXTRA_DIST += generic-delegate2.2.cs generic-delegate2-lib.2.il
1276 generic-delegate2-lib.2.dll : generic-delegate2-lib.2.il
1277         $(ILASM) /dll /output:$@ $(srcdir)/generic-delegate2-lib.2.il
1278 generic-delegate2.2.exe : generic-delegate2.2.cs generic-delegate2-lib.2.dll
1279         $(MCS) -r:generic-delegate2-lib.2.dll -out:$@ $(srcdir)/generic-delegate2.2.cs
1280
1281 bug-3903.exe: bug-3903.cs
1282         $(MCS_NO_LIB) -lib:$(srcdir)/../../external/binary-reference-assemblies/v2.0/ $(srcdir)/bug-3903.cs -r:System.Core.dll -out:$@
1283
1284 gshared: test-generic-sharing
1285
1286 gshared-aot:
1287         @$(MAKE) AOT=1 gshared
1288
1289 GSHARED_TESTS = \
1290                 generics-sharing.2.exe shared-generic-methods.2.exe     \
1291                 shared-generic-synchronized.2.exe generic-initobj.2.exe         \
1292                 generics-sharing-other-exc.2.exe generic-box.2.exe              \
1293                 generic-unbox.2.exe generic-delegate.2.exe generic-sizeof.2.exe \
1294                 generic-ldobj.2.exe generic-mkrefany.2.exe                      \
1295                 generic-refanyval.2.exe generic-ldtoken.2.exe                   \
1296                 generic-ldtoken-method.2.exe  generic-ldtoken-field.2.exe       \
1297                 generic-virtual.2.exe generic-tailcall.2.exe                    \
1298                 generic-interface-methods.2.exe generic-array-type.2.exe        \
1299                 generic-method-patching.2.exe generic-static-methods.2.exe      \
1300                 generic-null-call.2.exe generic-tailcall2.2.exe                 \
1301                 generic-array-exc.2.exe generic-special.2.exe                   \
1302                 generic-exceptions.2.exe generic-delegate2.2.exe                \
1303                 generic-virtual2.2.exe generic-valuetype-interface.2.exe        \
1304                 generic-valuetype-newobj.2.exe generic-valuetype-newobj2.2.exe  \
1305                 generic-getgenericarguments.2.exe generic-type-builder.2.exe    \
1306                 generic-synchronized.2.exe generic-delegate-ctor.2.exe          \
1307                 generic-constrained.2.exe bug-431413.2.exe                      \
1308                 generic-virtual-invoke.2.exe generic-typedef.2.exe              \
1309                 generic-marshalbyref.2.exe bug-459285.2.exe bug-461198.2.exe    \
1310                 generic-sealed-virtual.2.exe generic-system-arrays.2.exe        \
1311                 generic-stack-traces.2.exe generic-stack-traces2.2.exe          \
1312                 bug-472600.2.exe bug-473482.2.exe bug-473999.2.exe              \
1313                 bug-479763.2.exe                                \
1314                 generic-type-load-exception.2.exe bug-616463.exe        \
1315                 bug-1147.exe
1316
1317 test-generic-sharing-normal: $(GSHARED_TESTS)
1318         @for fn in $+ ; do      \
1319                 echo "Testing $$fn ...";        \
1320                 $(RUNTIME) -O=gshared                $$fn > $$fn.stdout || exit 1;      \
1321                 $(RUNTIME) -O=gshared,shared         $$fn > $$fn.stdout || exit 1;      \
1322                 $(RUNTIME) -O=gshared,-inline        $$fn > $$fn.stdout || exit 1;      \
1323                 $(RUNTIME) -O=gshared,-inline,shared $$fn > $fn.stdout || exit 1;       \
1324                 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; \
1325         done
1326
1327 test-generic-sharing-managed: test-runner.exe $(GSHARED_TESTS)
1328         @$(RUNTIME) ./test-runner.exe -j a --testsuite-name "gshared" --opt-sets "gshared gshared,shared gshared,-inline gshared,-inline,shared" $(GSHARED_TESTS)
1329
1330 if NACL_CODEGEN
1331 test-generic-sharing:
1332 else
1333 test-generic-sharing:
1334         @if test x$(M) != x0; then $(MAKE) test-generic-sharing-managed; else $(MAKE) test-generic-sharing-normal; fi
1335 endif
1336
1337 EXTRA_DIST += async-exceptions.cs
1338 async-exceptions.exe : async-exceptions.cs
1339         $(MCS) -out:async-exceptions.exe $(srcdir)/async-exceptions.cs
1340 test-async-exceptions : async-exceptions.exe
1341         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
1342         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
1343
1344 EXTRA_DIST += modules.cs modules-m1.cs
1345 modules-m1.netmodule: modules-m1.cs
1346         $(MCS) -out:$@ /target:module $(srcdir)/modules-m1.cs
1347 modules.exe: modules.cs modules-m1.netmodule TestDriver.dll
1348         $(MCS) -out:$@ /addmodule:modules-m1.netmodule -r:TestDriver.dll $(srcdir)/modules.cs
1349
1350 # Useful if mono is compiled with --enable-shared=no
1351 patch-libtool:
1352         cp "../../libtool" .
1353         sed -e 's,build_libtool_libs=no,build_libtool_libs=yes,g' libtool > 2; mv 2 libtool
1354         sed -e 's,LIBTOOL =,LIBTOOL2 =,g' Makefile > 2 && echo "LIBTOOL = bash ./libtool" > 1 && cat 1 2 > Makefile
1355         touch libtest.c
1356
1357
1358 if NACL_CODEGEN
1359 test-process-exit:
1360 else
1361 EXTRA_DIST += threadpool-in-processexit.cs threadpool-in-processexit.exe.stdout.expected
1362 test-process-exit:
1363         @$(MCS) $(srcdir)/threadpool-in-processexit.cs -out:threadpool-in-processexit.exe
1364         @echo "Testing threadpool-in-processexit.exe..."
1365         @$(RUNTIME) threadpool-in-processexit.exe > threadpool-in-processexit.exe.stdout
1366         @diff -w threadpool-in-processexit.exe.stdout $(srcdir)/threadpool-in-processexit.exe.stdout.expected
1367 endif
1368
1369 OOM_TESTS =     \
1370         gc-oom-handling.exe     \
1371         gc-oom-handling2.exe
1372
1373
1374 test-oom: $(OOM_TESTS)
1375         @for fn in $+ ; do      \
1376                 echo "Testing $$fn ...";        \
1377                 MONO_GC_PARAMS=max-heap-size=16m MONO_ENV_OPTIONS="--gc=sgen"                     $(RUNTIME) $$fn > $$fn.stdout || exit 1;      \
1378                 MONO_GC_PARAMS=max-heap-size=16m                                                  $(RUNTIME) $$fn > $$fn.stdout || exit 1;      \
1379         done
1380
1381 if HOST_WIN32
1382 test-unhandled-exception-2:
1383 else
1384
1385 # tests that expect a 1 exit code
1386 UNHANDLED_EXCEPTION_1_TESTS =   \
1387         unhandled-exception-1.exe
1388
1389 # tests that expect a 255 exit code
1390 UNHANDLED_EXCEPTION_255_TESTS = \
1391         unhandled-exception-2.exe       \
1392         unhandled-exception-3.exe       \
1393         unhandled-exception-4.exe       \
1394         unhandled-exception-5.exe       \
1395         unhandled-exception-6.exe       \
1396         unhandled-exception-7.exe
1397
1398 test-unhandled-exception-2: $(UNHANDLED_EXCEPTION_1_TESTS) $(UNHANDLED_EXCEPTION_255_TESTS)
1399         $(MAKE) test-unhandled-exception-2-1-with-managed-handler
1400         $(MAKE) test-unhandled-exception-2-1-without-managed-handler
1401         $(MAKE) test-unhandled-exception-2-255-with-managed-handler
1402         $(MAKE) test-unhandled-exception-2-255-without-managed-handler
1403
1404 test-unhandled-exception-2-1-with-managed-handler: $(UNHANDLED_EXCEPTION_1_TESTS) test-runner.exe
1405         $(RUNTIME) ./test-runner.exe -j a --testsuite-name $@ --expected-exit-code 1 $(UNHANDLED_EXCEPTION_1_TESTS)
1406 test-unhandled-exception-2-1-without-managed-handler: $(UNHANDLED_EXCEPTION_1_TESTS) test-runner.exe
1407         TEST_UNHANDLED_EXCEPTION_HANDLER=1 $(RUNTIME) ./test-runner.exe -j a --testsuite-name $@ --expected-exit-code 1 $(UNHANDLED_EXCEPTION_1_TESTS)
1408 test-unhandled-exception-2-255-with-managed-handler: $(UNHANDLED_EXCEPTION_255_TESTS) test-runner.exe
1409         $(RUNTIME) ./test-runner.exe -j a --testsuite-name $@ --expected-exit-code 255 $(UNHANDLED_EXCEPTION_255_TESTS)
1410 test-unhandled-exception-2-255-without-managed-handler: $(UNHANDLED_EXCEPTION_255_TESTS) test-runner.exe
1411         TEST_UNHANDLED_EXCEPTION_HANDLER=1 $(RUNTIME) ./test-runner.exe -j a --testsuite-name $@ --expected-exit-code 255 $(UNHANDLED_EXCEPTION_255_TESTS)
1412
1413 endif
1414
1415 EXTRA_DIST += appdomain-loader.cs appdomain-tester.cs
1416 test-appdomain-unload: appdomain-loader.exe appdomain-tester.exe
1417         $(RUNTIME) -O=gshared appdomain-loader.exe > appdomain-loader.exe.1.stdout || exit 1;
1418         $(RUNTIME) appdomain-loader.exe > appdomain-loader.exe.2.stdout || exit 1;
1419         MONO_DEBUG_ASSEMBLY_UNLOAD=1 $(RUNTIME) -O=gshared appdomain-loader.exe > appdomain-loader.exe.3.stdout || exit 1;
1420         MONO_DEBUG_ASSEMBLY_UNLOAD=1 $(RUNTIME) appdomain-loader.exe > appdomain-loader.exe.4.stdout || exit 1;
1421
1422 EXTRA_DIST += console-output.cs console-output.exe.stderr.expected console-output.exe.stdout.expected
1423 test-console-output: console-output.exe
1424         @$(RUNTIME) console-output.exe 1>console-output.exe.stdout
1425         @$(RUNTIME) console-output.exe 2>console-output.exe.stderr
1426         @diff -w console-output.exe.stdout $(srcdir)/console-output.exe.stdout.expected \
1427                 && diff -w console-output.exe.stderr $(srcdir)/console-output.exe.stderr.expected
1428
1429 PROCESS_STRESS_TESTS=   \
1430                 process-stress-1.exe    \
1431                 process-stress-2.exe    \
1432                 process-stress-3.exe
1433
1434 test-process-stress: $(PROCESS_STRESS_TESTS) test-runner.exe
1435         $(RUNTIME) ./test-runner.exe --testsuite-name $@ --timeout 600 $(PROCESS_STRESS_TESTS)
1436
1437 coreclr-gcstress:
1438         $(MAKE) -C $(mono_build_root)/acceptance-tests coreclr-gcstress
1439
1440 noinst_LTLIBRARIES = libtest.la
1441
1442 AM_CPPFLAGS = $(GLIB_CFLAGS)
1443
1444 if HOST_WIN32
1445 # gcc-3.4.4 emits incorrect code when making indirect calls to stdcall functions using a tail call
1446 # This shows up when compiling mono_test_marshal_delegate ()
1447 libtest_la_CFLAGS=-fno-optimize-sibling-calls
1448 # the exported names created by gcc for stdcall functions are missing the leading _, so MS.NET
1449 # can't find them. So we use --kill-at to remove the @ suffix as well.
1450 libtest_la_LDFLAGS=-no-undefined -rpath `pwd` -Wl,--kill-at
1451 else
1452 libtest_la_LDFLAGS = -rpath `pwd`
1453 endif
1454 libtest_la_SOURCES = libtest.c
1455 libtest_la_LIBADD = $(GLIB_LIBS) $(LIBICONV)
1456
1457 CLEANFILES = $(TESTSI_CS) $(TESTSI_IL) $(STRESS_TESTS) *.dll *.stdout *.aotlog *.exe stest.dat