Test suite results for test file tbs/tb0227.pp

Test run data :

Run ID:
Operating system: wasi
Processor: wasm32
Version: 3.3.1
Fails/OK/Total: 195/7922/8117
Version: 3.3.1
Full version: 3.3.1-16674-g46dcffed42
Comment: -n -vx -Adefault -CTbfexceptions -Fd
Machine: cfarm13
Category: 1
SVN revisions: 46dcffed42:c883760ae7:7c56f544cf:e048266473
Submitter: muller
Date: 2024/10/19 19:09:00 <> 2024/10/18
Previous run: 1026909
Next run:

Hide skipped tests

Hide successful tests

Test file "tbs/tb0227.pp" information:

t_id 459
t_adddate 2003/10/03
t_result 0
t_knownrunerror 0

Detailed test run results:

tr_idruntr_oktr_skiptr_result
10228701531027401FalseFalseFailed to compile

Record count: 1

Log of 1027401:

tb0227.pp(8,6) Fatal: Can't find unit CRT used by t10
Fatal: Compilation aborted

Source:

{ Old file: tbs0266.pp }
{ linux crt write cuts 256 char                        OK 0.99.13 (PFV) }

PROGRAM t10;

USES CRT;

VAR S: STRING;
    X: BYTE;


    BEGIN
       S := '';
          FOR X := 1 TO 253 DO S:=S+'-';
             S := S+'_!';
                WRITE(S);
                   WRITE('*',S);
                   END.

Link to SVN view of tbs/tb0227.pp source.