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

t_id 369
t_adddate 2003/10/03
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/16 21:11:00 44 2024/05/16 23:46:00 0
i386 15 30.0 2024/05/16 22:08:00 35 2024/05/16 23:46:00 0
sparc 13 26.0 2024/05/16 23:24:00 38 2024/05/16 23:46:00 0
powerpc 10 20.0 2024/05/16 21:11:00 44 2024/05/16 22:06:00 76
x86_64 12 24.0 2024/05/16 22:22:00 29 2024/05/16 22:53:00 29
linux 12 24.0 2024/05/16 21:11:00 44 2024/05/16 23:46:00 0
win32 3 6.0 2024/05/16 22:08:00 35 2024/05/16 23:38:00 22
solaris 35 70.0 2024/05/16 22:22:00 29 2024/05/16 23:46:00 0
3.3.1 23 46.0 2024/05/16 22:08:00 35 2024/05/16 23:46:00 0
3.2.3 27 54.0 2024/05/16 21:11:00 44 2024/05/16 23:38:00 38

Source:

{ Old file: tbs0143.pp }
{ cannot concat string and array of char in $X+ mode    OK 0.99.7 (PFV) }



const
  string1 : string = 'hello ';
  string2 : array[1..5] of char = 'there';
var
  s : string;
begin
  s:=string1+string2;
  writeln(string1+string2);
end.

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