summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMaryam Ariyan <maryam.ariyan@microsoft.com>2019-06-10 14:09:07 -0700
committerGitHub <noreply@github.com>2019-06-10 14:09:07 -0700
commit64855db283bf84e8d47cfd6d5cde4248df3e0f50 (patch)
treea19c6ee6eb5987c9689f5b21d29ad590aa2fc0d4 /tests
parent835836c9d34409af0f31529201dfd57cb2bd053c (diff)
downloadcoreclr-64855db283bf84e8d47cfd6d5cde4248df3e0f50.tar.gz
coreclr-64855db283bf84e8d47cfd6d5cde4248df3e0f50.tar.bz2
coreclr-64855db283bf84e8d47cfd6d5cde4248df3e0f50.zip
Make Debug.Print(string) behavior consistent with .NET Framework (#25036)
* Debug.Print should call Debug.WriteLine - to behave similar to .NET Framework * temporarily disable tests - Waiting for coreclr/fx changes to propagate
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.rsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/CoreFX/CoreFX.issues.rsp b/tests/CoreFX/CoreFX.issues.rsp
index 517d91883f..743f0d59c9 100644
--- a/tests/CoreFX/CoreFX.issues.rsp
+++ b/tests/CoreFX/CoreFX.issues.rsp
@@ -51,6 +51,8 @@
-nomethod System.Tests.AppDomainTests.MonitoringTotalAllocatedMemorySize
-nomethod System.Tests.AppDomainTests.MonitoringTotalProcessorTime
-nomethod System.Text.Tests.StringBuilderTests.AppendFormat
+-nomethod System.Diagnostics.Tests.DebugTestsNoListeners.Print
+-nomethod System.Diagnostics.Tests.DebugTestsUsingListeners.Print
# requires corefx test updates
-nomethod System.Tests.EnvironmentTests.FailFast_ExceptionStackTrace_StackOverflowException
@@ -68,4 +70,4 @@
-nomethod System.Tests.StringTests.CasingNegativeTest
-nomethod System.Tests.StringTests.CompareNegativeTest
-nomethod System.Tests.StringTests.ToLowerNullCulture
--nomethod System.Tests.StringTests.ToUpperNullCulture
+-nomethod System.Tests.StringTests.ToUpperNullCulture \ No newline at end of file