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

t_id 812
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 01:10:00 32 2024/05/21 01:44:00 50
i386 38 76.0 2024/05/21 01:10:00 32 2024/05/21 01:44:00 50
x86_64 11 22.0 2024/05/21 01:21:00 14 2024/05/21 01:43:00 15
aarch64 1 2.0 2024/05/21 01:29:00 35 2024/05/21 01:29:00 35
linux 50 100.0 2024/05/21 01:10:00 32 2024/05/21 01:44:00 50
3.3.1 25 50.0 2024/05/21 01:16:00 31 2024/05/21 01:44:00 50
3.2.3 25 50.0 2024/05/21 01:10:00 32 2024/05/21 01:42:00 33

Source:

PROGRAM initializationBug( INPUT, OUTPUT );
{$H+}
CONST
  bufferSize = 8;
  tableSize = 2;

TYPE
  bufferRecord = RECORD
    stringBuffer     : String;
    characterBuffer  : ARRAY[ 1..bufferSize ] OF CHAR;
  END;

VAR
  bufferTable  : ARRAY[ 1..tableSize ] OF bufferRecord;

BEGIN
  WRITELN( '< INITIALIZATION BUG HAS NOT OCCURRED!' );
END.

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