[Pkg-cli-apps-commits] [fsharp] 07/60: Remove workaround for https://github.com/fsharp/fsharp/issues/190 in numerics tests.

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Sun Sep 14 08:13:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

raof-guest pushed a commit to branch master
in repository fsharp.

commit 28db078d9aad30de1d10dd680c0acce96ac4035b
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Tue Jul 8 10:19:36 2014 +1000

    Remove workaround for https://github.com/fsharp/fsharp/issues/190 in numerics tests.
    
    The Mono bug this is working around was fixed in late 2013, and is in the Mono 3.2 series
    that F# already strongly recommends.
---
 .../core/FsharpUnitTestProject/SharedTests/math-numbersVS2008.fs      | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/xplat/core/FsharpUnitTestProject/SharedTests/math-numbersVS2008.fs b/tests/xplat/core/FsharpUnitTestProject/SharedTests/math-numbersVS2008.fs
index 65d7b7f..d8cf858 100644
--- a/tests/xplat/core/FsharpUnitTestProject/SharedTests/math-numbersVS2008.fs
+++ b/tests/xplat/core/FsharpUnitTestProject/SharedTests/math-numbersVS2008.fs
@@ -246,11 +246,7 @@ let negative64s =
          (-1152921504606846977L , -1152921504606846976L , -1152921504606846975L);
          (-2305843009213693953L , -2305843009213693952L , -2305843009213693951L);
          (-4611686018427387905L , -4611686018427387904L , -4611686018427387903L);
-#if MONO // https://github.com/fsharp/fsharp/issues/190
-         (9223372036854775807L  , -9223372036854775808L , -9223372036854775807L); (* MinValue is -2^63 *)
-#else
          (999L                  , -9223372036854775808L , -9223372036854775807L); (* MinValue is -2^63 *)
-#endif
          (999L                  , 999L                  , 999L)]
 #if Portable
 #else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list