Test suite results for test file tbs/tb0138.pp

Test run data :

Run ID:
Operating system: aix
Processor: powerpc
Version: 3.3.1
Fails/OK/Total: 65/8235/8300
Version: 3.3.1
Full version: 3.3.1-16674-g46dcffed42
Comment: -O3 -Cg -Fd
Machine: power-aix
Category: 1
SVN revisions: 46dcffed42:c883760ae7:7c56f544cf:e048266473
Submitter: pierre
Date: 2024/10/19 13:26:00 <> 2024/10/18
Previous run: 1026856
Next run:

Hide skipped tests

Hide successful tests

Test file "tbs/tb0138.pp" information:

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

Detailed test run results:

tr_idruntr_oktr_skiptr_result
10226971491027375TrueFalseSuccessfully run

Record count: 1

No log of 1027375.

Source:

{ Old file: tbs0163.pp }
{ missing <= and >= operators for sets.                 OK 0.99.11 (JM) }

Program test;

{ shows missing <= and >= for sets }

Type
     Days = (Monday,tuesday,wednesday,thursday,friday,saturday,sunday);

Var
     FreeDays,Weekend : set of days;

begin
   Weekend := [saturday, sunday];
   FreeDays := [friday, saturday, sunday];
   If (Weekend <= Freedays) then
       Writeln ('Free in weekend !');
end.

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