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

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

Detailed test run results:

Record count: 50

Total = 50

OK=13 Percentage= 26.00

Skipped=37 Percentage= 74.00

Result type Cat. Count Percentage First date Last Date
Successfully run 13 26.0 2024/06/02 02:01:00 27 2024/06/02 03:03:00 41
i386 13 100.0 2024/06/02 02:01:00 27 2024/06/02 03:03:00 41
linux 11 84.6 2024/06/02 02:01:00 27 2024/06/02 02:31:00 0
win32 1 7.7 2024/06/02 02:04:00 35 2024/06/02 02:04:00 35
solaris 1 7.7 2024/06/02 03:03:00 41 2024/06/02 03:03:00 41
3.3.1 5 38.5 2024/06/02 02:04:00 35 2024/06/02 03:03:00 41
3.2.3 8 61.5 2024/06/02 02:01:00 27 2024/06/02 02:31:00 0
Skipping test because for other cpu 37 74.0 2024/06/02 02:02:00 36 2024/06/02 02:32:00 0
x86_64 34 91.9 2024/06/02 02:02:00 36 2024/06/02 02:32:00 0
aarch64 3 8.1 2024/06/02 02:03:00 34 2024/06/02 02:19:00 41
linux 37 100.0 2024/06/02 02:02:00 36 2024/06/02 02:32:00 0
3.3.1 22 59.5 2024/06/02 02:02:00 21 2024/06/02 02:32:00 0
3.2.3 15 40.5 2024/06/02 02:02:00 36 2024/06/02 02:31:00 34

Source:

{ %CPU=i386 }
{ Old file: tbs0175.pp }
{ Asm, mov word,%eax should not be allowed without casting emits a warning (or error with range checking enabled)  OK 0.99.11 (PM) }

{ this will just give out a warning }
{$asmmode att}
{$R-}
var
  w : word;
begin
  asm
        movl w,%ecx
  end;
end.

Link to SVN view of tbs/tb0145.pp source.