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

t_id 734
t_cpu i386
t_adddate 2003/10/03
t_result 0
t_knownrunerror 0

Detailed test run results:

Record count: 50

Total = 50

OK=14 Percentage= 28.00

Skipped=36 Percentage= 72.00

Result type Cat. Count Percentage First date Last Date
Successfully run 14 28.0 2024/06/02 01:33:00 35 2024/06/02 02:47:00 33
i386 14 100.0 2024/06/02 01:33:00 35 2024/06/02 02:47:00 33
linux 14 100.0 2024/06/02 01:33:00 35 2024/06/02 02:47:00 33
3.3.1 7 50.0 2024/06/02 01:33:00 35 2024/06/02 02:27:00 22
3.2.3 7 50.0 2024/06/02 01:51:00 43 2024/06/02 02:47:00 33
Skipping test because for other cpu 36 72.0 2024/06/02 01:34:00 16 2024/06/02 03:01:00 0
sparc 1 2.8 2024/06/02 02:33:00 41 2024/06/02 02:33:00 41
x86_64 32 88.9 2024/06/02 01:34:00 16 2024/06/02 03:01:00 0
aarch64 3 8.3 2024/06/02 02:36:00 40 2024/06/02 02:59:00 37
linux 32 88.9 2024/06/02 01:34:00 16 2024/06/02 03:01:00 0
solaris 4 11.1 2024/06/02 02:33:00 41 2024/06/02 02:58:00 19
3.3.1 22 61.1 2024/06/02 01:34:00 16 2024/06/02 02:59:00 15
3.2.3 14 38.9 2024/06/02 01:38:00 27 2024/06/02 03:01:00 0

Source:

{ %cpu=i386 }

var i:integer;
{$asmmode intel}
{ "mov i,1"
   is like
  "mov word ptr [i],1"
  or
  movw i,$1  in ATT syntax }

begin
 asm
  mov i, 1
 end;
  if i <> 1 then
    halt(1);
end.

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