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

t_id 1451
t_adddate 2005/01/17
t_result 0
Flag t_fail set
t_knownrunerror 0
t_opts -Sew

Detailed test run results:

Record count: 50

Total = 50

OK=50 Percentage= 100.00

Result type Cat. Count Percentage First date Last Date
Success, compilation failed 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:

{ %fail }
{ %opt=-Sew }

{ Source provided for Free Pascal Bug Report 3553 }
{ Submitted by "Naj Kejah" on  2005-01-15 }
{ e-mail: universario@hotmail.com }

var K : integer;

BEGIN
  while FALSE do
    K:=2;{ NO warning "unreachable code" from User.txt  }

  if FALSE then
    K:=2
  else
    K:=3;

  if TRUE then
    K:=2
  else
    K:=3;
END.

Link to SVN view of webtbf/tw3553.pp source.