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