Test suite results for test file tbs/tb0295.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 "tbs/tb0295.pp" information:

t_id 518
t_version 1.1
t_adddate 2003/10/03
t_result 0
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
Successfully run 50 100.0 2024/05/20 17:03:00 31 2024/05/20 23:43:00 0
i386 20 40.0 2024/05/20 17:12:00 45 2024/05/20 23:41:00 0
m68k 1 2.0 2024/05/20 22:44:00 190 2024/05/20 22:44:00 190
sparc 12 24.0 2024/05/20 23:25:00 38 2024/05/20 23:43:00 0
powerpc 1 2.0 2024/05/20 23:05:00 185 2024/05/20 23:05:00 185
arm 1 2.0 2024/05/20 22:30:00 59 2024/05/20 22:30:00 59
x86_64 4 8.0 2024/05/20 17:51:00 26 2024/05/20 19:35:00 26
powerpc64 2 4.0 2024/05/20 23:13:00 213 2024/05/20 23:20:00 71
mips 1 2.0 2024/05/20 22:51:00 240 2024/05/20 22:51:00 240
mipsel 1 2.0 2024/05/20 22:58:00 148 2024/05/20 22:58:00 148
aarch64 7 14.0 2024/05/20 17:03:00 31 2024/05/20 22:24:00 44
linux 12 24.0 2024/05/20 22:24:00 44 2024/05/20 23:40:00 0
win32 1 2.0 2024/05/20 23:41:00 0 2024/05/20 23:41:00 0
solaris 27 54.0 2024/05/20 17:12:00 45 2024/05/20 23:43:00 0
darwin 6 12.0 2024/05/20 17:03:00 31 2024/05/20 17:50:00 56
win64 4 8.0 2024/05/20 17:51:00 26 2024/05/20 19:35:00 26
3.3.1 22 44.0 2024/05/20 17:51:00 26 2024/05/20 23:43:00 0
3.2.2 4 8.0 2024/05/20 17:12:00 45 2024/05/20 17:30:00 45
3.2.3 24 48.0 2024/05/20 17:03:00 31 2024/05/20 23:40:00 0

Source:

{ %VERSION=1.1 }

{ Old file: tbs0353.pp }
{  }

Var
  I : Int64;
  j : longint;
  K : Int64;
  err : boolean;
begin
  I:=2;
  Writeln(i);
  K:=1 shl 62;
  For j:=1 to 61 do
    begin
    I:=I*2;
    If I/k*100>100 then
      begin
        Writeln('Error');
        err:=true;
      end
    else
      Writeln(j:2,': ',i:20,' ',i div 1024:20,' ',(i/k*100):4:1);
    end;
  if err then
   halt(1);
end.

Link to SVN view of tbs/tb0295.pp source.