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

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

Detailed test run results:

Record count: 50

Total = 50

OK=33 Percentage= 66.00

Result type Cat. Count Percentage First date Last Date
Failed to run 17 34.0 2024/09/26 19:31:00 339 2024/09/26 22:50:00 299
i386 4 23.5 2024/09/26 19:54:00 70 2024/09/26 22:38:00 79
powerpc 6 35.3 2024/09/26 19:54:00 42 2024/09/26 20:38:00 84
wasm32 7 41.2 2024/09/26 19:31:00 339 2024/09/26 22:50:00 299
linux 6 35.3 2024/09/26 19:54:00 42 2024/09/26 20:38:00 84
go32v2 4 23.5 2024/09/26 19:54:00 70 2024/09/26 22:38:00 79
wasi 7 41.2 2024/09/26 19:31:00 339 2024/09/26 22:50:00 299
3.3.1 17 100.0 2024/09/26 19:31:00 339 2024/09/26 22:50:00 299
Successfully run 33 66.0 2024/09/26 18:42:00 90 2024/09/26 23:02:00 44
powerpc 8 24.2 2024/09/26 19:41:00 35 2024/09/26 23:02:00 44
powerpc64 17 51.5 2024/09/26 18:42:00 90 2024/09/26 22:29:00 103
riscv64 8 24.2 2024/09/26 19:14:00 123 2024/09/26 19:59:00 123
linux 33 100.0 2024/09/26 18:42:00 90 2024/09/26 23:02:00 44
3.3.1 17 51.5 2024/09/26 18:42:00 90 2024/09/26 20:30:00 68
3.2.3 16 48.5 2024/09/26 21:17:00 71 2024/09/26 23:02:00 44

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(Sqrt(A));
end.

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