Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Navara <navara@emclient.com>2019-08-01 20:37:41 +0300
committerSteve Pfister <steveisok@users.noreply.github.com>2019-08-01 20:37:41 +0300
commit3c92cd8c94c027b7c9215a12044345106851262b (patch)
tree08a2d6da6745b175e53a2a8a9dabe64f8270ca91 /netcore
parentd72ca69693fefabe52b2559b9b83746adf84504b (diff)
[jit] Align float/double Nan/Inf to uint conversion behavior with CoreCLR/LLVM/Roslyn (#15930)
* [jit] Align float/double Nan/Inf to uint conversion behavior with CoreCLR/LLVM * Fix float/double -> ulong conversion for edge cases * Fix mono_fconv_u8 / mono_rconv_u8 to also return 0 for PositiveInfinity * Enable support for platform specific implementations of OP_RCONV_U8/OP_FCONV_U8/OP_FCONV_U4 * Restore OP emulation on WASM target * Update tests * Disable failing tests for now * Adjust tests * Adjust tests * Fix float -> uint conversion on WASM * Make interpreter consistent with compiled code * Blind attempt to fix WASM test leg * Implement remaining conversions in LLVM * Fix ARM32 * Workaround for Windows x64 FullAOT+LLVM * Bump AOT version
Diffstat (limited to 'netcore')
-rw-r--r--netcore/CoreFX.issues.rsp9
1 files changed, 0 insertions, 9 deletions
diff --git a/netcore/CoreFX.issues.rsp b/netcore/CoreFX.issues.rsp
index d99d988e4d0..efb194b85d1 100644
--- a/netcore/CoreFX.issues.rsp
+++ b/netcore/CoreFX.issues.rsp
@@ -128,15 +128,6 @@
-nomethod System.Linq.Expressions.Tests.ArrayIndexTests.NonZeroBasedOneDimensionalArrayIndex
-nomethod System.Linq.Expressions.Tests.ArrayIndexTests.NonZeroBasedOneDimensionalArrayIndexMethod
-# Expected Float to uint to be 2147483648 but got 0... https://github.com/mono/mono/issues/14931
--nomethod System.Linq.Expressions.Tests.ConvertTests.ConvertFloatToUIntTest
--nomethod System.Linq.Expressions.Tests.ConvertTests.ConvertNullableFloatToUIntTest
--nomethod System.Linq.Expressions.Tests.ConvertTests.ConvertNullableFloatToNullableUIntTest
--nomethod System.Linq.Expressions.Tests.ConvertTests.ConvertFloatToNullableUIntTest
--noclass System.Linq.Expressions.Tests.LambdaTests
--noclass System.Linq.Expressions.Tests.LambdaDivideNullableTests
--nomethod System.Linq.Expressions.Tests.BinaryCoalesceTests.VerifyIL_NullableIntCoalesceToNullableInt
-
# OOM Exception. Weird
# https://github.com/mono/mono/issues/14933
-nomethod System.Linq.Expressions.Tests.ArrayBoundsTests.SingleNegativeBoundErrorMessage