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

t_id 1329
t_adddate 2004/08/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/05/18 01:10:00 32 2024/05/18 01:46:00 37
i386 36 72.0 2024/05/18 01:10:00 32 2024/05/18 01:45:00 54
x86_64 11 22.0 2024/05/18 01:24:00 26 2024/05/18 01:45:00 26
aarch64 3 6.0 2024/05/18 01:29:00 34 2024/05/18 01:46:00 37
linux 49 98.0 2024/05/18 01:10:00 32 2024/05/18 01:46:00 37
go32v2 1 2.0 2024/05/18 01:45:00 54 2024/05/18 01:45:00 54
3.3.1 26 52.0 2024/05/18 01:14:00 31 2024/05/18 01:46:00 37
3.2.3 24 48.0 2024/05/18 01:10:00 32 2024/05/18 01:45:00 26

Source:

{ Source provided for Free Pascal Bug Report 3168 }
{ Submitted by "Henri Gourvest" on  2004-06-15 }
{ e-mail: hgourvest@progdigy.com }
program Untitled1;
{ $MODE objfpc}
type
  TClazz = class
  private
    f: procedure(x: Integer); cdecl;
  public
    x: integer;
  end;

begin
end.

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