Test suite results for test file webtbs/tw3160b.pp

Test run data :

Run ID:
Operating system: win64
Processor: x86_64
Version: 3.3.1
Fails/OK/Total: 39/9435/9474
Version: 3.3.1
Full version: 3.3.1-15675-g485b31de21
Comment: -gl -Criot -Fd
Machine: fpcWin7-64
Category: 1
SVN revisions: 485b31de21:d6cf3c98d0:e657d6a07d:485b31de21
Submitter: pierre
Date: 2024/05/08 03:29:00 <> 2024/05/06
Previous run: 946750
Next run: 948752

Hide skipped tests

Hide successful tests

Test file "webtbs/tw3160b.pp" information:

t_id 1327
t_adddate 2004/08/09
t_result 207
t_knownrunerror 0

Detailed test run results:

tr_idruntr_oktr_skiptr_result
523675222947892FalseFalseFailed to run

Record count: 1

Log of 947892:

Runtime error 207 at $00000001000027EA
  $00000001000027EA  fpc_ln_real,  line 1454 of ../inc/genmath.inc
  $0000000100001651  main,  line 14 of webtbs/tw3160b.pp
  $0000000100001D76  MAIN_WRAPPER
  $000000010000E484  EXE_ENTRY,  line 83 of x86_64/cpuwin.inc
  $0000000100001614  _FPC_MAINCRTSTARTUP,  line 107 of sysinit.pp
Runtime error 215 at $0000000100010A38
  $0000000100010A38
  $0000000100013519
  $0000000100013A75
  $00000001000102AB
  $0000000076D5BFFD
  $0000000076DC3E8C

Source:

{ %RESULT=207 }
{ Source provided for Free Pascal Bug Report 3160 }
{ Submitted by "Michalis Kamburelis" on  2004-06-12 }
{ e-mail: michalis@camelot.homedns.org }
var A:Extended;
begin
 { All lines below will raise runtime error 207
   (Invalid floating point operation, converted to EInvalidOp exception)
   under Win32.

   But under Linux they raise runtime error 216
   (General protection fault, converted to EAccessViolation). }
 A:=-3;  Writeln(Ln(A));
end.

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