summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-05-22 00:27:00 -0400
committerJan Kotas <jkotas@microsoft.com>2019-05-21 21:26:59 -0700
commit29810a78e5b93d8da9fb921d096226d249fc75a5 (patch)
treeb2bbebd9396bb48402f72e8f194423c20f91bfb4 /tests/CoreFX
parentfcada94108a025da328ef91a80399c498ccf1677 (diff)
downloadcoreclr-29810a78e5b93d8da9fb921d096226d249fc75a5.tar.gz
coreclr-29810a78e5b93d8da9fb921d096226d249fc75a5.tar.bz2
coreclr-29810a78e5b93d8da9fb921d096226d249fc75a5.zip
Implement AppDomain.Monitoring*MemorySize (#24610)
* Implement AppDomain.MonitoringTotalAllocatedMemorySize * Change precise:true back to precise:false in GetTotalAllocatedBytes
Diffstat (limited to 'tests/CoreFX')
-rw-r--r--tests/CoreFX/CoreFX.issues.rsp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.rsp b/tests/CoreFX/CoreFX.issues.rsp
index 8d48a84104..78e1259d4e 100644
--- a/tests/CoreFX/CoreFX.issues.rsp
+++ b/tests/CoreFX/CoreFX.issues.rsp
@@ -325,6 +325,11 @@
-nomethod System.CodeDom.Compiler.Tests.VBCodeGenerationTests.MetadataAttributes
-nomethod System.CodeDom.Compiler.Tests.VBCodeGenerationTests.ProviderSupports
-nomethod System.Runtime.InteropServices.RuntimeInformationTests.DescriptionNameTests.VerifyRuntimeDebugNameOnNetCoreApp
+-nomethod System.Tests.AppDomainTests.MonitoringIsEnabled
+-nomethod System.Tests.AppDomainTests.MonitoringSurvivedMemorySize
+-nomethod System.Tests.AppDomainTests.MonitoringSurvivedProcessMemorySize
+-nomethod System.Tests.AppDomainTests.MonitoringTotalAllocatedMemorySize
+-nomethod System.Tests.AppDomainTests.MonitoringTotalProcessorTime
# Disable Tests from SqlClient entirely
-nonamespace System.Data.SqlClient.Tests