gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-289


From: John Malmberg
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2895-g5dc3494
Date: Tue, 23 Jan 2018 00:35:42 -0500 (EST)

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.2-stable has been updated
       via  5dc349424b717a55c310f48671e4d15a757765e9 (commit)
      from  df879c99ee77225dae7d75a7b7783224941a1e99 (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=5dc349424b717a55c310f48671e4d15a757765e9

commit 5dc349424b717a55c310f48671e4d15a757765e9
Author: John Malmberg <address@hidden>
Date:   Mon Jan 22 23:32:38 2018 -0600

    Add new tests to vms/vmstest.com

diff --git a/vms/ChangeLog b/vms/ChangeLog
old mode 100644
new mode 100755
index 2795865..9c043b4
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-22         John E. Malmberg      <address@hidden>
+
+        * vmstest.com: New tests: isarrayunset, nlstringtest
+        Fix lintold test not to stop test run on failure.
+
 2018-01-08         John E. Malmberg      <address@hidden>
 
         * vmstest.com: New tests: numstr1, setrec0, setrec1.
diff --git a/vms/vmstest.com b/vms/vmstest.com
index 9f50b2b..eb95f39 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -74,6 +74,8 @@ $!      charset: mbprintf5
 $!
 $! 4.2+: New tests
 $!      basic:   numstr1, setrec0, setrec1
+$!      extra:   isarrayunset, nlstringtest
+$!
 $!
 $      echo    = "write sys$output"
 $      cmp     = "diff/Output=_NL:/Maximum=1"
@@ -329,7 +331,8 @@ $           gosub list_of_tests
 $              return
 $
 $extra:                echo "extra..."
-$              list = "regtest inftest inet ignrcas3"
+$              list = "regtest inftest inet ignrcas3 isarrayunset" -
+                  + " nlstringtest"
 $              gosub list_of_tests
 $              return
 $
@@ -687,6 +690,9 @@ $zero2:
 $zeroflag:
 $      test_class = "basic"
 $      goto common_without_test_in
+$isarrayunset:
+$      test_class = "extra"
+$      goto common_without_test_in
 $!
 $aarray1:
 $aasort:
@@ -1736,7 +1742,7 @@ $   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
+$      AWKPATH_srcdir
 $!     goto common_without_test_in
 $      skip_reason = "VMS EL_GR_ISO8859-7 locale fails test"
 $      gosub junit_report_skip
@@ -1746,6 +1752,24 @@ $        gosub junit_report_skip
 $   endif
 $   return
 $!
+$nlstringtest: echo "''test'"
+$   test_class = "extra"
+$   ! This locale does not seem to be available from the HPE I18N kit.
+$   ! So this test has not been run on VMS.
+$   if f$search("sys$i18n_locale:fr_fr_utf-8.locale") .nes. ""
+$   then
+$      define/user LC_ALL "fr_fr_utf-8"
+$      define/user GAWKLOCALE "fr_fr_utf-8"
+$      AWKPATH_srcdir
+$!     goto common_without_test_in
+$      skip_reason = "VMS FR_FR_UTF-8 locale test not validated."
+$      gosub junit_report_skip
+$   else
+$      skip_reason = "FR_FR_UTF-8 locale not installed"
+$      gosub junit_report_skip
+$   endif
+$   return
+$!
 $childin:      echo "''test'"
 $      test_class = "basic"
 $      cat = "type sys$input"
@@ -2258,7 +2282,9 @@ $
 $lintold:      echo "lintold"
 $      test_class = "gawk_ext"
 $      AWKPATH_srcdir
+$       set noOn
 $      gawk -f lintold.awk --lint-old <lintold.in >_lintold.tmp 2>&1
+$       set on
 $      cmp lintold.ok sys$disk:[]_lintold.tmp
 $      if $status
 $      then

-----------------------------------------------------------------------

Summary of changes:
 vms/ChangeLog   |  5 +++++
 vms/vmstest.com | 30 ++++++++++++++++++++++++++++--
 2 files changed, 33 insertions(+), 2 deletions(-)
 mode change 100644 => 100755 vms/ChangeLog


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]