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

t_id 1519
t_adddate 2005/03/11
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:43:00 22 2024/05/18 02:19:00 42
i386 15 30.0 2024/05/18 01:43:00 22 2024/05/18 02:15:00 37
x86_64 31 62.0 2024/05/18 01:45:00 26 2024/05/18 02:18:00 20
aarch64 4 8.0 2024/05/18 01:46:00 37 2024/05/18 02:19:00 42
linux 48 96.0 2024/05/18 01:43:00 22 2024/05/18 02:19:00 42
win32 1 2.0 2024/05/18 02:04:00 34 2024/05/18 02:04:00 34
go32v2 1 2.0 2024/05/18 01:45:00 54 2024/05/18 01:45:00 54
3.3.1 33 66.0 2024/05/18 01:43:00 22 2024/05/18 02:19:00 42
3.2.3 17 34.0 2024/05/18 01:45:00 26 2024/05/18 02:17:00 43

Source:

{ Source provided for Free Pascal Bug Report 3765 }
{ Submitted by "Andrew Haines" on  2005-03-09 }
{ e-mail: andrewd207@aol.com }
program Project1;

{$mode objfpc}{$H+}

uses
  Classes, SysUtils;
var
  AName, ANumber, ABoolean: Variant;
begin
  AName := 'John Smith';
  ANumber := 12345;
  ABoolean := True;
  WriteLn('Name=',AName, ' Number=', ANumber, ' Boolean=',ABoolean);
end.

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