X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2FMakefile.am;h=887f48a244bb4c87face5e25f04ab42e0a6a2e81;hb=bb4b0ff4fc2877a3fd5d784348368ec832fb82c7;hp=4633df435412654d98a2034f332c740398f9a918;hpb=c08acd2eb48596cec148183fd828403b77074b01;p=mono.git diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index 4633df43541..887f48a244b 100644 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -470,7 +470,8 @@ BASE_TEST_CS_SRC_UNIVERSAL= \ bug-29585.cs \ priority.cs \ abort-cctor.cs \ - thread-native-exit.cs + thread-native-exit.cs \ + reference-loader.cs if INSTALL_MOBILE_STATIC BASE_TEST_CS_SRC= \ @@ -692,7 +693,6 @@ DISABLED_TESTS= \ bug-459094.exe \ delegate-invoke.exe \ bug-Xamarin-5278.exe \ - reference-loader.cs \ $(PLATFORM_DISABLED_TESTS) \ $(EXTRA_DISABLED_TESTS) \ $(COOP_DISABLED_TESTS) \ @@ -789,7 +789,8 @@ TEST_IL_SRC_UNIVERSAL= \ delegate-with-null-target.il \ bug-318677.il \ gsharing-valuetype-layout.il \ - invalid_generic_instantiation.il + invalid_generic_instantiation.il \ + bug-45841-fpstack-exceptions.il if INSTALL_MOBILE_STATIC TEST_IL_SRC= \ @@ -880,7 +881,9 @@ bug-324535-il.dll$(PLATFORM_AOT_SUFFIX) \ bug-36848-a.dll$(PLATFORM_AOT_SUFFIX) \ bug-81691-b.dll$(PLATFORM_AOT_SUFFIX) \ bug-327438.2.exe$(PLATFORM_AOT_SUFFIX) \ -bug-81466-lib.dll$(PLATFORM_AOT_SUFFIX) +bug-81466-lib.dll$(PLATFORM_AOT_SUFFIX) \ +TestingReferenceAssembly.dll$(PLATFORM_AOT_SUFFIX) \ +TestingReferenceReferenceAssembly.dll$(PLATFORM_AOT_SUFFIX) if INSTALL_MOBILE_STATIC prereqs: $(PREREQSI_IL_AOT) $(PREREQSI_CS_AOT) $(AOT_EXTRA_LIBS) @@ -1111,7 +1114,7 @@ debug-casts: @$(MCS) -r:TestDriver.dll $(srcdir)/debug-casts.cs @$(RUNTIME) --debug=casts debug-casts.exe -EXTRA_DIST += sgen-bridge.cs sgen-descriptors.cs sgen-gshared-vtype.cs sgen-bridge-major-fragmentation.cs sgen-domain-unload.cs sgen-weakref-stress.cs sgen-cementing-stress.cs sgen-case-23400.cs finalizer-wait.cs critical-finalizers.cs sgen-domain-unload-2.cs sgen-suspend.cs sgen-new-threads-dont-join-stw.cs sgen-new-threads-dont-join-stw-2.cs sgen-bridge-xref.cs bug-17590.cs sgen-toggleref.cs sgen-bridge-gchandle.cs +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 sgen-tests: @@ -1136,6 +1139,7 @@ SGEN_REGULAR_TESTS_UNIVERSAL = \ sgen-case-23400.exe \ sgen-new-threads-dont-join-stw.exe \ sgen-new-threads-dont-join-stw-2.exe \ + sgen-new-threads-collect.exe \ gc-graystack-stress.exe \ bug-17590.exe