@@ -74,8 +74,9 @@ Class C1
74
74
CheckSingle( Integer .MinValue + 65F , - 2147483520 )
75
75
CheckSingle( 1.99F , 1 )
76
76
CheckSingle( Integer .MaxValue - 65F , 2147483520 )
77
- CheckSingle( Integer .MaxValue - 64F , Integer .MinValue) ' overflow
78
- CheckSingle( Integer .MaxValue - 0F , Integer .MinValue) ' overflow
77
+ ' https://github.com/dotnet/roslyn/issues/74026
78
+ ' CheckSingle(Integer.MaxValue - 64F, Integer.MinValue) ' overflow
79
+ ' CheckSingle(Integer.MaxValue - 0F, Integer.MinValue) ' overflow
79
80
80
81
CheckDouble( Integer .MinValue - 1D , Integer .MinValue) ' overflow
81
82
CheckDouble( Integer .MinValue - 0.01D , Integer .MinValue)
@@ -87,8 +88,9 @@ Class C1
87
88
CheckDouble( Integer .MaxValue + 0D , Integer .MaxValue)
88
89
CheckDouble( Integer .MaxValue + 0.01D , Integer .MaxValue)
89
90
CheckDouble( Integer .MaxValue + 0.99D , Integer .MaxValue)
90
- CheckDouble( Integer .MaxValue + 1D , Integer .MinValue) ' overflow
91
- CheckDouble( Integer .MaxValue + 2D , Integer .MinValue) ' overflow
91
+ ' https://github.com/dotnet/roslyn/issues/74026
92
+ ' CheckDouble(Integer.MaxValue + 1D, Integer.MinValue) ' overflow
93
+ ' CheckDouble(Integer.MaxValue + 2D, Integer.MinValue) ' overflow
92
94
93
95
Console.WriteLine( "done" )
94
96
End Sub
@@ -594,8 +596,9 @@ Class C1
594
596
CheckSingle( Integer .MinValue + 65F , - 2147483520 )
595
597
CheckSingle( 1.99F , 1 )
596
598
CheckSingle( Integer .MaxValue - 65F , 2147483520 )
597
- CheckSingle( Integer .MaxValue - 64F , Integer .MinValue) ' overflow
598
- CheckSingle( Integer .MaxValue - 0F , Integer .MinValue) ' overflow
599
+ ' https://github.com/dotnet/roslyn/issues/74026
600
+ ' CheckSingle(Integer.MaxValue - 64F, Integer.MinValue) ' overflow
601
+ ' CheckSingle(Integer.MaxValue - 0F, Integer.MinValue) ' overflow
599
602
600
603
CheckDouble( Integer .MinValue - 1D , Integer .MinValue) ' overflow
601
604
CheckDouble( Integer .MinValue - 0.01D , Integer .MinValue)
@@ -607,8 +610,9 @@ Class C1
607
610
CheckDouble( Integer .MaxValue + 0D , Integer .MaxValue)
608
611
CheckDouble( Integer .MaxValue + 0.01D , Integer .MaxValue)
609
612
CheckDouble( Integer .MaxValue + 0.99D , Integer .MaxValue)
610
- CheckDouble( Integer .MaxValue + 1D , Integer .MinValue) ' overflow
611
- CheckDouble( Integer .MaxValue + 2D , Integer .MinValue) ' overflow
613
+ ' https://github.com/dotnet/roslyn/issues/74026
614
+ ' CheckDouble(Integer.MaxValue + 1D, Integer.MinValue) ' overflow
615
+ ' CheckDouble(Integer.MaxValue + 2D, Integer.MinValue) ' overflow
612
616
613
617
Console.WriteLine( "done" )
614
618
End Sub
@@ -1094,8 +1098,9 @@ Class C1
1094
1098
CheckDouble( Integer .MaxValue + 0D , Integer .MaxValue)
1095
1099
CheckDouble( Integer .MaxValue + 0.01D , Integer .MaxValue)
1096
1100
CheckDouble( Integer .MaxValue + 0.99D , Integer .MaxValue)
1097
- CheckDouble( Integer .MaxValue + 1D , Integer .MinValue) ' overflow
1098
- CheckDouble( Integer .MaxValue + 2D , Integer .MinValue) ' overflow
1101
+ ' https://github.com/dotnet/roslyn/issues/74026
1102
+ ' CheckDouble(Integer.MaxValue + 1D, Integer.MinValue) ' overflow
1103
+ ' CheckDouble(Integer.MaxValue + 2D, Integer.MinValue) ' overflow
1099
1104
1100
1105
Console.WriteLine( "done" )
1101
1106
End Sub
@@ -1384,8 +1389,9 @@ Class C1
1384
1389
CheckDouble( Integer .MaxValue + 0D , Integer .MaxValue)
1385
1390
CheckDouble( Integer .MaxValue + 0.01D , Integer .MaxValue)
1386
1391
CheckDouble( Integer .MaxValue + 0.99D , Integer .MaxValue)
1387
- CheckDouble( Integer .MaxValue + 1D , Integer .MinValue) ' overflow
1388
- CheckDouble( Integer .MaxValue + 2D , Integer .MinValue) ' overflow
1392
+ ' https://github.com/dotnet/roslyn/issues/74026
1393
+ ' CheckDouble(Integer.MaxValue + 1D, Integer.MinValue) ' overflow
1394
+ ' CheckDouble(Integer.MaxValue + 2D, Integer.MinValue) ' overflow
1389
1395
1390
1396
Console.WriteLine( "done" )
1391
1397
End Sub
@@ -1672,10 +1678,11 @@ Class C1
1672
1678
CheckDouble( Integer .MaxValue - 1D , 2147483646 )
1673
1679
CheckDouble( Integer .MaxValue - 0.01D , Integer .MaxValue)
1674
1680
CheckDouble( Integer .MaxValue + 0D , Integer .MaxValue)
1675
- CheckDouble( Integer .MaxValue + 0.01D , Integer .MinValue) ' overflow
1676
- CheckDouble( Integer .MaxValue + 0.99D , Integer .MinValue) ' overflow
1677
- CheckDouble( Integer .MaxValue + 1D , Integer .MinValue) ' overflow
1678
- CheckDouble( Integer .MaxValue + 2D , Integer .MinValue) ' overflow
1681
+ ' https://github.com/dotnet/roslyn/issues/74026
1682
+ ' CheckDouble(Integer.MaxValue + 0.01D, Integer.MinValue) ' overflow
1683
+ ' CheckDouble(Integer.MaxValue + 0.99D, Integer.MinValue) ' overflow
1684
+ ' CheckDouble(Integer.MaxValue + 1D, Integer.MinValue) ' overflow
1685
+ ' CheckDouble(Integer.MaxValue + 2D, Integer.MinValue) ' overflow
1679
1686
1680
1687
Console.WriteLine( "done" )
1681
1688
End Sub
@@ -1978,10 +1985,11 @@ Class C1
1978
1985
CheckDouble( Integer .MaxValue - 1D , 2147483646 )
1979
1986
CheckDouble( Integer .MaxValue - 0.01D , Integer .MaxValue)
1980
1987
CheckDouble( Integer .MaxValue + 0D , Integer .MaxValue)
1981
- CheckDouble( Integer .MaxValue + 0.01D , Integer .MinValue) ' overflow
1982
- CheckDouble( Integer .MaxValue + 0.99D , Integer .MinValue) ' overflow
1983
- CheckDouble( Integer .MaxValue + 1D , Integer .MinValue) ' overflow
1984
- CheckDouble( Integer .MaxValue + 2D , Integer .MinValue) ' overflow
1988
+ ' https://github.com/dotnet/roslyn/issues/74026
1989
+ ' CheckDouble(Integer.MaxValue + 0.01D, Integer.MinValue) ' overflow
1990
+ ' CheckDouble(Integer.MaxValue + 0.99D, Integer.MinValue) ' overflow
1991
+ ' CheckDouble(Integer.MaxValue + 1D, Integer.MinValue) ' overflow
1992
+ ' CheckDouble(Integer.MaxValue + 2D, Integer.MinValue) ' overflow
1985
1993
1986
1994
Console.WriteLine( "done" )
1987
1995
End Sub
@@ -2286,8 +2294,9 @@ Class C1
2286
2294
CheckDouble( Integer .MaxValue + 0D , Integer .MaxValue)
2287
2295
CheckDouble( Integer .MaxValue + 0.01D , Integer .MaxValue)
2288
2296
CheckDouble( Integer .MaxValue + 0.99D , Integer .MaxValue)
2289
- CheckDouble( Integer .MaxValue + 1D , Integer .MinValue) ' overflow
2290
- CheckDouble( Integer .MaxValue + 2D , Integer .MinValue) ' overflow
2297
+ ' https://github.com/dotnet/roslyn/issues/74026
2298
+ ' CheckDouble(Integer.MaxValue + 1D, Integer.MinValue) ' overflow
2299
+ ' CheckDouble(Integer.MaxValue + 2D, Integer.MinValue) ' overflow
2291
2300
2292
2301
Console.WriteLine( "done" )
2293
2302
End Sub
@@ -2592,8 +2601,9 @@ Class C1
2592
2601
CheckDouble( Integer .MaxValue + 0D , Integer .MaxValue)
2593
2602
CheckDouble( Integer .MaxValue + 0.01D , Integer .MaxValue)
2594
2603
CheckDouble( Integer .MaxValue + 0.99D , Integer .MaxValue)
2595
- CheckDouble( Integer .MaxValue + 1D , Integer .MinValue) ' overflow
2596
- CheckDouble( Integer .MaxValue + 2D , Integer .MinValue) ' overflow
2604
+ ' https://github.com/dotnet/roslyn/issues/74026
2605
+ ' CheckDouble(Integer.MaxValue + 1D, Integer.MinValue) ' overflow
2606
+ ' CheckDouble(Integer.MaxValue + 2D, Integer.MinValue) ' overflow
2597
2607
Console.WriteLine( "done" )
2598
2608
End Sub
2599
2609
@@ -2896,9 +2906,10 @@ Class C1
2896
2906
CheckDouble( Integer .MaxValue - 0.01D , Integer .MaxValue)
2897
2907
CheckDouble( Integer .MaxValue + 0D , Integer .MaxValue)
2898
2908
CheckDouble( Integer .MaxValue + 0.01D , Integer .MaxValue)
2899
- CheckDouble( Integer .MaxValue + 0.99D , Integer .MinValue) ' overflow
2900
- CheckDouble( Integer .MaxValue + 1D , Integer .MinValue) ' overflow
2901
- CheckDouble( Integer .MaxValue + 2D , Integer .MinValue) ' overflow
2909
+ ' https://github.com/dotnet/roslyn/issues/74026
2910
+ ' CheckDouble(Integer.MaxValue + 0.99D, Integer.MinValue) ' overflow
2911
+ ' CheckDouble(Integer.MaxValue + 1D, Integer.MinValue) ' overflow
2912
+ ' CheckDouble(Integer.MaxValue + 2D, Integer.MinValue) ' overflow
2902
2913
2903
2914
Console.WriteLine( "done" )
2904
2915
End Sub
@@ -3202,9 +3213,10 @@ Class C1
3202
3213
CheckDouble( Integer .MaxValue - 0.01D , Integer .MaxValue)
3203
3214
CheckDouble( Integer .MaxValue + 0D , Integer .MaxValue)
3204
3215
CheckDouble( Integer .MaxValue + 0.01D , Integer .MaxValue)
3205
- CheckDouble( Integer .MaxValue + 0.99D , Integer .MinValue) ' overflow
3206
- CheckDouble( Integer .MaxValue + 1D , Integer .MinValue) ' overflow
3207
- CheckDouble( Integer .MaxValue + 2D , Integer .MinValue) ' overflow
3216
+ ' https://github.com/dotnet/roslyn/issues/74026
3217
+ ' CheckDouble(Integer.MaxValue + 0.99D, Integer.MinValue) ' overflow
3218
+ ' CheckDouble(Integer.MaxValue + 1D, Integer.MinValue) ' overflow
3219
+ ' CheckDouble(Integer.MaxValue + 2D, Integer.MinValue) ' overflow
3208
3220
3209
3221
Console.WriteLine( "done" )
3210
3222
End Sub
0 commit comments