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

t_id 904
t_version 1.1
t_adddate 2003/10/03
t_result 0
t_knownrunerror 0

Detailed test run results:

Record count: 50

Total = 50

OK=50 Percentage= 100.00

Result type Cat. Count Percentage First date Last Date
Successfully run 50 100.0 2024/06/02 01:51:00 43 2024/06/02 03:07:00 0
i386 12 24.0 2024/06/02 01:51:00 43 2024/06/02 03:03:00 25
sparc 1 2.0 2024/06/02 02:33:00 41 2024/06/02 02:33:00 41
x86_64 34 68.0 2024/06/02 01:53:00 14 2024/06/02 03:07:00 0
aarch64 3 6.0 2024/06/02 02:36:00 40 2024/06/02 02:59:00 37
linux 43 86.0 2024/06/02 01:51:00 43 2024/06/02 03:07:00 0
win32 1 2.0 2024/06/02 03:03:00 25 2024/06/02 03:03:00 25
solaris 6 12.0 2024/06/02 02:33:00 41 2024/06/02 03:06:00 0
3.3.1 31 62.0 2024/06/02 01:53:00 14 2024/06/02 03:07:00 0
3.2.3 19 38.0 2024/06/02 01:51:00 43 2024/06/02 03:06:00 42

Source:

{ %version=1.1}

{ Source provided for Free Pascal Bug Report 2128 }
{ Submitted by "Bill Rayer" on  2002-09-18 }
{ e-mail: lingolanguage@hotmail.com }

{
  Excessive 64-bit literal causes the FPC compiler to crash.
}
var
  c : comp;
begin
  c := -9223372036854775809;
  if c<>-9223372036854775809 then
    halt(1);
end.

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