Test suite results for test file webtbs/tw2927.pp

Test run data :

Run ID:
Operating system: linux
Processor: i386
Version: 3.2.3
Fails/OK/Total: 33/8319/8352
Version: 3.2.3
Full version: 3.2.3-1376-gbff5cbd342
Comment: -gl -Fl/lib32 -Fl/usr/lib32 -Fl/usr/lib/gcc/x86_64-linux-gnu/11/32 -Fl/usr/lib/i386-linux-gnu -Fl/home/pierre/sys-root/i386-linux/lib -Fl/home/pierre/sys-root/i386-linux/usr/lib -Cg -O2 -Fd
Machine: gcclocal
Category: 1
SVN revisions: bff5cbd342:c17a0e20f5:4f3b6199df:d1c29e6cb9
Submitter: pierre
Date: 2024/05/09 00:28:00 <> 2024/05/04
Previous run: 0
Next run:

Hide skipped tests

Hide successful tests

Test file "webtbs/tw2927.pp" information:

t_id 1242
t_adddate 2004/02/03
t_result 0
t_knownrunerror 0

Detailed test run results:

tr_idruntr_oktr_skiptr_result
526156187948308TrueFalseSuccessfully run

Record count: 1

No log of 948308.

Source:

{$mode objfpc}

uses
  Classes;

procedure ReadTest(const p: Pointer); overload;
begin
end;

procedure ReadTest(const p: TStream); overload;
begin
end;

var
  f: TFileStream;
begin
  ReadTest(f);
end.

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