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

t_id 1040
t_adddate 2003/10/14
t_result 0
t_knownrunerror 0

Detailed test run results:

Record count: 50

Total = 50

OK=0 Percentage= 0.00

Skipped=50 Percentage= 100.00

Result type Cat. Count Percentage First date Last Date
Skipping test run because it is a unit 50 100.0 2024/05/08 20:39:00 24 2024/05/09 00:13:00 32
i386 18 36.0 2024/05/08 23:26:00 32 2024/05/09 00:12:00 43
sparc 19 38.0 2024/05/08 21:40:00 68 2024/05/08 23:52:00 41
powerpc 1 2.0 2024/05/08 21:11:00 188 2024/05/08 21:11:00 188
x86_64 8 16.0 2024/05/08 20:39:00 24 2024/05/08 23:44:00 22
powerpc64 2 4.0 2024/05/08 21:20:00 91 2024/05/08 21:28:00 73
aarch64 1 2.0 2024/05/09 00:13:00 32 2024/05/09 00:13:00 32
sparc64 1 2.0 2024/05/08 22:05:00 151 2024/05/08 22:05:00 151
linux 25 50.0 2024/05/08 21:10:00 51 2024/05/09 00:13:00 32
win32 1 2.0 2024/05/08 23:57:00 23 2024/05/08 23:57:00 23
solaris 18 36.0 2024/05/08 23:24:00 38 2024/05/08 23:52:00 41
win64 6 12.0 2024/05/08 20:39:00 24 2024/05/08 23:44:00 22
3.3.1 17 34.0 2024/05/08 23:14:00 21 2024/05/09 00:13:00 32
3.2.3 33 66.0 2024/05/08 20:39:00 24 2024/05/09 00:12:00 43

Source:

{ Old file: tbs0237.pp }
{ Can't have sub procedures with names defined in interface OK 0.99.13 (PM) }

unit tb0201;
interface

  procedure sub1(w1,w2:word);

implementation

procedure p1;

  procedure sub1(w:word);
  begin
  end;

begin
end;


procedure sub1(w1,w2:word);
begin
end;

end.

Link to SVN view of tbs/tb0201.pp source.