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

t_id 887
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/16 21:11:00 44 2024/05/16 23:46:00 0
i386 15 30.0 2024/05/16 22:08:00 35 2024/05/16 23:46:00 0
sparc 13 26.0 2024/05/16 23:24:00 38 2024/05/16 23:46:00 0
powerpc 10 20.0 2024/05/16 21:11:00 44 2024/05/16 22:06:00 76
x86_64 12 24.0 2024/05/16 22:22:00 29 2024/05/16 22:53:00 29
linux 12 24.0 2024/05/16 21:11:00 44 2024/05/16 23:46:00 0
win32 3 6.0 2024/05/16 22:08:00 35 2024/05/16 23:38:00 22
solaris 35 70.0 2024/05/16 22:22:00 29 2024/05/16 23:46:00 0
3.3.1 23 46.0 2024/05/16 22:08:00 35 2024/05/16 23:46:00 0
3.2.3 27 54.0 2024/05/16 21:11:00 44 2024/05/16 23:38:00 38

Source:

{ Source provided for Free Pascal Bug Report 1996 }
{ Submitted by "Louis Jean-Richard" on  2002-06-03 }
{ e-mail: Ljean_richard@compuserve.com }
PROGRAM RangeDefinition;
TYPE
        codeIndex       = 5 .. 287;
CONST
        noCodeIndex     = HIGH(codeIndex) + 1;
        valuereal      =  14.5 + 13.4;
CONST
        noCodeIndexBis  = SUCC(HIGH(codeIndex));
TYPE
        codePointer     = 0 + LOW(codeIndex) .. noCodeIndex;
TYPE
        codePointerBis  = LOW(codeIndex) .. noCodeIndex;
var
 Code : CodeIndex;
BEGIN
        code     := 1 + LOW(codeIndex);
END
.

Link to SVN view of webtbs/tw1996.pp source.