Test suite results for test file webtbs/tw3474.pp

Test run data :

Run ID:
Operating system: win64
Processor: x86_64
Version: 3.3.1
Fails/OK/Total: 28/9444/9472
Version: 3.3.1
Full version: 3.3.1-15617-g1de3aba4e3
Comment: -CX -XX -O3 -Fd
Machine: fpcWin7-64
Category: 1
SVN revisions: 1de3aba4e3:0655b342d4:20c95f0455:61397d40ae
Submitter: pierre
Date: 2024/04/28 12:44:00 <> 2024/04/26
Previous run: 940191
Next run: 942028

Hide skipped tests

Hide successful tests

Test file "webtbs/tw3474.pp" information:

t_id 1422
t_adddate 2004/12/27
t_result 0
Flag t_recompile set
t_knownrunerror 0

Detailed test run results:

tr_idruntr_oktr_skiptr_result
482367470941213FalseFalseFailed to compile

Record count: 1

Log of 941213:

An unhandled exception occurred at $000000010007678D:
EAccessViolation: Access violation
  $000000010007678D  READTOKEN,  line 5177 of scanner.pas
  $0000000100136CEC  CONSUME,  line 164 of pbase.pas
  $00000001001FC985  PARSE_UNIT_INTERFACE_DECLARATIONS,  line 1163 of pmodules.pas
  $0000000100061CF8  CONTINUE,  line 272 of ctask.pas
  $0000000100061E46  PROCESSQUEUE,  line 334 of ctask.pas
  $000000010001B2CC  COMPILE,  line 311 of compiler.pas
  $0000000100001ABD  main,  line 308 of pp.pas
  $00Error: Compilation raised exception internally
000001000026B6  MAIN_WRAPPER
  $0000000100013CF0  EXE_ENTRY,  line 83 of x86_64/cpuwin.inc
  $00000001000018A0  _FPC_MAINCRTSTARTUP,  line 107 of sysinit.pp
  $0000000076AE556D
  $0000000076D4385D

Source:

{ %recompile }

unit tw3474;

interface

uses uw3474b;

implementation

procedure StaticOnCreateDevice;
begin
  if V_Failed(0) then Exit;
end;

end.

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