summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>2018-09-28 23:37:34 -0700
committerJan Kotas <jkotas@microsoft.com>2018-09-28 23:37:34 -0700
commit87e96eafa84545335dd6ec02cb4e233211456677 (patch)
treef61a8c80b882813a8ff90ff88d317e0b138d9182 /tests
parent21d2d302b3eec9d72493b28028784c39cc531a73 (diff)
downloadcoreclr-87e96eafa84545335dd6ec02cb4e233211456677.tar.gz
coreclr-87e96eafa84545335dd6ec02cb4e233211456677.tar.bz2
coreclr-87e96eafa84545335dd6ec02cb4e233211456677.zip
Unify argument verification for Marshal.GetHINSTANCE off-Windows (#20130)
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index 580a636bac..9398076e62 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -415,6 +415,10 @@
"classes": null,
"methods": [
{
+ "name": "System.Runtime.InteropServices.Tests.GetHINSTANCETests.GetHINSTANCE_NonRuntimeModule_ThrowsArgumentNullException",
+ "reason": "https://github.com/dotnet/coreclr/pull/30925"
+ },
+ {
"name" : "System.Runtime.InteropServices.Tests.SafeBufferTests.Initialize_NumBytesTimesSizeOfEachElement_ThrowsOverflowException",
"reason" : "https://github.com/dotnet/coreclr/pull/20132"
},