Test suite results for test file tbf/tb0129.pp

Test run data :

Run ID:
Operating system: go32v2
Processor: i386
Version: 3.2.3
Fails/OK/Total: 60/8069/8129
Version: 3.2.3
Full version: 3.2.3-1376-gbff5cbd342
Comment: -Criot -O4 -Fl/home/muller/sys-root/djgpp/lib -Fl/home/muller/sys-root/djgpp/lib/gcc/djgpp/6.10 -Fd
Machine: cfarm26
Category: 1
SVN revisions: bff5cbd342:c17a0e20f5:4f3b6199df:d1c29e6cb9
Submitter: pierre
Date: 2024/05/08 04:30:00 <> 2024/05/04
Previous run: 947200
Next run: 948622

Hide skipped tests

Hide successful tests

Test file "tbf/tb0129.pp" information:

t_id 671
t_version 1.1
t_adddate 2003/10/03
t_result 0
Flag t_fail set
t_knownrunerror 0

Detailed test run results:

tr_idruntr_oktr_skiptr_result
523997997947946FalseTrueSkipping test because for other target

Record count: 1

No log of 947946.

Source:

{ %fail }
{ %version=1.1 }

{$ifdef fpc}
  {$mode objfpc}
  {$threading on}
{$endif}  

threadvar
   thri : longint;
   
begin
  { Delphi does not allow threadvars as for loop control variable }
  for thri:=1 to 1000 do;
end.

Link to SVN view of tbf/tb0129.pp source.