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

t_id 1213
t_adddate 2003/12/09
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 05:33:00 33 2024/06/02 07:27:00 37
i386 5 10.0 2024/06/02 06:25:00 60 2024/06/02 07:24:00 42
m68k 3 6.0 2024/06/02 06:49:00 58 2024/06/02 07:01:00 244
sparc 2 4.0 2024/06/02 06:46:00 68 2024/06/02 06:53:00 83
powerpc 3 6.0 2024/06/02 06:16:00 188 2024/06/02 07:20:00 185
arm 4 8.0 2024/06/02 06:33:00 210 2024/06/02 07:18:00 40
x86_64 4 8.0 2024/06/02 05:33:00 33 2024/06/02 07:19:00 104
powerpc64 7 14.0 2024/06/02 06:26:00 215 2024/06/02 07:24:00 59
mips 4 8.0 2024/06/02 06:13:00 240 2024/06/02 07:06:00 240
mipsel 3 6.0 2024/06/02 06:21:00 148 2024/06/02 07:13:00 148
aarch64 13 26.0 2024/06/02 06:02:00 30 2024/06/02 07:27:00 37
sparc64 1 2.0 2024/06/02 07:14:00 164 2024/06/02 07:14:00 164
loongarch64 1 2.0 2024/06/02 06:56:00 34 2024/06/02 06:56:00 34
linux 39 78.0 2024/06/02 06:13:00 240 2024/06/02 07:27:00 37
go32v2 1 2.0 2024/06/02 06:25:00 60 2024/06/02 06:25:00 60
solaris 2 4.0 2024/06/02 05:33:00 33 2024/06/02 06:54:00 39
darwin 8 16.0 2024/06/02 06:02:00 30 2024/06/02 07:14:00 47
3.3.1 21 42.0 2024/06/02 05:33:00 33 2024/06/02 07:24:00 59
3.2.3 29 58.0 2024/06/02 06:13:00 240 2024/06/02 07:27:00 37

Source:

{ Source provided for Free Pascal Bug Report 2830 }
{ Submitted by "marco (the gory bugs department)" on  2003-12-04 }
{ e-mail:  }
{$ifdef fpc}{$mode Delphi}{$endif}

Uses SysUtils;

Type
  TFloat=double;
  TCompiledExpression = function: TFloat of object;

procedure bla;
var
  Ce: TCompiledExpression;
begin
  if (TMethod(Ce).Code = TMethod(Ce).Code) and
    (TMethod(Ce).Data = TMethod(Ce).Data) then
     ;
end;

begin
  bla;
end.

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