summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2019-04-17 20:17:55 -0500
committerGitHub <noreply@github.com>2019-04-17 20:17:55 -0500
commit52aff202cd382c233d903d432da06deffaa21868 (patch)
treefbfdfc193d6edbfb9e5770d8c0399e3f57bb0812 /tests
parent0c1f6b9e3282f04d48b756afc8dbe60334ffd9b1 (diff)
parente73ad9cac0b7efc4ac1460b386295289e02e40d5 (diff)
downloadcoreclr-52aff202cd382c233d903d432da06deffaa21868.tar.gz
coreclr-52aff202cd382c233d903d432da06deffaa21868.tar.bz2
coreclr-52aff202cd382c233d903d432da06deffaa21868.zip
Merge pull request #23762 from dotnet/NullableFeature
Nullable feature into master
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index ac2c24277d..78960e96ff 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -261,6 +261,20 @@
}
},
{
+ "name": "System.Diagnostics.StackTrace.Tests",
+ "enabled": true,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": [
+ {
+ "name": "System.Diagnostics.Tests.StackTraceTests.ToString_NullFrame_ThrowsNullReferenceException",
+ "reason": "outdated"
+ }
+ ]
+ }
+ },
+ {
"name": "System.Diagnostics.Tracing.Tests",
"enabled": true,
"exclusions": {