File: skip-test-fail-32bit

package info (click to toggle)
haskell-versions 6.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: haskell: 856; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/test/Test.hs
===================================================================
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -63,7 +63,7 @@ goodSemVs = [ "0.1.0", "1.2.3", "1.2.3-1
             -- Zeroes
             , "1.2.2-00a"
             -- Really large version
-            , "18446744073709551610.0.0"
+            -- , "18446744073709551610.0.0"
             ]
 
 -- | The exact example from `http://semver.org`