gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, cmake, updated. gawk-4.1.0-80-gdf80d9b


From: Juergen Kahrs
Subject: [gawk-diffs] [SCM] gawk branch, cmake, updated. gawk-4.1.0-80-gdf80d9b
Date: Sat, 11 May 2013 12:32:51 +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, cmake has been updated
       via  df80d9b911fcfff4c9e2da2d6a820f074108f696 (commit)
      from  01886e08505e3aa28b0798776284f27bc64ab9fd (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=df80d9b911fcfff4c9e2da2d6a820f074108f696

commit df80d9b911fcfff4c9e2da2d6a820f074108f696
Author: Juergen Kahrs <address@hidden>
Date:   Sat May 11 14:32:04 2013 +0200

    Test cases longwrds and charasbytes pass now on MinGW.

diff --git a/cmake/basictest b/cmake/basictest
index d2829d3..beecb6a 100755
--- a/cmake/basictest
+++ b/cmake/basictest
@@ -312,7 +312,7 @@ function fts() {
 
 function charasbytes() {
   [ -z "$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
-  AWKPATH=${SRCDIR} $GAWKEXE -b -f ${TESTCASE}.awk ${SRCDIR}/${TESTCASE}.in | \
+  AWKPATH=${SRCDIR} $GAWKEXE -b -v BINMODE=2 -f ${TESTCASE}.awk 
${SRCDIR}/${TESTCASE}.in | \
   od -c -t x1 | sed -e 's/  */ /g' -e 's/ *$//' >_${TESTCASE} 2>&1 || echo 
EXIT CODE: $? >>_${TESTCASE}
   ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
 }
@@ -416,6 +416,7 @@ function inetdayt() {
 function redfilnm() { simple_test_case "" "srcdir=${SRCDIR}" ; }
 
 function leaddig() { simple_test_case "-v x=2E" "" ; }
+function longwrds() { simple_test_case "-vSORT=sort" "" ; }
 
 function gsubtst3() {
   $GAWKEXE --re-interval -f ${SRCDIR}/${TESTCASE}.awk ${SRCDIR}/${TESTCASE}.in 
>_${TESTCASE}
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 8e42c0d..9bb7b22 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -55,14 +55,12 @@ file(APPEND ${CTestCustom} 
"set(CTEST_CUSTOM_TESTS_IGNORE\n")
 if(WIN32)
   file(APPEND ${CTestCustom} "  BASIC.exitval2\n")
   file(APPEND ${CTestCustom} "  BASIC.hsprint\n")
-  file(APPEND ${CTestCustom} "  BASIC.longwrds\n")
   file(APPEND ${CTestCustom} "  BASIC.rstest4\n")
   file(APPEND ${CTestCustom} "  BASIC.rstest5\n")
   file(APPEND ${CTestCustom} "  UNIX.getlnhd\n")
   file(APPEND ${CTestCustom} "  UNIX.pid\n")
   file(APPEND ${CTestCustom} "  GAWK_EXT.beginfile1\n")
   file(APPEND ${CTestCustom} "  GAWK_EXT.beginfile2\n")
-  file(APPEND ${CTestCustom} "  GAWK_EXT.charasbytes\n")
   file(APPEND ${CTestCustom} "  GAWK_EXT.clos1way\n")
   file(APPEND ${CTestCustom} "  GAWK_EXT.devfd\n")
   file(APPEND ${CTestCustom} "  GAWK_EXT.devfd1\n")

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

Summary of changes:
 cmake/basictest     |    3 ++-
 test/CMakeLists.txt |    2 --
 2 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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