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.0-stable, updated. 8e36cf1525655a


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. 8e36cf1525655ac9c2e4258293450bdeecffd7f2
Date: Thu, 22 Nov 2012 17:10:36 +0000

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.0-stable has been updated
       via  8e36cf1525655ac9c2e4258293450bdeecffd7f2 (commit)
       via  1cdbf2500687a8b35bdd94ead4a20378c84aa4ae (commit)
      from  f3e98d540c007fcf93ff31e24161d10713bec48b (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=8e36cf1525655ac9c2e4258293450bdeecffd7f2

commit 8e36cf1525655ac9c2e4258293450bdeecffd7f2
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Nov 22 19:10:04 2012 +0200

    Bring VMS test suite up to date.

diff --git a/vms/ChangeLog b/vms/ChangeLog
index fa1fbd1..6a7d47a 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-22         Anders Wallin         <address@hidden>
+
+       * vmstest.com: Updated to match main test/Makefile.
+
 2012-03-29         Arnold D. Robbins     <address@hidden>
 
        * config.h: Add definition for _Noreturn.
diff --git a/vms/vmstest.com b/vms/vmstest.com
index ccea871..029f661 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -53,7 +53,7 @@ $             list = "concat2 concat3 concat4 convfmt 
datanonl defref" -
                  + " fnamedat fnarray fnarray2 fnaryscl fnasgnm fnmisc" -
                  + " fordel forref forsimp fsbs fsspcoln fsrs fstabplus" -
                  + " funsemnl funsmnam funstack getline getline2 getline3" -
-                 + " getline4"
+                 + " getline4 getline5"
 $              gosub list_of_tests
 $              list = "getlnbuf getnr2tb getnr2tm gsubasgn gsubtest" -
                  + " gsubtst2 gsubtst3 gsubtst4 gsubtst5 gsubtst6" -
@@ -67,12 +67,12 @@ $           gosub list_of_tests
 $              list = "nfset nlfldsep nlinstr nlstrina noeffect nofile" -
                  + " nofmtch noloop1 noloop2 nonl noparms nors nulrsend" -
                  + " numindex numsubstr octsub ofmt ofmtbig ofmtfidl" -
-                 + " ofmta ofmts onlynl opasnidx opasnslf paramdup" -
+                 + " ofmta ofmts ofs1 onlynl opasnidx opasnslf paramdup" -
                  + " paramres paramtyp parse1 parsefld parseme pcntplus" -
                  + " posix2008sub prdupval prec printf0 printf1 prmarscl"
 $              gosub list_of_tests
 $              list = "prmreuse prt1eval prtoeval rand range1 rebt8b1" -
-                 + " redfilnm regeq regrange reindops reparse resplit rs 
rsnul1nl" -
+                 + " redfilnm regeq regexprange regrange reindops reparse 
resplit rs rsnul1nl" -
                  + " rsnulbig rsnulbig2 rstest1 rstest2 rstest3 rstest4" -
                  + " rstest5 rswhite scalar sclforin sclifin sortempty" -
                  + " splitargv splitarr splitdef splitvar splitwht" -
@@ -97,7 +97,7 @@ $gnu:
 $gawk_ext:     echo "gawk_ext... (gawk.extensions)"
 $              list = "aadelete1 aadelete2 aarray1 aasort aasorti" -
                  + " argtest arraysort backw badargs beginfile1 binmode1" -
-                 + " clos1way delsub devfd devfd1 devfd2 dumpvars exit" -
+                 + " clos1way charasbytes delsub devfd devfd1 devfd2 dumpvars 
exit" -
                  + " fieldwdth fpat1 fpat2 fpat3 fpatnull funlen fsfwfs" -
                  + " fwtest fwtest2 fwtest3" -
                  + " gensub gensub2 getlndir gnuops2 gnuops3 gnureops" -
@@ -237,6 +237,7 @@ $nulrsend:
 $ofmt:
 $ofmtfidl:
 $ofmts:
+$ofs1:
 $onlynl:
 $parse1:
 $parsefld:
@@ -325,6 +326,7 @@ $procinfs:
 $prt1eval:
 $rebt8b1:
 $rebt8b2:
+$regexprange:
 $regrange:
 $regx8bit:
 $sort1:
@@ -346,6 +348,7 @@ $   return
 $
 $double1:
 $double2:
+$getline5:
 $lc_num1:
 $mbprintf1:
 $      echo "''test' skipped"
@@ -1318,6 +1321,17 @@ $        cmp devfd2.ok _devfd2.tmp
 $      if $status then  rm _devfd2.tmp;
 $      return
 $
+$charasbytes:
+$! This test used "od" on Unix to verify the result. As this is not available 
we must try
+$! as best as possible using DUMP and SEARCH, instead of comparing to 
charasbytes.ok
+$!
+$      echo "''test'"
+$      gawk -b -f 'test'.awk 'test'.in >_'test'.tmp
+$      pipe dump/byte/block=count:1 _charasbytes.tmp | -
+               search sys$pipe /noout " 00 00 00 00 00 00 00 00 00 00 00 00 0A 
5A 5A 5A"
+       if $severity .eq. 1 then        rm _'test'.tmp;*
+$      return
+$
 $mixed1:       echo "mixed1"
 $      set noOn
 $      gawk -f /dev/null --source "BEGIN {return junk}" >_mixed1.tmp 2>&1

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=1cdbf2500687a8b35bdd94ead4a20378c84aa4ae

commit 1cdbf2500687a8b35bdd94ead4a20378c84aa4ae
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Nov 22 19:09:21 2012 +0200

    Minor fixes for MingGW.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 535b5be..b63905c 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-22         Eli Zaretskii  <address@hidden>
+
+       * Makefile.tst (jarebug): Update.
+       (GREP_OPTIONS): Add.
+
 2012-11-04   Scott Deifik  <address@hidden>
 
        * Makefile.tst (jarebug, charasbytes): Update.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index c9aea45..4fc7f6d 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -114,6 +114,9 @@ DATE = gdate
 # MS-DOS and OS/2 use ; as a PATH delimiter
 PATH_SEPARATOR = ;
 
+# Non-default GREP_OPTIONS might fail the badargs test
+export GREP_OPTIONS=
+
 # ============================================================================
 # You shouldn't need to modify anything below this line.
 # ============================================================================
@@ -809,7 +812,7 @@ rri1::
 
 jarebug::
        @echo $@
-       @echo Expect jarebug to fail with DJGPP.
+       @echo Expect jarebug to fail with DJGPP and MinGW.
        @$(srcdir)/address@hidden "$(AWKPROG)" "$(srcdir)/address@hidden" 
"$(srcdir)/address@hidden" "_$@"
        @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
 

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

Summary of changes:
 pc/ChangeLog    |    5 +++++
 pc/Makefile.tst |    5 ++++-
 vms/ChangeLog   |    4 ++++
 vms/vmstest.com |   22 ++++++++++++++++++----
 4 files changed, 31 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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