統合テストに、最新版Autotest.mkを反映
[YACASL2.git] / test / system / casl2 / err_205 / detail.log
diff --git a/test/system/casl2/err_205/detail.log b/test/system/casl2/err_205/detail.log
new file mode 100644 (file)
index 0000000..0aa086e
--- /dev/null
@@ -0,0 +1,43 @@
+== test.log ==
+----------------------------------------------------------------------
+err_205: Test Success 2010-12-13 18:44:35
+Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_205/detail.log
+----------------------------------------------------------------------
+
+== cmd ==
+----------------------------------------------------------------------
+cat ../../../../as/err/err_205.casl
+../../../../casl2 -M32 ../../../../as/err/err_205.casl
+----------------------------------------------------------------------
+
+== 0.txt ==
+----------------------------------------------------------------------
+;;; casl2 -M32 err_205.casl
+MAIN    START
+        RPUSH
+        LD      GR0,A
+        RPOP
+        RET
+A       DC      7
+        END
+Execute error - 205: PR:#000E: Stack Pointer (SP) - cannot allocate stack buffer
+----------------------------------------------------------------------
+
+== err.txt ==
+----------------------------------------------------------------------
+Execute error - 205: PR:#000E: Stack Pointer (SP) - cannot allocate stack buffer
+----------------------------------------------------------------------
+
+== 1.txt ==
+----------------------------------------------------------------------
+;;; casl2 -M32 err_205.casl
+MAIN    START
+        RPUSH
+        LD      GR0,A
+        RPOP
+        RET
+A       DC      7
+        END
+Execute error - 205: PR:#000E: Stack Pointer (SP) - cannot allocate stack buffer
+----------------------------------------------------------------------
+