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

t_id 1104
t_adddate 2003/10/14
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/10/19 07:29:00 50 2024/10/19 13:36:00 24
i386 4 8.0 2024/10/19 09:39:00 55 2024/10/19 10:27:00 65
m68k 2 4.0 2024/10/19 07:29:00 50 2024/10/19 10:22:00 40
sparc 4 8.0 2024/10/19 08:05:00 45 2024/10/19 11:16:00 40
powerpc 6 12.0 2024/10/19 08:35:00 146 2024/10/19 13:26:00 65
arm 2 4.0 2024/10/19 09:36:00 32 2024/10/19 10:03:00 32
x86_64 10 20.0 2024/10/19 08:27:00 30 2024/10/19 13:36:00 24
powerpc64 6 12.0 2024/10/19 08:43:00 65 2024/10/19 10:59:00 68
mips 1 2.0 2024/10/19 10:28:00 38 2024/10/19 10:28:00 38
mipsel 3 6.0 2024/10/19 08:27:00 188 2024/10/19 10:35:00 142
aarch64 5 10.0 2024/10/19 08:15:00 27 2024/10/19 09:32:00 28
sparc64 4 8.0 2024/10/19 08:33:00 120 2024/10/19 11:33:00 117
riscv64 2 4.0 2024/10/19 10:25:00 33 2024/10/19 11:10:00 26
loongarch64 1 2.0 2024/10/19 09:45:00 25 2024/10/19 09:45:00 25
linux 34 68.0 2024/10/19 07:29:00 50 2024/10/19 11:33:00 117
go32v2 2 4.0 2024/10/19 09:39:00 55 2024/10/19 10:27:00 65
solaris 8 16.0 2024/10/19 13:22:00 24 2024/10/19 13:36:00 24
aix 6 12.0 2024/10/19 09:08:00 50 2024/10/19 13:26:00 65
3.3.1 26 52.0 2024/10/19 08:05:00 45 2024/10/19 13:26:00 65
3.2.3 24 48.0 2024/10/19 07:29:00 50 2024/10/19 13:36:00 24

Source:

{ %FAIL }
{ Source provided for Free Pascal Bug Report 1858 }
{ Submitted by "Mattias Gaertner" on  2002-03-07 }
{ e-mail: nc-gaertnma@netcologne.de }
{ expanded for more testing... }
{ Should be tested on systems which detect reads of nil pointers }
unit tw1858;


interface

const

  a : char = '#';
  b = a + 'panic';

  c : set of byte = [0,1,2,3];
  d = c + [4,5,6];

implementation

end.

{
  $Log: tw1858.pp,v $
  Revision 1.2  2002/09/07 15:40:57  peter
    * old logs removed and tabs fixed

  Revision 1.1  2002/03/08 20:18:28  carl
  * moved to correct directory

  Revision 1.2  2002/03/07 21:46:41  carl
  + fix unit name

  Revision 1.1  2002/03/07 21:40:56  carl
  * bug #1858 testing

}


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