Test suite results for test file tbf/tb0129.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 "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:

Record count: 50

Total = 50

OK=50 Percentage= 100.00

Result type Cat. Count Percentage First date Last Date
Success, compilation failed 50 100.0 2024/05/21 01:37:00 47 2024/05/21 02:10:00 0
i386 26 52.0 2024/05/21 01:37:00 47 2024/05/21 02:10:00 0
x86_64 22 44.0 2024/05/21 01:38:00 27 2024/05/21 02:08:00 22
aarch64 2 4.0 2024/05/21 01:46:00 38 2024/05/21 02:03:00 35
linux 49 98.0 2024/05/21 01:37:00 47 2024/05/21 02:10:00 0
win32 1 2.0 2024/05/21 02:04:00 34 2024/05/21 02:04:00 34
3.3.1 30 60.0 2024/05/21 01:38:00 28 2024/05/21 02:08:00 22
3.2.3 20 40.0 2024/05/21 01:37:00 47 2024/05/21 02:10:00 0

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.