テストがトップから実行できなくなっていたので、実行できるよう修正
[YACASL2.git] / test / system / casl2 / err_203 / detail.log
1 == test.log ==
2 ----------------------------------------------------------------------
3 err_203: Test Success 2010-12-14 01:13:02
4 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_203/detail.log
5 ----------------------------------------------------------------------
6
7 == cmd ==
8 ----------------------------------------------------------------------
9 cat ../../../../as/err/err_203.casl
10 ../../../../casl2 -M32 ../../../../as/err/err_203.casl
11 ----------------------------------------------------------------------
12
13 == 0.txt ==
14 ----------------------------------------------------------------------
15 ;;; casl2 -M32 err_203.casl
16 MAIN    START
17         OUT     BUF,LEN
18         RET
19 BUF     DC      ' !'
20 LEN     DC      60
21         END
22  !<
23 ........Execute error - 203: SVC output - out of COMET II memory
24 ----------------------------------------------------------------------
25
26 == err.txt ==
27 ----------------------------------------------------------------------
28 Execute error - 203: SVC output - out of COMET II memory
29 ----------------------------------------------------------------------
30
31 == 1.txt ==
32 ----------------------------------------------------------------------
33 ;;; casl2 -M32 err_203.casl
34 MAIN    START
35         OUT     BUF,LEN
36         RET
37 BUF     DC      ' !'
38 LEN     DC      60
39         END
40  !<
41 ........Execute error - 203: SVC output - out of COMET II memory
42 ----------------------------------------------------------------------
43