Test suite results for test file tbf/tb0171.pp

Test run data :

Free Pascal Compiler Test Suite Results

View Test suite results

Please specify search criteria:
File:
Operating system:
Processor:
Version
Date
Submitter
Machine
Comment
Limit
Cond
Category
Only failed tests
Hide skipped tests
List all tests

Test file "tbf/tb0171.pp" information:

t_id 1464
t_adddate 2005/01/26
t_result 0
Flag t_fail set
t_knownrunerror 0

Detailed test run results:

Record count: 50

Total = 50

OK=50 Percentage= 100.00

Result type Cat. Count Percentage First date Last Date
Success, compilation failed 50 100.0 2024/05/17 22:33:00 21 2024/05/18 00:20:00 23
i386 24 48.0 2024/05/17 22:33:00 21 2024/05/18 00:20:00 23
sparc 20 40.0 2024/05/17 23:24:00 38 2024/05/17 23:55:00 41
x86_64 6 12.0 2024/05/18 00:05:00 29 2024/05/18 00:19:00 29
linux 7 14.0 2024/05/17 23:33:00 28 2024/05/18 00:20:00 23
win32 5 10.0 2024/05/17 22:33:00 21 2024/05/17 23:54:00 25
solaris 38 76.0 2024/05/17 23:23:00 25 2024/05/18 00:19:00 29
3.3.1 29 58.0 2024/05/17 22:33:00 21 2024/05/17 23:59:00 30
3.2.3 21 42.0 2024/05/17 23:24:00 38 2024/05/18 00:20:00 23

Source:

{ %fail }

const
  c1 = high(int64)-1;
  { Overflow }
  c2 = c1+2;
begin
  writeln(c2);
end.

Link to SVN view of tbf/tb0171.pp source.