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

t_id 387
t_cpu i386
t_adddate 2003/10/03
t_result 0
t_knownrunerror 0

Detailed test run results:

Record count: 50

Total = 50

OK=31 Percentage= 62.00

Skipped=19 Percentage= 38.00

Result type Cat. Count Percentage First date Last Date
Successfully run 31 62.0 2024/05/08 01:00:00 35 2024/05/08 01:50:00 20
i386 31 100.0 2024/05/08 01:00:00 35 2024/05/08 01:50:00 20
linux 30 96.8 2024/05/08 01:00:00 35 2024/05/08 01:50:00 20
go32v2 1 3.2 2024/05/08 01:48:00 54 2024/05/08 01:48:00 54
3.3.1 25 80.6 2024/05/08 01:17:00 28 2024/05/08 01:50:00 20
3.2.3 6 19.4 2024/05/08 01:00:00 35 2024/05/08 01:48:00 32
Skipping test because for other cpu 19 38.0 2024/05/08 01:21:00 22 2024/05/08 01:48:00 14
sparc 2 10.5 2024/05/08 01:22:00 47 2024/05/08 01:34:00 61
x86_64 8 42.1 2024/05/08 01:21:00 22 2024/05/08 01:48:00 14
powerpc64 4 21.1 2024/05/08 01:25:00 53 2024/05/08 01:46:00 67
aarch64 5 26.3 2024/05/08 01:26:00 33 2024/05/08 01:46:00 38
linux 17 89.5 2024/05/08 01:21:00 22 2024/05/08 01:48:00 14
solaris 2 10.5 2024/05/08 01:22:00 47 2024/05/08 01:34:00 61
3.3.1 19 100.0 2024/05/08 01:21:00 22 2024/05/08 01:48:00 14

Source:

{ %CPU=i386 }
{ Old file: tbs0174.pp }
{ Asm, offsets of fields are not possible yet           OK 0.99.9 (PFV) }

{$ASMMODE ATT}

type
  tobj=object
   l : longint;
  end;
var
  t : tobj;

procedure kl;assembler;
asm
{$ifdef CPUI386}
  movl tobj.l,%eax        // tobj.l should return the offset of l in tobj
{$endif CPUI386}
end;


begin
end.


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