summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
authorPent Ploompuu <kaalikas@gmail.com>2018-10-26 22:04:18 +0300
committerJan Kotas <jkotas@microsoft.com>2018-10-26 12:04:18 -0700
commit65c397a4d2bd4f142fdad1b6a25ab482887dd026 (patch)
tree1a14ad59064b2cdaa1011721c4a1696b8e14027d /tests/CoreFX
parent992c02371ef4f69746ac00080a3621111bf75995 (diff)
downloadcoreclr-65c397a4d2bd4f142fdad1b6a25ab482887dd026.tar.gz
coreclr-65c397a4d2bd4f142fdad1b6a25ab482887dd026.tar.bz2
coreclr-65c397a4d2bd4f142fdad1b6a25ab482887dd026.zip
New Decimal.Remainder implementation (#20305)
* New Decimal.Remainder implementation * Update CoreFX.issues.json
Diffstat (limited to 'tests/CoreFX')
-rw-r--r--tests/CoreFX/CoreFX.issues.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index b038176e53..8dd18c2d45 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -590,6 +590,18 @@
{
"name": "System.Text.Tests.StringBuilderTests.Equals",
"reason": "Because of a change in StringBuilder, this test is outdated."
+ },
+ {
+ "name": "System.Tests.DecimalTests.Remainder",
+ "reason": "https://github.com/dotnet/coreclr/issues/12605"
+ },
+ {
+ "name": "System.Tests.DecimalTests.Remainder_Invalid",
+ "reason": "https://github.com/dotnet/coreclr/issues/12605"
+ },
+ {
+ "name": "System.Tests.DecimalTests+BigIntegerMod.Test",
+ "reason": "https://github.com/dotnet/coreclr/issues/12605"
}
]
}