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

t_id 328
t_adddate 2003/10/03
t_result 0
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
Successfully run 50 100.0 2024/05/21 02:33:00 24 2024/05/21 06:21:00 0
i386 5 10.0 2024/05/21 03:08:00 33 2024/05/21 06:01:00 28
m68k 2 4.0 2024/05/21 05:47:00 63 2024/05/21 06:07:00 190
powerpc 3 6.0 2024/05/21 06:13:00 42 2024/05/21 06:21:00 0
arm 2 4.0 2024/05/21 05:29:00 69 2024/05/21 05:53:00 67
x86_64 16 32.0 2024/05/21 02:33:00 24 2024/05/21 06:19:00 29
powerpc64 11 22.0 2024/05/21 05:13:00 105 2024/05/21 05:49:00 112
mips 3 6.0 2024/05/21 04:05:00 47 2024/05/21 06:16:00 240
aarch64 8 16.0 2024/05/21 05:20:00 46 2024/05/21 06:15:00 41
linux 32 64.0 2024/05/21 02:33:00 24 2024/05/21 06:21:00 0
win32 1 2.0 2024/05/21 06:01:00 28 2024/05/21 06:01:00 28
go32v2 1 2.0 2024/05/21 05:41:00 55 2024/05/21 05:41:00 55
solaris 10 20.0 2024/05/21 05:55:00 29 2024/05/21 06:19:00 29
darwin 6 12.0 2024/05/21 05:42:00 24 2024/05/21 06:15:00 41
3.3.1 22 44.0 2024/05/21 02:33:00 24 2024/05/21 06:21:00 0
3.2.3 28 56.0 2024/05/21 03:08:00 33 2024/05/21 06:19:00 29

Source:

{ Old file: tbs0091.pp }
{ missing standard functions in constant expressions    OK 0.99.7 (PFV) }

{ Page 22 of The Language Guide of Turbo Pascal }
var
 t: byte;
const
  a = Trunc(1.3);
  b = Round(1.6);
  c = abs(-5);
  ErrStr = 'Hello!';
  d = Length(ErrStr);
  e = Lo($1234);
  f = Hi($1234);
  g = Chr(34);
  h = Odd(1);
  i = Ord('3');
  j = Pred(34);
  l = Sizeof(t);
  m = Succ(9);
  n = Swap($1234);
  o = ptr(0,0);
Begin
end.


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