Test suite results for test file webtbs/tw2280.pp

Test run data :

Run ID:
Operating system: linux
Processor: aarch64
Version: 3.2.3
Fails/OK/Total: 38/7937/7975
Version: 3.2.3
Full version: 3.2.3
Comment: -Fl/usr/lib/gcc/aarch64-redhat-linux/8 -Fl/usr/lib64 -Fd
Machine: gcc185
Category: 1
SVN revisions: bff5cbd342:c17a0e20f5:4f3b6199df:d1c29e6cb9
Submitter: pierre
Date: 2024/05/06 03:28:00 <> 2024/05/04
Previous run: 945824
Next run: 947122

Hide skipped tests

Hide successful tests

Test file "webtbs/tw2280.pp" information:

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

Detailed test run results:

tr_idruntr_oktr_skiptr_result
514585755946429TrueFalseSuccessfully run

Record count: 1

No log of 946429.

Source:

{ %version=1.1 }
{ Source provided for Free Pascal Bug Report 2280 }
{ Submitted by "Yakov Sudeikin" on  2002-12-23 }
{ e-mail: yashka@exebook.com }
var
 a: array of string;

begin
 a := nil;
 if a = nil then;
end.

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