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

t_id 179
t_adddate 2003/10/03
t_result 200
t_knownrunerror 0

Detailed test run results:

Record count: 50

Total = 50

OK=46 Percentage= 92.00

Result type Cat. Count Percentage First date Last Date
Failed to run 4 8.0 2024/05/17 11:21:00 241 2024/05/17 12:19:00 173
sparc 1 25.0 2024/05/17 12:01:00 74 2024/05/17 12:01:00 74
mips 1 25.0 2024/05/17 11:21:00 241 2024/05/17 11:21:00 241
mipsel 1 25.0 2024/05/17 11:26:00 47 2024/05/17 11:26:00 47
sparc64 1 25.0 2024/05/17 12:19:00 173 2024/05/17 12:19:00 173
linux 4 100.0 2024/05/17 11:21:00 241 2024/05/17 12:19:00 173
3.3.1 4 100.0 2024/05/17 11:21:00 241 2024/05/17 12:19:00 173
Successfully run 46 92.0 2024/05/17 11:04:00 38 2024/05/17 12:48:00 22
i386 11 23.9 2024/05/17 11:23:00 52 2024/05/17 12:24:00 45
powerpc 1 2.2 2024/05/17 11:30:00 242 2024/05/17 11:30:00 242
x86_64 27 58.7 2024/05/17 11:10:00 26 2024/05/17 12:48:00 22
powerpc64 2 4.3 2024/05/17 11:34:00 242 2024/05/17 11:39:00 59
aarch64 4 8.7 2024/05/17 11:04:00 38 2024/05/17 12:15:00 38
riscv64 1 2.2 2024/05/17 11:56:00 31 2024/05/17 11:56:00 31
linux 35 76.1 2024/05/17 11:04:00 38 2024/05/17 12:48:00 22
solaris 11 23.9 2024/05/17 11:23:00 52 2024/05/17 12:24:00 45
3.3.1 14 30.4 2024/05/17 11:10:00 26 2024/05/17 12:48:00 22
3.2.2 11 23.9 2024/05/17 11:23:00 52 2024/05/17 12:24:00 45
3.2.3 21 45.7 2024/05/17 11:04:00 38 2024/05/17 12:36:00 36

Source:

{ %RESULT=200 }
{****************************************************************}
{  CODE GENERATOR TEST PROGRAM                                   }
{****************************************************************}
{ NODE TESTED : secondmoddiv() - division by zero test           }
{****************************************************************}
{ PRE-REQUISITES: secondload()                                   }
{                 secondassign()                                 }
{                 secondtypeconv()                               }
{****************************************************************}
{ DEFINES:                                                       }
{            FPC     = Target is FreePascal compiler             }
{****************************************************************}
{ REMARKS:                                                       }
{                                                                }
{                                                                }
{                                                                }
{****************************************************************}

{$ifdef VER70}
  {$define TP}
{$endif}

var
  longres : longint;
  longcnt : longint;
begin
  
  longres := 1;
  longcnt := 0;
  longres := longres div longcnt;
end.
{
  $Log: tdivz2.pp,v $
  Revision 1.1  2002/09/21 13:28:06  carl
   + division by zero testing

}

Link to SVN view of test/cg/tdivz2.pp source.