Merge pull request #1548 from akoeplinger/stubs
[mono.git] / mono / mini / basic-float.cs
index 694a1d37d0aa11037d95006b08266d3e50467fd8..9f87926717da6329485ff16bbaf2ee661bf5dd58 100644 (file)
@@ -93,6 +93,13 @@ class Tests
                ui = (uint)d;
                if (ui != 0)
                        return 9;
+               /* FIXME: This fails with llvm and with gcc -O2 on osx/linux */
+               /*
+               d = Double.MaxValue;
+               i = (int)d;
+               if (i != -2147483648)
+                       return 10;
+               */
 
                return 0;
        }