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

t_id 1396
t_cpu i386
t_adddate 2004/11/26
t_result 0
t_knownrunerror 0

Detailed test run results:

Record count: 50

Total = 50

OK=22 Percentage= 44.00

Skipped=28 Percentage= 56.00

Result type Cat. Count Percentage First date Last Date
Successfully run 22 44.0 2024/05/17 23:23:00 25 2024/05/18 00:21:00 24
i386 22 100.0 2024/05/17 23:23:00 25 2024/05/18 00:21:00 24
linux 7 31.8 2024/05/17 23:33:00 28 2024/05/18 00:20:00 23
win32 4 18.2 2024/05/17 23:27:00 24 2024/05/18 00:21:00 24
solaris 11 50.0 2024/05/17 23:23:00 25 2024/05/17 23:38:00 29
3.3.1 18 81.8 2024/05/17 23:23:00 25 2024/05/18 00:21:00 24
3.2.3 4 18.2 2024/05/17 23:39:00 24 2024/05/18 00:20:00 23
Skipping test because for other cpu 28 56.0 2024/05/17 23:27:00 38 2024/05/18 00:29:00 32
sparc 19 67.9 2024/05/17 23:27:00 38 2024/05/17 23:55:00 41
x86_64 9 32.1 2024/05/18 00:05:00 29 2024/05/18 00:29:00 32
solaris 28 100.0 2024/05/17 23:27:00 38 2024/05/18 00:29:00 32
3.3.1 9 32.1 2024/05/17 23:28:00 40 2024/05/17 23:44:00 43
3.2.3 19 67.9 2024/05/17 23:27:00 38 2024/05/18 00:29:00 32

Source:

{ %cpu=i386 }

{ Source provided for Free Pascal Bug Report 3131 }
{ Submitted by "Arnstein Prytz" on  2004-06-02 }
{ e-mail: Arnstein.Prytz@jcu.edu.au }
program tmp;

{$asmmode intel}

procedure l;
  label l1;
  begin
    l1 : WRITELN( 'Label L1' );
  end;

procedure a; assembler;
  asm
    @_quit : ;
  end;

begin
end.

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