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

t_id 1505
t_adddate 2005/03/05
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/18 01:10:00 32 2024/05/18 01:46:00 37
i386 36 72.0 2024/05/18 01:10:00 32 2024/05/18 01:45:00 54
x86_64 11 22.0 2024/05/18 01:24:00 26 2024/05/18 01:45:00 26
aarch64 3 6.0 2024/05/18 01:29:00 34 2024/05/18 01:46:00 37
linux 49 98.0 2024/05/18 01:10:00 32 2024/05/18 01:46:00 37
go32v2 1 2.0 2024/05/18 01:45:00 54 2024/05/18 01:45:00 54
3.3.1 26 52.0 2024/05/18 01:14:00 31 2024/05/18 01:46:00 37
3.2.3 24 48.0 2024/05/18 01:10:00 32 2024/05/18 01:45:00 26

Source:

{ Source provided for Free Pascal Bug Report 3697 }
{ Submitted by "Matthias Hryniszak" on  2005-02-26 }
{ e-mail: matthias@hryniszak.de }
uses
  SysUtils;

var
  S: WideString;

begin
  S := WideFormat('Test %s', ['string']);
  if s<>'Test string' then
    halt(1);
  
  writeln('ok');
end.

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