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

t_id 471
t_adddate 2003/10/03
t_result 0
t_knownrunerror 0
t_opts -al

Detailed test run results:

Record count: 50

Total = 50

OK=48 Percentage= 96.00

Skipped=2 Percentage= 4.00

Result type Cat. Count Percentage First date Last Date
Successfully run 48 96.0 2024/05/17 12:20:00 29 2024/05/17 23:35:00 0
i386 14 29.2 2024/05/17 22:07:00 21 2024/05/17 23:35:00 0
sparc 9 18.8 2024/05/17 23:24:00 38 2024/05/17 23:35:00 0
powerpc 1 2.1 2024/05/17 21:13:00 42 2024/05/17 21:13:00 42
x86_64 8 16.7 2024/05/17 12:20:00 29 2024/05/17 12:48:00 22
powerpc64 13 27.1 2024/05/17 20:12:00 105 2024/05/17 20:54:00 132
aarch64 3 6.3 2024/05/17 16:15:00 32 2024/05/17 16:28:00 32
linux 22 45.8 2024/05/17 12:20:00 29 2024/05/17 21:13:00 42
win32 4 8.3 2024/05/17 22:07:00 21 2024/05/17 23:27:00 24
solaris 19 39.6 2024/05/17 23:23:00 25 2024/05/17 23:35:00 0
darwin 3 6.3 2024/05/17 16:15:00 32 2024/05/17 16:28:00 32
3.3.1 39 81.3 2024/05/17 12:20:00 29 2024/05/17 23:35:00 0
3.2.3 9 18.8 2024/05/17 12:36:00 36 2024/05/17 23:35:00 0
Skipping test because for other target 2 4.0 2024/05/17 13:34:00 47 2024/05/17 14:42:00 39
x86_64 2 100.0 2024/05/17 13:34:00 47 2024/05/17 14:42:00 39
win64 2 100.0 2024/05/17 13:34:00 47 2024/05/17 14:42:00 39
3.3.1 2 100.0 2024/05/17 13:34:00 47 2024/05/17 14:42:00 39

Source:

{ %OPT=-al }
{ this forces use of GNU as }
{ Old file: tbs0282.pp }
{ long mangledname problem with -Aas                   OK 0.99.13 (PFV) }


type very____long_____string___identifier= string[200];

procedure test(very__long_variable01: very____long_____string___identifier;
               very__long_variable02: very____long_____string___identifier;
               very__long_variable03: very____long_____string___identifier;
               very__long_variable04: very____long_____string___identifier;
               very__long_variable05: very____long_____string___identifier;
               very__long_variable06: very____long_____string___identifier;
               very__long_variable07: very____long_____string___identifier;
               very__long_variable08: very____long_____string___identifier;
               very__long_variable09: very____long_____string___identifier;
               very__long_variable10: very____long_____string___identifier;
               very__long_variable11: very____long_____string___identifier;
               very__long_variable12: very____long_____string___identifier;
               very__long_variable13: very____long_____string___identifier;
               very__long_variable14: very____long_____string___identifier;
               very__long_variable15: very____long_____string___identifier;
               very__long_variable16: very____long_____string___identifier;
               very__long_variable17: very____long_____string___identifier;
               very__long_variable18: very____long_____string___identifier);
begin
  writeln('hi!');
end;

begin
  writeln('vreemd!');
  test('','','','','','','','','','',
       '','','','','','','','');
end.



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