summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2019-06-21 10:54:36 -0700
committerGitHub <noreply@github.com>2019-06-21 10:54:36 -0700
commit457c13d6b561ec7ff2a48d3d2599c5dcaed7b728 (patch)
treeca4071401f27dcd2be38a433984b2b4510a12df2 /tests
parentcfe7e655bf3ba03622e0b347dfca6e6fcee6942b (diff)
downloadcoreclr-457c13d6b561ec7ff2a48d3d2599c5dcaed7b728.tar.gz
coreclr-457c13d6b561ec7ff2a48d3d2599c5dcaed7b728.tar.bz2
coreclr-457c13d6b561ec7ff2a48d3d2599c5dcaed7b728.zip
Address nullable feedback for System.Diagnostics.Tracing and StackTrace (#25303)
* Address nullable feedback for System.Diagnostics.Tracing and StackTrace * Disable corefx tests that need to be updated
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.rsp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.rsp b/tests/CoreFX/CoreFX.issues.rsp
index b6f7abef83..e7b11abbf7 100644
--- a/tests/CoreFX/CoreFX.issues.rsp
+++ b/tests/CoreFX/CoreFX.issues.rsp
@@ -122,3 +122,13 @@
# requires corefx test updates: https://github.com/dotnet/corefx/pull/38692
-nomethod System.Tests.StringTests.CasingAsSpan_NullCulture_ThrowsArgumentNullException
+
+# requires corefx test updates: https://github.com/dotnet/corefx/pull/38747
+-nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_EmptyException_FNeedFileInfo
+-nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_EmptyException_GetFramesReturnsNull
+-nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_EmptyException_SkipFrames
+-nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_EmptyException_SkipFrames_FNeedFileInfo
+-nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_Exception_LargeSkipFrames
+-nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_Exception_LargeSkipFrames_FNeedFileInfo
+-nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_LargeSkipFrames_GetFramesReturnsNull
+-nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_LargeSkipFramesFNeedFileInfo_GetFramesReturnsNull