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

t_id 978
t_adddate 2003/10/03
t_result 0
Flag t_fail set
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
Success, compilation failed 50 100.0 2024/06/02 01:33:00 35 2024/06/02 02:42:00 36
i386 16 32.0 2024/06/02 01:33:00 35 2024/06/02 02:36:00 32
sparc 1 2.0 2024/06/02 02:33:00 41 2024/06/02 02:33:00 41
x86_64 31 62.0 2024/06/02 01:34:00 16 2024/06/02 02:42:00 36
aarch64 2 4.0 2024/06/02 02:19:00 41 2024/06/02 02:36:00 40
linux 49 98.0 2024/06/02 01:33:00 35 2024/06/02 02:42:00 36
solaris 1 2.0 2024/06/02 02:33:00 41 2024/06/02 02:33:00 41
3.3.1 26 52.0 2024/06/02 01:33:00 35 2024/06/02 02:42:00 36
3.2.3 24 48.0 2024/06/02 01:38:00 27 2024/06/02 02:41:00 35

Source:

{ %fail }

{ Source provided for Free Pascal Bug Report 2400 }
{ Submitted by "Sergey Kosarevsky" on  2003-02-26 }
{ e-mail: netsurfer@au.ru }

{$mode objfpc}

Type tObj=Class
        Class Constructor Init;
     End;

Class Constructor tObj.Init;
Begin
End;

Begin
   tObj.Init;
End.

Link to SVN view of webtbf/tw2400.pp source.