[mini] Fix delegate trampoline virtual call via delgate Invoke (#18073)
[mono-project.git] / mono / tests / Makefile.am
bloba786a16430eb446c17ef73fe9fd6f8537dfaa015
1 MAKEFLAGS := $(MAKEFLAGS) --no-builtin-rules
3 SUBDIRS = gc-descriptors . testing_gac assembly-load-reference llvmonly-mixed fullaot-mixed
5 check-local:
6         ok=:; \
7         $(MAKE) test-tailcall || ok=false; \
8         if test x$(IGNORE_TEST_JIT) == x; then $(MAKE) test-jit || ok=false; fi; \
9         $(MAKE) test-generic-sharing || ok=false; \
10         $(MAKE) test-type-load || ok=false; \
11         $(MAKE) test-multi-netmodule || ok=false; \
12         $(MAKE) test-cattr-type-load || ok=false; \
13         $(MAKE) test-reflection-load-with-context || ok=false; \
14         $(MAKE) test-platform || ok=false; \
15         $(MAKE) test-console-output || ok=false; \
16         $(MAKE) test-env-options || ok=false; \
17         $(MAKE) test-unhandled-exception-2 || ok=false; \
18         $(MAKE) test-appdomain-unload || ok=false; \
19         $(MAKE) test-process-stress || ok=false; \
20         $(MAKE) test-pedump || ok=false; \
21         $(MAKE) test-internalsvisibleto || ok=false; \
22         $(MAKE) rm-empty-logs || ok=false; \
23         $(MAKE) runtest-gac-loading || ok=false; \
24         $(MAKE) runtest-assembly-load-reference || ok=false; \
25         $$ok
27 BUILT_SOURCES =
29 ARRAY_COOP_CS=\
30         array-coop-bigvt.cs     \
31         array-coop-int.cs       \
32         array-coop-smallvt.cs
34 BUILT_SOURCES += $(ARRAY_COOP_CS)
36 array-coop-bigvt.cs: array-coop-bigvt.sh array-coop-1.cs array-coop-2.cs
37          $(srcdir)/array-coop-bigvt.sh $(srcdir) > $@
39 array-coop-smallvt.cs: array-coop-smallvt.sh array-coop-1.cs array-coop-2.cs
40          $(srcdir)/array-coop-smallvt.sh $(srcdir) > $@
42 array-coop-int.cs: array-coop-int.sh array-coop-1.cs array-coop-2.cs
43          $(srcdir)/array-coop-int.sh $(srcdir) > $@
45 # These are not actually tests, but they are source files part of another test.
46 TAILCALL_DISABLED_TESTS_COMPILE = \
47         tailcall/coreclr/JIT/opt/Tailcall/TailcallVerifyTransparentLibraryWithPrefix.exe \
48         tailcall/coreclr/JIT/opt/Tailcall/TailcallVerifyVerifiableLibraryWithPrefix.exe
50 # FIXME valuetype parameter.
51 TAILCALL_DISABLED_TESTS_COMPILE += \
52         tailcall/coreclr/JIT/opt/ETW/TailCallCases.exe
54 # FIXME Some of these sound like negative tests -- "badtailcall". Verify and automate.
55 # FIXME investigate and explain every test failure.
56 TAILCALL_DISABLED_TESTS_RUN = \
57         tailcall/coreclr/JIT/Directed/IL/PInvokeTail/tailwinapi.exe \
58         tailcall/coreclr/JIT/Directed/IL/Tailcall/Jittailcall2.exe \
59         tailcall/coreclr/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.exe \
60         tailcall/coreclr/JIT/Directed/coverage/importer/Desktop/badtailcall.exe \
61         tailcall/coreclr/JIT/Directed/coverage/importer/badtailcall.exe \
62         tailcall/coreclr/JIT/Directed/pinvoke/tail.exe \
63         tailcall/coreclr/JIT/IL_Conformance/Old/Base/tailcall.exe \
64         tailcall/coreclr/JIT/Methodical/Invoke/fptr/recurse_tail_call.exe \
65         tailcall/coreclr/JIT/Methodical/Invoke/fptr/recurse_tail_calli.exe \
66         tailcall/coreclr/JIT/Methodical/tailcall/deep_array.exe \
67         tailcall/coreclr/JIT/Methodical/tailcall/deep_array_nz.exe \
68         tailcall/coreclr/JIT/Methodical/tailcall/gcval_nested.exe \
69         tailcall/coreclr/JIT/Methodical/tailcall/pointer_i.exe \
70         tailcall/coreclr/JIT/Methodical/tailcall/pointer.exe \
71         tailcall/coreclr/JIT/Methodical/tailcall/reference_i.exe \
72         tailcall/coreclr/JIT/Methodical/tailcall/test_implicit.exe \
73         tailcall/coreclr/JIT/Methodical/tailcall/test_mutual_rec.exe \
74         tailcall/coreclr/JIT/Methodical/tailcall/test_switch.exe \
75         tailcall/coreclr/JIT/Methodical/tailcall_v4/delegateTail.exe \
76         tailcall/coreclr/JIT/Methodical/tailcall_v4/hijacking.exe \
77         tailcall/coreclr/JIT/Methodical/tailcall_v4/smallFrame.exe \
78         tailcall/coreclr/JIT/Methodical/tailcall_v4/tailcall_AV.exe \
79         tailcall/coreclr/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/tailcallcalli.exe \
80         tailcall/coreclr/JIT/opt/Tailcall/TailcallVerifyWithPrefix.exe \
81         $(TAILCALL_DISABLED_TESTS_COMPILE)
83 # FIXME investigate and explain every test failure.
84 TAILCALL_DISABLED_TESTS_RUN += \
85         tailcall/coreclr/JIT/Methodical/Boxing/misc/tailjump.exe \
86         tailcall/coreclr/JIT/Methodical/tailcall/deep_gc.exe \
87         tailcall/coreclr/JIT/Methodical/tailcall/deep_inst.exe \
88         tailcall/coreclr/JIT/Methodical/tailcall/deep_value.exe \
89         tailcall/coreclr/JIT/Methodical/tailcall/deep_virt.exe \
90         tailcall/coreclr/JIT/Methodical/tailcall/gcval.exe \
91         tailcall/coreclr/JIT/Methodical/tailcall/gcval_sideeffect.exe \
92         tailcall/coreclr/JIT/Methodical/tailcall/test_3b.exe \
93         tailcall/coreclr/JIT/Methodical/tailcall_v4/delegateParamCallTarget.exe
95 if X86
96 TAILCALL_DISABLED_TESTS_RUN += tailcall/coreclr/JIT/Methodical/nonvirtualcall/tailcall.exe
97 endif
99 if FULL_AOT_TESTS
101 # FullAOT Assertion at method-to-ir.c:9203, condition `*ip == CEE_RET' not met
102 # This should raise a bad image format exception.
103 TAILCALL_DISABLED_TESTS_COMPILE += \
104         tailcall/coreclr/JIT/opt/Tailcall/TailcallVerifyWithPrefix.exe
106 # return type mismatch (float32 vs. float64)
107 #       tailcall/coreclr/JIT/Methodical/tailcall/compat_r8_r4_inl.exe
108 #       tailcall/coreclr/JIT/Methodical/tailcall/compat_r4_r8_inl.exe
110 # return type mismatch (int32 vs. enum)
111 #       tailcall/coreclr/JIT/Methodical/tailcall/compat_enum.exe
113 # FIXME depends on msvcrt.dll, and calli
114 #       tailcall/coreclr/JIT/Directed/IL/PInvokeTail/PInvokeTail.exe
116 # FIXME reference parameter; requires range check to allow
117 #       tailcall/coreclr/JIT/Directed/zeroinit/tail.exe
119 # Tests that fail assert about tailcall.
120 TAILCALL_DISABLED_TESTS_RUN += \
121         tailcall/coreclr/JIT/Directed/IL/PInvokeTail/tailwinapi.exe \
122         tailcall/coreclr/JIT/Directed/pinvoke/tail.exe \
123         tailcall/coreclr/JIT/Methodical/Invoke/fptr/recurse_tail_call.exe \
124         tailcall/coreclr/JIT/Methodical/Invoke/fptr/recurse_tail_calli.exe \
125         tailcall/coreclr/JIT/Methodical/tailcall/Desktop/thread-race.exe \
126         tailcall/coreclr/JIT/Methodical/tailcall/deep_array_nz.exe \
127         tailcall/coreclr/JIT/Methodical/tailcall/pointer.exe \
128         tailcall/coreclr/JIT/Methodical/tailcall/reference_i.exe \
129         tailcall/coreclr/JIT/Methodical/tailcall/test_mutual_rec.exe \
130         tailcall/coreclr/JIT/Methodical/tailcall_v4/delegateTail.exe \
131         tailcall/coreclr/JIT/Methodical/tailcall_v4/tailcall_AV.exe \
132         tailcall/coreclr/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/tailcallcalli.exe
134 # This test is also slow, though its sleep can be dialed down.
135 #TAILCALL_DISABLED_TESTS_RUN += tailcall/coreclr/JIT/Methodical/tailcall_v4/hijacking.exe
137 endif
139 compile-tailcall: $(TESTS_TAILCALL_COMPILE) $(TESTSAOT_TAILCALL)
141 if FULL_AOT_TESTS
143 # FullAOT does not allow --compile-all.
145 else
147 TEST_TAILCALL_COMPILE_ALL=--runtime-args "--compile-all"
149 endif
151 test-tailcall: compile-tailcall test-runner.exe
152         MONO_DEBUG=test-tailcall-require $(TOOLS_RUNTIME) --debug $(TEST_RUNNER) -j a $(TEST_TAILCALL_COMPILE_ALL) --testsuite-name "runtime-tailcall" --timeout 300 --disabled "$(DISABLED_TESTS)" $(TESTS_TAILCALL_RUN)
154 check-full:
155         ok=; \
156         $(MAKE) test-sgen || ok=false; \
157         $(MAKE) check-local || ok=false; \
158         $$ok
160 check-parallel:
161         ok=; \
162         $(MAKE) compile-tests; \
163         $(MAKE) check-full || ok=false; \
164         $$ok
166 check-coreclr:
167         $(MAKE) -C $(mono_build_root)/acceptance-tests check-coreclr
169 check-stress:
170         ok=; \
171         $(MAKE) test-stress-sgen || ok=false; \
172         $(MAKE) stresstest || ok=false; \
173         $$ok
175 # for backwards compatibility on Wrench
176 test-wrench: check-parallel
178 aotcheck: testaot gshared-aot
180 if HOST_WIN32
181 JITTEST_PROG = $(top_builddir)/runtime/mono-wrapper
182 else
183 JITTEST_PROG = $(if $(VALGRIND), valgrind $(VALGRIND_ARGS),) $(if $(SGEN),$(top_builddir)/mono/mini/mono-sgen,$(top_builddir)/mono/mini/mono)
184 endif
186 JITTEST_PROG_RUN = MONO_CFG_DIR=$(mono_build_root)/runtime/etc $(LIBTOOL) --mode=execute $(JITTEST_PROG)
188 RUNTIME_ARGS=--config tests-config --optimize=all --debug
189 TEST_RUNTIME_ARGS ?= $(RUNTIME_ARGS)
190 TEST_AOT_BUILD_FLAGS ?= $(AOT_BUILD_FLAGS)
191 TEST_AOT_RUN_FLAGS ?= $(AOT_RUN_FLAGS)
193 CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE)
195 with_mono_path = MONO_PATH=$(CLASS)
197 RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper
198 TOOLS_RUNTIME = MONO_PATH=$(mcs_topdir)/class/lib/build $(top_builddir)/runtime/mono-wrapper --aot-path=$(mcs_topdir)/class/lib/build
200 MKBUNDLE = \
201         PKG_CONFIG_PATH=$(top_builddir):$(PKG_CONFIG_PATH) \
202         $(RUNTIME) $(CLASS)/mkbundle.exe
204 if FULL_AOT_TESTS
205 PROFILE_MCS_FLAGS = -d:MOBILE,MOBILE_LEGACY,FULL_AOT_DESKTOP 
206 endif
208 if HYBRID_AOT_TESTS
209 PROFILE_MCS_FLAGS = -d:MOBILE,MOBILE_LEGACY 
210 endif
212 if FULL_AOT_INTERP_TESTS
213 PROFILE_MCS_FLAGS = -d:MOBILE,MOBILE_LEGACY
214 endif
216 MCS_NO_UNSAFE = $(TOOLS_RUNTIME) $(CSC) -debug:portable \
217         -noconfig -nologo \
218         -nowarn:0162 -nowarn:0168 -nowarn:0219 -nowarn:0414 -nowarn:0618 \
219         -nowarn:0169 -nowarn:1690 -nowarn:0649 -nowarn:0612 -nowarn:3021 \
220         -nowarn:0197 -langversion:latest $(PROFILE_MCS_FLAGS)
221 MCS_NO_LIB = $(MCS_NO_UNSAFE) -unsafe
223 MCS = $(MCS_NO_LIB)
225 ILASM = $(TOOLS_RUNTIME) $(mcs_topdir)/class/lib/build/ilasm.exe
227 TEST_RUNNER = ./test-runner.exe
229 if HOST_WIN32
230 if ENABLE_MSVC
231 DEFAULT_WIN32_RUNTIME=$(shell cygpath -w -a $(top_builddir)/@mono_runtime@ | sed 's/\\/\\\\/g')
232 else
233 DEFAULT_WIN32_RUNTIME=$(top_builddir)/runtime/mono-wrapper)
234 endif
235 TEST_RUNNER += --config tests-config --runtime "$(if $(MONO_EXECUTABLE),$(shell cygpath -w -a $(MONO_EXECUTABLE) | sed 's/\\/\\\\/g'),$(DEFAULT_WIN32_RUNTIME))"
236 else
237 TEST_RUNNER += --config tests-config --runtime "$(if $(MONO_EXECUTABLE),$(MONO_EXECUTABLE),$(top_builddir)/runtime/mono-wrapper)"
238 endif
240 TEST_RUNNER += --mono-path "$(CLASS)"
242 if FULL_AOT_TESTS
243 TEST_RUNNER += --runtime-args "$(TEST_AOT_RUN_FLAGS)"
244 endif
246 if HYBRID_AOT_TESTS
247 TEST_RUNNER += --runtime-args "$(TEST_AOT_RUN_FLAGS)"
248 endif
250 TEST_RUNNER += --runtime-args "$(TEST_RUNTIME_FLAGS)"
252 TEST_RUNNER += $(if $(V), --verbose,)
254 TESTS_BENCH_SRC=fib.cs random.cs nested-loops.cs ackermann.cs tight-loop.cs sieve.cs
256 TESTS_STRESS_SRC=       \
257         abort-stress-1.cs       \
258         abort-stress-2.cs       \
259         abort-stress-3.cs       \
260         domain-stress.cs        \
261         gchandle-stress.cs      \
262         monitor-stress.cs       \
263         thread-stress.cs        \
264         gc-stress.cs            \
265         gc-copy-stress.cs       \
266         gc-graystack-stress.cs          \
267         exit-stress.cs          \
268         process-stress.cs       \
269         spinlock-stress.cs      \
270         assembly-load-stress.cs
272 # Disabled until ?mcs is fixed
273 #       bug-331958.cs
274 TESTS_CS_SRC=           \
275         generic-unloading-sub.2.cs      \
276         create-instance.cs      \
277         bug-2907.cs             \
278         $(ARRAY_COOP_CS)        \
279         array-12193.cs          \
280         array-init.cs           \
281         arraylist.cs            \
282         assembly-load-remap.cs  \
283         assembly-load-bytes.cs  \
284         assembly-loadfile.cs    \
285         assembly-loadfrom.cs    \
286         assembly-load-bytes-bindingredirect.cs  \
287         assembly-loadfile-bindingredirect.cs    \
288         assembly-loadfrom-bindingredirect.cs    \
289         assembly-loadfrom-simplename.cs \
290         assemblyresolve_event.cs        \
291         assemblyresolve_event3.cs       \
292         assemblyresolve_event4.cs       \
293         assemblyresolve_event5.cs       \
294         assemblyresolve_event6.cs       \
295         checked.cs              \
296         char-isnumber.cs        \
297         field-layout.cs         \
298         pack-layout.cs          \
299         pack-bug.cs             \
300         hash-table.cs           \
301         test-ops.cs             \
302         obj.cs                  \
303         test-dup-mp.cs          \
304         string.cs               \
305         stringbuilder.cs        \
306         switch.cs               \
307         outparm.cs              \
308         delegate.cs             \
309         bitconverter.cs         \
310         exception.cs            \
311         exception2.cs           \
312         exception3.cs           \
313         exception4.cs           \
314         exception5.cs           \
315         exception6.cs           \
316         exception7.cs           \
317         exception8.cs           \
318         exception10.cs          \
319         exception11.cs          \
320         exception12.cs          \
321         exception13.cs          \
322         exception14.cs          \
323         exception15.cs          \
324         exception16.cs          \
325         exception17.cs          \
326         exception18.cs          \
327         exception-invokes.cs            \
328         merp-json-valid.cs              \
329         merp-crash-test.cs              \
330         exception19.cs          \
331         exception20.cs          \
332         exception21.cs          \
333         typeload-unaligned.cs   \
334         struct.cs               \
335         valuetype-gettype.cs    \
336         typeof-ptr.cs           \
337         static-constructor.cs   \
338         pinvoke.cs              \
339         pinvoke-utf8.cs         \
340         pinvoke3.cs             \
341         pinvoke11.cs            \
342         pinvoke13.cs            \
343         pinvoke17.cs            \
344         invoke.cs               \
345         invoke2.cs              \
346         runtime-invoke.cs               \
347         invoke-string-ctors.cs          \
348         reinit.cs               \
349         box.cs                  \
350         array.cs                \
351         enum.cs                 \
352         enum2.cs                \
353         enum-intrins.cs         \
354         property.cs             \
355         enumcast.cs             \
356         assignable-tests.cs     \
357         array-cast.cs           \
358         array-subtype-attr.cs   \
359         cattr-compile.cs        \
360         cattr-field.cs          \
361         cattr-object.cs         \
362         custom-attr.cs          \
363         double-cast.cs          \
364         newobj-valuetype.cs     \
365         arraylist-clone.cs      \
366         setenv.cs               \
367         vtype.cs                \
368         isvaluetype.cs          \
369         iface6.cs               \
370         iface7.cs               \
371         ipaddress.cs            \
372         array-vt.cs             \
373         interface1.cs           \
374         reflection-enum.cs      \
375         reflection-prop.cs      \
376         reflection4.cs          \
377         reflection5.cs          \
378         reflection-const-field.cs \
379         many-locals.cs          \
380         string-compare.cs       \
381         test-prime.cs           \
382         test-tls.cs             \
383         params.cs               \
384         reflection.cs           \
385         interface.cs            \
386         interface-2.cs          \
387         dim-generic.cs          \
388         iface.cs                \
389         iface2.cs               \
390         iface3.cs               \
391         iface4.cs               \
392         iface-large.cs          \
393         iface-contravariant1.cs \
394         virtual-method.cs       \
395         intptrcast.cs           \
396         indexer.cs              \
397         stream.cs               \
398         console.cs              \
399         shift.cs                \
400         jit-int.cs              \
401         jit-uint.cs             \
402         jit-long.cs             \
403         long.cs                 \
404         jit-ulong.cs            \
405         jit-float.cs            \
406         pop.cs                  \
407         time.cs                 \
408         pointer.cs              \
409         hashcode.cs             \
410         delegate1.cs            \
411         delegate2.cs            \
412         delegate3.cs            \
413         delegate5.cs            \
414         delegate6.cs            \
415         delegate7.cs            \
416         delegate8.cs            \
417         delegate10.cs           \
418         delegate11.cs           \
419         delegate12.cs           \
420         delegate13.cs           \
421         delegate14.cs           \
422         delegate15.cs           \
423         delegate16.cs           \
424         delegate17.cs           \
425         delegate18.cs           \
426         largeexp.cs             \
427         largeexp2.cs            \
428         marshalbyref1.cs        \
429         static-ctor.cs          \
430         inctest.cs              \
431         bound.cs                \
432         array-invoke.cs         \
433         test-arr.cs             \
434         decimal.cs              \
435         decimal-array.cs        \
436         marshal.cs              \
437         marshal1.cs             \
438         marshal2.cs             \
439         marshal3.cs             \
440         marshal5.cs             \
441         marshal6.cs             \
442         marshal7.cs             \
443         marshal8.cs             \
444         marshal9.cs             \
445         marshalbool.cs          \
446         test-byval-in-struct.cs \
447         thread.cs               \
448         thread5.cs              \
449         thread-static.cs        \
450         thread-static-init.cs   \
451         context-static.cs       \
452         float-pop.cs            \
453         interfacecast.cs        \
454         array3.cs               \
455         classinit.cs            \
456         classinit2.cs           \
457         classinit3.cs           \
458         synchronized.cs         \
459         async_read.cs           \
460         threadpool.cs           \
461         threadpool1.cs          \
462         threadpool-exceptions1.cs \
463         threadpool-exceptions3.cs \
464         threadpool-exceptions4.cs \
465         threadpool-exceptions6.cs \
466         base-definition.cs      \
467         bug-27420.cs            \
468         bug-46781.cs            \
469         bug-42136.cs            \
470         bug-59286.cs            \
471         bug-70561.cs            \
472         bug-78311.cs            \
473         bug-78653.cs            \
474         bug-78656.cs            \
475         bug-77127.cs            \
476         bug-323114.cs           \
477         bug-Xamarin-5278.cs     \
478         interlocked.cs          \
479         delegate-async-exit.cs  \
480         delegate-delegate-exit.cs       \
481         delegate-exit.cs        \
482         delegate-disposed-hashcode.cs   \
483         finalizer-abort.cs      \
484         finalizer-exception.cs  \
485         finalizer-exit.cs       \
486         finalizer-thread.cs     \
487         main-exit.cs    \
488         main-returns-abort-resetabort.cs        \
489         main-returns-background-abort-resetabort.cs     \
490         main-returns-background-resetabort.cs   \
491         main-returns-background.cs      \
492         main-returns-background-change.cs       \
493         main-returns.cs         \
494         subthread-exit.cs       \
495         desweak.cs              \
496         exists.cs               \
497         handleref.cs    \
498         install_eh_callback.cs  \
499         dbnull-missing.cs       \
500         test-type-ctor.cs       \
501         soft-float-tests.cs     \
502         thread-exit.cs          \
503         finalize-parent.cs      \
504         interlocked-2.2.cs      \
505         pinvoke-2.2.cs          \
506         bug-78431.2.cs          \
507         bug-79684.2.cs          \
508         catch-generics.2.cs     \
509         event-get.2.cs          \
510         safehandle.2.cs         \
511         module-cctor-loader.2.cs        \
512         generics-invoke-byref.2.cs      \
513         generic-signature-compare.2.cs  \
514         generics-sharing.2.cs   \
515         shared-generic-methods.2.cs     \
516         shared-generic-synchronized.2.cs        \
517         generic-inlining.2.cs   \
518         generic-initobj.2.cs    \
519         generic-delegate.2.cs   \
520         generic-sizeof.2.cs     \
521         generic-virtual.2.cs    \
522         generic-interface-methods.2.cs  \
523         generic-array-type.2.cs \
524         generic-method-patching.2.cs    \
525         generic-static-methods.2.cs     \
526         generic-null-call.2.cs  \
527         generic-special.2.cs    \
528         generic-special2.2.cs   \
529         generic-exceptions.2.cs \
530         generic-virtual2.2.cs   \
531         generic-valuetype-interface.2.cs        \
532         generic-getgenericarguments.2.cs        \
533         generic-synchronized.2.cs       \
534         generic-delegate-ctor.2.cs      \
535         generic-array-iface-set.2.cs    \
536         generic-typedef.2.cs    \
537         bug-431413.2.cs \
538         bug-459285.2.cs \
539         generic-virtual-invoke.2.cs     \
540         bug-461198.2.cs \
541         generic-sealed-virtual.2.cs     \
542         generic-system-arrays.2.cs      \
543         generic-stack-traces.2.cs       \
544         generic-stack-traces2.2.cs      \
545         bug-472600.2.cs \
546         recursive-generics.2.cs \
547         recursive-generics.3.cs \
548         bug-473482.2.cs \
549         bug-473999.2.cs \
550         bug-479763.2.cs \
551         bug-616463.cs   \
552         bug-80392.2.cs          \
553         bug-82194.2.cs  \
554         anonarray.2.cs  \
555         ienumerator-interfaces.2.cs     \
556         array-enumerator-ifaces.2.cs    \
557         generic_type_definition_encoding.2.cs \
558         bug-333798.2.cs         \
559         bug-348522.2.cs         \
560         bug-340662_bug.cs       \
561         bug-325283.2.cs \
562         thunks.cs \
563         winx64structs.cs \
564         nullable_boxing.2.cs    \
565         valuetype-equals.cs     \
566         custom-modifiers.2.cs   \
567         custom-modifiers-inheritance.cs \
568         bug-382986.cs   \
569         test-inline-call-stack.cs       \
570         bug-324535.cs   \
571         modules.cs      \
572         bug-81673.cs    \
573         bug-81691.cs    \
574         bug-415577.cs   \
575         filter-stack.cs \
576         vararg.cs       \
577         vararg2.cs      \
578         bug-461867.cs   \
579         bug-461941.cs   \
580         bug-461261.cs   \
581         bug-400716.cs   \
582         bug-459094.cs   \
583         bug-467456.cs   \
584         bug-508538.cs   \
585         bug-472692.2.cs         \
586         gchandles.cs    \
587         interlocked-3.cs        \
588         interlocked-4.2.cs      \
589         w32message.cs   \
590         gc-altstack.cs  \
591         large-gc-bitmap.cs      \
592         bug-561239.cs   \
593         bug-562150.cs   \
594         bug-599469.cs   \
595         monitor-resurrection.cs \
596         monitor-wait-abort.cs   \
597         monitor-abort.cs        \
598         bug-666008.cs   \
599         bug-685908.cs   \
600         sgen-long-vtype.cs      \
601         delegate-invoke.cs      \
602         delegate-prop.cs        \
603         bug-696593.cs   \
604         bug-705140.cs   \
605         bug-1147.cs     \
606         mono-path.cs    \
607         bug-bxc-795.cs  \
608         bug-3903.cs     \
609         async-with-cb-throws.cs \
610         bug-6148.cs     \
611         bug-10127.cs    \
612         bug-18026.cs    \
613         allow-synchronous-major.cs      \
614         block_guard_restore_aligment_on_exit.cs \
615         thread_static_gc_layout.cs \
616         sleep.cs \
617         bug-27147.cs    \
618         bug-30085.cs    \
619         bug-17537.cs    \
620         pinvoke_ppcc.cs \
621         pinvoke_ppcs.cs \
622         pinvoke_ppci.cs \
623         pinvoke_ppcf.cs \
624         pinvoke_ppcd.cs \
625         bug-29585.cs    \
626         priority.cs     \
627         abort-cctor.cs  \
628         abort-try-holes.cs \
629         abort-tests.cs \
630         thread-native-exit.cs \
631         reference-loader.cs \
632         thread-suspend-suspended.cs \
633         thread-suspend-selfsuspended.cs \
634         remoting4.cs    \
635         remoting1.cs    \
636         remoting2.cs    \
637         remoting3.cs    \
638         remoting5.cs    \
639         appdomain.cs    \
640         appdomain-client.cs     \
641         appdomain-unload.cs     \
642         appdomain-async-invoke.cs       \
643         appdomain-thread-abort.cs       \
644         appdomain1.cs   \
645         appdomain2.cs   \
646         appdomain-exit.cs       \
647         appdomain-serialize-exception.cs \
648         assemblyresolve_event2.2.cs     \
649         appdomain-unload-callback.cs    \
650         appdomain-unload-doesnot-raise-pending-events.cs        \
651         appdomain-unload-asmload.cs     \
652         appdomain-unload-exception.cs   \
653         unload-appdomain-on-shutdown.cs \
654         appdomain-marshalbyref-assemblyload.cs \
655         bug-47295.cs    \
656         loader.cs       \
657         pinvoke2.cs     \
658         generic-type-builder.2.cs       \
659         dynamic-generic-size.cs \
660         cominterop.cs   \
661         dynamic-method-access.2.cs      \
662         dynamic-method-finalize.2.cs    \
663         dynamic-method-stack-traces.cs  \
664         generic_type_definition.2.cs    \
665         bug-333798-tb.2.cs      \
666         bug-335131.2.cs \
667         bug-322722_patch_bx.2.cs        \
668         bug-322722_dyn_method_throw.2.cs        \
669         bug-389886-2.cs \
670         bug-349190.2.cs \
671         bug-389886-sre-generic-interface-instances.cs   \
672         bug-462592.cs   \
673         bug-575941.cs   \
674         bug-389886-3.cs \
675         constant-division.cs    \
676         dynamic-method-resurrection.cs  \
677         bug-80307.cs    \
678         assembly_append_ordering.cs     \
679         bug-544446.cs   \
680         bug-36848.cs    \
681         generic-marshalbyref.2.cs       \
682         stackframes-async.2.cs  \
683         transparentproxy.cs     \
684         bug-48015.cs    \
685         delegate9.cs    \
686         marshal-valuetypes.cs   \
687         xdomain-threads.cs      \
688         monitor.cs      \
689         generic-xdomain.2.cs    \
690         threadpool-exceptions7.cs       \
691         cross-domain.cs \
692         generic-unloading.2.cs  \
693         namedmutex-destroy-race.cs      \
694         thread6.cs      \
695         thread7.cs      \
696         appdomain-threadpool-unload.cs  \
697         process-unref-race.cs   \
698         bug-46661.cs    \
699         w32message.cs \
700         runtime-invoke.gen.cs \
701         imt_big_iface_test.cs \
702         bug-58782-plain-throw.cs \
703         bug-58782-capture-and-throw.cs \
704         recursive-struct-arrays.cs \
705         struct-explicit-layout.cs \
706         bug-59281.cs    \
707         init_array_with_lazy_type.cs \
708         weak-fields.cs \
709         threads-leak.cs \
710         threads-init.cs \
711         bug-60848.cs \
712         bug-59400.cs \
713         tailcall-generic-cast-cs.cs \
714         tailcall-interface.cs \
715         bug-60843.cs    \
716         nested_type_visibility.cs       \
717         dynamic-method-churn.cs \
718         dynamic-method-delegate.cs \
719         verbose.cs \
720         generic-unmanaged-constraint.cs \
721         bug-10834.cs \
722         bug-10837.cs    \
723         bug-gh-9507.cs  \
724         async-generic-enum.cs \
725         last-error.cs
727 # some tests fail to compile on mcs
728 if CSC_IS_ROSLYN
729 TESTS_CS_SRC += roslyn-bug-19038.cs sizeof-empty-structs.cs
730 endif
732 if AMD64
733 TESTS_CS_SRC += async-exc-compilation.cs finally_guard.cs finally_block_ending_in_dead_bb.cs
734 if !HOST_WIN32
735 # requires working altstack
736 TESTS_CS_SRC += bug-60862.cs
737 endif
738 endif
740 if X86
741 TESTS_CS_SRC += async-exc-compilation.cs finally_guard.cs finally_block_ending_in_dead_bb.cs
742 if !HOST_WIN32
743 # requires working altstack
744 TESTS_CS_SRC += bug-60862.cs
745 endif
746 endif
748 #maybe this test works on linux, not sure
749 if HOST_DARWIN
750 TESTS_CS_SRC += bug-8417.cs
751 endif
753 if CROSS_COMPILING # FIXME build vs. host vs. target
754 TAILCALL_INTERFACE_CONSERVESTACK_IL=
755 TAILCALL_FSHARP_DEEPTAIL_IL=
756 else
757 if HOST_WASM # FIXME build problem
758 TAILCALL_INTERFACE_CONSERVESTACK_IL=
759 TAILCALL_FSHARP_DEEPTAIL_IL=
760 else
761 if HOST_WIN32 # FIXME build problem
762 TAILCALL_INTERFACE_CONSERVESTACK_IL=
763 TAILCALL_FSHARP_DEEPTAIL_IL=
764 else
765 # These tests are produced by splitting up tailcall-interface-conservestack.il.
766 TAILCALL_INTERFACE_CONSERVESTACK_IL=\
767         tailcall/interface-conservestack/1.il \
768         tailcall/interface-conservestack/10.il \
769         tailcall/interface-conservestack/11.il \
770         tailcall/interface-conservestack/12.il \
771         tailcall/interface-conservestack/13.il \
772         tailcall/interface-conservestack/14.il \
773         tailcall/interface-conservestack/15.il \
774         tailcall/interface-conservestack/16.il \
775         tailcall/interface-conservestack/17.il \
776         tailcall/interface-conservestack/18.il \
777         tailcall/interface-conservestack/19.il \
778         tailcall/interface-conservestack/2.il \
779         tailcall/interface-conservestack/20.il \
780         tailcall/interface-conservestack/21.il \
781         tailcall/interface-conservestack/22.il \
782         tailcall/interface-conservestack/23.il \
783         tailcall/interface-conservestack/24.il \
784         tailcall/interface-conservestack/25.il \
785         tailcall/interface-conservestack/26.il \
786         tailcall/interface-conservestack/27.il \
787         tailcall/interface-conservestack/28.il \
788         tailcall/interface-conservestack/29.il \
789         tailcall/interface-conservestack/3.il \
790         tailcall/interface-conservestack/30.il \
791         tailcall/interface-conservestack/31.il \
792         tailcall/interface-conservestack/32.il \
793         tailcall/interface-conservestack/33.il \
794         tailcall/interface-conservestack/34.il \
795         tailcall/interface-conservestack/35.il \
796         tailcall/interface-conservestack/36.il \
797         tailcall/interface-conservestack/37.il \
798         tailcall/interface-conservestack/38.il \
799         tailcall/interface-conservestack/39.il \
800         tailcall/interface-conservestack/4.il \
801         tailcall/interface-conservestack/40.il \
802         tailcall/interface-conservestack/41.il \
803         tailcall/interface-conservestack/42.il \
804         tailcall/interface-conservestack/43.il \
805         tailcall/interface-conservestack/44.il \
806         tailcall/interface-conservestack/45.il \
807         tailcall/interface-conservestack/46.il \
808         tailcall/interface-conservestack/47.il \
809         tailcall/interface-conservestack/48.il \
810         tailcall/interface-conservestack/49.il \
811         tailcall/interface-conservestack/5.il \
812         tailcall/interface-conservestack/50.il \
813         tailcall/interface-conservestack/51.il \
814         tailcall/interface-conservestack/52.il \
815         tailcall/interface-conservestack/53.il \
816         tailcall/interface-conservestack/6.il \
817         tailcall/interface-conservestack/7.il \
818         tailcall/interface-conservestack/8.il \
819         tailcall/interface-conservestack/9.il
821 # These tests are produced by splitting up tailcall/fsharp-deeptail.il.
822 TAILCALL_FSHARP_DEEPTAIL_IL=\
823         tailcall/fsharp-deeptail/Seq.filter-length1.il \
824         tailcall/fsharp-deeptail/Seq.filter-length2.il \
825         tailcall/fsharp-deeptail/Seq.filter-length3.il \
826         tailcall/fsharp-deeptail/StaticTailCallLoop_DateTime_.il \
827         tailcall/fsharp-deeptail/StaticTailCallLoop_int_.il \
828         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_DateTime_.il \
829         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_byte_.il \
830         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_int_.il \
831         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_string_.il \
832         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DatstringeTime_.Method1_string_.il \
833         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_DateTime_.il \
834         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_byte_.il \
835         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_int_.il \
836         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_string_.il \
837         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_DateTime_.il \
838         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_byte_.il \
839         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_int_.il \
840         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_string_.il \
841         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_DateTime_.il \
842         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_byte_.il \
843         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_int_.il \
844         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_DateTime_.il \
845         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_byte_.il \
846         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_int_.il \
847         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_string_.il \
848         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DatstringeTime_.Method1_string_.il \
849         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_DateTime_.il \
850         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_byte_.il \
851         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_int_.il \
852         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_string_.il \
853         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_DateTime_.il \
854         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_byte_.il \
855         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_int_.il \
856         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_string_.il \
857         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_DateTime_.il \
858         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_byte_.il \
859         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_int_.il \
860         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_DateTime_.Method1_DateTime_.il \
861         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_DateTime_.Method1_byte_.il \
862         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_DateTime_.Method1_int_.il \
863         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_DateTime_.Method1_string_.il \
864         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_byte_.Method1_DateTime_.il \
865         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_byte_.Method1_byte_.il \
866         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_byte_.Method1_int_.il \
867         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_byte_.Method1_string_.il \
868         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_int_.Method1_DateTime_.il \
869         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_int_.Method1_byte_.il \
870         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_int_.Method1_int_.il \
871         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_int_.Method1_string_.il \
872         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_string_.Method1_DateTime_.il \
873         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_string_.Method1_byte_.il \
874         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_string_.Method1_int_.il \
875         tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_string_.Method1_string_.il \
876         tailcall/fsharp-deeptail/TailCallLoopGenericClass_DateTime_.il \
877         tailcall/fsharp-deeptail/TailCallLoopGenericClass_int_.il \
878         tailcall/fsharp-deeptail/TailCallLoopGenericClass_string_.il \
879         tailcall/fsharp-deeptail/TailCallLoop_DateTime_.il \
880         tailcall/fsharp-deeptail/TailCallLoop_int_.il \
881         tailcall/fsharp-deeptail/mutualTail1IsEven.il \
882         tailcall/fsharp-deeptail/mutualTail1IsOdd.il \
883         tailcall/fsharp-deeptail/simpleTail1.il \
884         tailcall/fsharp-deeptail/simpleTail2.il
886 $(TAILCALL_FSHARP_DEEPTAIL_IL): tailcall/fsharp-deeptail.stamp
888 $(TAILCALL_INTERFACE_CONSERVESTACK_IL): tailcall/interface-conservestack.stamp
890 tailcall/fsharp-deeptail.stamp: tailcall/split-fsharp$(EXEEXT) tailcall/fsharp-deeptail.il
891         ./tailcall/split-fsharp$(EXEEXT) < $(srcdir)/tailcall/fsharp-deeptail.il
892         touch -f $@
894 tailcall/interface-conservestack.stamp: split-tailcall-interface-conservestack$(EXEEXT) tailcall-interface-conservestack.il
895         ./split-tailcall-interface-conservestack$(EXEEXT) < $(srcdir)/tailcall-interface-conservestack.il
896         touch -f $@
898 noinst_PROGRAMS = tailcall/split-fsharp split-tailcall-interface-conservestack
900 tailcall_split_fsharp_SOURCES=tailcall/split-fsharp.cpp
902 split_tailcall_interface_conservestack_SOURCES=split-tailcall-interface-conservestack.cpp
904 endif # HOST_WIN32
905 endif # HOST_WASM
906 endif # CROSS_COMPILING
908 BUILT_SOURCES += $(TAILCALL_FSHARP_DEEPTAIL_IL) $(TAILCALL_INTERFACE_CONSERVESTACK_IL)
910 TESTS_IL_SRC=                   \
911         tailcall/2.il        \
912         tailcall/3.il        \
913         tailcall/4.il        \
914         tailcall/fsharp-deeptail.il          \
915         tailcall/fsharp-shallowtail.il   \
916         tailcall/fsharp-shallownotail.il \
917         $(TAILCALL_FSHARP_DEEPTAIL_IL) \
918         gptail1.il              \
919         itail1.il               \
920         itaili1.il              \
921         ivtail1.il              \
922         sirtail1.il             \
923         sitail1.il              \
924         srtail1.il              \
925         stail1.il               \
926         tail1.il                \
927         taili1.il               \
928         vtail1.il               \
929         tailcall-virt.il        \
930         tailcall-rgctxa.il      \
931         tailcall-rgctxb.il      \
932         tailcall-rgctxb-static.il \
933         tailcall-mrgctx.il      \
934         $(TAILCALL_INTERFACE_CONSERVESTACK_IL) \
935         tailcall-interface-justrun.il \
936         field-access.il         \
937         method-access.il        \
938         ldftn-access.il         \
939         cpblkTest.il            \
940         vbinterface.il          \
941         calliTest.il            \
942         calliGenericTest.il             \
943         ckfiniteTest.il         \
944         fault-handler.il                \
945         locallocTest.il         \
946         initblkTest.il          \
947         qt-instance.il          \
948         vararg3.il              \
949         bug-29859.il            \
950         bug-78549.il            \
951         static-fields-nonconst.il       \
952         reload-at-bb-end.il     \
953         test-enum-indstoreil.il \
954         filter-bug.il           \
955         even-odd.il             \
956         bug-82022.il    \
957         vt-sync-method.il       \
958         enum_types.il   \
959         invalid-token.il        \
960         call_missing_method.il  \
961         call_missing_class.il   \
962         calli_sig_check.il      \
963         ldfld_missing_field.il  \
964         ldfld_missing_class.il  \
965         find-method.2.il        \
966         bug-79215.2.il  \
967         bug-79956.2.il  \
968         bug-327438.2.il \
969         bug-387274.2.il \
970         bug-426309.2.il \
971         ldtoken_with_byref_typespec.2.il \
972         resolve_method_bug.2.il \
973         resolve_field_bug.2.il \
974         resolve_type_bug.2.il   \
975         generics-sharing-other-exc.2.il \
976         generic-ldobj.2.il      \
977         generic-mkrefany.2.il   \
978         generic-refanyval.2.il  \
979         generic-ldtoken.2.il    \
980         generic-ldtoken-method.2.il     \
981         generic-ldtoken-field.2.il      \
982         generic-tailcall.2.il   \
983         generic-tailcall2.2.il  \
984         generic-array-exc.2.il  \
985         generic-valuetype-newobj2.2.il  \
986         generic-valuetype-newobj.2.il   \
987         generic-constrained.2.il        \
988         generic-type-load-exception.2.il        \
989         bug-81466.il    \
990         bug457574.il    \
991         bug445361.il    \
992         bug-463303.il   \
993         bug469742.2.il  \
994         bug-528055.il   \
995         array_load_exception.il \
996         bug-481403.il   \
997         interface-with-static-method.il \
998         bug-633291.il   \
999         delegate-with-null-target.il    \
1000         bug-318677.il   \
1001         gsharing-valuetype-layout.il    \
1002         invalid_generic_instantiation.il \
1003         bug-45841-fpstack-exceptions.il \
1004         instance_tailrec.il     \
1005         dim-constrainedcall.il  \
1006         dim-constrained3.il     \
1007         dim-constrained3_gm.il  \
1008         dim-diamondshape.il     \
1009         dim-genericmethods.il   \
1010         dim-methodimpl.il       \
1011         dim-sharedgenerics.il   \
1012         dim-simple.il   \
1013         dim-valuetypes.il \
1014         dim-nested-types.il \
1015         dim-generic-interface.il \
1016         dim-implements-multiple-interfaces.il \
1017         dim-sealed.il \
1018         dim-protected-accessibility1.il \
1019         dim-protected-accessibility2.il \
1020         dim-reabstraction.il \
1021         dim-reabstraction-generics.il \
1022         dim-abstractcall.il \
1023         twopassvariance.il \
1024         tailcall-generic-cast-conservestack-il.il \
1025         tailcall-generic-cast-nocrash-il.il \
1026         tailcall-member-function-in-valuetype.il \
1027         tailcall-return-valuetype.il \
1028         tailcall-valuetype-parameter.il \
1029         ldfldvt.il \
1030         newobj-abstract.il \
1031         invalid-isbyreflike.il \
1032         custom-modifiers-append.1.il \
1033         gh-13056_mono_local_cprop_av.il \
1034         gh-13057_mono_local_emulate_ops_av.il \
1035         module-cctor-entrypoint.il \
1036         bug-gh-9706.il \
1037         localloc-noinit.il \
1038         calli_native.il
1040 # This test crashes the runtime, even with recent fixes.
1041 #       incorrect-ldvirtftn-read-behind-for-dup.il
1043 TESTS_GSHARED_SRC = \
1044         generics-sharing.2.cs   \
1045         shared-generic-methods.2.cs     \
1046         shared-generic-synchronized.2.cs        \
1047         generic-initobj.2.cs            \
1048         generics-sharing-other-exc.2.cs \
1049         generic-box.2.cs                \
1050         generic-unbox.2.cs      \
1051         generic-delegate.2.cs   \
1052         generic-sizeof.2.cs     \
1053         generic-ldobj.2.cs      \
1054         generic-mkrefany.2.cs                   \
1055         generic-refanyval.2.cs  \
1056         generic-ldtoken.2.cs                    \
1057         generic-ldtoken-method.2.cs     \
1058         generic-ldtoken-field.2.cs      \
1059         generic-virtual.2.cs    \
1060         generic-tailcall.2.cs                   \
1061         generic-interface-methods.2.cs  \
1062         generic-array-type.2.cs \
1063         generic-method-patching.2.cs    \
1064         generic-static-methods.2.cs     \
1065         generic-null-call.2.cs  \
1066         generic-tailcall2.2.cs                  \
1067         generic-array-exc.2.cs  \
1068         generic-special.2.cs                    \
1069         generic-special2.2.cs   \
1070         generic-exceptions.2.cs \
1071         generic-delegate2.2.cs          \
1072         generic-virtual2.2.cs   \
1073         generic-valuetype-interface.2.cs        \
1074         generic-valuetype-newobj.2.cs   \
1075         generic-valuetype-newobj2.2.cs  \
1076         generic-getgenericarguments.2.cs        \
1077         generic-synchronized.2.cs       \
1078         generic-delegate-ctor.2.cs              \
1079         generic-constrained.2.cs        \
1080         bug-431413.2.cs                 \
1081         generic-virtual-invoke.2.cs     \
1082         generic-typedef.2.cs            \
1083         generic-marshalbyref.2.cs       \
1084         bug-459285.2.cs \
1085         bug-461198.2.cs \
1086         generic-sealed-virtual.2.cs     \
1087         generic-system-arrays.2.cs      \
1088         generic-stack-traces.2.cs       \
1089         generic-stack-traces2.2.cs              \
1090         bug-472600.2.cs \
1091         bug-473482.2.cs \
1092         bug-473999.2.cs         \
1093         bug-479763.2.cs                         \
1094         generic-type-load-exception.2.cs        \
1095         bug-616463.cs   \
1096         bug-1147.cs     \
1097         generic-type-builder.2.cs
1099 PLATFORM_DISABLED_TESTS=\
1100         $(TAILCALL_DISABLED_TESTS_RUN) \
1101         tailcall-member-function-in-valuetype.exe \
1102         tailcall-rgctxb.exe
1104 if HOST_WIN32
1105 PLATFORM_DISABLED_TESTS += bug-58782-plain-throw.exe bug-58782-capture-and-throw.exe
1107 # see https://github.com/mono/mono/issues/9739
1108 PLATFORM_DISABLED_TESTS += verbose.exe
1109 endif
1113 if HOST_DARWIN
1115 # see https://github.com/mono/mono/issues/10845
1116 PLATFORM_DISABLED_TESTS += monitor-wait-abort.exe
1117 else
1118 PLATFORM_DISABLED_TESTS += merp-json-valid.exe merp-crash-test.exe
1119 endif
1121 if AMD64
1122 # #651684
1123 PLATFORM_DISABLED_TESTS += finally_guard.exe
1125 if HOST_WIN32
1126 PLATFORM_DISABLED_TESTS += w32message.exe
1127 endif
1129 endif
1131 if X86
1133 if HOST_WIN32
1134 PLATFORM_DISABLED_TESTS += async-exc-compilation.exe finally_guard.exe finally_block_ending_in_dead_bb.exe \
1135         bug-18026.exe monitor.exe threadpool-exceptions5.exe process-unref-race.exe w32message.exe \
1136         unhandled-exception-1.exe unhandled-exception-2.exe unhandled-exception-3.exe unhandled-exception-4.exe \
1137         unhandled-exception-5.exe unhandled-exception-6.exe unhandled-exception-7.exe unhandled-exception-8.exe
1138 endif
1140 # test_virt.exe fails because callee takes more parameters than caller, 1 vs. 0, and
1141 # x86 passes no parameters in registers, so it is a stack imbalance.
1142 PLATFORM_DISABLED_TESTS += tailcall/coreclr/JIT/Methodical/tailcall/test_virt.exe
1144 endif
1146 if POWERPC
1147 # bug #71274
1148 PLATFORM_DISABLED_TESTS += finalizer-abort.exe finalizer-exception.exe finalizer-exit.exe
1149 endif
1151 if POWERPC64
1152 # FIXME: These tests hang/fail for unknown reasons
1153 PLATFORM_DISABLED_TESTS += monitor.exe threadpool-exceptions5.exe appdomain-unload.exe \
1154         pinvoke2.exe pinvoke3.exe pinvoke11.exe threadpool-exceptions7.exe winx64structs.exe bug-10127.exe pinvoke_ppcc.exe \
1155         pinvoke_ppcs.exe pinvoke_ppci.exe pinvoke_ppcf.exe pinvoke_ppcd.exe abort-cctor.exe load-exceptions.exe \
1156         sgen-domain-unload-2.exe sgen-weakref-stress.exe sgen-cementing-stress.exe sgen-new-threads-dont-join-stw.exe \
1157         sgen-new-threads-dont-join-stw-2.exe sgen-new-threads-collect.exe sgen-bridge.exe
1158 PLATFORM_DISABLED_TESTS += appdomain-threadpool-unload.exe
1159 PLATFORM_DISABLED_TESTS += bug-60848.exe
1160 endif
1162 if ARM
1163 PLATFORM_DISABLED_TESTS += filter-stack.exe weak-fields.exe
1165 # Most ARM problems are due to extra_arg and cannot be easily fixed, except for easy
1166 # bitcode-specific fix which has been declined. A few are uncertain and should be investigated,
1167 # but still probably extra_arg.
1168 PLATFORM_DISABLED_TESTS += ivtail1.exe
1169 PLATFORM_DISABLED_TESTS += tailcall-generic-cast-conservestack-il.exe
1170 PLATFORM_DISABLED_TESTS += tailcall-mrgctx.exe
1171 PLATFORM_DISABLED_TESTS += tailcall-rgctxa.exe
1172 PLATFORM_DISABLED_TESTS += tailcall-virt.exe
1173 PLATFORM_DISABLED_TESTS += tailcall/coreclr/JIT/Directed/tailcall/tailcall.exe
1174 PLATFORM_DISABLED_TESTS += tailcall/2.exe
1175 PLATFORM_DISABLED_TESTS += tailcall/3.exe
1176 PLATFORM_DISABLED_TESTS += tailcall/4.exe
1177 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_string_.Method1_string_.exe
1179 # FIXME These presumably take an extra parameter though this should be confirmed.
1180 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_DateTime_.exe
1181 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_byte_.exe
1182 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_int_.exe
1183 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_string_.exe
1184 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DatstringeTime_.Method1_string_.exe
1185 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_DateTime_.exe
1186 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_byte_.exe
1187 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_int_.exe
1188 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_string_.exe
1189 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_DateTime_.exe
1190 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_byte_.exe
1191 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_int_.exe
1192 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_string_.exe
1193 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_DateTime_.exe
1194 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_byte_.exe
1195 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_int_.exe
1197 # Interface calls cannot be tailcalls on ARM due to extra_arg. Bitcode could easily work however.
1198 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail.exe
1199 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_DateTime_.exe
1200 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_byte_.exe
1201 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_int_.exe
1202 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_string_.exe
1203 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DatstringeTime_.Method1_string_.exe
1204 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_DateTime_.exe
1205 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_byte_.exe
1206 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_int_.exe
1207 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_string_.exe
1208 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_DateTime_.exe
1209 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_byte_.exe
1210 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_int_.exe
1211 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_string_.exe
1212 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_DateTime_.exe
1213 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_byte_.exe
1214 PLATFORM_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_int_.exe
1216 # Interface calls cannot be tailcalls on ARM due to extra_arg. Bitcode could easily work however.
1217 PLATFORM_DISABLED_TESTS += tailcall-interface-conservestack.exe
1218 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/1.exe
1219 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/10.exe
1220 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/11.exe
1221 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/12.exe
1222 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/13.exe
1223 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/14.exe
1224 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/15.exe
1225 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/16.exe
1226 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/17.exe
1227 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/18.exe
1228 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/19.exe
1229 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/2.exe
1230 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/20.exe
1231 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/21.exe
1232 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/22.exe
1233 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/23.exe
1234 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/24.exe
1235 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/25.exe
1236 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/26.exe
1237 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/27.exe
1238 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/28.exe
1239 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/29.exe
1240 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/3.exe
1241 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/30.exe
1242 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/31.exe
1243 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/32.exe
1244 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/33.exe
1245 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/34.exe
1246 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/35.exe
1247 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/36.exe
1248 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/37.exe
1249 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/38.exe
1250 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/39.exe
1251 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/4.exe
1252 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/40.exe
1253 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/41.exe
1254 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/42.exe
1255 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/43.exe
1256 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/44.exe
1257 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/45.exe
1258 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/46.exe
1259 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/47.exe
1260 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/48.exe
1261 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/49.exe
1262 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/5.exe
1263 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/50.exe
1264 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/51.exe
1265 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/52.exe
1266 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/6.exe
1267 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/7.exe
1268 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/8.exe
1269 PLATFORM_DISABLED_TESTS += tailcall/interface-conservestack/9.exe
1270 endif
1272 if ARM64
1273 PLATFORM_DISABLED_TESTS += weak-fields.exe
1274 endif
1276 if MIPS
1277 # monitor.exe is racy
1278 PLATFORM_DISABLED_TESTS += filter-stack.exe monitor.exe
1279 endif
1281 if S390X
1282 PLATFORM_DISABLED_TESTS += dynamic-method-resurrection.exe
1283 #PLATFORM_DISABLED_TESTS=dynamic-method-resurrection.exe exception17.exe
1285 PLATFORM_DISABLED_TESTS += \
1286         sgen-toggleref.exe \
1287         sgen-bridge.exe \
1288         sgen-bridge-major-fragmentation.exe \
1289         sgen-bridge-xref.exe
1290 endif
1292 PROFILE_DISABLED_TESTS= \
1293         $(TAILCALL_DISABLED_TESTS_RUN) \
1294         tailcall-member-function-in-valuetype.exe \
1295         tailcall-rgctxb.exe
1297 if FULL_AOT_TESTS
1298 # Tests which rely on TypeLoadExceptions or MemberAccessExceptions
1299 # In full-aot mode, these cause the relevant methods to be not AOTed.
1300 PROFILE_DISABLED_TESTS += \
1301         typeload-unaligned.exe \
1302         field-access.exe \
1303         invalid_generic_instantiation.exe \
1304         bug-481403.exe \
1305         array_ldelema.exe \
1306         array_load_exception.exe \
1307         bug445361.exe \
1308         generic-type-load-exception.2.exe \
1309         invalid-token.exe \
1310         call_missing_method.exe \
1311         call_missing_class.exe \
1312         custom-attr-errors.exe \
1313         ldfld_missing_field.exe \
1314         ldfld_missing_class.exe \
1315         vt-sync-method.exe \
1316         resolve_method_bug.2.exe \
1317         resolve_field_bug.2.exe \
1318         resolve_type_bug.2.exe \
1319         bug-81691.exe \
1320         bug-327438.2.exe \
1321         newobj-abstract.exe \
1322         invalid-isbyreflike.exe
1324 # Tests which rely on remoting
1325 PROFILE_DISABLED_TESTS += \
1326         context-static.exe \
1327         bug-415577.exe \
1328         generic-marshalbyref.2.exe \
1329         unhandled-exception-7.exe
1331 # Tests which use unsupported pinvoke+full aot
1332 # functionality
1333 PROFILE_DISABLED_TESTS += \
1334         marshal.exe \
1335         marshal2.exe \
1336         marshal6.exe \
1337         marshal7.exe \
1338         marshal8.exe \
1339         pinvoke-2.2.exe \
1340         pinvoke3.exe \
1341         thunks.exe \
1342         bug-58782-plain-throw.exe \
1343         bug-58782-capture-and-throw.exe
1345 # Tests which load assemblies which are not
1346 # in the testing_aot_full profile
1347 PROFILE_DISABLED_TESTS += \
1348         assembly-load-remap.exe
1350 # Test which needs remoting support
1351 PROFILE_DISABLED_TESTS += \
1352         remoting4.exe   \
1353         remoting1.exe   \
1354         remoting2.exe   \
1355         remoting3.exe   \
1356         remoting5.exe
1358 # Tests which needs AppDomain support
1359 PROFILE_DISABLED_TESTS += \
1360         appdomain.exe   \
1361         appdomain-client.exe    \
1362         appdomain-unload.exe    \
1363         appdomain-async-invoke.exe      \
1364         appdomain-thread-abort.exe      \
1365         appdomain1.exe  \
1366         appdomain2.exe  \
1367         appdomain-exit.exe      \
1368         appdomain-unload-asmload.exe \
1369         appdomain-unload-callback.exe   \
1370         appdomain-unload-doesnot-raise-pending-events.exe       \
1371         unload-appdomain-on-shutdown.exe        \
1372         appdomain-marshalbyref-assemblyload.exe \
1373         assemblyresolve_event2.2.exe    \
1374         assemblyresolve_event6.exe      \
1375         bug-544446.exe  \
1376         bug-36848.exe   \
1377         generic-marshalbyref.2.exe      \
1378         stackframes-async.2.exe \
1379         transparentproxy.exe    \
1380         bug-48015.exe   \
1381         delegate9.exe   \
1382         marshal-valuetypes.exe  \
1383         xdomain-threads.exe     \
1384         monitor.exe     \
1385         generic-xdomain.2.exe   \
1386         threadpool-exceptions7.exe      \
1387         cross-domain.exe        \
1388         generic-unloading.2.exe \
1389         appdomain-threadpool-unload.exe
1391 # Tests which needs System.Reflection.Emit support
1392 PROFILE_DISABLED_TESTS += \
1393         bug-47295.exe   \
1394         loader.exe      \
1395         pinvoke2.exe    \
1396         generic-type-builder.2.exe      \
1397         dynamic-generic-size.exe        \
1398         cominterop.exe  \
1399         dynamic-method-access.2.exe     \
1400         dynamic-method-finalize.2.exe   \
1401         dynamic-method-stack-traces.exe \
1402         generic_type_definition.2.exe   \
1403         bug-333798-tb.2.exe     \
1404         bug-335131.2.exe        \
1405         bug-322722_patch_bx.2.exe       \
1406         bug-322722_dyn_method_throw.2.exe       \
1407         bug-389886-2.exe        \
1408         bug-349190.2.exe        \
1409         bug-389886-sre-generic-interface-instances.exe  \
1410         custom-modifiers-inheritance.exe        \
1411         bug-462592.exe  \
1412         bug-575941.exe  \
1413         bug-389886-3.exe        \
1414         constant-division.exe   \
1415         dynamic-method-resurrection.exe \
1416         assembly_append_ordering.exe \
1417         assemblyresolve_event5.exe      \
1418         dynamic-method-delegate.exe \
1419         dynamic-method-churn.exe \
1420         bug-666008.exe \
1421         bug-685908.exe
1423 # Test which needs System.Web support
1424 PROFILE_DISABLED_TESTS += \
1425         bug-80307.exe
1427 # Tests which needs named Mutex support
1428 PROFILE_DISABLED_TESTS += \
1429         namedmutex-destroy-race.exe
1431 # ThreadAbortException doesn't have necessary field for this test
1432 PROFILE_DISABLED_TESTS += \
1433         thread6.exe
1435 # can't AOT the TestingReferenceAssembly.dll which is a dependency
1436 # of reference-loader.exe because it contains the [ReferenceAssemblyAttribute]
1437 # and the runtime errors out with "File does not contain a valid CIL image."
1438 PROFILE_DISABLED_TESTS += \
1439         reference-loader.exe
1441 # Tests which have no way of finding AOT images because they use Assembly.Load(byte[])
1442 PROFILE_DISABLED_TESTS += \
1443         assembly-load-bytes.exe \
1444         assembly-load-bytes-bindingredirect.exe
1446 # Tests which require AOT of a multi-netmodule assemblies
1447 PROFILE_DISABLED_TESTS += test-multi-netmodule-4-exe.exe
1449 # Tests which depend on a case-insensitive filesystem when using AOT
1450 if HOST_DARWIN
1451 else
1452 PROFILE_DISABLED_TESTS += \
1453         assembly-loadfrom-simplename.exe
1454 endif
1456 # constraints-load.il: 
1457 # Failed to load method 0x6000007 from '..../mono/tests/constraints-load.exe' due to 
1458 # Could not resolve type with token 01000002 assembly:mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 type:System.BrokenIComparable`1 member:<none>.
1459 PROFILE_DISABLED_TESTS += \
1460         constraints-load.exe \
1461         calli_sig_check.exe \
1462         bug-515884.exe
1464 PROFILE_DISABLED_TESTS += \
1465         generic-type-builder.2.exe
1467 PROFILE_DISABLED_TESTS += \
1468         sgen-domain-unload.exe  \
1469         sgen-domain-unload-2.exe
1471 PROFILE_DISABLED_TESTS += \
1472         appdomain-loader.exe \
1473         assemblyresolve_event3.exe \
1474         appdomain-serialize-exception.exe
1476 PROFILE_DISABLED_TESTS += \
1477         delegate15.exe
1479 # https://bugzilla.xamarin.com/show_bug.cgi?id=60973
1480 PROFILE_DISABLED_TESTS += \
1481         weak-fields.exe
1483 # Some, probably all, of these tests use gsharedvt.
1484 # gsharedvt is very much at odds with tailcall, and they fail as a result.
1485 # RegularAOT and HybridAOT should be ok.
1487 # The tests might be tweakable but then they will less resemble real world code.
1489 # FullAOT should probably be changed to intersect tailcall signatures called
1490 # and all generic signatures provided, and compile more functions.
1491 # As well, gsharedvt can probably be a tailcall sometimes, like if parameters
1492 # fit in registers and there is no out conversion. Maybe it already does that.
1494 # gsharedvt should be viable when only wrapping "in" but not "out",
1495 # as long as "in" does not expand parameter stack size, which it should never do.
1496 if MONO_ARCH_GSHAREDVT_SUPPORTED
1497 PROFILE_DISABLED_TESTS += tailcall-interface-conservestack.exe
1498 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail.exe
1499 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/20.exe
1500 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/26.exe
1501 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/31.exe
1502 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/33.exe
1503 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/34.exe
1504 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/35.exe
1505 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/36.exe
1506 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/37.exe
1507 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/41.exe
1508 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/43.exe
1509 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/44.exe
1510 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/45.exe
1511 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/46.exe
1512 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/47.exe
1513 PROFILE_DISABLED_TESTS += tailcall/interface-conservestack/51.exe
1514 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_int_.exe
1515 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_byte_.exe
1516 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_DateTime_.exe
1517 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_int_.exe
1518 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_DateTime_.exe
1519 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_int_.exe
1520 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_byte_.exe
1521 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_string_.exe
1522 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_byte_.exe
1523 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_string_.exe
1524 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_int_.exe
1525 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_byte_.exe
1526 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_DateTime_.exe
1527 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_byte_.exe
1528 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_int_.exe
1529 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_string_.exe
1530 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_byte_.exe
1531 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_string_.exe
1532 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_byte_.exe
1533 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_DateTime_.exe
1534 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_int_.exe
1535 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_DateTime_.exe
1536 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_DateTime_.exe
1537 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_byte_.exe
1538 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_DateTime_.exe
1539 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_int_.exe
1540 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_DateTime_.exe
1541 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_int_.exe
1542 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_string_.exe
1543 PROFILE_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_string_.exe
1545 endif # MONO_ARCH_GSHAREDVT_SUPPORTED
1547 if ARM64
1548 # Times out on ARM64.
1549 # https://github.com/mono/mono/issues/10783
1550 # https://jenkins.mono-project.com/job/test-mono-pull-request-arm64-fullaot+llvm/486/parsed_console/log.html
1551 # https://jenkins.mono-project.com/job/test-mono-pull-request-arm64-fullaot+llvm/471/parsed_console/log.html
1552 PLATFORM_DISABLED_TESTS += tailcall/2.exe
1553 endif # ARM64 FullAOT
1555 endif # FULL_AOT_TESTS
1557 if HYBRID_AOT_TESTS
1558 PROFILE_DISABLED_TESTS += \
1559         bug-80307.exe \
1560         namedmutex-destroy-race.exe
1561 endif
1563 if FULL_AOT_INTERP_TESTS
1565 # AppDomain tests
1566 PROFILE_DISABLED_TESTS += \
1567         appdomain1.exe \
1568         appdomain2.exe \
1569         appdomain-async-invoke.exe \
1570         appdomain.exe \
1571         appdomain-exit.exe \
1572         appdomain-loader.exe \
1573         appdomain-marshalbyref-assemblyload.exe \
1574         appdomain-serialize-exception.exe \
1575         appdomain-thread-abort.exe \
1576         appdomain-threadpool-unload.exe \
1577         appdomain-unload-asmload.exe \
1578         appdomain-unload-callback.exe \
1579         appdomain-unload-doesnot-raise-pending-events.exe \
1580         appdomain-unload.exe \
1581         assemblyresolve_event6.exe \
1582         bug-335131.2.exe \
1583         bug-415577.exe \
1584         cross-domain.exe \
1585         dataslot.exe \
1586         delegate9.exe \
1587         domain-stress.exe \
1588         generic-marshalbyref.2.exe \
1589         generic-unloading.2.exe \
1590         generic-xdomain.2.exe \
1591         hostname.exe \
1592         marshal-valuetypes.exe \
1593         monitor.exe \
1594         pinvoke3.exe \
1595         remoting4.exe \
1596         stackframes-async.2.exe \
1597         suspend-stress-test.exe \
1598         thread6.exe \
1599         threadpool-exceptions7.exe \
1600         unhandled-exception-7.exe \
1601         unhandled-exception-test-case.2.exe \
1602         unload-appdomain-on-shutdown.exe \
1603         xdomain-threads.exe
1605 # Tests which load assemblies which are not in the profile
1606 PROFILE_DISABLED_TESTS += \
1607         assembly-load-remap.exe
1609 # Tests which needs named Mutex support
1610 PROFILE_DISABLED_TESTS += \
1611         namedmutex-destroy-race.exe
1613 # Test which needs System.Web support
1614 PROFILE_DISABLED_TESTS += \
1615         bug-80307.exe
1617 PROFILE_DISABLED_TESTS += \
1618         transparentproxy.exe
1620 # Tests depending on assembly load order. Under Full AOT using WinAOT
1621 # profile, console is still available, meaning that more assemblies (I18N)
1622 # will be loaded when AOT runtime initial loads mscorlib.
1623 if HOST_WIN32
1624 PROFILE_DISABLED_TESTS += \
1625         assembly_append_ordering.exe
1626 endif
1627 endif
1629 REMOTING_DISABLED_TESTS = \
1630         async-exc-compilation.exe \
1631         bug-544446.exe \
1632         context-static.exe \
1633         remoting1.exe \
1634         remoting2.exe \
1635         remoting3.exe \
1636         remoting5.exe \
1637         nullable_boxing.2.exe
1639 if FULL_AOT_TESTS
1640 PROFILE_DISABLED_TESTS += $(REMOTING_DISABLED_TESTS)
1642 # Test is too sensitive.
1643 PROFILE_DISABLED_TESTS += localloc-noinit.exe
1644 endif
1646 if HYBRID_AOT_TESTS
1647 PROFILE_DISABLED_TESTS += $(REMOTING_DISABLED_TESTS)
1649 # Test is too sensitive.
1650 PROFILE_DISABLED_TESTS += localloc-noinit.exe
1651 endif
1653 if FULL_AOT_INTERP_TESTS
1654 PROFILE_DISABLED_TESTS += $(REMOTING_DISABLED_TESTS)
1656 # Test is too sensitive.
1657 PROFILE_DISABLED_TESTS += localloc-noinit.exe
1659 endif
1661 AOT_DISABLED_TESTS= \
1662         localloc-noinit.exe \
1663         constraints-load.exe \
1664         calli_sig_check.exe
1666 CI_DISABLED_TESTS = \
1667         main-returns-background-resetabort.exe \
1668         main-returns-background-abort-resetabort.exe    \
1669         assemblyresolve_event3.exe \
1670         finally_guard.exe \
1671         generic-xdomain.2.exe
1673 # failing tests which we temporarily disable for PRs
1674 # so they don't interfere with other people's work
1675 CI_PR_DISABLED_TESTS =
1677 # FIXME Hybrid Suspend - see https://github.com/mono/mono/issues/9959
1678 # CI_PR_DISABLED_TESTS += sgen-new-threads-collect.exe
1680 # https://github.com/mono/mono/issues/8997
1681 CI_PR_DISABLED_TESTS += finalizer-thread.exe
1683 # https://github.com/mono/mono/issues/11392
1684 CI_PR_DISABLED_TESTS += appdomain-threadpool-unload.exe
1686 # https://github.com/mono/mono/issues/11415
1687 CI_PR_DISABLED_TESTS += finalizer-abort.exe
1689 # https://github.com/mono/mono/issues/11420
1690 CI_PR_DISABLED_TESTS += process-stress-2.exe
1692 # https://github.com/mono/mono/issues/11417
1693 CI_PR_DISABLED_TESTS += process-stress-3.exe
1695 if HOST_WIN32
1696 # https://github.com/mono/mono/issues/12839
1697 CI_PR_DISABLED_TESTS += block_guard_restore_aligment_on_exit.exe
1698 endif
1700 # appdomain-threadpool-unload.exe creates 100 appdomains, takes too long with llvm
1701 LLVM_DISABLED_TESTS = \
1702         finally_block_ending_in_dead_bb.exe \
1703         appdomain-threadpool-unload.exe
1705 # https://github.com/mono/mono/issues/6490
1706 LLVM_DISABLED_TESTS += \
1707         weak-fields.exe
1709 LLVM = $(filter --llvm, $(MONO_ENV_OPTIONS) $(AOT_BUILD_FLAGS))
1711 # The two finalizer tests only work under sgen
1712 # gc-altstack.exe fails under boehm because it has no support for altstack
1713 # bug-459094.exe creates an extremely deep directory tree
1714 # delegate-invoke.exe depends on 929c6bc9b6d76a273f251e6f5dfacac36e9c38bd which was
1715 # reverted.
1716 # bug-Xamarin-5278.exe got broken by 5d26590e79da139a284459299aee95c25f4cd835
1717 # appdomain-thread-abort.exe: https://bugzilla.xamarin.com/show_bug.cgi?id=47054
1718 # abort-try-holes.exe is flaky due to unwinding failure to the finally block when aborting
1719 # appdomain-marshalbyref-assemblyload.exe: https://bugzilla.xamarin.com/show_bug.cgi?id=49308
1720 # threads-init.exe: runs out of system threads
1721 # dim-constrainedcall.exe: fails on dontnet as well (https://github.com/dotnet/coreclr/issues/15353)
1723 # tailcall-rgctxb.exe
1724 # tailcall-member-function-in-valuetype.exe
1725 #       Any time we have a byref/out parameter, be it
1726 #       an integer, or valuetype-this, we pessimistically
1727 #       will never tailcall.
1729 #       These two cases have valuetype-this.
1730 #       tailcall-rgctxb.exe strives for additional coverage
1731 #       related to generic context, but both tests suffer from
1732 #       the same problem.
1734 #       I suggest we insert range checks.
1735 #       If all parameters are outside the frame,
1736 #       do a tailcall. If any are not, regular call.
1738 #       It'll be a little bigger and have a slowdown,
1739 #       and a speedup (stack locality speeds things up),
1740 #       and enable code that does not work otherwise.
1742 #       Again, tailcall is not just an optimization.
1743 #       It lets code process large data within small stack.
1744 #       If it was just an optimization, desktop CLR would not
1745 #       go so far out of their way to implement it.
1747 # Some of the tailcall tests pass native pointers to locals.
1748 #   Mono does not yet allow that.
1749 #   tailcall "i" is either calli, or integer instead of pointer, and the latter sidesteps the matter.
1750 KNOWN_FAILING_TESTS = \
1751         delegate-async-exception.exe    \
1752         bug-348522.2.exe        \
1753         bug-459094.exe \
1754         delegate-invoke.exe \
1755         bug-Xamarin-5278.exe \
1756         appdomain-marshalbyref-assemblyload.exe \
1757         abort-try-holes.exe \
1758         threads-init.exe \
1759         gptail1.exe \
1760         itaili1.exe \
1761         sirtail1.exe \
1762         srtail1.exe \
1763         stail1.exe \
1764         tail1.exe \
1765         taili1.exe \
1766         vtail1.exe \
1767         tailcall-member-function-in-valuetype.exe \
1768         tailcall-rgctxb.exe
1770 DISABLED_TESTS = \
1771         $(KNOWN_FAILING_TESTS) \
1772         $(PLATFORM_DISABLED_TESTS) \
1773         $(PROFILE_DISABLED_TESTS) \
1774         $(if $(AOT),$(AOT_DISABLED_TESTS)) \
1775         $(if $(CI),$(CI_DISABLED_TESTS)) \
1776         $(if $(CI_PR),$(CI_PR_DISABLED_TESTS)) \
1777         $(if $(LLVM),$(LLVM_DISABLED_TESTS))
1779 # Interpreter does not currently implement tailcall.
1780 # Disable all tailcall tests.
1781 INTERP_DISABLED_TESTS = $(DISABLED_TESTS) \
1782         gptail1.exe \
1783         itail1.exe \
1784         itaili1.exe \
1785         ivtail1.exe \
1786         sitail1.exe \
1787         sirtail1.exe \
1788         srtail1.exe \
1789         stail1.exe \
1790         tail1.exe \
1791         taili1.exe \
1792         vtail1.exe \
1793         tailcall-generic-cast-conservestack-il.exe \
1794         tailcall-interface-conservestack.exe \
1795         tailcall-mrgctx.exe \
1796         tailcall-rgctxa.exe \
1797         tailcall-rgctxb.exe \
1798         tailcall-rgctxb-static.exe \
1799         tailcall-virt.exe \
1800         tailcall-return-valuetype.exe \
1801         tailcall/fsharp-deeptail.exe \
1802         tailcall/2.exe \
1803         tailcall/3.exe \
1804         tailcall/4.exe \
1805         tailcall/8273.exe \
1806         $(TAILCALL_DISABLED_TESTS_RUN) \
1807         bug-60843.exe
1808 # FIXME
1809 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/Seq.filter-length1.exe
1810 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/Seq.filter-length2.exe
1811 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/Seq.filter-length3.exe
1812 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/StaticTailCallLoop_DateTime_.exe
1813 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/StaticTailCallLoop_int_.exe
1814 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_DateTime_.exe
1815 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_byte_.exe
1816 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_int_.exe
1817 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DateTime_.Method1_string_.exe
1818 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_DatstringeTime_.Method1_string_.exe
1819 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_DateTime_.exe
1820 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_byte_.exe
1821 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_int_.exe
1822 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_byte_.Method1_string_.exe
1823 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_DateTime_.exe
1824 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_byte_.exe
1825 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_int_.exe
1826 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_int_.Method1_string_.exe
1827 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_DateTime_.exe
1828 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_byte_.exe
1829 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractClass_string_.Method1_int_.exe
1830 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_DateTime_.exe
1831 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_byte_.exe
1832 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_int_.exe
1833 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DateTime_.Method1_string_.exe
1834 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_DatstringeTime_.Method1_string_.exe
1835 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_DateTime_.exe
1836 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_byte_.exe
1837 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_int_.exe
1838 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_byte_.Method1_string_.exe
1839 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_DateTime_.exe
1840 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_byte_.exe
1841 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_int_.exe
1842 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_int_.Method1_string_.exe
1843 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_DateTime_.exe
1844 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_byte_.exe
1845 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethodAbstractInterface_string_.Method1_int_.exe
1846 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_DateTime_.Method1_DateTime_.exe
1847 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_DateTime_.Method1_byte_.exe
1848 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_DateTime_.Method1_int_.exe
1849 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_DateTime_.Method1_string_.exe
1850 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_byte_.Method1_DateTime_.exe
1851 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_byte_.Method1_byte_.exe
1852 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_byte_.Method1_int_.exe
1853 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_byte_.Method1_string_.exe
1854 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_int_.Method1_DateTime_.exe
1855 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_int_.Method1_byte_.exe
1856 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_int_.Method1_int_.exe
1857 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_int_.Method1_string_.exe
1858 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_string_.Method1_DateTime_.exe
1859 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_string_.Method1_byte_.exe
1860 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_string_.Method1_int_.exe
1861 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClassAndMethod_string_.Method1_string_.exe
1862 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClass_DateTime_.exe
1863 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClass_int_.exe
1864 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoopGenericClass_string_.exe
1865 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoop_DateTime_.exe
1866 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/TailCallLoop_int_.exe
1867 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/mutualTail1IsEven.exe
1868 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/mutualTail1IsOdd.exe
1869 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/simpleTail1.exe
1870 INTERP_DISABLED_TESTS += tailcall/fsharp-deeptail/simpleTail2.exe
1872 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/1.exe
1873 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/10.exe
1874 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/11.exe
1875 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/12.exe
1876 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/13.exe
1877 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/14.exe
1878 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/15.exe
1879 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/16.exe
1880 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/17.exe
1881 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/18.exe
1882 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/19.exe
1883 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/2.exe
1884 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/20.exe
1885 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/21.exe
1886 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/22.exe
1887 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/23.exe
1888 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/24.exe
1889 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/25.exe
1890 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/26.exe
1891 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/27.exe
1892 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/28.exe
1893 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/29.exe
1894 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/3.exe
1895 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/30.exe
1896 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/31.exe
1897 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/32.exe
1898 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/33.exe
1899 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/34.exe
1900 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/35.exe
1901 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/36.exe
1902 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/37.exe
1903 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/38.exe
1904 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/39.exe
1905 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/4.exe
1906 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/40.exe
1907 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/41.exe
1908 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/42.exe
1909 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/43.exe
1910 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/44.exe
1911 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/45.exe
1912 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/46.exe
1913 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/47.exe
1914 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/48.exe
1915 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/49.exe
1916 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/5.exe
1917 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/50.exe
1918 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/51.exe
1919 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/52.exe
1920 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/53.exe
1921 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/6.exe
1922 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/7.exe
1923 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/8.exe
1924 INTERP_DISABLED_TESTS += tailcall/interface-conservestack/9.exe
1926 # expected InvalidProgramException not thrown
1927 INTERP_DISABLED_TESTS += calli_sig_check.exe
1929 # Test is too sensitive.
1930 INTERP_DISABLED_TESTS += localloc-noinit.exe
1932 # bug-48015.exe: be careful when re-enabling, it happens that it returns with exit code 0, but doesn't actually execute the test.
1933 # bug-60862.exe: missing support to map IP->method; only works on platforms with altstack support.
1934 # bug-60843.exe: something goes wrong when turning the decoded enum value into a boxed enum, so the loaded value ends up being random bytes
1936 if ARM
1937 INTERP_DISABLED_TESTS += \
1938         appdomain-unload-callback.exe \
1939         appdomain-unload.exe \
1940         assemblyresolve_event6.exe \
1941         async-with-cb-throws.exe \
1942         block_guard_restore_aligment_on_exit.exe \
1943         bug-323114.exe \
1944         bug-335131.2.exe \
1945         bug-415577.exe \
1946         bug-45841-fpstack-exceptions.exe \
1947         bug-48015.exe \
1948         bug-60862.exe \
1949         bug-80307.exe \
1950         bug-80392.2.exe \
1951         bug445361.exe \
1952         calliGenericTest.exe \
1953         cominterop.exe \
1954         context-static.exe \
1955         delegate-async-exit.exe \
1956         delegate-delegate-exit.exe \
1957         delegate-exit.exe \
1958         delegate1.exe \
1959         delegate3.exe \
1960         delegate5.exe \
1961         delegate8.exe \
1962         delegate9.exe \
1963         dim-diamondshape.exe \
1964         dynamic-method-stack-traces.exe \
1965         even-odd.exe \
1966         exception18.exe \
1967         field-access.exe \
1968         finalizer-exception.exe \
1969         handleref.exe \
1970         monitor-abort.exe \
1971         nullable_boxing.2.exe \
1972         pinvoke2.exe \
1973         pinvoke3.exe \
1974         remoting2.exe \
1975         remoting3.exe \
1976         safehandle.2.exe \
1977         stackframes-async.2.exe \
1978         static-constructor.exe \
1979         threadpool-exceptions2.exe \
1980         threadpool-exceptions3.exe \
1981         threadpool-exceptions4.exe \
1982         threadpool-exceptions5.exe \
1983         threadpool-exceptions6.exe \
1984         thunks.exe \
1985         typeload-unaligned.exe \
1986         vararg.exe \
1987         vararg2.exe \
1988         vararg3.exe
1989 endif
1991 if ARM64
1992 INTERP_DISABLED_TESTS += \
1993         bug-48015.exe \
1994         bug-80307.exe \
1995         dim-diamondshape.exe \
1996         pinvoke3.exe
1998 # Test is too sensitive.
1999 DISABLED_TESTS += localloc-noinit.exe
2001 endif
2003 if HOST_WIN32
2004 # Test is too sensitive?
2005 DISABLED_TESTS += localloc-noinit.exe
2006 endif
2008 if AMD64
2009 INTERP_DISABLED_TESTS += \
2010         assemblyresolve_event6.exe \
2011         bug-48015.exe \
2012         bug-60862.exe \
2013         cominterop.exe \
2014         dim-diamondshape.exe \
2015         pinvoke3.exe
2016 endif
2018 TESTS_CS=$(filter-out $(DISABLED_TESTS),$(TESTS_CS_SRC:.cs=.exe))
2019 TESTS_IL=$(filter-out $(DISABLED_TESTS),$(TESTS_IL_SRC:.il=.exe))
2020 TESTS_BENCH=$(filter-out $(DISABLED_TESTS),$(TESTS_BENCH_SRC:.cs=.exe))
2021 TESTS_STRESS=$(filter-out $(DISABLED_TESTS),$(TESTS_STRESS_SRC:.cs=.exe))
2022 TESTS_GSHARED=$(filter-out $(DISABLED_TESTS),$(TESTS_GSHARED_SRC:.cs=.exe))
2023 TESTS_TAILCALL_COMPILE=$(filter-out $(TAILCALL_DISABLED_TESTS_COMPILE),$(TEST_TAILCALL_CS_SRC:.cs=.exe) $(TEST_TAILCALL_IL_SRC:.il=.exe))
2024 TESTS_TAILCALL_RUN=$(filter-out $(TAILCALL_DISABLED_TESTS_RUN),$(TESTS_TAILCALL_COMPILE))
2026 if FULL_AOT_TESTS
2027 TESTSAOT_CS=$(TESTS_CS:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2028 TESTSAOT_IL=$(TESTS_IL:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2029 TESTSAOT_BENCH=$(TESTS_BENCH:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2030 TESTSAOT_STRESS=$(TESTS_STRESS:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2031 TESTSAOT_GSHARED=$(TESTS_GSHARED:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2032 # AOT tests are run by running the non-AOT files. Runtime probes for the AOT file.
2033 TESTSAOT_TAILCALL=$(TESTS_TAILCALL_COMPILE:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2034 endif
2036 if HYBRID_AOT_TESTS
2037 TESTSAOT_CS=$(TESTS_CS:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2038 TESTSAOT_IL=$(TESTS_IL:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2039 TESTSAOT_BENCH=$(TESTS_BENCH:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2040 TESTSAOT_STRESS=$(TESTS_STRESS:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2041 TESTSAOT_GSHARED=$(TESTS_GSHARED:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2042 TESTSAOT_TAILCALL=$(TESTS_TAILCALL_COMPILE:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2043 endif
2045 EXTRA_DIST=common_mixed.mk test-driver test-runner.cs $(TESTS_CS_SRC) $(TESTS_IL_SRC) \
2046         $(TESTS_BENCH_SRC) $(TESTS_STRESS_SRC) stress-runner.pl \
2047         array-coop-1.cs array-coop-2.cs \
2048         array-coop-bigvt.cs array-coop-int.cs array-coop-smallvt.cs \
2049         array-coop-bigvt.sh array-coop-smallvt.sh array-coop-int.sh \
2050         tailcall-interface-conservestack.il tailcall/fsharp-deeptail.il \
2051         $(TEST_TAILCALL_CS_SRC) \
2052         $(TEST_TAILCALL_IL_SRC)
2054 # This test has extra sources.
2055 tailcall/coreclr/JIT/opt/Tailcall/TailcallVerifyWithPrefix.exe: \
2056                 tailcall/coreclr/JIT/opt/Tailcall/TailcallVerifyTransparentLibraryWithPrefix.il \
2057                 tailcall/coreclr/JIT/opt/Tailcall/TailcallVerifyVerifiableLibraryWithPrefix.il
2059 %.exe: %.il
2060         $(MKDIR_P) $(dir $@)
2061         $(ILASM) -out:$@ $^
2063 if !FULL_AOT_TESTS
2064 if !HYBRID_AOT_TESTS
2065 if !FULL_AOT_INTERP_TESTS
2066 TEST_DRIVER_HARD_KILL_FEATURE=-r:$(CLASS)/Mono.Posix.dll
2067 endif
2068 endif
2069 endif
2071 if FULL_AOT_TESTS
2072 TEST_DRIVER_DEPEND=TestDriver.dll$(PLATFORM_AOT_SUFFIX)
2073 else
2074 if HYBRID_AOT_TESTS
2075 TEST_DRIVER_DEPEND=TestDriver.dll$(PLATFORM_AOT_SUFFIX)
2076 else
2077 TEST_DRIVER_DEPEND=TestDriver.dll
2078 endif
2079 endif
2081 %.exe: %.cs $(TEST_DRIVER_DEPEND)
2082         $(MKDIR_P) $(dir $@)
2083         $(MCS) -r:$(CLASS)/System.dll -r:$(CLASS)/System.Xml.dll -r:$(CLASS)/System.Core.dll -r:TestDriver.dll $(TEST_DRIVER_HARD_KILL_FEATURE) -out:$@ $<
2085 # N.B. test-runner.exe references the TOOLS_RUNTIME versions of the framework assemblies
2086 test-runner.exe: test-runner.cs $(TEST_DRIVER_DEPEND)
2087         $(MCS) -r:System.dll -r:System.Xml.dll -r:System.Core.dll -r:TestDriver.dll $(TEST_DRIVER_HARD_KILL_FEATURE) -out:$@ $<
2089 %.dll: %.cs
2090         $(MKDIR_P) $(dir $@)
2091         $(MCS) -r:$(CLASS)/System.dll -target:library -out:$@ $<
2092 %.dll: %.il
2093         $(MKDIR_P) $(dir $@)
2094         $(ILASM) /dll /output:$@ $<
2096 reference-loader.exe: reference-loader.cs TestingReferenceAssembly.dll TestingReferenceReferenceAssembly.dll $(TEST_DRIVER_DEPEND)
2097         $(MCS) -r:$(CLASS)/System.dll -r:TestDriver.dll -r:TestingReferenceAssembly.dll -r:TestingReferenceReferenceAssembly.dll $(TEST_DRIVER_HARD_KILL_FEATURE) -out:$@ $(srcdir)/reference-loader.cs
2099 merp-json-valid.exe: merp-json-valid.cs
2100         $(MCS) -r:$(CLASS)/System.Web.Extensions.dll -r:$(CLASS)/System.dll -r:$(CLASS)/System.Xml.dll -r:$(CLASS)/System.Core.dll -out:$@ $<
2102 merp-crash-test.exe: merp-crash-test.cs
2103         $(MCS) -r:$(CLASS)/System.Web.Extensions.dll -r:$(CLASS)/System.dll -r:$(CLASS)/System.Xml.dll -r:$(CLASS)/System.Core.dll -out:$@ $<
2105 TestingReferenceAssembly.dll: TestingReferenceAssembly.cs
2106         $(MCS) -target:library -out:$@ $<
2108 TestingReferenceReferenceAssembly.dll: TestingReferenceReferenceAssembly.cs TestingReferenceAssembly.dll
2109         $(MCS) -r:TestingReferenceAssembly.dll -target:library -out:$@ $<
2111 %.exe$(PLATFORM_AOT_SUFFIX): %.exe 
2112         $(RUNTIME) $(TEST_AOT_BUILD_FLAGS) $<
2114 %.dll$(PLATFORM_AOT_SUFFIX): %.dll 
2115         $(RUNTIME) $(TEST_AOT_BUILD_FLAGS) $<
2117 # mkbundle works on ppc, but the pkg-config POC doesn't when run with make test
2118 if POWERPC
2119 test-platform:
2120 else
2121 # Can't use mkbundle on win32 since there is no static build there
2122 # Can't run test-unhandled-exception on Windows because of all the debug popups...
2123 if HOST_WIN32
2124 test-platform:
2125 else
2126 # mkbundle uses the installed mono-2.pc so it won't work if there is no system mono
2127 #test-platform: testbundle test-iomap-regression
2128 test-platform:  test-iomap-regression
2129 endif
2130 endif
2133 # Test that no symbols are missed in eglib-remap.h
2135 if HOST_LINUX
2136 test-platform: test-eglib-remap
2137 else
2138 if HOST_DARWIN
2139 test-platform: test-eglib-remap
2140 endif
2141 endif
2142 # The following regexp describes all symbols that start with "g_" but are not part of eglibc.
2143 # The optional underscore prepending symbol names may or may not appear depending on the
2144 # system and the state of the leading-underscore compiler flag.
2145 OK_G_SYMBOLS='\<_?g_(s?list_(pre|ap)pend_(image|mempool)|concat_dir_and_file|Ctoc)\>'
2146 test-eglib-remap:
2147         @echo "Testing eglib remap..."
2148         @if which nm > /dev/null; then if nm $(top_builddir)/mono/mini/mono | grep -Ev $(OK_G_SYMBOLS) | grep -E 't _?g_'; then exit 1; else exit 0; fi; fi
2150 test-env-options:
2151         MONO_ENV_OPTIONS="--version" $(RUNTIME) array-init.exe | grep -q Architecture:
2153 TESTS_REGULAR = $(TESTS_CS) $(TESTS_IL) $(TESTS_BENCH)
2154 TESTS_INCL_DEPS = $(shell find . -type f -name "*.exe" -o -name "*.dll" -o -name "*.netmodule" -o -name "*.config")
2156 # Target to precompile the test executables
2157 test-local: $(TESTS_REGULAR) $(TESTS_STRESS) $(TESTS_GSHARED) $(TESTSAOT_CS) $(TESTSAOT_IL) $(TESTSAOT_BENCH) $(TESTSAOT_STRESS) $(TESTSAOT_GSHARED) $(TESTS_TAILCALL) $(TESTSAOT_TAILCALL) compile-gac-loading compile-assembly-load-reference test-runner.exe
2159 test-bundle-local:
2160         mkdir -p $(addprefix $(TEST_BUNDLE_PATH)/tests/runtime/,$(sort $(dir $(TESTS_INCL_DEPS))))
2161         @echo $(TESTS_REGULAR) > $(TEST_BUNDLE_PATH)/tests/runtime/runtime-test-list.txt
2162         sed -e 's,$$mono_libdir,$$test_root_dir,g' tests-config > $(TEST_BUNDLE_PATH)/tests/runtime/tests-config.tmpl
2163         cp -L .libs/libtest$(libsuffix) $(TEST_BUNDLE_PATH)/tests/runtime/
2164         $(foreach asset,$(TESTS_INCL_DEPS),cp -L $(asset) $(TEST_BUNDLE_PATH)/tests/runtime/$(dir $(asset));)
2166 # Precompile the test assemblies in parallel
2167 compile-tests:
2168         $(MAKE) -j4 test
2170 # Remove empty .stdout and .stderr files for wrench
2171 rm-empty-logs:
2172         @echo "Removing empty logs..."
2173         find . '(' -name "*.stdout" -o -name "*.stderr" ')' -size 0 -exec rm {} \;
2175 TestDriver.dll:
2176         $(MCS) -target:library -out:$@ $(srcdir)/../mini/TestDriver.cs $(srcdir)/../mini/TestHelpers.cs
2178 runtest: compile-tests
2179         @failed=0; \
2180         passed=0; \
2181         failed_tests="";\
2182         if [ "x$$V" = "x1" ]; then dump_action="dump-output"; else dump_action="no-dump"; fi; \
2183         rm -f testlist testlist.sorted; \
2184         for i in $(TESTS_REGULAR); do echo $${i} >> testlist; sort testlist > testlist.sorted; done; \
2185         for i in `cat testlist.sorted`; do \
2186                 rm -f $${i}.so; \
2187                 $(with_mono_path) $(JITTEST_PROG_RUN) --aot $(TEST_AOT_BUILD_FLAGS) --debug $${i} > $${i}.aotlog 2>&1 || exit 1; \
2188                 if $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$i "$(DISABLED_TESTS)" "$${dump_action}" $(TEST_RUNTIME_ARGS) $(TEST_AOT_RUN_FLAGS) ; \
2189                 then \
2190                         passed=`expr $${passed} + 1`; \
2191                 else \
2192                         if [ $$? = 2 ]; then break; fi; \
2193                         failed=`expr $${failed} + 1`; \
2194                         failed_tests="$${failed_tests} $$i"; \
2195                 fi \
2196         done; \
2197         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
2198         rm -f testlist testlist.sorted; \
2199         if [ $${failed} != 0 ]; then \
2200           echo -e "\nFailed tests:\n"; \
2201           for i in $${failed_tests}; do \
2202             echo $${i}; \
2203             if [ "x$$V" = "x1" ]; then \
2204               cat $${i}.stdout; \
2205               cat $${i}.stderr; \
2206             fi; \
2207           done; \
2208           exit 1; \
2209         fi
2211 runtest-managed: test-runner.exe compile-tests
2212         $(TOOLS_RUNTIME) --debug $(TEST_RUNNER) -j a --testsuite-name "runtime" --timeout 300 --disabled "$(DISABLED_TESTS)" $(TESTS_REGULAR)
2214 runtest-managed-serial: test-runner.exe compile-tests
2215         $(TOOLS_RUNTIME) --debug $(TEST_RUNNER) -j 1 --testsuite-name "runtime" --disabled "$(DISABLED_TESTS)" $(TESTS_REGULAR)
2217 test-jit:
2218         @if test x$(M) != x0; then $(MAKE) runtest-managed; else $(MAKE) runtest; fi
2220 testaot:
2221         @$(MAKE) AOT=1 runtest
2223 testtrace:
2224         @$(MAKE) TEST_RUNTIME_ARGS="$${TEST_RUNTIME_ARGS} --trace" runtest
2226 testinterp: test-runner.exe compile-tests
2227         $(TOOLS_RUNTIME) --debug $(TEST_RUNNER) -j a --runtime-args "--interpreter" --testsuite-name "runtime-interp" --timeout 300 --disabled "$(INTERP_DISABLED_TESTS)" $(TESTS_REGULAR)
2229 testfullaotinterp: test-runner.exe compile-tests
2230         $(TOOLS_RUNTIME) --debug $(TEST_RUNNER) -j a --runtime-args "--full-aot-interp" --testsuite-name "runtime-aot-interp" --timeout 300 --disabled "$(INTERP_DISABLED_TESTS)" $(TESTS_REGULAR)
2232 testllvmonlyinterp: test-runner.exe compile-tests
2233         $(TOOLS_RUNTIME) --debug $(TEST_RUNNER) -j a --runtime-args "--llvmonly-interp" --testsuite-name "runtime-aot-interp" --timeout 300 --disabled "$(INTERP_DISABLED_TESTS)" $(TESTS_REGULAR)
2235 testjitspeed: $(JITTEST_PROG) compile-tests
2236         for i in $(TESTS_BENCH); do     \
2237                 echo $$i;       \
2238                 time $(JITTEST_PROG) $$i;       \
2239         done
2241 test-iomap-regression: exists.exe
2242         @echo "Testing exists.exe..."
2243         @MONO_IOMAP=all $(RUNTIME) exists.exe
2245 stresstest: compile-tests
2246         @failed=0; \
2247         passed=0; \
2248         failed_tests="";\
2249         for i in $(TESTS_STRESS); do    \
2250                 if $(srcdir)/stress-runner.pl $$i ../mini/mono $(TEST_RUNTIME_ARGS); \
2251                 then \
2252                         passed=`expr $${passed} + 1`; \
2253                 else \
2254                         if [ $$? = 2 ]; then break; fi; \
2255                         failed=`expr $${failed} + 1`; \
2256                         failed_tests="$${failed_tests} $$i"; \
2257                 fi \
2258         done; \
2259         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
2260         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
2261           for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
2263 testbundle: console.exe
2264         @echo "Testing mkbundle..."
2265         @$(MKBUNDLE) --static console.exe > mkbundle.stdout
2266         @$(with_mono_path) MONO_CFG_DIR=$(mono_cfg_dir) ./a.out >> mkbundle.stdout
2267         @- rm -rf a.out
2269 EXTRA_DIST += load-missing.il t-missing.cs load-exceptions.cs
2271 load-missing.dll: load-missing.il
2272         $(Q) $(ILASM) /dll /output:$@ $<
2274 load-exceptions.exe t.dll: load-exceptions.cs t-missing.cs load-missing.dll $(TEST_DRIVER_DEPEND)
2275         $(Q) $(MCS) -t:library -out:t.dll -d:FOUND t-missing.cs
2276         $(Q) $(MCS) -r:TestDriver.dll -r:load-missing.dll -r:t.dll -out:$@ $<
2277         $(Q) $(MCS) -t:library -out:t.dll t-missing.cs
2279 test-type-load: load-exceptions.exe
2280 if !POWERPC64
2281         $(Q) $(RUNTIME) load-exceptions.exe > load-exceptions.exe.stdout 2> load-exceptions.exe.stderr
2282 endif
2284 EXTRA_DIST += test-multi-netmodule-1-netmodule.cs test-multi-netmodule-2-dll1.cs test-multi-netmodule-3-dll2.cs test-multi-netmodule-4-exe.cs
2286 test-multi-netmodule-1-netmodule.netmodule: test-multi-netmodule-1-netmodule.cs
2287         $(Q) $(MCS) -t:module -out:$@ $<
2288 test-multi-netmodule-2-dll1.dll: test-multi-netmodule-2-dll1.cs test-multi-netmodule-1-netmodule.netmodule
2289         $(Q) $(MCS) -addmodule:test-multi-netmodule-1-netmodule.netmodule -t:library  -out:$@ $<
2290 test-multi-netmodule-3-dll2.dll: test-multi-netmodule-3-dll2.cs test-multi-netmodule-1-netmodule.netmodule
2291         $(Q) $(MCS) -addmodule:test-multi-netmodule-1-netmodule.netmodule -t:library -out:$@ $<
2292 test-multi-netmodule-4-exe.exe: test-multi-netmodule-4-exe.cs test-multi-netmodule-2-dll1.dll test-multi-netmodule-3-dll2.dll
2293         $(Q) $(MCS) -r:test-multi-netmodule-2-dll1.dll -out:$@ $<
2295 test-multi-netmodule: test-multi-netmodule-4-exe.exe
2296         $(Q) $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --disabled "$(DISABLED_TESTS)" $<
2298 EXTRA_DIST += custom-attr-errors.cs custom-attr-errors-lib.cs
2300 custom-attr-errors.exe custom-attr-errors-lib.dll: custom-attr-errors.cs custom-attr-errors-lib.cs $(TEST_DRIVER_DEPEND)
2301         $(Q) $(MCS) /t:library -D:WITH_MEMBERS custom-attr-errors-lib.cs
2302         $(Q) $(MCS) -r:TestDriver.dll -r:custom-attr-errors-lib.dll custom-attr-errors.cs
2303         $(Q) $(MCS) /t:library custom-attr-errors-lib.cs
2305 test-cattr-type-load: custom-attr-errors.exe
2306         $(Q) $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --disabled "$(DISABLED_TESTS)" $<
2308 EXTRA_DIST += reflection-load-with-context-lib.cs reflection-load-with-context-second-lib.cs reflection-load-with-context.cs
2310 reflection-load-with-context-second-lib.dll: reflection-load-with-context-second-lib.cs
2311         $(Q) $(MCS) /t:library -out:$@ $<
2312 reflection-load-with-context-lib.dll: reflection-load-with-context-lib.cs reflection-load-with-context-second-lib.dll
2313         $(Q) $(MCS) /t:library -r:reflection-load-with-context-second-lib.dll -out:$@ $<
2314 reflection-load-with-context.exe: reflection-load-with-context-lib.dll
2316 test-reflection-load-with-context: reflection-load-with-context.exe
2317         $(Q) $(RUNTIME) reflection-load-with-context.exe > reflection-load-with-context.exe.stdout 2> reflection-load-with-context.exe.stderr
2320 EXTRA_DIST += debug-casts.cs
2321 # This depends on TLS, so its not ran by default
2322 debug-casts: debug-casts.exe
2323         $(Q) $(RUNTIME) --debug=casts debug-casts.exe
2325 EXTRA_DIST += sgen-bridge.cs sgen-descriptors.cs sgen-gshared-vtype.cs sgen-bridge-major-fragmentation.cs sgen-domain-unload.cs sgen-weakref-stress.cs sgen-cementing-stress.cs sgen-case-23400.cs      finalizer-wait.cs critical-finalizers.cs sgen-domain-unload-2.cs sgen-suspend.cs sgen-new-threads-dont-join-stw.cs sgen-new-threads-dont-join-stw-2.cs sgen-new-threads-collect.cs sgen-bridge-xref.cs bug-17590.cs sgen-toggleref.cs sgen-bridge-gchandle.cs
2327 test-sgen:
2328         ok=; \
2329         $(MAKE) test-sgen-regular || ok=false; \
2330         $(MAKE) test-sgen-toggleref || ok=false; \
2331         $(MAKE) test-sgen-bridge || ok=false; \
2332         $(MAKE) test-sgen-bridge2 || ok=false; \
2333         $(MAKE) test-sgen-bridge3 || ok=false; \
2334         $$ok
2336 test-stress-sgen:
2337         ok=; \
2338         $(MAKE) test-stress-sgen-regular || ok=false; \
2339         $(MAKE) test-stress-sgen-toggleref || ok=false; \
2340         $(MAKE) test-stress-sgen-bridge || ok=false; \
2341         $(MAKE) test-stress-sgen-bridge2 || ok=false; \
2342         $(MAKE) test-stress-sgen-bridge3 || ok=false; \
2343         $$ok
2345 TESTS_SGEN_REGULAR_SRC =        \
2346         finalizer-wait.cs       \
2347         critical-finalizers.cs  \
2348         sgen-descriptors.cs     \
2349         sgen-gshared-vtype.cs   \
2350         sgen-weakref-stress.cs  \
2351         sgen-cementing-stress.cs        \
2352         sgen-case-23400.cs      \
2353         sgen-new-threads-dont-join-stw.cs       \
2354         sgen-new-threads-dont-join-stw-2.cs     \
2355         sgen-new-threads-collect.cs     \
2356         gc-graystack-stress.cs  \
2357         bug-17590.cs    \
2358         sgen-domain-unload.cs   \
2359         sgen-domain-unload-2.cs
2361 TESTS_SGEN_REGULAR=$(filter-out $(DISABLED_TESTS),$(TESTS_SGEN_REGULAR_SRC:.cs=.exe))
2363 if FULL_AOT_TESTS
2364 TESTSAOT_SGEN_REGULAR=$(TESTS_SGEN_REGULAR:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2365 endif
2367 if HYBRID_AOT_TESTS
2368 TESTSAOT_SGEN_REGULAR=$(TESTS_SGEN_REGULAR:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2369 endif
2371 # The .cs tests are not interesting initially but should be later.
2373 #FIXME
2374 #coreclr/tailcall/CoreMangLib/system/span/SlowTailCallArgs.cs(124,13): error CS8107: Feature 'ref structs' is not available in C# 7.0. Please use language version 7.2 or greater.
2375 #coreclr/tailcall/CoreMangLib/cti/system/reflection/emit/opcodes/opcodestailcall.cs(17,9): error CS0103: The name 'TestLibrary' does not exist in the current context
2377 TEST_TAILCALL_CS_SRC=\
2378         tailcall/coreclr/JIT/CodeGenBringUpTests/RecursiveTailCall.cs \
2379         tailcall/coreclr/JIT/Methodical/tailcall/Desktop/thread-race.cs \
2380         tailcall/coreclr/JIT/Methodical/tailcall_v4/delegateParamCallTarget.cs \
2381         tailcall/coreclr/JIT/opt/FastTailCall/FastTailCallCandidates.cs \
2382         tailcall/coreclr/JIT/opt/FastTailCall/FastTailCallInlining.cs \
2383         tailcall/coreclr/JIT/opt/FastTailCall/GitHubIssue12479.cs \
2384         tailcall/coreclr/JIT/opt/FastTailCall/StackFixup.cs \
2385         tailcall/coreclr/JIT/opt/FastTailCall/StructPassingSimple.cs
2387 # At these locations we have .cs and .il.
2388 # The .il is clearly derived from the .cs, such as by running
2389 # csc + ildasm + edit.
2390 # The .cs is opportunistically optimizable, see https://github.com/mono/mono/issues/7259.
2391 # But for now we only want the .il.
2392 #tailcall/coreclr/JIT/Methodical/Boxing/misc/tailjump.cs
2393 #tailcall/coreclr/JIT/Methodical/Invoke/SEH/catchfinally_tail.cs
2394 #tailcall/coreclr/JIT/Methodical/nonvirtualcall/tailcall.cs
2395 #tailcall/coreclr/JIT/Methodical/tailcall/compat_i2_bool.il
2396 #tailcall/coreclr/JIT/Methodical/tailcall/compat_i4_i1.il
2397 #tailcall/coreclr/JIT/Methodical/tailcall/compat_i4_u.il
2398 #tailcall/coreclr/JIT/Methodical/tailcall/compat_i_u2.il
2399 #tailcall/coreclr/JIT/Methodical/tailcall/compat_r4_r8.il
2400 #tailcall/coreclr/JIT/Methodical/tailcall/compat_r8_r4.il
2402 TEST_TAILCALL_IL_SRC=\
2403         tailcall/coreclr/JIT/opt/Tailcall/TailcallVerifyWithPrefix.il \
2404         tailcall/coreclr/JIT/opt/Tailcall/TailcallVerifyTransparentLibraryWithPrefix.il \
2405         tailcall/coreclr/JIT/opt/Tailcall/TailcallVerifyVerifiableLibraryWithPrefix.il \
2406         tailcall/coreclr/JIT/Directed/coverage/importer/badtailcall.il \
2407         tailcall/coreclr/JIT/Directed/coverage/importer/Desktop/badtailcall.il \
2408         tailcall/coreclr/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.il \
2409         tailcall/coreclr/JIT/Directed/IL/PInvokeTail/tailwinapi.il \
2410         tailcall/coreclr/JIT/Directed/IL/Tailcall/JitTailcall1.il \
2411         tailcall/coreclr/JIT/Directed/IL/Tailcall/Jittailcall2.il \
2412         tailcall/coreclr/JIT/Directed/pinvoke/tail.il \
2413         tailcall/coreclr/JIT/Directed/tailcall/tailcall.il \
2414         tailcall/coreclr/JIT/IL_Conformance/Old/Base/tailcall.il \
2415         tailcall/coreclr/JIT/Methodical/Boxing/boxunbox/tailcall.il \
2416         tailcall/coreclr/JIT/Methodical/Boxing/misc/tailjump.il \
2417         tailcall/coreclr/JIT/Methodical/Invoke/fptr/recurse_tail_call.il \
2418         tailcall/coreclr/JIT/Methodical/Invoke/fptr/recurse_tail_calli.il \
2419         tailcall/coreclr/JIT/Methodical/Invoke/SEH/catchfault_tail.il \
2420         tailcall/coreclr/JIT/Methodical/Invoke/SEH/catchfinally_tail.il \
2421         tailcall/coreclr/JIT/Methodical/nonvirtualcall/tailcall.il \
2422         tailcall/coreclr/JIT/Methodical/tailcall/compat_obj.il \
2423         tailcall/coreclr/JIT/Methodical/tailcall/compat_v.il \
2424         tailcall/coreclr/JIT/Methodical/tailcall/deep_array.il \
2425         tailcall/coreclr/JIT/Methodical/tailcall/deep_array_nz.il \
2426         tailcall/coreclr/JIT/Methodical/tailcall/deep_gc.il \
2427         tailcall/coreclr/JIT/Methodical/tailcall/deep_inst.il \
2428         tailcall/coreclr/JIT/Methodical/tailcall/deep_value.il \
2429         tailcall/coreclr/JIT/Methodical/tailcall/deep_virt.il \
2430         tailcall/coreclr/JIT/Methodical/tailcall/gcval.il \
2431         tailcall/coreclr/JIT/Methodical/tailcall/gcval_nested.il \
2432         tailcall/coreclr/JIT/Methodical/tailcall/gcval_sideeffect.il \
2433         tailcall/coreclr/JIT/Methodical/tailcall/pointer.il \
2434         tailcall/coreclr/JIT/Methodical/tailcall/pointer_i.il \
2435         tailcall/coreclr/JIT/Methodical/tailcall/recurse_ep.il \
2436         tailcall/coreclr/JIT/Methodical/tailcall/recurse_ep_void.il \
2437         tailcall/coreclr/JIT/Methodical/tailcall/reference_i.il \
2438         tailcall/coreclr/JIT/Methodical/tailcall/test_2a.il \
2439         tailcall/coreclr/JIT/Methodical/tailcall/test_2b.il \
2440         tailcall/coreclr/JIT/Methodical/tailcall/test_2c.il \
2441         tailcall/coreclr/JIT/Methodical/tailcall/test_3b.il \
2442         tailcall/coreclr/JIT/Methodical/tailcall/test_implicit.il \
2443         tailcall/coreclr/JIT/Methodical/tailcall/test_mutual_rec.il \
2444         tailcall/coreclr/JIT/Methodical/tailcall/test_switch.il \
2445         tailcall/coreclr/JIT/Methodical/tailcall/test_virt.il \
2446         tailcall/coreclr/JIT/Methodical/tailcall/test_void.il \
2447         tailcall/coreclr/JIT/Methodical/tailcall_v4/delegateTail.il \
2448         tailcall/coreclr/JIT/Methodical/tailcall_v4/hijacking.il \
2449         tailcall/coreclr/JIT/Methodical/tailcall_v4/smallFrame.il \
2450         tailcall/coreclr/JIT/Methodical/tailcall_v4/tailcall_AV.il \
2451         tailcall/coreclr/JIT/opt/ETW/TailCallCases.il \
2452         tailcall/coreclr/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/tailcallcalli.il
2454 test-sgen-regular: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR)
2455         ok=; \
2456         $(MAKE) test-sgen-regular-ms-simple || ok=false; \
2457         $(MAKE) test-sgen-regular-ms-conc-simple || ok=false; \
2458         $$ok
2460 test-stress-sgen-regular: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR)
2461         ok=; \
2462         $(MAKE) test-sgen-regular-ms-simple MONO_TESTS_STRESS=1 || ok=false; \
2463         $(MAKE) test-sgen-regular-ms-conc-simple MONO_TESTS_STRESS=1 || ok=false; \
2464         $(MAKE) test-sgen-regular-ms-conc-par-simple MONO_TESTS_STRESS=1 || ok=false; \
2465         $(MAKE) test-sgen-regular-ms-conc-split MONO_TESTS_STRESS=1 || ok=false; \
2466         $(MAKE) test-sgen-regular-ms-conc-split-95-clear-at-gc MONO_TESTS_STRESS=1 || ok=false; \
2467         $(MAKE) test-sgen-regular-ms-conc-par-simple-par-dyn MONO_TESTS_STRESS=1 || ok=false; \
2468         $(MAKE) test-sgen-regular-ms-conc-par-simple-par-512k MONO_TESTS_STRESS=1 || ok=false; \
2469         $(MAKE) test-sgen-regular-ms-conc-par-simple-par-32m MONO_TESTS_STRESS=1 || ok=false; \
2470         $(MAKE) test-sgen-regular-ms-conc-par-simple-par-dyn-clear-at-gc MONO_TESTS_STRESS=1 || ok=false; \
2471         $$ok
2473 test-sgen-regular-ms-simple: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR) test-runner.exe
2474         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=major=marksweep,minor=simple" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_REGULAR)
2475 test-sgen-regular-ms-conc-simple: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR) test-runner.exe
2476         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=major=marksweep-conc,minor=simple" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_REGULAR)
2477 test-sgen-regular-ms-conc-par-simple: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR) test-runner.exe
2478         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=major=marksweep-conc-par,minor=simple" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_REGULAR)
2479 test-sgen-regular-ms-conc-split: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR) test-runner.exe
2480         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=major=marksweep-conc,minor=split" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_REGULAR)
2481 test-sgen-regular-ms-conc-split-95-clear-at-gc: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR) test-runner.exe
2482         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=clear-at-gc --gc-params=major=marksweep-conc,minor=split,alloc-ratio=95" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_REGULAR)
2483 test-sgen-regular-ms-conc-par-simple-par-dyn: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR) test-runner.exe
2484         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=major=marksweep-conc-par,minor=simple-par,dynamic-nursery" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_REGULAR)
2485 test-sgen-regular-ms-conc-par-simple-par-512k: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR) test-runner.exe
2486         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=major=marksweep-conc-par,minor=simple-par,nursery-size=512k" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_REGULAR)
2487 test-sgen-regular-ms-conc-par-simple-par-32m: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR) test-runner.exe
2488         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=major=marksweep-conc-par,minor=simple-par,nursery-size=32m" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_REGULAR)
2489 test-sgen-regular-ms-conc-par-simple-par-dyn-clear-at-gc: $(TESTS_SGEN_REGULAR) $(TESTSAOT_SGEN_REGULAR) test-runner.exe
2490         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=clear-at-gc --gc-params=major=marksweep-conc-par,minor=simple-par,dynamic-nursery" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_REGULAR)
2492 TESTS_SGEN_TOGGLEREF_SRC=       \
2493         sgen-toggleref.cs
2495 TESTS_SGEN_TOGGLEREF=$(filter-out $(DISABLED_TESTS),$(TESTS_SGEN_TOGGLEREF_SRC:.cs=.exe))
2497 if FULL_AOT_TESTS
2498 TESTSAOT_SGEN_TOGGLEREF=$(TESTS_SGEN_TOGGLEREF:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2499 endif
2501 if HYBRID_AOT_TESTS
2502 TESTSAOT_SGEN_TOGGLEREF=$(TESTS_SGEN_TOGGLEREF:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2503 endif
2505 test-sgen-toggleref: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF)
2506         ok=; \
2507         $(MAKE) test-sgen-toggleref-ms-simple || ok=false; \
2508         $(MAKE) test-sgen-toggleref-ms-conc-simple || ok=false; \
2509         $$ok
2511 test-stress-sgen-toggleref: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF)
2512         ok=; \
2513         $(MAKE) test-sgen-toggleref-ms-simple MONO_TESTS_STRESS=1 || ok=false; \
2514         $(MAKE) test-sgen-toggleref-ms-conc-simple MONO_TESTS_STRESS=1 || ok=false; \
2515         $(MAKE) test-sgen-toggleref-ms-conc-par-simple MONO_TESTS_STRESS=1 || ok=false; \
2516         $(MAKE) test-sgen-toggleref-ms-conc-split MONO_TESTS_STRESS=1 || ok=false; \
2517         $(MAKE) test-sgen-toggleref-ms-conc-split-95-clear-at-gc MONO_TESTS_STRESS=1 || ok=false; \
2518         $(MAKE) test-sgen-toggleref-ms-conc-par-simple-par-dyn MONO_TESTS_STRESS=1 || ok=false; \
2519         $(MAKE) test-sgen-toggleref-ms-conc-par-simple-par-512k MONO_TESTS_STRESS=1 || ok=false; \
2520         $(MAKE) test-sgen-toggleref-ms-conc-par-simple-par-32m MONO_TESTS_STRESS=1 || ok=false; \
2521         $(MAKE) test-sgen-toggleref-ms-conc-par-simple-par-dyn-clear-at-gc MONO_TESTS_STRESS=1 || ok=false; \
2522         $$ok
2524 test-sgen-toggleref-ms-simple: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF) test-runner.exe
2525         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=toggleref-test,major=marksweep,minor=simple" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_TOGGLEREF)
2526 test-sgen-toggleref-ms-conc-simple: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF) test-runner.exe
2527         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=toggleref-test,major=marksweep-conc,minor=simple" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_TOGGLEREF)
2528 test-sgen-toggleref-ms-conc-par-simple: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF) test-runner.exe
2529         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=toggleref-test,major=marksweep-conc-par,minor=simple" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_TOGGLEREF)
2530 test-sgen-toggleref-ms-conc-split: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF) test-runner.exe
2531         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=toggleref-test,major=marksweep-conc,minor=split" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_TOGGLEREF)
2532 test-sgen-toggleref-ms-conc-split-95-clear-at-gc: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF) test-runner.exe
2533         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=clear-at-gc --gc-params=toggleref-test,major=marksweep-conc,minor=split,alloc-ratio=95" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_TOGGLEREF)
2534 test-sgen-toggleref-ms-conc-par-simple-par-dyn: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF) test-runner.exe
2535         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=toggleref-test,major=marksweep-conc-par,minor=simple-par,dynamic-nursery" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_TOGGLEREF)
2536 test-sgen-toggleref-ms-conc-par-simple-par-512k: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF) test-runner.exe
2537         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=toggleref-test,major=marksweep-conc-par,minor=simple-par,nursery-size=512k" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_TOGGLEREF)
2538 test-sgen-toggleref-ms-conc-par-simple-par-32m: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF) test-runner.exe
2539         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug= --gc-params=toggleref-test,major=marksweep-conc-par,minor=simple-par,nursery-size=32m" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_TOGGLEREF)
2540 test-sgen-toggleref-ms-conc-par-simple-par-dyn-clear-at-gc: $(TESTS_SGEN_TOGGLEREF) $(TESTSAOT_SGEN_TOGGLEREF) test-runner.exe
2541         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=clear-at-gc --gc-params=toggleref-test,major=marksweep-conc-par,minor=simple-par,dynamic-nursery" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_TOGGLEREF)
2543 TESTS_SGEN_BRIDGE_SRC=  \
2544         sgen-bridge.cs  \
2545         sgen-bridge-major-fragmentation.cs
2547 TESTS_SGEN_BRIDGE=$(filter-out $(DISABLED_TESTS),$(TESTS_SGEN_BRIDGE_SRC:.cs=.exe))
2549 if FULL_AOT_TESTS
2550 TESTSAOT_SGEN_BRIDGE=$(TESTS_SGEN_BRIDGE:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2551 endif
2553 if HYBRID_AOT_TESTS
2554 TESTSAOT_SGEN_BRIDGE=$(TESTS_SGEN_BRIDGE:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2555 endif
2557 test-sgen-bridge: $(TESTS_SGEN_BRIDGE) $(TESTSAOT_SGEN_BRIDGE)
2558         ok=; \
2559         $(MAKE) test-sgen-bridge-ms-simple-tarjan-bridge || ok=false; \
2560         $(MAKE) test-sgen-bridge-ms-conc-simple-tarjan-bridge || ok=false; \
2561         $$ok
2563 test-stress-sgen-bridge: $(TESTS_SGEN_BRIDGE) $(TESTSAOT_SGEN_BRIDGE)
2564         ok=; \
2565         $(MAKE) test-sgen-bridge-ms-simple-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2566         $(MAKE) test-sgen-bridge-ms-conc-simple-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2567         $(MAKE) test-sgen-bridge-ms-conc-split-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2568         $(MAKE) test-sgen-bridge-ms-conc-simple-new-bridge MONO_TESTS_STRESS=1 || ok=false; \
2569         $(MAKE) test-sgen-bridge-ms-conc-simple-old-bridge MONO_TESTS_STRESS=1 || ok=false; \
2570         $(MAKE) test-sgen-bridge-ms-conc-par-simple-par-dyn-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2571         $(MAKE) test-sgen-bridge-ms-conc-par-simple-par-512k-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2572         $(MAKE) test-sgen-bridge-ms-conc-par-simple-par-32m-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2573         $$ok
2575 test-sgen-bridge-ms-simple-tarjan-bridge: $(TESTS_SGEN_BRIDGE) $(TESTSAOT_SGEN_BRIDGE) test-runner.exe
2576         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=Bridge --gc-params=major=marksweep,minor=simple,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE)
2577 test-sgen-bridge-ms-conc-simple-tarjan-bridge: $(TESTS_SGEN_BRIDGE) $(TESTSAOT_SGEN_BRIDGE) test-runner.exe
2578         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=Bridge --gc-params=major=marksweep-conc,minor=simple,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE)
2579 test-sgen-bridge-ms-conc-split-tarjan-bridge: $(TESTS_SGEN_BRIDGE) $(TESTSAOT_SGEN_BRIDGE) test-runner.exe
2580         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=Bridge --gc-params=major=marksweep-conc,minor=split,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE)
2581 test-sgen-bridge-ms-conc-simple-new-bridge: $(TESTS_SGEN_BRIDGE) $(TESTSAOT_SGEN_BRIDGE) test-runner.exe
2582         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=Bridge --gc-params=major=marksweep-conc,minor=simple,bridge-implementation=new" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE)
2583 test-sgen-bridge-ms-conc-simple-old-bridge: $(TESTS_SGEN_BRIDGE) $(TESTSAOT_SGEN_BRIDGE) test-runner.exe
2584         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=Bridge --gc-params=major=marksweep-conc,minor=simple,bridge-implementation=old" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE)
2585 test-sgen-bridge-ms-conc-par-simple-par-dyn-tarjan-bridge: $(TESTS_SGEN_BRIDGE) $(TESTSAOT_SGEN_BRIDGE) test-runner.exe
2586         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=Bridge --gc-params=major=marksweep-conc-par,minor=simple-par,dynamic-nursery,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE)
2587 test-sgen-bridge-ms-conc-par-simple-par-512k-tarjan-bridge: $(TESTS_SGEN_BRIDGE) $(TESTSAOT_SGEN_BRIDGE) test-runner.exe
2588         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=Bridge --gc-params=major=marksweep-conc-par,minor=simple-par,nursery-size=512k,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE)
2589 test-sgen-bridge-ms-conc-par-simple-par-32m-tarjan-bridge: $(TESTS_SGEN_BRIDGE) $(TESTSAOT_SGEN_BRIDGE) test-runner.exe
2590         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=Bridge --gc-params=major=marksweep-conc-par,minor=simple-par,nursery-size=32m,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE)
2592 TESTS_SGEN_BRIDGE2_SRC= \
2593         sgen-bridge-xref.cs
2595 TESTS_SGEN_BRIDGE2=$(filter-out $(DISABLED_TESTS),$(TESTS_SGEN_BRIDGE2_SRC:.cs=.exe))
2597 if FULL_AOT_TESTS
2598 TESTSAOT_SGEN_BRIDGE2=$(TESTS_SGEN_BRIDGE2:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2599 endif
2601 if HYBRID_AOT_TESTS
2602 TESTSAOT_SGEN_BRIDGE2=$(TESTS_SGEN_BRIDGE2:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2603 endif
2605 test-sgen-bridge2: $(TESTS_SGEN_BRIDGE2) $(TESTSAOT_SGEN_BRIDGE2)
2606         ok=; \
2607         $(MAKE) test-sgen-bridge2-ms-simple-tarjan-bridge || ok=false; \
2608         $(MAKE) test-sgen-bridge2-ms-conc-simple-tarjan-bridge || ok=false; \
2609         $$ok
2611 test-stress-sgen-bridge2: $(TESTS_SGEN_BRIDGE2) $(TESTSAOT_SGEN_BRIDGE2)
2612         ok=; \
2613         $(MAKE) test-sgen-bridge2-ms-simple-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2614         $(MAKE) test-sgen-bridge2-ms-conc-simple-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2615         $(MAKE) test-sgen-bridge2-ms-conc-split-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2616         $(MAKE) test-sgen-bridge2-ms-conc-simple-new-bridge MONO_TESTS_STRESS=1 || ok=false; \
2617         $(MAKE) test-sgen-bridge2-ms-conc-simple-old-bridge MONO_TESTS_STRESS=1 || ok=false; \
2618         $(MAKE) test-sgen-bridge2-ms-conc-par-simple-par-dyn-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2619         $(MAKE) test-sgen-bridge2-ms-conc-par-simple-par-512k-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2620         $(MAKE) test-sgen-bridge2-ms-conc-par-simple-par-32m-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2621         $$ok
2623 test-sgen-bridge2-ms-simple-tarjan-bridge: $(TESTS_SGEN_BRIDGE2) $(TESTSAOT_SGEN_BRIDGE2) test-runner.exe
2624         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=2Bridge --gc-params=major=marksweep,minor=simple,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE2)
2625 test-sgen-bridge2-ms-conc-simple-tarjan-bridge: $(TESTS_SGEN_BRIDGE2) $(TESTSAOT_SGEN_BRIDGE2) test-runner.exe
2626         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=2Bridge --gc-params=major=marksweep-conc,minor=simple,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE2)
2627 test-sgen-bridge2-ms-conc-split-tarjan-bridge: $(TESTS_SGEN_BRIDGE2) $(TESTSAOT_SGEN_BRIDGE2) test-runner.exe
2628         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=2Bridge --gc-params=major=marksweep-conc,minor=split,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE2)
2629 test-sgen-bridge2-ms-conc-simple-new-bridge: $(TESTS_SGEN_BRIDGE2) $(TESTSAOT_SGEN_BRIDGE2) test-runner.exe
2630         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=2Bridge --gc-params=major=marksweep-conc,minor=simple,bridge-implementation=new" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE2)
2631 test-sgen-bridge2-ms-conc-simple-old-bridge: $(TESTS_SGEN_BRIDGE2) $(TESTSAOT_SGEN_BRIDGE2) test-runner.exe
2632         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=2Bridge --gc-params=major=marksweep-conc,minor=simple,bridge-implementation=old" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE2)
2633 test-sgen-bridge2-ms-conc-par-simple-par-dyn-tarjan-bridge: $(TESTS_SGEN_BRIDGE2) $(TESTSAOT_SGEN_BRIDGE2) test-runner.exe
2634         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=2Bridge --gc-params=major=marksweep-conc-par,minor=simple-par,dynamic-nursery,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE2)
2635 test-sgen-bridge2-ms-conc-par-simple-par-512k-tarjan-bridge: $(TESTS_SGEN_BRIDGE2) $(TESTSAOT_SGEN_BRIDGE2) test-runner.exe
2636         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=2Bridge --gc-params=major=marksweep-conc-par,minor=simple-par,nursery-size=512k,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE2)
2637 test-sgen-bridge2-ms-conc-par-simple-par-32m-tarjan-bridge: $(TESTS_SGEN_BRIDGE2) $(TESTSAOT_SGEN_BRIDGE2) test-runner.exe
2638         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=2Bridge --gc-params=major=marksweep-conc-par,minor=simple-par,nursery-size=32m,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE2)
2640 TESTS_SGEN_BRIDGE3_SRC= \
2641         sgen-bridge-gchandle.cs
2643 TESTS_SGEN_BRIDGE3=$(filter-out $(DISABLED_TESTS),$(TESTS_SGEN_BRIDGE3_SRC:.cs=.exe))
2645 if FULL_AOT_TESTS
2646 TESTSAOT_SGEN_BRIDGE3=$(TESTS_SGEN_BRIDGE3:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2647 endif
2649 if HYBRID_AOT_TESTS
2650 TESTSAOT_SGEN_BRIDGE3=$(TESTS_SGEN_BRIDGE3:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2651 endif
2653 test-sgen-bridge3: $(TESTS_SGEN_BRIDGE3) $(TESTSAOT_SGEN_BRIDGE3)
2654         ok=; \
2655         $(MAKE) test-sgen-bridge3-ms-simple-tarjan-bridge || ok=false; \
2656         $(MAKE) test-sgen-bridge3-ms-conc-simple-tarjan-bridge || ok=false; \
2657         $$ok
2659 test-stress-sgen-bridge3: $(TESTS_SGEN_BRIDGE3) $(TESTSAOT_SGEN_BRIDGE3)
2660         ok=; \
2661         $(MAKE) test-sgen-bridge3-ms-simple-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2662         $(MAKE) test-sgen-bridge3-ms-conc-simple-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2663         $(MAKE) test-sgen-bridge3-ms-conc-split-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2664         $(MAKE) test-sgen-bridge3-ms-conc-simple-new-bridge MONO_TESTS_STRESS=1 || ok=false; \
2665         $(MAKE) test-sgen-bridge3-ms-conc-simple-old-bridge MONO_TESTS_STRESS=1 || ok=false; \
2666         $(MAKE) test-sgen-bridge3-ms-conc-par-simple-par-dyn-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2667         $(MAKE) test-sgen-bridge3-ms-conc-par-simple-par-512k-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2668         $(MAKE) test-sgen-bridge3-ms-conc-par-simple-par-32m-tarjan-bridge MONO_TESTS_STRESS=1 || ok=false; \
2669         $$ok
2671 test-sgen-bridge3-ms-simple-tarjan-bridge: $(TESTS_SGEN_BRIDGE3) $(TESTSAOT_SGEN_BRIDGE3) test-runner.exe
2672         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=3Bridge --gc-params=major=marksweep,minor=simple,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE3)
2673 test-sgen-bridge3-ms-conc-simple-tarjan-bridge: $(TESTS_SGEN_BRIDGE3) $(TESTSAOT_SGEN_BRIDGE3) test-runner.exe
2674         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=3Bridge --gc-params=major=marksweep-conc,minor=simple,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE3)
2675 test-sgen-bridge3-ms-conc-split-tarjan-bridge: $(TESTS_SGEN_BRIDGE3) $(TESTSAOT_SGEN_BRIDGE3) test-runner.exe
2676         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=3Bridge --gc-params=major=marksweep-conc,minor=split,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE3)
2677 test-sgen-bridge3-ms-conc-simple-new-bridge: $(TESTS_SGEN_BRIDGE3) $(TESTSAOT_SGEN_BRIDGE3) test-runner.exe
2678         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=3Bridge --gc-params=major=marksweep-conc,minor=simple,bridge-implementation=new" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE3)
2679 test-sgen-bridge3-ms-conc-simple-old-bridge: $(TESTS_SGEN_BRIDGE3) $(TESTSAOT_SGEN_BRIDGE3) test-runner.exe
2680         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=3Bridge --gc-params=major=marksweep-conc,minor=simple,bridge-implementation=old" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE3)
2681 test-sgen-bridge3-ms-conc-par-simple-par-dyn-tarjan-bridge: $(TESTS_SGEN_BRIDGE3) $(TESTSAOT_SGEN_BRIDGE3) test-runner.exe
2682         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=3Bridge --gc-params=major=marksweep-conc-par,minor=simple-par,dynamic-nursery,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE3)
2683 test-sgen-bridge3-ms-conc-par-simple-par-512k-tarjan-bridge: $(TESTS_SGEN_BRIDGE3) $(TESTSAOT_SGEN_BRIDGE3) test-runner.exe
2684         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=3Bridge --gc-params=major=marksweep-conc-par,minor=simple-par,nursery-size=512k,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE3)
2685 test-sgen-bridge3-ms-conc-par-simple-par-32m-tarjan-bridge: $(TESTS_SGEN_BRIDGE3) $(TESTSAOT_SGEN_BRIDGE3) test-runner.exe
2686         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=3Bridge --gc-params=major=marksweep-conc-par,minor=simple-par,nursery-size=32m,bridge-implementation=tarjan" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_BRIDGE3)
2688 TESTS_SGEN_OOM_SRC =    \
2689         sgen-oom-cementing-stress.cs    \
2690         sgen-oom-new-threads-dont-join-stw-2.cs \
2691         sgen-oom-bridge-major-fragmentation.cs \
2692         gc-oom-handling.cs      \
2693         gc-oom-handling2.cs
2695 TESTS_SGEN_OOM=$(filter-out $(DISABLED_TESTS),$(TESTS_SGEN_OOM_SRC:.cs=.exe))
2697 if FULL_AOT_TESTS
2698 TESTSAOT_SGEN_OOM=$(TESTS_SGEN_OOM:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2699 endif
2701 if HYBRID_AOT_TESTS
2702 TESTSAOT_SGEN_OOM=$(TESTS_SGEN_OOM:.exe=.exe$(PLATFORM_AOT_SUFFIX))
2703 endif
2705 tests-sgen-oom: $(TESTS_SGEN_OOM) $(TESTSAOT_SGEN_OOM) test-runner.exe sgen-cementing-stress.exe sgen-new-threads-dont-join-stw-2.exe sgen-bridge-major-fragmentation.exe
2706         $(TOOLS_RUNTIME) $(TEST_RUNNER) $(TEST_RUNNER_ARGS) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=max-valloc-size=50M,bridge=Bridge" --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_SGEN_OOM)
2708 if HOST_WIN32
2709 AOT_CONFIGURATIONS=     \
2710         "|regular"
2711 else
2712 AOT_CONFIGURATIONS=     \
2713         "|regular"      \
2714         "--gc=boehm|boehm"
2715 endif
2717 #LLVM crashes, got to fix it first.
2718 #       "--llvm|llvm"   \
2719 #       "--llvm --gc=boehm|llvm+boehm"
2721 AOT_TEMP_DIR=$(top_builddir)/mono/tests/aot-tmp
2723 test-aot:
2724         @failed=0; \
2725         passed=0; \
2726         failed_tests="";\
2727         profile=$(DEFAULT_PROFILE);     \
2728         rm -rf $(AOT_TEMP_DIR); \
2729         mkdir $(AOT_TEMP_DIR); \
2730         rm -f test-aot-$${name}.stdout test-aot-$${name}.stderr; \
2731         for assembly in $(mcs_topdir)/class/lib/$$profile/*.dll ; do    \
2732                 asm_name=`basename $$assembly`; \
2733                 echo "... $$asm_name";  \
2734                 for conf in $(AOT_CONFIGURATIONS); do   \
2735                         name=`echo $$conf | cut -d\| -f 2`;     \
2736                         params=`echo $$conf | cut -d\| -f 1`;   \
2737                         test_name="$${asm_name}|$${name}";      \
2738                         echo "  $$test_name";   \
2739                         if MONO_PATH=$(mcs_topdir)/class/lib/$$profile $(JITTEST_PROG_RUN) $$params --aot=temp-path=$(AOT_TEMP_DIR),outfile=$(AOT_TEMP_DIR)/$$asm_name $$assembly >> test-aot-$${name}.stdout 2>> test-aot-$${name}.stderr;     \
2740                         then \
2741                                 passed=`expr $${passed} + 1`; \
2742                         else \
2743                                 failed=`expr $${failed} + 1`; \
2744                                 failed_tests="$${failed_tests} $$test_name"; \
2745                         fi \
2746                 done;   \
2747         done;   \
2748         rm -rf $(AOT_TEMP_DIR); \
2749         echo "$${passed} test(s) passed. $${failed} test(s) did not pass."; \
2750         if [ $${failed} != 0 ]; then echo -e "\nFailed tests:\n"; \
2751         for i in $${failed_tests}; do echo $${i}; done; exit 1; fi
2754 # Generated tests for runtime invoke
2755 EXTRA_DIST += gen-runtime-invoke.cs
2757 runtime-invoke.gen.cs: gen-runtime-invoke.exe
2758         $(Q) $(RUNTIME) gen-runtime-invoke.exe > runtime-invoke.gen.cs
2760 EXTRA_DIST += make-imt-test.cs
2762 imt_big_iface_test.cs: make-imt-test.exe
2763         $(Q) $(RUNTIME) make-imt-test.exe > imt_big_iface_test.cs
2765 EXTRA_DIST += test-inline-call-stack-library.cs test-inline-call-stack.cs
2767 test-inline-call-stack-library.dll: $(srcdir)/test-inline-call-stack-library.cs
2768         $(MCS) -t:library -out:$@ $<
2770 test-inline-call-stack.exe$(PLATFORM_AOT_SUFFIX): test-inline-call-stack-library.dll$(PLATFORM_AOT_SUFFIX)
2771 test-inline-call-stack.exe: test-inline-call-stack.cs test-inline-call-stack-library.dll $(TEST_DRIVER_DEPEND)
2772         $(MCS) -r:TestDriver.dll -r:test-inline-call-stack-library.dll -out:$@ $<
2774 EXTRA_DIST += unhandled-exception-base-configuration.config
2775 EXTRA_DIST += unhandled-exception-legacy-configuration.config
2776 EXTRA_DIST += appdomain-unload.exe.config
2777 EXTRA_DIST += unhandled-exception-test-case.2.cs
2778 EXTRA_DIST += unhandled-exception-test-runner.2.cs
2779 unhandled-exception-test-case.1.cs: unhandled-exception-test-case.2.cs
2780         cp unhandled-exception-test-case.2.cs unhandled-exception-test-case.1.cs
2781 unhandled-exception-test-case-legacy.1.cs: unhandled-exception-test-case.1.cs
2782         cp unhandled-exception-test-case.1.cs unhandled-exception-test-case-legacy.1.cs
2783 unhandled-exception-test-case-legacy.2.cs: unhandled-exception-test-case.2.cs
2784         cp unhandled-exception-test-case.2.cs unhandled-exception-test-case-legacy.2.cs
2785 unhandled-exception-config_files: unhandled-exception-base-configuration.config unhandled-exception-legacy-configuration.config
2786         cp unhandled-exception-base-configuration.config unhandled-exception-test-case.1.exe.config
2787         cp unhandled-exception-base-configuration.config unhandled-exception-test-case.2.exe.config
2788         cp unhandled-exception-legacy-configuration.config unhandled-exception-test-case-legacy.1.exe.config
2789         cp unhandled-exception-legacy-configuration.config unhandled-exception-test-case-legacy.2.exe.config
2791 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
2793 test-unhandled-exception: unhandled-exception-test-runner.2.exe
2794         $(Q) $(RUNTIME) unhandled-exception-test-runner.2.exe RUNTIME:../mini/mono,GTC:F
2796 safehandle.2.exe winx64structs.exe thunks.exe pinvoke3.exe pinvoke2.exe pinvoke-2.2.exe pinvoke17.exe pinvoke13.exe \
2797         pinvoke11.exe pinvoke_ppcs.exe pinvoke_ppci.exe pinvoke_ppcf.exe pinvoke_ppcd.exe pinvoke_ppcc.exe pinvoke.exe \
2798         marshalbool.exe marshal9.exe marshal5.exe marshal.exe handleref.exe cominterop.exe bug-Xamarin-5278.exe \
2799         bug-58782-plain-throw.exe bug-58782-capture-and-throw.exe install_eh_callback.exe: libtest.la
2801 event-get.2.exe$(PLATFORM_AOT_SUFFIX): event-il.exe$(PLATFORM_AOT_SUFFIX)
2802 event-get.2.exe: event-il.exe
2804 module-cctor-loader.2.exe$(PLATFORM_AOT_SUFFIX): module-cctor.exe$(PLATFORM_AOT_SUFFIX)
2805 module-cctor-loader.2.exe: module-cctor.exe
2807 reference-loader.exe$(PLATFORM_AOT_SUFFIX): TestingReferenceAssembly.dll$(PLATFORM_AOT_SUFFIX) TestingReferenceReferenceAssembly.dll$(PLATFORM_AOT_SUFFIX)
2808 reference-loader.exe: TestingReferenceAssembly.dll TestingReferenceReferenceAssembly.dll
2810 assemblyresolve_asm.dll$(PLATFORM_AOT_SUFFIX): assemblyresolve_asm.dll assemblyresolve_deps/Test.dll$(PLATFORM_AOT_SUFFIX)
2811         MONO_PATH="assemblyresolve_deps:$(CLASS)" $(top_builddir)/runtime/mono-wrapper $(TEST_AOT_BUILD_FLAGS) assemblyresolve_asm.dll
2812 assemblyresolve_deps/Test.dll$(PLATFORM_AOT_SUFFIX): assemblyresolve_deps/Test.dll assemblyresolve_deps/TestBase.dll$(PLATFORM_AOT_SUFFIX)
2814 EXTRA_DIST += assemblyresolve_TestBase.cs assemblyresolve_Test.cs assemblyresolve_asm.cs 
2815 assemblyresolve_deps:
2816         mkdir -p assemblyresolve_deps
2817 assemblyresolve_deps/TestBase.dll: assemblyresolve_deps $(srcdir)/assemblyresolve_TestBase.cs
2818         $(MCS) -target:library -out:assemblyresolve_deps/TestBase.dll $(srcdir)/assemblyresolve_TestBase.cs
2819 assemblyresolve_deps/Test.dll: assemblyresolve_deps assemblyresolve_deps/TestBase.dll $(srcdir)/assemblyresolve_Test.cs
2820         $(MCS) -target:library -r:assemblyresolve_deps/TestBase.dll -out:assemblyresolve_deps/Test.dll $(srcdir)/assemblyresolve_Test.cs
2821 assemblyresolve_asm.dll: assemblyresolve_deps/Test.dll $(srcdir)/assemblyresolve_asm.cs
2822         $(MCS) -target:library -r:assemblyresolve_deps/TestBase.dll -r:assemblyresolve_deps/Test.dll -out:assemblyresolve_asm.dll $(srcdir)/assemblyresolve_asm.cs
2824 assemblyresolve_event3.exe$(PLATFORM_AOT_SUFFIX): assemblyresolve_asm.dll$(PLATFORM_AOT_SUFFIX) assemblyresolve_deps/Test.dll$(PLATFORM_AOT_SUFFIX) assemblyresolve_deps/TestBase.dll$(PLATFORM_AOT_SUFFIX)
2825 assemblyresolve_event3.exe: assemblyresolve_asm.dll assemblyresolve_deps/Test.dll assemblyresolve_deps/TestBase.dll
2827 assemblyresolve_event4.exe$(PLATFORM_AOT_SUFFIX): assemblyresolve_deps/Test.dll$(PLATFORM_AOT_SUFFIX) assemblyresolve_deps/TestBase.dll$(PLATFORM_AOT_SUFFIX)
2828 assemblyresolve_event4.exe: assemblyresolve_deps/Test.dll assemblyresolve_deps/TestBase.dll
2830 EXTRA_DIST += assemblyresolve_event5_label.cs assemblyresolve_event5_helper.cs
2831 assemblyresolve_deps/assemblyresolve_event5_label.dll: assemblyresolve_event5_label.cs assemblyresolve_deps 
2832         $(MCS) -target:library -out:assemblyresolve_deps/assemblyresolve_event5_label.dll $(srcdir)/assemblyresolve_event5_label.cs
2833 assemblyresolve_event5_helper.dll: assemblyresolve_event5_helper.cs assemblyresolve_deps/assemblyresolve_event5_label.dll
2834         $(MCS) -target:library -out:assemblyresolve_event5_helper.dll -r:assemblyresolve_deps/assemblyresolve_event5_label.dll $(srcdir)/assemblyresolve_event5_helper.cs
2835 assemblyresolve_event5.exe: assemblyresolve_event5_helper.dll
2837 assemblyresolve_event6.exe$(PLATFORM_AOT_SUFFIX): assemblyresolve_asm.dll$(PLATFORM_AOT_SUFFIX) assemblyresolve_deps/Test.dll$(PLATFORM_AOT_SUFFIX) assemblyresolve_deps/TestBase.dll$(PLATFORM_AOT_SUFFIX)
2838 assemblyresolve_event6.exe: assemblyresolve_asm.dll assemblyresolve_deps/Test.dll assemblyresolve_deps/TestBase.dll
2840 # We use 'test-support-files' to handle an ordering issue between the 'mono/' and 'runtime/' directories
2841 bug-80307.exe: $(srcdir)/bug-80307.cs
2842         $(MCS) -r:$(CLASS)/System.Web.dll -out:$@ $(srcdir)/bug-80307.cs
2843         cd $(top_builddir)/runtime && $(MAKE) test-support-files
2845 EXTRA_DIST += bug-81673-interface.cs
2847 bug-81673.exe$(PLATFORM_AOT_SUFFIX): bug-81673-interface.dll$(PLATFORM_AOT_SUFFIX)
2848 bug-81673.exe bug-81673-interface.dll: $(srcdir)/bug-81673.cs $(srcdir)/bug-81673-interface.cs
2849         $(MCS) -target:library -out:bug-81673-interface.dll $(srcdir)/bug-81673-interface.cs
2850         $(MCS) -r:bug-81673-interface.dll -out:bug-81673.exe $(srcdir)/bug-81673.cs
2851         $(MCS) -define:WITH_STOP -target:library -out:bug-81673-interface.dll $(srcdir)/bug-81673-interface.cs
2853 EXTRA_DIST += bug-36848-a.cs
2855 bug-36848.exe$(PLATFORM_AOT_SUFFIX): bug-36848-a.dll$(PLATFORM_AOT_SUFFIX)
2856 bug-36848.exe bug-36848-a.dll: $(srcdir)/bug-36848.cs $(srcdir)/bug-36848-a.cs
2857         $(MCS) -target:library -out:bug-36848-a.dll $(srcdir)/bug-36848-a.cs
2858         $(MCS) -r:bug-36848-a.dll -out:bug-36848.exe $(srcdir)/bug-36848.cs
2859         $(MCS) -define:WITH_STOP -target:library -out:bug-36848-a.dll $(srcdir)/bug-36848-a.cs
2861 EXTRA_DIST += bug-81691-a.cs bug-81691-b.cs
2863 bug-81691.exe$(PLATFORM_AOT_SUFFIX): bug-81691-b.dll$(PLATFORM_AOT_SUFFIX)
2864 bug-81691.exe bug-81691-a.dll bug-81691-b.dll: $(srcdir)/bug-81691.cs $(srcdir)/bug-81691-a.cs $(srcdir)/bug-81691-b.cs
2865         $(MCS) -target:library -out:bug-81691-a.dll $(srcdir)/bug-81691-a.cs 
2866         $(MCS) -r:bug-81691-a.dll -target:library -out:bug-81691-b.dll $(srcdir)/bug-81691-b.cs
2867         $(MCS) -r:bug-81691-b.dll -out:bug-81691.exe $(srcdir)/bug-81691.cs
2868         rm -f bug-81691-a.dll
2870 EXTRA_DIST += bug-81466-lib.il
2872 bug-81466.exe$(PLATFORM_AOT_SUFFIX): bug-81466-lib.dll$(PLATFORM_AOT_SUFFIX)
2873 bug-81466.exe bug-81466-lib.dll: $(srcdir)/bug-81466.il $(srcdir)/bug-81466-lib.il
2874         $(ILASM) /dll /output:bug-81466-lib.dll $(srcdir)/bug-81466-lib.il
2875         $(ILASM) /exe /output:bug-81466.exe $(srcdir)/bug-81466.il
2877 EXTRA_DIST += bug-324535-il.il
2879 bug-324535.exe$(PLATFORM_AOT_SUFFIX): bug-324535-il.dll$(PLATFORM_AOT_SUFFIX)
2880 bug-324535.exe bug-324535-il.dll: $(srcdir)/bug-324535.cs $(srcdir)/bug-324535-il.il
2881         $(ILASM) /dll /output:bug-324535-il.dll $(srcdir)/bug-324535-il.il
2882         $(MCS) -r:bug-324535-il.dll -out:bug-324535.exe $(srcdir)/bug-324535.cs
2884 EXTRA_DIST += custom-modifiers.2.cs custom-modifiers-lib.il
2886 custom-modifiers.2.exe$(PLATFORM_AOT_SUFFIX): custom-modifiers-lib.dll$(PLATFORM_AOT_SUFFIX)
2887 custom-modifiers.2.exe custom-modifiers-lib.dll: $(srcdir)/custom-modifiers.2.cs $(srcdir)/custom-modifiers-lib.il
2888         $(ILASM) /dll /output:custom-modifiers-lib.dll $(srcdir)/custom-modifiers-lib.il
2889         $(MCS) -r:custom-modifiers-lib.dll -out:custom-modifiers.2.exe $(srcdir)/custom-modifiers.2.cs
2891 EXTRA_DIST += bug-382986-lib.cs
2893 bug-382986.exe$(PLATFORM_AOT_SUFFIX): bug-382986-lib.dll$(PLATFORM_AOT_SUFFIX)
2894 bug-382986.exe bug-382986-lib.dll: $(srcdir)/bug-382986.cs $(srcdir)/bug-382986-lib.cs
2895         $(MCS) -target:library -out:bug-382986-lib.dll $(srcdir)/bug-382986-lib.cs
2896         $(MCS) -r:bug-382986-lib.dll -out:bug-382986.exe $(srcdir)/bug-382986.cs
2898 EXTRA_DIST += bug-17537-helper.cs
2900 bug-17537.exe$(PLATFORM_AOT_SUFFIX): bug-17537-helper.exe$(PLATFORM_AOT_SUFFIX)
2901 bug-17537-helper.exe: $(srcdir)/bug-17537-helper.cs
2902         $(MCS) -out:$@ $<
2903         chmod -x $@
2904 bug-17537.exe: bug-17537-helper.exe
2906 EXTRA_DIST += coreclr-security.cs
2908 test-coreclr-security : coreclr-security.exe
2909         @$(RUNTIME_MOONLIGHT) --security=core-clr-test coreclr-security.exe
2911 EXTRA_DIST += generic-unboxing.2.il generic-boxing.2.il
2913 generic-unboxing.2.dll: $(srcdir)/generic-unboxing.2.il
2914         $(ILASM) /dll /output:$@ $<
2915 generic-boxing.2.dll: $(srcdir)/generic-boxing.2.il generic-unboxing.2.dll
2916         $(ILASM) /dll /output:$@ $<
2918 EXTRA_DIST += generic-unbox.2.cs
2920 generic-unbox.2.exe$(PLATFORM_AOT_SUFFIX): generic-unboxing.2.dll$(PLATFORM_AOT_SUFFIX)
2921 generic-unbox.2.exe: $(srcdir)/generic-unbox.2.cs generic-unboxing.2.dll
2922         $(MCS) -r:generic-unboxing.2.dll -out:$@ $<
2924 EXTRA_DIST += generic-box.2.cs
2926 generic-box.2.exe$(PLATFORM_AOT_SUFFIX): generic-unboxing.2.dll$(PLATFORM_AOT_SUFFIX) generic-boxing.2.dll$(PLATFORM_AOT_SUFFIX)
2927 generic-box.2.exe : $(srcdir)/generic-box.2.cs generic-unboxing.2.dll generic-boxing.2.dll
2928         $(MCS) -r:generic-unboxing.2.dll,generic-boxing.2.dll -out:$@ $<
2930 EXTRA_DIST += generic-delegate2.2.cs generic-delegate2-lib.2.il
2932 generic-delegate2-lib.2.dll: $(srcdir)/generic-delegate2-lib.2.il
2933         $(ILASM) /dll /output:$@ $<
2935 generic-delegate2.2.exe$(PLATFORM_AOT_SUFFIX): generic-delegate2-lib.2.dll$(PLATFORM_AOT_SUFFIX)
2936 generic-delegate2.2.exe: $(srcdir)/generic-delegate2.2.cs generic-delegate2-lib.2.dll
2937         $(MCS) -r:generic-delegate2-lib.2.dll -out:$@ $<
2939 bug-3903.exe: bug-3903.cs
2940         $(MCS_NO_LIB)  $(srcdir)/bug-3903.cs -nostdlib -r:$(srcdir)/../../external/binary-reference-assemblies/v2.0/mscorlib.dll -r:$(srcdir)/../../external/binary-reference-assemblies/v2.0/System.Core.dll -out:$@
2942 EXTRA_DIST += appdomain-marshalbyref-assemblyload-MidAssembly.cs appdomain-marshalbyref-assemblyload-LeafAssembly.cs
2944 LeafAssembly.dll: appdomain-marshalbyref-assemblyload-LeafAssembly.cs
2945         mkdir -p appdomain-marshalbyref-assemblyload1
2946         $(MCS) -target:library -out:$@ $<
2948 appdomain-marshalbyref-assemblyload2/LeafAssembly.dll: appdomain-marshalbyref-assemblyload-LeafAssembly.cs
2949         mkdir -p appdomain-marshalbyref-assemblyload2
2950         $(MCS) -target:library -out:$@ $< -define:UNDEFINE_OTHER_METHOD
2952 MidAssembly.dll: appdomain-marshalbyref-assemblyload-MidAssembly.cs LeafAssembly.dll
2953         mkdir -p appdomain-marshalbyref-assemblyload1
2954         $(MCS) -target:library -out:$@ $< -r:LeafAssembly.dll
2956 appdomain-marshalbyref-assemblyload.exe: appdomain-marshalbyref-assemblyload.cs MidAssembly.dll LeafAssembly.dll appdomain-marshalbyref-assemblyload2/LeafAssembly.dll
2957         $(MCS) -out:$@ $< -r:MidAssembly.dll -r:LeafAssembly.dll
2959 assembly-load-dir1/Lib.dll: assembly-load-dir1/Lib.cs
2960         $(MKDIR_P) $(dir $@)
2961         $(MCS) -target:library -out:$@ $<
2962 assembly-load-dir2/Lib.dll: assembly-load-dir2/Lib.cs
2963         $(MKDIR_P) $(dir $@)
2964         $(MCS) -target:library -out:$@ $<
2966 assembly-load-dir1/LibStrongName.dll: assembly-load-dir1/LibStrongName.cs testing_gac/testkey.snk
2967         $(MKDIR_P) $(dir $@)
2968         $(MCS) -target:library -out:$@ $< -keyfile:$(dir $<)../testing_gac/testkey.snk
2970 assembly-load-dir2/LibStrongName.dll: assembly-load-dir2/LibStrongName.cs testing_gac/testkey.snk
2971         $(MKDIR_P) $(dir $@)
2972         $(MCS) -target:library -out:$@ $< -keyfile:$(dir $<)../testing_gac/testkey.snk
2974 EXTRA_DIST += assembly-load-dir1/Lib.cs assembly-load-dir2/Lib.cs \
2975         assembly-load-dir1/LibStrongName.cs assembly-load-dir2/LibStrongName.cs
2977 assembly-load-bytes.exe: assembly-load-dir1/Lib.dll assembly-load-dir2/Lib.dll
2979 assembly-loadfrom.exe$(PLATFORM_AOT_SUFFIX): assembly-load-dir1/Lib.dll$(PLATFORM_AOT_SUFFIX) assembly-load-dir2/Lib.dll$(PLATFORM_AOT_SUFFIX)
2980 assembly-loadfrom.exe: assembly-load-dir1/Lib.dll assembly-load-dir2/Lib.dll
2982 assembly-loadfile.exe$(PLATFORM_AOT_SUFFIX): assembly-load-dir1/Lib.dll$(PLATFORM_AOT_SUFFIX) assembly-load-dir2/Lib.dll$(PLATFORM_AOT_SUFFIX)
2983 assembly-loadfile.exe: assembly-load-dir1/Lib.dll assembly-load-dir2/Lib.dll
2985 assembly-loadfrom-bindingredirect.exe$(PLATFORM_AOT_SUFFIX): assembly-load-dir1/LibStrongName.dll$(PLATFORM_AOT_SUFFIX) assembly-load-dir2/LibStrongName.dll$(PLATFORM_AOT_SUFFIX) assembly-loadfrom-bindingredirect.exe.config
2986 assembly-loadfrom-bindingredirect.exe: assembly-load-dir1/LibStrongName.dll assembly-load-dir2/LibStrongName.dll assembly-loadfrom-bindingredirect.exe.config
2988 assembly-loadfile-bindingredirect.exe$(PLATFORM_AOT_SUFFIX): assembly-load-dir1/LibStrongName.dll$(PLATFORM_AOT_SUFFIX) assembly-load-dir2/LibStrongName.dll$(PLATFORM_AOT_SUFFIX) assembly-loadfile-bindingredirect.exe.config
2989 assembly-loadfile-bindingredirect.exe: assembly-load-dir1/LibStrongName.dll assembly-load-dir2/LibStrongName.dll assembly-loadfile-bindingredirect.exe.config
2991 assembly-load-bytes-bindingredirect.exe: assembly-load-dir1/LibStrongName.dll assembly-load-dir2/LibStrongName.dll assembly-load-bytes-bindingredirect.exe.config
2993 EXTRA_DIST += assembly-loadfrom-bindingredirect.exe.config assembly-loadfile-bindingredirect.exe.config assembly-load-bytes-bindingredirect.exe.config
2996 assembly-load-dir1/LibSimpleName.dll: assembly-load-dir1/LibSimpleName.cs
2997         $(MKDIR_P) $(dir $@)
2998         $(MCS) -target:library -out:$@ $<
3000 # NOTE: unlike assembly-load-dir1/LibSimpleName.dll, the output name here is in all lower case!
3001 assembly-load-dir2/libsimplename.dll: assembly-load-dir2/LibSimpleName.cs
3002         $(MKDIR_P) $(dir $@)
3003         $(MCS) -target:library -out:$@ $<
3005 assembly-dep-simplename.dll: assembly-dep-simplename.cs assembly-load-dir1/LibSimpleName.dll
3006         $(MCS) -target:library -out:$@ $< -r:assembly-load-dir1/LibSimpleName.dll
3008 # NOTE: while we compile assembly-dep-simplename.dll using assembly-load-dir1, we AOT it using assembly-load-dir2
3009 #  (So that the AOT image has the right GUID of the referenced assembly baked in)
3010 assembly-dep-simplename.dll$(PLATFORM_AOT_SUFFIX): assembly-dep-simplename.dll assembly-load-dir2/libsimplename.dll$(PLATFORM_AOT_SUFFIX)
3011         MONO_PATH=$(CLASS):assembly-load-dir2 $(top_builddir)/runtime/mono-wrapper $(TEST_AOT_BUILD_FLAGS) --aot-path=assembly-load-dir2 assembly-dep-simplename.dll
3013 EXTRA_DIST += assembly-load-dir1/LibSimpleName.cs assembly-load-dir2/LibSimpleName.cs \
3014         assembly-dep-simplename.cs
3016 assembly-loadfrom-simplename.exe: assembly-dep-simplename.dll assembly-load-dir2/libsimplename.dll
3018 assembly-loadfrom-simplename.exe$(PLATFORM_AOT_SUFFIX): assembly-load-dir2/libsimplename.dll$(PLATFORM_AOT_SUFFIX) assembly-dep-simplename.dll$(PLATFORM_AOT_SUFFIX)
3020 gshared:
3021         $(MAKE) test-generic-sharing
3023 gshared-aot:
3024         @$(MAKE) AOT=1 gshared
3026 test-generic-sharing-normal: $(TESTS_GSHARED) $(TESTSAOT_GSHARED)
3027         @for fn in $+ ; do      \
3028                 echo "Testing $$fn ...";        \
3029                 $(RUNTIME) -O=gshared                $$fn > $$fn.stdout || exit 1;      \
3030                 $(RUNTIME) -O=gshared,shared         $$fn > $$fn.stdout || exit 1;      \
3031                 $(RUNTIME) -O=gshared,-inline        $$fn > $$fn.stdout || exit 1;      \
3032                 $(RUNTIME) -O=gshared,-inline,shared $$fn > $fn.stdout || exit 1;       \
3033                 if [ x$(AOT) = x1 ]; then $(with_mono_path) $(JITTEST_PROG_RUN) --aot --debug $$fn > /dev/null || exit 1; $(RUNTIME) $$fn > $$fn.stdout || exit 1; fi; \
3034         done
3036 test-generic-sharing-managed: test-runner.exe $(TESTS_GSHARED) $(TESTSAOT_GSHARED) 
3037         $(Q) $(TOOLS_RUNTIME) $(TEST_RUNNER) -j a --testsuite-name "gshared" --disabled "$(DISABLED_TESTS)" --opt-sets "gshared gshared,shared gshared,-inline gshared,-inline,shared" $(TESTS_GSHARED)
3039 test-generic-sharing:
3040         @if test x$(M) != x0; then $(MAKE) test-generic-sharing-managed; else $(MAKE) test-generic-sharing-normal; fi
3042 EXTRA_DIST += async-exceptions.cs
3043 async-exceptions.exe : async-exceptions.cs
3044         $(MCS) -out:async-exceptions.exe $(srcdir)/async-exceptions.cs
3045 test-async-exceptions : async-exceptions.exe
3046         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
3047         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
3049 EXTRA_DIST += modules.cs modules-m1.cs
3050 modules-m1.netmodule: modules-m1.cs
3051         $(MCS) -out:$@ /target:module $(srcdir)/modules-m1.cs
3052 modules.exe: modules.cs modules-m1.netmodule $(TEST_DRIVER_DEPEND) 
3053         $(MCS) -out:$@ /addmodule:modules-m1.netmodule -r:TestDriver.dll $(srcdir)/modules.cs
3055 # Useful if mono is compiled with --enable-shared=no
3056 patch-libtool:
3057         cp "../../libtool" .
3058         sed -e 's,build_libtool_libs=no,build_libtool_libs=yes,g' libtool > 2; mv 2 libtool
3059         sed -e 's,LIBTOOL =,LIBTOOL2 =,g' Makefile > 2 && echo "LIBTOOL = bash ./libtool" > 1 && cat 1 2 > Makefile
3060         touch libtest.c
3063 EXTRA_DIST += threadpool-in-processexit.cs threadpool-in-processexit.exe.stdout.expected
3064 test-process-exit:
3065         @$(MCS) $(srcdir)/threadpool-in-processexit.cs -out:threadpool-in-processexit.exe
3066         @echo "Testing threadpool-in-processexit.exe..."
3067         @$(RUNTIME) threadpool-in-processexit.exe > threadpool-in-processexit.exe.stdout
3068         @diff -w threadpool-in-processexit.exe.stdout $(srcdir)/threadpool-in-processexit.exe.stdout.expected
3070 # tests that expect a 1 exit code
3071 TESTS_UNHANDLED_EXCEPTION_1_SRC =       \
3072         unhandled-exception-1.cs        \
3073         unhandled-exception-9.cs
3075 # tests that expect a 255 exit code
3076 TESTS_UNHANDLED_EXCEPTION_255_SRC =     \
3077         unhandled-exception-2.cs        \
3078         unhandled-exception-3.cs        \
3079         unhandled-exception-4.cs        \
3080         unhandled-exception-5.cs        \
3081         unhandled-exception-6.cs        \
3082         unhandled-exception-7.cs        \
3083         unhandled-exception-8.cs        \
3084         threadpool-exceptions2.cs       \
3085         threadpool-exceptions5.cs
3087 TESTS_UNHANDLED_EXCEPTION_1=$(filter-out $(DISABLED_TESTS),$(TESTS_UNHANDLED_EXCEPTION_1_SRC:.cs=.exe))
3088 TESTS_UNHANDLED_EXCEPTION_255=$(filter-out $(DISABLED_TESTS),$(TESTS_UNHANDLED_EXCEPTION_255_SRC:.cs=.exe))
3090 if FULL_AOT_TESTS
3091 TESTSAOT_UNHANDLED_EXCEPTION_1=$(TESTS_UNHANDLED_EXCEPTION_1:.exe=.exe$(PLATFORM_AOT_SUFFIX))
3092 TESTSAOT_UNHANDLED_EXCEPTION_255=$(TESTS_UNHANDLED_EXCEPTION_255:.exe=.exe$(PLATFORM_AOT_SUFFIX))
3093 endif
3095 if HYBRID_AOT_TESTS
3096 TESTSAOT_UNHANDLED_EXCEPTION_1=$(TESTS_UNHANDLED_EXCEPTION_1:.exe=.exe$(PLATFORM_AOT_SUFFIX))
3097 TESTSAOT_UNHANDLED_EXCEPTION_255=$(TESTS_UNHANDLED_EXCEPTION_255:.exe=.exe$(PLATFORM_AOT_SUFFIX))
3098 endif
3100 test-unhandled-exception-2: $(TESTS_UNHANDLED_EXCEPTION_1) $(TESTS_UNHANDLED_EXCEPTION_255) $(TESTSAOT_UNHANDLED_EXCEPTION_1) $(TESTSAOT_UNHANDLED_EXCEPTION_255)
3101         ok=; \
3102         $(MAKE) test-unhandled-exception-2-1-with-managed-handler || ok=false; \
3103         $(MAKE) test-unhandled-exception-2-1-without-managed-handler || ok=false; \
3104         $(MAKE) test-unhandled-exception-2-255-with-managed-handler || ok=false; \
3105         $(MAKE) test-unhandled-exception-2-255-without-managed-handler || ok=false; \
3106         $$ok
3108 test-unhandled-exception-2-1-with-managed-handler: $(TESTS_UNHANDLED_EXCEPTION_1) $(TESTSAOT_UNHANDLED_EXCEPTION_1) test-runner.exe
3109         $(TOOLS_RUNTIME) $(TEST_RUNNER) -j a --testsuite-name $@ --disabled "$(DISABLED_TESTS)" --expected-exit-code 1 $(TESTS_UNHANDLED_EXCEPTION_1)
3110 test-unhandled-exception-2-1-without-managed-handler: $(TESTS_UNHANDLED_EXCEPTION_1) $(TESTSAOT_UNHANDLED_EXCEPTION_1) test-runner.exe
3111         TEST_UNHANDLED_EXCEPTION_HANDLER=1 $(TOOLS_RUNTIME) $(TEST_RUNNER) -j a --testsuite-name $@ --disabled "$(DISABLED_TESTS)" --expected-exit-code 1 $(TESTS_UNHANDLED_EXCEPTION_1)
3112 test-unhandled-exception-2-255-with-managed-handler: $(TESTS_UNHANDLED_EXCEPTION_255) $(TESTSAOT_UNHANDLED_EXCEPTION_255) test-runner.exe
3113         $(TOOLS_RUNTIME) $(TEST_RUNNER) -j a --testsuite-name $@ --disabled "$(DISABLED_TESTS)" --expected-exit-code 255 $(TESTS_UNHANDLED_EXCEPTION_255)
3114 test-unhandled-exception-2-255-without-managed-handler: $(TESTS_UNHANDLED_EXCEPTION_255) $(TESTSAOT_UNHANDLED_EXCEPTION_255) test-runner.exe
3115         TEST_UNHANDLED_EXCEPTION_HANDLER=1 $(TOOLS_RUNTIME) $(TEST_RUNNER) -j a --testsuite-name $@ --disabled "$(DISABLED_TESTS)" --expected-exit-code 255 $(TESTS_UNHANDLED_EXCEPTION_255)
3117 EXTRA_DIST += appdomain-loader.cs appdomain-tester.cs
3119 if FULL_AOT_TESTS
3120 test-appdomain-unload:
3121 else
3122 appdomain-loader.exe: appdomain-tester.exe
3124 test-appdomain-unload: appdomain-loader.exe appdomain-tester.exe
3125         $(RUNTIME) -O=gshared appdomain-loader.exe > appdomain-loader.exe.1.stdout || exit 1;
3126         $(RUNTIME) appdomain-loader.exe > appdomain-loader.exe.2.stdout || exit 1;
3127         MONO_DEBUG_ASSEMBLY_UNLOAD=1 $(RUNTIME) -O=gshared appdomain-loader.exe > appdomain-loader.exe.3.stdout || exit 1;
3128         MONO_DEBUG_ASSEMBLY_UNLOAD=1 $(RUNTIME) appdomain-loader.exe > appdomain-loader.exe.4.stdout || exit 1;
3129 endif
3131 EXTRA_DIST += console-output.cs console-output.exe.stderr.expected console-output.exe.stdout.expected
3132 test-console-output: console-output.exe
3133         @$(RUNTIME) console-output.exe 1>console-output.exe.stdout
3134         @$(RUNTIME) console-output.exe 2>console-output.exe.stderr
3135         @diff -w console-output.exe.stdout $(srcdir)/console-output.exe.stdout.expected \
3136                 && diff -w console-output.exe.stderr $(srcdir)/console-output.exe.stderr.expected
3138 test-pedump: test-runner.exe
3139         $(with_mono_path) $(mono_build_root)/tools/pedump/pedump --verify error test-runner.exe
3141 .PHONY: test-gac-loading test-eglib-remap
3143 runtest-gac-loading: test-runner.exe
3144         $(MAKE) -C testing_gac run-test
3146 compile-gac-loading:
3147         $(MAKE) -C testing_gac test
3149 runtest-assembly-load-reference: test-runner.exe
3150         $(MAKE) -C assembly-load-reference run-test
3152 compile-assembly-load-reference:
3153         $(MAKE) -C assembly-load-reference test
3156 TESTS_STRESS_PROCESS_SRC=       \
3157                 process-stress-1.cs     \
3158                 process-stress-2.cs     \
3159                 process-stress-3.cs     \
3160                 process-leak.cs
3162 TESTS_STRESS_PROCESS=$(filter-out $(DISABLED_TESTS),$(TESTS_STRESS_PROCESS_SRC:.cs=.exe))
3164 if FULL_AOT_TESTS
3165 TESTSAOT_STRESS_PROCESS=$(TESTS_STRESS_PROCESS:.exe=.exe$(PLATFORM_AOT_SUFFIX))
3166 endif
3168 if HYBRID_AOT_TESTS
3169 TESTSAOT_STRESS_PROCESS=$(TESTS_STRESS_PROCESS:.exe=.exe$(PLATFORM_AOT_SUFFIX))
3170 endif
3172 test-process-stress: $(TESTS_STRESS_PROCESS) $(TESTSAOT_STRESS_PROCESS) test-runner.exe
3173         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --disabled "$(DISABLED_TESTS)" --timeout 900 $(TESTS_STRESS_PROCESS)
3175 coreclr-gcstress:
3176         $(MAKE) -C $(mono_build_root)/acceptance-tests coreclr-gcstress
3178 # Tests for the Mono lldb plugin
3179 EXTRA_DIST += test_lldb.py test-lldb.cs
3180 test-lldb: test-lldb.exe
3181         python test_lldb.py $(JITTEST_PROG)
3183 if !ENABLE_MSVC_ONLY
3185 noinst_LTLIBRARIES = libtest.la
3187 AM_CPPFLAGS = $(GLIB_CFLAGS)
3189 if HOST_WIN32
3190 # gcc-3.4.4 emits incorrect code when making indirect calls to stdcall functions using a tail call
3191 # This shows up when compiling mono_test_marshal_delegate ()
3192 libtest_la_CFLAGS=-fno-optimize-sibling-calls
3193 # the exported names created by gcc for stdcall functions are missing the leading _, so MS.NET
3194 # can't find them. So we use --kill-at to remove the @ suffix as well.
3195 libtest_la_LDFLAGS = -no-undefined -rpath `pwd` -Wl,--kill-at
3196 else
3197 libtest_la_LDFLAGS = -no-undefined -rpath `pwd`
3198 endif
3199 libtest_la_SOURCES = libtest.c
3200 libtest_la_LIBADD = $(top_builddir)/mono/eglib/libeglib.la
3202 endif # !ENABLE_MSVC_ONLY
3204 INTERNALSVISIBLETO_TEST_SRC = \
3205         internalsvisibleto-runtimetest.cs \
3206         internalsvisibleto-compilertest.cs
3208 INTERNALSVISIBLETO_TEST_LIB_SRC = \
3209         internalsvisibleto-library.cs
3211 INTERNALSVISIBLETO_TEST_LIBS = \
3212         internalsvisibleto-correctcase.dll \
3213         internalsvisibleto-wrongcase.dll \
3214         internalsvisibleto-correctcase-2.dll \
3215         internalsvisibleto-wrongcase-2.dll \
3216         internalsvisibleto-correctcase-sign2048.dll \
3217         internalsvisibleto-wrongcase-sign2048.dll \
3218         internalsvisibleto-correctcase-2-sign2048.dll \
3219         internalsvisibleto-wrongcase-2-sign2048.dll
3222 INTERNALSVISIBLETO_TEST = \
3223         $(INTERNALSVISIBLETO_TEST_SRC:.cs=.exe) \
3224         $(INTERNALSVISIBLETO_TEST_SRC:.cs=-sign2048.exe)
3226 if FULL_AOT_TESTS
3227 INTERNALSVISIBLETO_TESTAOT = \
3228         $(INTERNALSVISIBLETO_TEST:.exe=.exe$(PLATFORM_AOT_SUFFIX))
3229 INTERNALSVISIBLETO_TESTAOT_LIBS = \
3230         $(INTERNALSVISIBLETO_TEST_LIBS:.dll=.dll$(PLATFORM_AOT_SUFFIX))
3231 endif
3233 if HYBRID_AOT_TESTS
3234 INTERNALSVISIBLETO_TESTAOT = \
3235         $(INTERNALSVISIBLETO_TEST:.exe=.exe$(PLATFORM_AOT_SUFFIX))
3236 INTERNALSVISIBLETO_TESTAOT_LIBS = \
3237         $(INTERNALSVISIBLETO_TEST_LIBS:.dll=.dll$(PLATFORM_AOT_SUFFIX))
3238 endif
3240 EXTRA_DIST += $(INTERNALSVISIBLETO_TEST_SRC) $(INTERNALSVISIBLETO_TEST_LIB_SRC)
3242 test-internalsvisibleto: test-runner.exe $(INTERNALSVISIBLETO_TEST) $(INTERNALSVISIBLETO_TESTAOT) $(INTERNALSVISIBLETO_TESTAOT_LIBS)
3243         $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ $(INTERNALSVISIBLETO_TEST)
3245 internalsvisibleto-correctcase.dll internalsvisibleto-wrongcase.dll internalsvisibleto-runtimetest.exe: internalsvisibleto-runtimetest.cs internalsvisibleto-library.cs
3246         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-correctcase.dll -target:library -d:CORRECT_CASE -d:PERMISSIVE internalsvisibleto-library.cs       
3247         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-wrongcase.dll -target:library -d:WRONG_CASE -d:PERMISSIVE internalsvisibleto-library.cs
3248         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-runtimetest.exe -warn:0 -r:internalsvisibleto-correctcase.dll -r:internalsvisibleto-wrongcase.dll internalsvisibleto-runtimetest.cs
3249         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-correctcase.dll -target:library -d:CORRECT_CASE internalsvisibleto-library.cs     
3250         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-wrongcase.dll -target:library -d:WRONG_CASE internalsvisibleto-library.cs
3252 internalsvisibleto-correctcase-2.dll internalsvisibleto-wrongcase-2.dll  internalsvisibleto-compilertest.exe: internalsvisibleto-compilertest.cs internalsvisibleto-library.cs
3253         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-correctcase-2.dll -target:library -d:CORRECT_CASE internalsvisibleto-library.cs   
3254         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-wrongcase-2.dll -target:library -d:WRONG_CASE internalsvisibleto-library.cs
3255         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-compilertest.exe -warn:0 -r:internalsvisibleto-correctcase-2.dll -r:internalsvisibleto-wrongcase-2.dll internalsvisibleto-compilertest.cs
3257 internalsvisibleto-correctcase-sign2048.dll internalsvisibleto-wrongcase-sign2048.dll internalsvisibleto-runtimetest-sign2048.exe: internalsvisibleto-runtimetest.cs internalsvisibleto-library.cs internalsvisibleto-2048.snk
3258         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-correctcase-sign2048.dll -target:library -d:CORRECT_CASE -d:PERMISSIVE -d:SIGN2048 internalsvisibleto-library.cs
3259         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-wrongcase-sign2048.dll -target:library -d:WRONG_CASE -d:PERMISSIVE -d:SIGN2048 internalsvisibleto-library.cs
3260         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-runtimetest-sign2048.exe -warn:0 -r:internalsvisibleto-correctcase-sign2048.dll -r:internalsvisibleto-wrongcase-sign2048.dll -d:SIGN2048 internalsvisibleto-runtimetest.cs
3261         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-correctcase-sign2048.dll -target:library -d:CORRECT_CASE -d:SIGN2048 internalsvisibleto-library.cs
3262         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-wrongcase-sign2048.dll -target:library -d:WRONG_CASE -d:SIGN2048 internalsvisibleto-library.cs
3264 internalsvisibleto-correctcase-2-sign2048.dll internalsvisibleto-wrongcase-2-sign2048.dll internalsvisibleto-compilertest-sign2048.exe: internalsvisibleto-compilertest.cs internalsvisibleto-library.cs internalsvisibleto-2048.snk
3265         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-correctcase-2-sign2048.dll -target:library -d:CORRECT_CASE -d:SIGN2048 internalsvisibleto-library.cs      
3266         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-wrongcase-2-sign2048.dll -target:library -d:WRONG_CASE -d:SIGN2048 internalsvisibleto-library.cs
3267         $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-compilertest-sign2048.exe -warn:0 -r:internalsvisibleto-correctcase-2-sign2048.dll -r:internalsvisibleto-wrongcase-2-sign2048.dll -d:SIGN2048 internalsvisibleto-compilertest.cs
3269 EXTRA_DIST += internalsvisibleto-runtimetest.cs internalsvisibleto-compilertest.cs internalsvisibleto-library.cs internalsvisibleto-2048.snk
3271 EXTRA_DIST += weakattribute.cs
3273 # Contains copies of types which don't exist in the desktop profile so tests can use them
3274 Mono.Runtime.Testing.dll: weakattribute.cs
3275         $(MCS) -target:library -out:$@ $<
3277 weak-fields.exe: weak-fields.cs Mono.Runtime.Testing.dll
3278         $(MCS) -r:Mono.Runtime.Testing.dll -r:$(CLASS)/System.dll -r:$(CLASS)/System.Xml.dll -r:$(CLASS)/System.Core.dll -r:TestDriver.dll $(TEST_DRIVER_HARD_KILL_FEATURE) -out:$@ $<
3280 CLEANFILES = $(TESTS_REGULAR) $(TESTS_STRESS) $(TESTSAOT_CS) $(TESTSAOT_IL) $(TESTSAOT_BENCH) $(TESTSAOT_STRESS) *.dll *.stdout *.aotlog *.exe stest.dat LeafAssembly.dll MidAssembly.dll appdomain-marshalbyref-assemblyload2/*.dll 
3281 CLEANFILES += $(TESTS_TAILCALL_COMPILE) $(TESTSAOT_TAILCALL)
3282 CLEANFILES += $(BUILT_SOURCES)