Test suite results for test file webtbs/tw3281.pp

Test run data :

Run ID:
Operating system: haiku
Processor: i386
Version: 3.2.3
Fails/OK/Total: 47/8127/8174
Version: 3.2.3
Full version: 3.2.3
Comment: -gl -Fd
Machine: shredder
Category: 1
SVN revisions: 67e8c304c1:cd83438cb0:2f8aac770c:b6ccf16c9d
Submitter: pierre
Date: 2023/02/19 08:03:00 <> 2023/01/22
Previous run: 749245
Next run: 751021

Hide skipped tests

Hide successful tests

Test file "webtbs/tw3281.pp" information:

t_id 1351
t_adddate 2004/08/30
t_result 0
t_knownrunerror 0
t_opts -Sew

Detailed test run results:

tr_idruntr_oktr_skiptr_result
-682385039750426TrueFalseSuccessfully run

Record count: 1

No log of 750426.

Source:

{ %opt=-Sew }

{$ifdef fpc}{$mode objfpc}{$endif}
{$M+}

type
  tc1=class
  published
    constructor create;
  end;

constructor tc1.create;
begin
end;

begin
end.

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