diff --git a/eng/testing/ILLink.Descriptor.TestUtilities.xml b/eng/testing/ILLink.Descriptors.TestUtilities.xml similarity index 100% rename from eng/testing/ILLink.Descriptor.TestUtilities.xml rename to eng/testing/ILLink.Descriptors.TestUtilities.xml diff --git a/eng/testing/ildescriptors/ILLink.Descriptors.Castle.xml b/eng/testing/ildescriptors/ILLink.Descriptors.Castle.xml new file mode 100644 index 00000000000000..d9aa664cee8d81 --- /dev/null +++ b/eng/testing/ildescriptors/ILLink.Descriptors.Castle.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/eng/testing/ildescriptors/ILLink.Descriptors.ModuleCore.xml b/eng/testing/ildescriptors/ILLink.Descriptors.ModuleCore.xml new file mode 100644 index 00000000000000..49f25da0b13251 --- /dev/null +++ b/eng/testing/ildescriptors/ILLink.Descriptors.ModuleCore.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/eng/testing/ildescriptors/ILLink.Descriptors.Serialization.xml b/eng/testing/ildescriptors/ILLink.Descriptors.Serialization.xml new file mode 100644 index 00000000000000..bd676690e0c974 --- /dev/null +++ b/eng/testing/ildescriptors/ILLink.Descriptors.Serialization.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets index aea51ddee8c283..f17e589639104d 100644 --- a/eng/testing/tests.mobile.targets +++ b/eng/testing/tests.mobile.targets @@ -244,7 +244,7 @@ - + diff --git a/eng/testing/tests.props b/eng/testing/tests.props index bf54e899d4d11e..e69afc3174357b 100644 --- a/eng/testing/tests.props +++ b/eng/testing/tests.props @@ -6,6 +6,7 @@ Build $(TestDependsOn);GenerateRunScript;RunTests true + $(MSBuildThisFileDirectory)ildescriptors\ diff --git a/eng/testing/tests.wasm.targets b/eng/testing/tests.wasm.targets index 97e72ea56dc388..b8153960f40c94 100644 --- a/eng/testing/tests.wasm.targets +++ b/eng/testing/tests.wasm.targets @@ -2,6 +2,8 @@ $(BundleTestAppTargets);BundleTestWasmApp + + true @@ -186,7 +188,6 @@ <_PdbFilesToCheck Include="$([System.IO.Path]::ChangeExtension('%(ResolvedFileToPublish.Identity)', '.pdb'))" Condition="'%(ResolvedFileToPublish.Extension)' == '.dll'" /> - diff --git a/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj b/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj index c115e0c43497f6..9f7bba7728cb2b 100644 --- a/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj +++ b/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj @@ -8,6 +8,7 @@ --> $(Features.Replace('strict', '') + true @@ -43,4 +44,4 @@ - \ No newline at end of file + diff --git a/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/tests/Microsoft.Extensions.Configuration.FileExtensions.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/tests/Microsoft.Extensions.Configuration.FileExtensions.Tests.csproj index c8ad61e4c1d9e0..3ec4eed8bda983 100644 --- a/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/tests/Microsoft.Extensions.Configuration.FileExtensions.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/tests/Microsoft.Extensions.Configuration.FileExtensions.Tests.csproj @@ -7,6 +7,8 @@ + + diff --git a/src/libraries/Microsoft.Extensions.Configuration/tests/Microsoft.Extensions.Configuration.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration/tests/Microsoft.Extensions.Configuration.Tests.csproj index 39b650fed2df34..ac687f1cff8573 100644 --- a/src/libraries/Microsoft.Extensions.Configuration/tests/Microsoft.Extensions.Configuration.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.Configuration/tests/Microsoft.Extensions.Configuration.Tests.csproj @@ -8,6 +8,8 @@ + + diff --git a/src/libraries/Microsoft.Extensions.FileProviders.Composite/tests/Microsoft.Extensions.FileProviders.Composite.Tests.csproj b/src/libraries/Microsoft.Extensions.FileProviders.Composite/tests/Microsoft.Extensions.FileProviders.Composite.Tests.csproj index a9e97be7d3663a..3ce20dfd3ddfbc 100644 --- a/src/libraries/Microsoft.Extensions.FileProviders.Composite/tests/Microsoft.Extensions.FileProviders.Composite.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.FileProviders.Composite/tests/Microsoft.Extensions.FileProviders.Composite.Tests.csproj @@ -11,6 +11,8 @@ + + diff --git a/src/libraries/Microsoft.Extensions.Logging/tests/Common/ILLink.Descriptors.xml b/src/libraries/Microsoft.Extensions.Logging/tests/Common/ILLink.Descriptors.xml new file mode 100644 index 00000000000000..e726c3e2a0f89e --- /dev/null +++ b/src/libraries/Microsoft.Extensions.Logging/tests/Common/ILLink.Descriptors.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/libraries/Microsoft.Extensions.Logging/tests/Common/Microsoft.Extensions.Logging.Tests.csproj b/src/libraries/Microsoft.Extensions.Logging/tests/Common/Microsoft.Extensions.Logging.Tests.csproj index 58364d61b28e41..5abd249f537a7e 100644 --- a/src/libraries/Microsoft.Extensions.Logging/tests/Common/Microsoft.Extensions.Logging.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.Logging/tests/Common/Microsoft.Extensions.Logging.Tests.csproj @@ -18,6 +18,9 @@ Link="tests\DI.Common\Common\src\TestLogger.cs" /> + + + diff --git a/src/libraries/Microsoft.Extensions.Primitives/tests/Microsoft.Extensions.Primitives.Tests.csproj b/src/libraries/Microsoft.Extensions.Primitives/tests/Microsoft.Extensions.Primitives.Tests.csproj index 5bdba47205fd95..ab3aefab04e93e 100644 --- a/src/libraries/Microsoft.Extensions.Primitives/tests/Microsoft.Extensions.Primitives.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.Primitives/tests/Microsoft.Extensions.Primitives.Tests.csproj @@ -8,6 +8,8 @@ + + diff --git a/src/libraries/System.ComponentModel.TypeConverter/tests/ILLink.Descriptors.xml b/src/libraries/System.ComponentModel.TypeConverter/tests/ILLink.Descriptors.xml deleted file mode 100644 index 2c51716e8b55b2..00000000000000 --- a/src/libraries/System.ComponentModel.TypeConverter/tests/ILLink.Descriptors.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj b/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj index 6b01697f2af27e..f8b01e5d42294a 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj +++ b/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj @@ -164,6 +164,6 @@ - + diff --git a/src/libraries/System.Data.Common/tests/System/Data/XmlDataReaderTest.cs b/src/libraries/System.Data.Common/tests/System/Data/XmlDataReaderTest.cs index 1435d58a77e9d4..c042f09704f7b6 100644 --- a/src/libraries/System.Data.Common/tests/System/Data/XmlDataReaderTest.cs +++ b/src/libraries/System.Data.Common/tests/System/Data/XmlDataReaderTest.cs @@ -34,6 +34,7 @@ namespace System.Data.Tests public class XmlDataReaderTest { [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/51369", TestPlatforms.Browser)] public void XmlLoadTest() { var ds = new DataSet(); diff --git a/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj index 0305d46cd31479..bd77bc67d2b0d4 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj @@ -11,5 +11,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj index fe3aae52dd9706..e0fde3ef9cf7e9 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj @@ -11,5 +11,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj index c948363d2bf792..220eb270431dd6 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj @@ -13,5 +13,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj index 0a3fcb132b6695..831c0f4a4207cf 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj @@ -16,5 +16,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj index 4388ee399713b5..26d3ea29f2d0bc 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj @@ -28,5 +28,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj index d174841079fcce..6682dd952eb9cc 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj @@ -11,5 +11,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj index cb59910574851d..b3f8e74082ead8 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj @@ -11,5 +11,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj b/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj index b82ea9d83831c9..e51f36d00154b0 100644 --- a/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj @@ -19,5 +19,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj index 71a716ef7bda4f..47ee18eba3d0be 100644 --- a/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj @@ -42,5 +42,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj index 7d5a74dcc6970e..7c738bd8285f94 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj @@ -9,5 +9,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj index f41e265d8d9bbb..6c33b0847732ad 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj @@ -9,5 +9,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/XslCompiledTransform.cs b/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/XslCompiledTransform.cs index c323dcb5dc7998..81bbafc28a0e72 100644 --- a/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/XslCompiledTransform.cs +++ b/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/XslCompiledTransform.cs @@ -3331,6 +3331,7 @@ public CTransformRegressionTest(ITestOutputHelper output) : base(output) } //[Variation("Bug398968 - Globalization is broken for document() function")] + [ActiveIssue("https://github.com/dotnet/runtime/issues/51244", TestPlatforms.Browser)] [InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocument)] [Theory] public void RegressionTest1(XslInputType xslInputType, ReaderType readerType, OutputType outputType, NavType navType) diff --git a/src/libraries/System.Reflection.MetadataLoadContext/tests/ILLink.Descriptors.xml b/src/libraries/System.Reflection.MetadataLoadContext/tests/ILLink.Descriptors.xml new file mode 100644 index 00000000000000..cf15f17b4ba973 --- /dev/null +++ b/src/libraries/System.Reflection.MetadataLoadContext/tests/ILLink.Descriptors.xml @@ -0,0 +1,3 @@ + + + diff --git a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj index 1703956fc6c52c..62a8a2e49b35b3 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj @@ -78,5 +78,7 @@ + + diff --git a/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj b/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj index 44eb26a667fdf5..32cd3ee2dbf9d6 100644 --- a/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj +++ b/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj @@ -14,5 +14,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Reflection/tests/ILLink.Descriptors.CoreCLR.xml b/src/libraries/System.Reflection/tests/ILLink.Descriptors.CoreCLR.xml new file mode 100644 index 00000000000000..719fbbd4c5da86 --- /dev/null +++ b/src/libraries/System.Reflection/tests/ILLink.Descriptors.CoreCLR.xml @@ -0,0 +1,3 @@ + + + diff --git a/src/libraries/System.Reflection/tests/ILLink.Descriptors.xml b/src/libraries/System.Reflection/tests/ILLink.Descriptors.xml new file mode 100644 index 00000000000000..1b3e1a0273499d --- /dev/null +++ b/src/libraries/System.Reflection/tests/ILLink.Descriptors.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj index deceb65e37f3e0..4da8771e292ad3 100644 --- a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj +++ b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj @@ -6,6 +6,9 @@ false true $(NoWarn),SYSLIB0013 + + + true - + <__ExcludeFromBundle Include="TestAssembly.dll" /> + + + diff --git a/src/libraries/System.Runtime.Caching/tests/ILLink.Descriptors.xml b/src/libraries/System.Runtime.Caching/tests/ILLink.Descriptors.xml new file mode 100644 index 00000000000000..b18d52b0dc5e16 --- /dev/null +++ b/src/libraries/System.Runtime.Caching/tests/ILLink.Descriptors.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj b/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj index 34de6bc40a8279..e45357bf2fb05b 100644 --- a/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj +++ b/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj @@ -11,6 +11,8 @@ + + diff --git a/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj b/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj index 36a8692d96ba56..b71c5b032de436 100644 --- a/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj @@ -92,5 +92,11 @@ + + + + + + - \ No newline at end of file + diff --git a/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj b/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj index 3ae23086ad26cf..151eda8286ee27 100644 --- a/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj @@ -8,5 +8,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj b/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj index 072c5e69940250..37fd4d3ab02eb3 100644 --- a/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj @@ -7,5 +7,7 @@ + + - \ No newline at end of file + diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/ILLink.Descriptors.xml b/src/libraries/System.Runtime.Serialization.Xml/tests/ILLink.Descriptors.xml new file mode 100644 index 00000000000000..89cf2df27d11d7 --- /dev/null +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/ILLink.Descriptors.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj b/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj index e62c8b7f82d81d..5c1d3171615da1 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj @@ -44,8 +44,11 @@ Link="SerializationTestTypes\SampleTypes.cs" /> + + + - \ No newline at end of file + diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj b/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj index 3992b33bcfa3a0..16429165cbdf26 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj @@ -31,5 +31,8 @@ + + + diff --git a/src/libraries/System.Runtime/tests/ILLink.Descriptors.xml b/src/libraries/System.Runtime/tests/ILLink.Descriptors.xml new file mode 100644 index 00000000000000..cdcd5d8b6c2e80 --- /dev/null +++ b/src/libraries/System.Runtime/tests/ILLink.Descriptors.xml @@ -0,0 +1,3 @@ + + + diff --git a/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj b/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj index 4d8c8213f27410..8bf37879b89a9c 100644 --- a/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj +++ b/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj @@ -263,6 +263,9 @@ + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -313,9 +270,6 @@ - - - diff --git a/src/mono/mono/mini/mini-wasm-debugger.c b/src/mono/mono/mini/mini-wasm-debugger.c index 52a79089ad590e..01ef65f7fbea04 100644 --- a/src/mono/mono/mini/mini-wasm-debugger.c +++ b/src/mono/mono/mini/mini-wasm-debugger.c @@ -557,7 +557,7 @@ handle_exception (MonoException *exc, MonoContext *throw_ctx, MonoContext *catch ERROR_DECL (error); const char *default_error_message = "Failed to get exception message."; - PRINT_DEBUG_MSG (1, "handle exception - %d - %p - %p - %p\n", pause_on_exc, exc, throw_ctx, catch_ctx); + PRINT_DEBUG_MSG (2, "handle exception - %d - %p - %p - %p\n", pause_on_exc, exc, throw_ctx, catch_ctx); //normal mono_runtime_try_invoke does not capture the exception and this is a temporary workaround. exception_on_runtime_invoke = (MonoObject*)exc;