Test suite results for test file webtbf/tw3740.pp

Test run data :

Run ID:
Operating system: darwin
Processor: aarch64
Version: 3.3.1
Fails/OK/Total: 43/9313/9356
Version: 3.3.1
Full version: 3.3.1-15624-g3cfec5e6a4
Comment: -CriotR -Fl/usr/lib -XR/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Machine: gcc104
Category: 1
SVN revisions: e601156b8c:3cfec5e6a4:7629cdb4a5:6a109634b0
Submitter: pierre
Date: 2024/04/28 06:31:00 <> 2024/04/27
Previous run: 940295
Next run: 942524

Hide skipped tests

Hide successful tests

Test file "webtbf/tw3740.pp" information:

t_id 1509
t_adddate 2005/03/05
t_result 0
Flag t_fail set
t_knownrunerror 0

Detailed test run results:

tr_idruntr_oktr_skiptr_result
481387290941048TrueFalseSuccess, compilation failed

Record count: 1

No log of 941048.

Source:

{ %fail }

program fjf915a;

type
  t = object
    constructor Init (a: Boolean);
  end;

constructor t.Init (a: Boolean);
begin
end;

var
  p: ^t;

begin
  New (p, Init (Init (False)))  { WRONG }
end.

Link to SVN view of webtbf/tw3740.pp source.