Test suite results for test file tbs/tb0162.pp

Test run data :

Run ID:
Operating system: linux
Processor: mips
Version: 3.3.1
Fails/OK/Total: 43/9176/9219
Version: 3.3.1
Full version: 3.3.1-15676-g9b1861a104
Comment: -ao-xgot -fPIC -XR/home/pierre/sys-root/mips-linux -Xd -Xr/home/pierre/sys-root/mips-linux
Machine: gcclocal
Category: 1
SVN revisions: 9b1861a104:d6cf3c98d0:e657d6a07d:485b31de21
Submitter: pierre
Date: 2024/05/08 08:39:00 <> 2024/05/07
Previous run: 947309
Next run: 948716

Hide skipped tests

Hide successful tests

Test file "tbs/tb0162.pp" information:

t_id 401
t_adddate 2003/10/03
t_result 0
t_knownrunerror 0

Detailed test run results:

tr_idruntr_oktr_skiptr_result
524730580948065FalseFalseFailed to run

Record count: 1

Log of 948065:

qemu: unhandled CPU exception 0x15 - aborting
pc=0x004003e8 HI=0x00000000 LO=0x000010ef ds 00a2 004003d0 0
GPR00: r0 00000000 at fffffff8 v0 7fffffff v1 00000001
GPR04: a0 407fffe8 a1 407fffe8 a2 407fffdc a3 00000000
GPR08: t0 005254f0 t1 00000000 t2 00000000 t3 00000000
GPR12: t4 00000000 t5 00000000 t6 00000000 t7 00000000
GPR16: s0 00000000 s1 00000000 s2 00000000 s3 00000000
GPR20: s4 00000000 s5 00000000 s6 00000000 s7 00000000
GPR24: t8 00000000 t9 00402704 k0 00000000 k1 00000000
GPR28: gp 00529ba0 sp 407fff70 s8 40800130 ra 004003d0
CP0 Status  0x20000010 Cause   0x00000000 EPC    0x00000000
    Config0 0x80008482 Config1 0x9e190c8f LLAddr 0x0000000000000000
    Config2 0x80000000 Config3 0x00000000
    Config4 0x00000000 Config5 0x00000000
**
ERROR:../../accel/tcg/cpu-exec.c:928:cpu_exec: assertion failed: (cpu == current_cpu)
Bail out! ERROR:../../accel/tcg/cpu-exec.c:928:cpu_exec: assertion failed: (cpu == current_cpu)

Source:

{ Old file: tbs0193.pp }
{ overflow checking for 8 and 16 bit operations wrong }

{$R-}
{$Q+}
var i: integer;
    b: byte;

begin
  i := 32767;
  i := i + 15;
  b := 255;
  b := b + 18;
  b := 255;
  b := b * 8;
  b := 255;
  b := b * 17
End.

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