[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-961
From: |
John Malmberg |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-961-g560cf6d |
Date: |
Tue, 9 Aug 2016 13:30:43 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.1-stable has been updated
via 560cf6d52f978e360e9b2a10f7ddd9a0197e0b31 (commit)
from 47eb5ccd056b4c0a9d26635bd46a2bd4a0243fc9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=560cf6d52f978e360e9b2a10f7ddd9a0197e0b31
commit 560cf6d52f978e360e9b2a10f7ddd9a0197e0b31
Author: John Malmberg <address@hidden>
Date: Tue Aug 9 08:28:24 2016 -0500
Update VMS tests
diff --git a/vms/ChangeLog b/vms/ChangeLog
index 3a01878..d9d7a4a 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,8 +1,13 @@
+2016-08-08 John E. Malmberg <address@hidden>
+
+ * vmstest.com: New test (basic) ofmtstrnum
+ New test (extra) ignrcas3 - skipped.
+ Updated test (shlib) filefuncs, backsmalls1
+
2016-06-16 John E. Malmberg <address@hidden>
* vmstest.com: New tests (basic) hex2, mixed1, subback
-
2016-05-30 John E. Malmberg <address@hidden>
* vmstest.com: New tests (basic) fsnul1
diff --git a/vms/vmstest.com b/vms/vmstest.com
index 93e5a14..aa96ceb 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -50,8 +50,11 @@ $!
$! 4.1.3.g: New tests
$! basic: fsnul1, hex2, mixed1, subback
$! ext: fpat4, symtab10
-$
-$
+$!
+$! 4.1.3.i: New tests
+$! basic: ofmtstrnum
+$! extra: ignrcas3
+$!
$ echo = "write sys$output"
$ cmp = "diff/Output=_NL:/Maximum=1"
$ delsym = "delete/symbol/local/nolog"
@@ -302,7 +305,7 @@ $ gosub list_of_tests
$ return
$
$extra: echo "extra..."
-$ list = "regtest inftest inet"
+$ list = "regtest inftest inet ignrcas3"
$ gosub list_of_tests
$ return
$
@@ -563,6 +566,7 @@ $negrange:
$nulinsrc:
$nlstrina:
$octsub:
+$ofmtstrnum:
$paramtyp:
$paramuninitglobal:
$pcntplus:
@@ -1614,7 +1618,23 @@ $ gosub junit_report_fail_diff
$ endif
$ set On
$ return
-$
+$!
+$ignrcas3: echo "''test'"
+$ test_class = "extra"
+$ if f$search("sys$i18n_locale:el_gr_iso8859-7.locale") .nes. ""
+$ then
+$ define/user LC_ALL "el_gr_iso8859-7"
+$ define/user GAWKLOCALE "el_gr_iso8859-7"
+ AWKPATH_srcdir
+$! goto common_without_test_in
+$ skip_reason = "VMS EL_GR_ISO8859-7 locale fails test"
+$ gosub junit_report_skip
+$ else
+$ skip_reason = "EL_GR_ISO8859-7 locale not installed"
+$ gosub junit_report_skip
+$ endif
+$ return
+$!
$childin: echo "''test'"
$ test_class = "basic"
$ cat = "type sys$input"
@@ -2712,6 +2732,10 @@ $ else
$ echo "''test'"
$ endif
$ gawk -f 'test'.awk 'test'.in >_'test'.tmp
+$ if f$search("sys$disk:[]_''test'.tmp;2") .nes. ""
+$ then
+$ delete sys$disk:[]_'test'.tmp;2
+$ endif
$ cmp 'test'.ok sys$disk:[]_'test'.tmp
$ if $status
$ then
@@ -3794,10 +3818,31 @@ $ endif
$ return
$!
$filefuncs:
+$ echo "''test'"
+$ test_class = "shlib"
+$ filefunc_file = "[-]gawkapi.o"
+$ open/write gapi 'filefunc_file'
+$ close gapi
+$ set noOn
+$ AWKLIBPATH_dir
+$ gawk -v builddir="sys$disk:[-]" -
+ -f 'test'.awk 'test'.in >_'test'.tmp 2>&1
+$ if .not. $status then call exit_code '$status' _'test'.tmp
+$ set On
+$ cmp 'test'.ok sys$disk:[]_'test'.tmp
+$ if $status
+$ then
+$ rm _'test'.tmp;
+$ gosub junit_report_pass
+$ else
+$ gosub junit_report_fail_diff
+$ endif
+$ if f$search(filefunc_file) .nes. "" then rm 'filefunc_file';*
+$ return
+$!
$fnmatch:
$functab4:
$ordchr:
-$ordchr2:
$revout:
$revtwoway:
$time:
@@ -3822,6 +3867,29 @@ $ endif
$ if f$search(filefunc_file) .nes. "" then rm 'filefunc_file';*
$ return
$!
+$ordchr2:
+$ echo "''test'"
+$ test_class = "shlib"
+$ filefunc_file = "[-]gawkapi.o"
+$ open/write gapi 'filefunc_file'
+$ close gapi
+$ set noOn
+$ AWKLIBPATH_dir
+$ gawk --load ordchr "BEGIN {print chr(ord(""z""))}" > _'test'.tmp 2>&1
+$ if .not. $status then call exit_code '$status' _'test'.tmp
+$ set On
+$ cmp 'test'.ok sys$disk:[]_'test'.tmp
+$ if $status
+$ then
+$ rm _'test'.tmp;
+$ gosub junit_report_pass
+$ else
+$ gosub junit_report_fail_diff
+$ endif
+$ if f$search(filefunc_file) .nes. "" then rm 'filefunc_file';*
+$ return
+$
+$!
$rwarray:
$ echo "''test'"
$ test_class = "shlib"
-----------------------------------------------------------------------
Summary of changes:
vms/ChangeLog | 7 ++++-
vms/vmstest.com | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 79 insertions(+), 6 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-961-g560cf6d,
John Malmberg <=