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

t_id 909
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/06/02 02:53:00 14 2024/06/02 05:04:00 31
i386 4 8.0 2024/06/02 03:03:00 25 2024/06/02 04:24:00 0
m68k 1 2.0 2024/06/02 03:55:00 53 2024/06/02 03:55:00 53
sparc 1 2.0 2024/06/02 03:32:00 41 2024/06/02 03:32:00 41
powerpc 1 2.0 2024/06/02 04:10:00 238 2024/06/02 04:10:00 238
x86_64 37 74.0 2024/06/02 02:53:00 14 2024/06/02 05:04:00 31
mips 1 2.0 2024/06/02 04:00:00 47 2024/06/02 04:00:00 47
mipsel 1 2.0 2024/06/02 04:06:00 185 2024/06/02 04:06:00 185
aarch64 4 8.0 2024/06/02 02:54:00 40 2024/06/02 03:42:00 31
linux 34 68.0 2024/06/02 02:53:00 14 2024/06/02 04:25:00 0
win32 1 2.0 2024/06/02 03:03:00 25 2024/06/02 03:03:00 25
go32v2 2 4.0 2024/06/02 03:45:00 54 2024/06/02 04:24:00 0
solaris 13 26.0 2024/06/02 02:54:00 32 2024/06/02 05:04:00 31
3.3.1 36 72.0 2024/06/02 02:53:00 14 2024/06/02 05:04:00 31
3.2.3 14 28.0 2024/06/02 02:53:00 34 2024/06/02 04:25:00 0

Source:

{ %version=1.1 }

type oo2 = pchar;

var a: oo2;

function len(a:pchar):longint;
begin
  len:=-1;
end;

begin
  a:='0123456789';
  if length(a)<>10 then
   begin
     writeln('Error!');
     halt(1);
   end;  
end.
   

Link to SVN view of webtbs/tw2163.pp source.