Test suite results for test file test/texception9.pp

Test run data :

Run ID:
Operating system: linux
Processor: aarch64
Version: 3.2.3
Fails/OK/Total: 39/7935/7974
Version: 3.2.3
Full version: 3.2.3
Comment: -O4 -Fl/usr/lib/gcc/aarch64-linux-gnu/12 -Fd
Machine: raspi64
Category: 1
SVN revisions: bff5cbd342:c17a0e20f5:4f3b6199df:d1c29e6cb9
Submitter: pierre
Date: 2024/05/08 10:39:00 <> 2024/05/04
Previous run: 947482
Next run: 948756

Hide skipped tests

Hide successful tests

Test file "test/texception9.pp" information:

t_id 1008
t_version 1.1
t_adddate 2003/10/06
t_result 0
Flag t_fail set
t_knownrunerror 0

Detailed test run results:

tr_idruntr_oktr_skiptr_result
524939103948104TrueFalseSuccess, compilation failed

Record count: 1

No log of 948104.

Source:

{ %version=1.1 }
{ %fail }
uses
  sysutils;

begin
  // this should fail with a runtime error
  try
    raise ETestException.Create;
  except
    AcquireExceptionObject;
    ReleaseExceptionObject;
    ReleaseExceptionObject;
  end;
end.

Link to SVN view of test/texception9.pp source.