summaryrefslogtreecommitdiff
path: root/tests/CoreFX
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-11-12 10:51:16 -0800
committerGitHub <noreply@github.com>2018-11-12 10:51:16 -0800
commita49296e266ae9aa0bee760f2fcf51d3497ba818d (patch)
tree63c1aa67c9d759f55371e078ef8fd712b9391848 /tests/CoreFX
parentcab9d87ee3244d84ffac29a0379a22525839f2a1 (diff)
downloadcoreclr-a49296e266ae9aa0bee760f2fcf51d3497ba818d.tar.gz
coreclr-a49296e266ae9aa0bee760f2fcf51d3497ba818d.tar.bz2
coreclr-a49296e266ae9aa0bee760f2fcf51d3497ba818d.zip
Some cleanup of the Math functions from #20788 (#20912)
* Fixing Max, MaxMagnitude, Min, and MinMagnitude for Math/MathF to be IEEE compliant * Disabling the System.Math.Max/Min tests * Adding the new c_runtime PAL tests to the CMakeLists to ensure they actually get run. * Fixing the casing of IlogB to ILogB * Fixing the new PAL tests to match the correct/expected outputs * Fixing up PAL_ilogb to correctly handle 0 and NaN
Diffstat (limited to 'tests/CoreFX')
-rw-r--r--tests/CoreFX/CoreFX.issues.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index b784fbd635..45200012ad 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -525,6 +525,30 @@
"name": "System.Tests.ConvertToSingleTests.FromString",
"reason": "https://github.com/dotnet/coreclr/pull/20707"
},
+ {
+ "name": "System.Tests.MathTests.Max_Double",
+ "reason": "https://github.com/dotnet/coreclr/pull/20912"
+ },
+ {
+ "name": "System.Tests.MathTests.Max_Single",
+ "reason": "https://github.com/dotnet/coreclr/pull/20912"
+ },
+ {
+ "name": "System.Tests.MathTests.Min_Double",
+ "reason": "https://github.com/dotnet/coreclr/pull/20912"
+ },
+ {
+ "name": "System.Tests.MathTests.Min_Single",
+ "reason": "https://github.com/dotnet/coreclr/pull/20912"
+ },
+ {
+ "name": "System.Tests.MathFTests.Max",
+ "reason": "https://github.com/dotnet/coreclr/pull/20912"
+ },
+ {
+ "name": "System.Tests.MathFTests.Min",
+ "reason": "https://github.com/dotnet/coreclr/pull/20912"
+ },
]
}
},