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

t_id 235
t_adddate 2003/10/03
Flag t_interactive set
t_result 0
t_knownrunerror 0

Detailed test run results:

Record count: 50

Total = 50

OK=25 Percentage= 50.00

Skipped=25 Percentage= 50.00

Result type Cat. Count Percentage First date Last Date
Successfully run 25 50.0 2024/06/02 01:33:00 35 2024/06/02 02:52:00 0
i386 8 32.0 2024/06/02 01:33:00 35 2024/06/02 02:27:00 22
x86_64 16 64.0 2024/06/02 01:34:00 16 2024/06/02 02:52:00 0
aarch64 1 4.0 2024/06/02 02:36:00 40 2024/06/02 02:36:00 40
linux 25 100.0 2024/06/02 01:33:00 35 2024/06/02 02:52:00 0
3.3.1 25 100.0 2024/06/02 01:33:00 35 2024/06/02 02:52:00 0
Skipping test because it is interactive 25 50.0 2024/06/02 01:38:00 27 2024/06/02 02:50:00 44
i386 8 32.0 2024/06/02 01:51:00 43 2024/06/02 02:47:00 33
sparc 1 4.0 2024/06/02 02:33:00 41 2024/06/02 02:33:00 41
x86_64 16 64.0 2024/06/02 01:38:00 27 2024/06/02 02:50:00 44
linux 24 96.0 2024/06/02 01:38:00 27 2024/06/02 02:50:00 44
solaris 1 4.0 2024/06/02 02:33:00 41 2024/06/02 02:33:00 41
3.2.3 25 100.0 2024/06/02 01:38:00 27 2024/06/02 02:50:00 44

Source:

{ %INTERACTIVE }
program tparam;

var
 i: integer;
Begin
  for i:=0 to ParamCount do
   Begin
     WriteLn(paramStr(i));
   End;
end.

{
 $Log: tparam.pp,v $
 Revision 1.3  2002/09/07 15:40:56  peter
   * old logs removed and tabs fixed

 Revision 1.2  2002/03/05 21:52:34  carl
 + test is interactive

}

Link to SVN view of test/units/system/tparam.pp source.