summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CoreFX')
-rw-r--r--tests/CoreFX/CoreFX.issues.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index 6d613d96b9..ac2c24277d 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -1365,7 +1365,11 @@
},
{
"name": "System.Tests.BufferTests.BlockCopy_Invalid",
- "reason" : "https://github.com/dotnet/coreclr/pull/23636"
+ "reason": "https://github.com/dotnet/coreclr/pull/23636"
+ },
+ {
+ "name": "System.Tests.VersionTests.Comparisons_NullArgument_ThrowsArgumentNullException",
+ "reason": "Version was improved to no longer throw from comparison operators"
},
]
}