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

t_id 1429
t_adddate 2004/12/28
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:20:00 40 2024/06/02 04:14:00 32
i386 6 12.0 2024/06/02 02:20:00 40 2024/06/02 03:03:00 25
sparc 1 2.0 2024/06/02 02:33:00 41 2024/06/02 02:33:00 41
x86_64 40 80.0 2024/06/02 02:34:00 34 2024/06/02 04:14:00 32
aarch64 3 6.0 2024/06/02 02:36:00 40 2024/06/02 02:59:00 37
linux 38 76.0 2024/06/02 02:20:00 40 2024/06/02 03:24:00 0
win32 1 2.0 2024/06/02 03:03:00 25 2024/06/02 03:03:00 25
solaris 11 22.0 2024/06/02 02:33:00 41 2024/06/02 04:14:00 32
3.3.1 30 60.0 2024/06/02 02:27:00 22 2024/06/02 04:14:00 32
3.2.3 20 40.0 2024/06/02 02:20:00 40 2024/06/02 03:24:00 0

Source:

{ Source provided for Free Pascal Bug Report 3457 }
{ Submitted by "Ales Katona (Almindor)" on  2004-12-19 }
{ e-mail: ales@chello.sk }

{$mode objfpc}
{$inline on}

type TTest = class
      private
       procedure testit; inline;
      public // error is reported here
       constructor Create;
     end;

       procedure TTest.testit; inline;
       begin
       end;

       constructor TTest.Create;
       begin
       end;

begin
end.

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