summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
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"
}
]
}