Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs2
-rw-r--r--test/Mono.Linker.Tests.Cases/DataFlow/TypeHandleDataFlow.cs2
-rw-r--r--test/Mono.Linker.Tests.Cases/Reflection/RunClassConstructorUsedViaReflection.cs2
3 files changed, 0 insertions, 6 deletions
diff --git a/test/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs b/test/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs
index b03fe04b0..0a9cf094a 100644
--- a/test/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs
+++ b/test/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs
@@ -63,8 +63,6 @@ namespace Mono.Linker.Tests.Cases.DataFlow
RequirePublicConstructors ("System.Invalid.TypeName");
}
- // https://github.com/dotnet/linker/issues/2528
- [ExpectedWarning ("IL2072", nameof (RequirePublicConstructors), ProducedBy = ProducedBy.Analyzer)]
static void TestNull ()
{
Type type = null;
diff --git a/test/Mono.Linker.Tests.Cases/DataFlow/TypeHandleDataFlow.cs b/test/Mono.Linker.Tests.Cases/DataFlow/TypeHandleDataFlow.cs
index e00bfd202..507f532e5 100644
--- a/test/Mono.Linker.Tests.Cases/DataFlow/TypeHandleDataFlow.cs
+++ b/test/Mono.Linker.Tests.Cases/DataFlow/TypeHandleDataFlow.cs
@@ -64,8 +64,6 @@ namespace Mono.Linker.Tests.Cases.DataFlow
Type.GetTypeFromHandle (typeWithMethods.TypeHandle).RequiresPublicMethods ();
}
- // https://github.com/dotnet/linker/issues/2528
- [ExpectedWarning ("IL2072", nameof (Type.GetTypeFromHandle), nameof (DataFlowTypeExtensions.RequiresPublicMethods), ProducedBy = ProducedBy.Analyzer)]
static void TestNull ()
{
Type type = null;
diff --git a/test/Mono.Linker.Tests.Cases/Reflection/RunClassConstructorUsedViaReflection.cs b/test/Mono.Linker.Tests.Cases/Reflection/RunClassConstructorUsedViaReflection.cs
index 02e47c545..0744577ec 100644
--- a/test/Mono.Linker.Tests.Cases/Reflection/RunClassConstructorUsedViaReflection.cs
+++ b/test/Mono.Linker.Tests.Cases/Reflection/RunClassConstructorUsedViaReflection.cs
@@ -33,8 +33,6 @@ namespace Mono.Linker.Tests.Cases.Reflection
}
[Kept]
- // https://github.com/dotnet/linker/issues/2528
- [ExpectedWarning ("IL2059", nameof (RuntimeHelpers) + "." + nameof (RuntimeHelpers.RunClassConstructor), ProducedBy = ProducedBy.Analyzer)]
static void TestNull ()
{
Type type = null;