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