File: 012.darwin

package info (click to toggle)
pcp 4.3.2%2Breally4.3.1-0.1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 175,188 kB
  • sloc: ansic: 261,305; sh: 123,606; xml: 107,279; cpp: 72,127; perl: 18,283; python: 15,453; yacc: 8,249; lex: 2,585; makefile: 1,957; fortran: 60; java: 52
file content (90 lines) | stat: -rw-r--r-- 2,152 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
QA output created by 012
Case 1: should be error-free ...

--- fd=1 ---
stdout:
This message on oldstream before pmOpenLog() called
stderr:
Starting with oldstream (stdout) fd=1, nextfd=3
pmOpenLog -> sts=1, log tmp.log newstream (stdout) fd=1, nextfd=3
log file:
Log for chkopenlog on MYHOST started ...

[a helpful little message]

Log finished ...

--- fd=2 ---
stdout:
stderr:
This message on oldstream before pmOpenLog() called
Starting with oldstream (stderr) fd=2, nextfd=3
log file:
Log for chkopenlog on MYHOST started ...

pmOpenLog -> sts=1, log tmp.log newstream (stderr) fd=2, nextfd=3
[a helpful little message]

Log finished ...

--- fd=3 ---
stdout:
stderr:
Starting with oldstream fd=3, nextfd=4
pmOpenLog -> sts=1, log tmp.log newstream fd=3, nextfd=4
log file:
Log for chkopenlog on MYHOST started ...

[a helpful little message]

Log finished ...
chk.fout:
This message on oldstream before pmOpenLog() called

Case 2: pmOpenLog expected to have problems ...

--- fd=1 ---
stdout:
This message on oldstream before pmOpenLog() called
Log for chkopenlog on MYHOST started ...

[a helpful little message]

Log finished ...
stderr:
Starting with oldstream (stdout) fd=1, nextfd=3
chkopenlog: cannot open log "tmp.log" for writing : Permission denied
pmOpenLog -> sts=0, log tmp.log newstream (stdout) fd=1, nextfd=3
log file:
THIS SHOULD NOT BE OVERWRITTEN

--- fd=2 ---
stdout:
stderr:
This message on oldstream before pmOpenLog() called
Starting with oldstream (stderr) fd=2, nextfd=3
chkopenlog: cannot open log "tmp.log" for writing : Permission denied
Log for chkopenlog on MYHOST started ...

pmOpenLog -> sts=0, log tmp.log newstream (stderr) fd=2, nextfd=3
[a helpful little message]

Log finished ...
log file:
THIS SHOULD NOT BE OVERWRITTEN

--- fd=3 ---
stdout:
stderr:
Starting with oldstream fd=3, nextfd=4
chkopenlog: cannot open log "tmp.log" for writing : Permission denied
pmOpenLog -> sts=0, log tmp.log newstream fd=3, nextfd=4
log file:
THIS SHOULD NOT BE OVERWRITTEN
chk.fout:
This message on oldstream before pmOpenLog() called
Log for chkopenlog on MYHOST started ...

[a helpful little message]

Log finished ...