summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2018-12-18 09:56:23 +0100
committerGitHub <noreply@github.com>2018-12-18 09:56:23 +0100
commit352a5cb1b358ba7e3a5addbf7bd4a5fd73499683 (patch)
tree579f97417009d4e11362eb237416c1d4986405f6 /tests/src
parente33e50eb845a75312d98dbc9a6bf9b9b0e6c4ee5 (diff)
downloadcoreclr-352a5cb1b358ba7e3a5addbf7bd4a5fd73499683.tar.gz
coreclr-352a5cb1b358ba7e3a5addbf7bd4a5fd73499683.tar.bz2
coreclr-352a5cb1b358ba7e3a5addbf7bd4a5fd73499683.zip
Fix stack walking and reporting of default interface methods (#21525)
Default interface methods in their unresolved state don't have a generic context. The generic context is only added once the method is resolved to its implementation.
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj3
-rw-r--r--tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj3
-rw-r--r--tests/src/Regressions/coreclr/15241/genericcontext.ilproj3
-rw-r--r--tests/src/Regressions/coreclr/16355/boring.ilproj3
-rw-r--r--tests/src/Regressions/coreclr/16775/sharedinterfacemethod.ilproj3
-rw-r--r--tests/src/Regressions/coreclr/20452/twopassvariance.ilproj3
6 files changed, 0 insertions, 18 deletions
diff --git a/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj b/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj
index 4874296a2b..2cdea3a3c6 100644
--- a/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj
+++ b/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj
@@ -15,9 +15,6 @@
<OutputType>Exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
-
- <!-- Hitting failures in GCStress: https://github.com/dotnet/coreclr/issues/16376 -->
- <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
diff --git a/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj b/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj
index c1695ad773..45d186c15f 100644
--- a/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj
+++ b/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj
@@ -15,9 +15,6 @@
<OutputType>Exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
-
- <!-- Hitting failures in GCStress: https://github.com/dotnet/coreclr/issues/16376 -->
- <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
diff --git a/tests/src/Regressions/coreclr/15241/genericcontext.ilproj b/tests/src/Regressions/coreclr/15241/genericcontext.ilproj
index 40064db4a1..ea2fd35bfc 100644
--- a/tests/src/Regressions/coreclr/15241/genericcontext.ilproj
+++ b/tests/src/Regressions/coreclr/15241/genericcontext.ilproj
@@ -15,9 +15,6 @@
<OutputType>Exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
-
- <!-- Fails GCStress: https://github.com/dotnet/coreclr/issues/16898 -->
- <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
diff --git a/tests/src/Regressions/coreclr/16355/boring.ilproj b/tests/src/Regressions/coreclr/16355/boring.ilproj
index ce5edc1e06..6bf3f70e6f 100644
--- a/tests/src/Regressions/coreclr/16355/boring.ilproj
+++ b/tests/src/Regressions/coreclr/16355/boring.ilproj
@@ -15,9 +15,6 @@
<OutputType>Exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
-
- <!-- Issue 21044, https://github.com/dotnet/coreclr/issues/21044 -->
- <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
diff --git a/tests/src/Regressions/coreclr/16775/sharedinterfacemethod.ilproj b/tests/src/Regressions/coreclr/16775/sharedinterfacemethod.ilproj
index 25f2419039..7521917db5 100644
--- a/tests/src/Regressions/coreclr/16775/sharedinterfacemethod.ilproj
+++ b/tests/src/Regressions/coreclr/16775/sharedinterfacemethod.ilproj
@@ -15,9 +15,6 @@
<OutputType>Exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
-
- <!-- Issue 21044, https://github.com/dotnet/coreclr/issues/21044 -->
- <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
diff --git a/tests/src/Regressions/coreclr/20452/twopassvariance.ilproj b/tests/src/Regressions/coreclr/20452/twopassvariance.ilproj
index 4ffff779bc..a34dedab73 100644
--- a/tests/src/Regressions/coreclr/20452/twopassvariance.ilproj
+++ b/tests/src/Regressions/coreclr/20452/twopassvariance.ilproj
@@ -15,9 +15,6 @@
<OutputType>Exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
-
- <!-- Issue 21044, https://github.com/dotnet/coreclr/issues/21044 -->
- <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>