Test suite results for test file test/tunit1.pp

Test run data :

Free Pascal Compiler Test Suite Results

View Test suite results

Please specify search criteria:
File:
Operating system:
Processor:
Version
Date
Submitter
Machine
Comment
Limit
Cond
Category
Only failed tests
Hide skipped tests
List all tests

Test file "test/tunit1.pp" information:

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

Detailed test run results:

Record count: 50

Total = 50

OK=50 Percentage= 100.00

Result type Cat. Count Percentage First date Last Date
Successfully run 50 100.0 2024/05/21 01:10:00 32 2024/05/21 01:44:00 50
i386 38 76.0 2024/05/21 01:10:00 32 2024/05/21 01:44:00 50
x86_64 11 22.0 2024/05/21 01:21:00 14 2024/05/21 01:43:00 15
aarch64 1 2.0 2024/05/21 01:29:00 35 2024/05/21 01:29:00 35
linux 50 100.0 2024/05/21 01:10:00 32 2024/05/21 01:44:00 50
3.3.1 25 50.0 2024/05/21 01:16:00 31 2024/05/21 01:44:00 50
3.2.3 25 50.0 2024/05/21 01:10:00 32 2024/05/21 01:42:00 33

Source:

uses
   erroru,uunit1;

begin
   if testvar<>1234567 then
     do_error(1000);
end.

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