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