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

t_id 1043
t_adddate 2003/10/14
t_result 0
t_knownrunerror 0

Detailed test run results:

Record count: 50

Total = 50

OK=0 Percentage= 0.00

Skipped=50 Percentage= 100.00

Result type Cat. Count Percentage First date Last Date
Skipping test run because it is a unit 50 100.0 2024/05/08 01:54:00 15 2024/05/08 05:42:00 24
i386 3 6.0 2024/05/08 03:04:00 26 2024/05/08 04:53:00 28
sparc 6 12.0 2024/05/08 02:23:00 46 2024/05/08 05:25:00 42
x86_64 31 62.0 2024/05/08 01:54:00 15 2024/05/08 05:41:00 34
powerpc64 4 8.0 2024/05/08 03:52:00 58 2024/05/08 04:58:00 86
aarch64 6 12.0 2024/05/08 02:52:00 40 2024/05/08 05:42:00 24
linux 41 82.0 2024/05/08 01:54:00 15 2024/05/08 05:41:00 34
win32 2 4.0 2024/05/08 03:04:00 26 2024/05/08 04:53:00 28
solaris 6 12.0 2024/05/08 02:23:00 46 2024/05/08 05:25:00 42
darwin 1 2.0 2024/05/08 05:42:00 24 2024/05/08 05:42:00 24
3.3.1 21 42.0 2024/05/08 01:54:00 15 2024/05/08 05:42:00 24
3.2.3 29 58.0 2024/05/08 03:06:00 35 2024/05/08 05:41:00 34

Source:

{ Old file: tbs0278.pp }
{ (* in conditional code is handled wrong for tp,delphi OK 0.99.13 (PFV) }

{$ifdef fpc}{$mode tp}{$endif}
unit tb0238;

interface

{
a string constant within $IFDEF that
contains "(*" causes an error;
compile it with "ppc386 test -So"  or  "-Sd"
}

var
  c : char;

{$IFDEF not_defined}
const
   c = 'b''(*

{ $else}

var
  c : char;

{$ENDIF}


implementation

end.

Link to SVN view of tbs/tb0238.pp source.