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=13 Percentage= 26.00

Skipped=37 Percentage= 74.00

Result type Cat. Count Percentage First date Last Date
Successfully run 13 26.0 2024/06/02 01:33:00 35 2024/06/02 02:31:00 25
i386 13 100.0 2024/06/02 01:33:00 35 2024/06/02 02:31:00 25
linux 13 100.0 2024/06/02 01:33:00 35 2024/06/02 02:31:00 25
3.3.1 5 38.5 2024/06/02 01:33:00 35 2024/06/02 02:21:00 27
3.2.3 8 61.5 2024/06/02 01:51:00 0 2024/06/02 02:31:00 25
Skipping test because for other cpu 37 74.0 2024/06/02 01:34:00 16 2024/06/02 02:32:00 22
x86_64 35 94.6 2024/06/02 01:34:00 16 2024/06/02 02:32:00 22
aarch64 2 5.4 2024/06/02 02:17:00 38 2024/06/02 02:19:00 41
linux 37 100.0 2024/06/02 01:34:00 16 2024/06/02 02:32:00 22
3.3.1 22 59.5 2024/06/02 01:34:00 16 2024/06/02 02:32:00 22
3.2.3 15 40.5 2024/06/02 01:38:00 27 2024/06/02 02:31:00 34

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.