統合テストに、最新版Autotest.mkを反映
[YACASL2.git] / test / system / casl2 / err_203 / detail.log
diff --git a/test/system/casl2/err_203/detail.log b/test/system/casl2/err_203/detail.log
new file mode 100644 (file)
index 0000000..86a8ced
--- /dev/null
@@ -0,0 +1,43 @@
+== test.log ==
+----------------------------------------------------------------------
+err_203: Test Success 2010-12-13 18:44:36
+Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_203/detail.log
+----------------------------------------------------------------------
+
+== cmd ==
+----------------------------------------------------------------------
+cat ../../../../as/err/err_203.casl
+../../../../casl2 -M32 ../../../../as/err/err_203.casl
+----------------------------------------------------------------------
+
+== 0.txt ==
+----------------------------------------------------------------------
+;;; casl2 -M32 err_203.casl
+MAIN    START
+        OUT     BUF,LEN
+        RET
+BUF     DC      ' !'
+LEN     DC      60
+        END
+ !<
+........Execute error - 203: SVC output - out of COMET II memory
+----------------------------------------------------------------------
+
+== err.txt ==
+----------------------------------------------------------------------
+Execute error - 203: SVC output - out of COMET II memory
+----------------------------------------------------------------------
+
+== 1.txt ==
+----------------------------------------------------------------------
+;;; casl2 -M32 err_203.casl
+MAIN    START
+        OUT     BUF,LEN
+        RET
+BUF     DC      ' !'
+LEN     DC      60
+        END
+ !<
+........Execute error - 203: SVC output - out of COMET II memory
+----------------------------------------------------------------------
+