Diff for /parser3/tests/results/275.processed between versions 1.3 and 1.5

version 1.3, 2013/10/20 21:10:09 version 1.5, 2015/10/06 22:24:21
Line 1 Line 1
 Content-Type: text/html  Content-Type: text/html
 Content-Length: 765  Content-Length: 1017
   
 11110000000000000000000000000000  11110000000000000000000000000000
 -11110000000000000000000000000000  -11110000000000000000000000000000
   1111000000000000000000000000000011110000000000000000000000000000
   -1111000000000000000000000000000011110000000000000000000000000000
 Type: number.format,  Type: number.format,
 Source: convert,  Source: convert,
 Comment: '100000000' is out of range (int)  Comment: '10000000000000000' is out of range (int)
 Type: number.zerodivision,  Type: number.zerodivision,
 Source: div,  Source: div,
 Comment: Division by zero  Comment: Division by zero
 Type: number.zerodivision,  Type: number.zerodivision,
 Source: mod,  Source: mod,
 Comment: Modulus by zero  Comment: Modulus by zero
   test oct support disabled: 11 11
 Type: number.zerodivision,  Type: number.zerodivision,
 Source: div,  Source: div,
 Comment: Division by zero  Comment: Division by zero
Line 21  Comment: Modulus by zero Line 24  Comment: Modulus by zero
 0x100000000 as int: Type: number.format,  0x100000000 as int: Type: number.format,
 Source: 0x100000000,  Source: 0x100000000,
 Comment: out of range (int)  Comment: out of range (int)
 0x100000000 as double: Type: number.format,  0x10000000000000000 as double: Type: number.format,
 Source: 0x100000000,  Source: 0x10000000000000000,
 Comment: out of range (int)  Comment: out of range (int)
 0x7FFFFFFF as int: 2147483647  0x7FFFFFFF as int: 2147483647
 -0x80000000 as int: -2147483648  -0x80000000 as int: -2147483648
 0x80000000 as double: 2147483648  0xFFFFFFFFFFFFFFFF as double: 1.84467440737096e+19
   0x800000000000 as double: 140737488355328
 as int: Type: number.format,  as int: Type: number.format,
 Source: 0x80000000,  Source: 0x800000000000,
 Comment: out of range (int)  Comment: out of range (int)

Removed from v.1.3  
changed lines
  Added in v.1.5


E-mail: