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. 42100bbb008a4aa6088b7728


From: Juergen Kahrs
Subject: [gawk-diffs] [SCM] gawk branch, cmake, updated. 42100bbb008a4aa6088b77285777283e49339ae1
Date: Sun, 05 May 2013 13:56:28 +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  42100bbb008a4aa6088b77285777283e49339ae1 (commit)
      from  f6f37055efd53b08e22001776c6e223de78d7f54 (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=42100bbb008a4aa6088b77285777283e49339ae1

commit 42100bbb008a4aa6088b77285777283e49339ae1
Author: Juergen Kahrs <address@hidden>
Date:   Sun May 5 15:56:08 2013 +0200

    All LOCALE_CHARSET test cases are in now and found a bug in multi-byte 
characters with FIELDWIDTHS.

diff --git a/cmake/basictest b/cmake/basictest
index 5c7b7ee..f7fc865 100755
--- a/cmake/basictest
+++ b/cmake/basictest
@@ -64,6 +64,18 @@ function poundbang() {
   ${COMPARE} ${SRCDIR}/poundbang.awk _`basename ${TESTCASE}` && rm -f 
_`basename ${TESTCASE}` _pbd.awk
 }
 
+function mbprintf1() {
+        GAWKLOCALE=en_US.UTF-8 ; export GAWKLOCALE
+        $GAWKEXE -f ${SRCDIR}/${TESTCASE}.awk ${SRCDIR}/${TESTCASE}.in 
>_${TESTCASE} 2>&1 || echo EXIT CODE: $? >> _${TESTCASE}
+        ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
+}
+
+function mbfw1() {
+        GAWKLOCALE=en_US.UTF-8 ; export GAWKLOCALE
+        $GAWKEXE -f ${SRCDIR}/${TESTCASE}.awk ${SRCDIR}/${TESTCASE}.in 
>_${TESTCASE} 2>&1 || echo EXIT CODE: $? >> _${TESTCASE}
+        ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
+}
+
 function beginfile1() {
   AWKPATH=${SRCDIR} $GAWKEXE -f ${TESTCASE}.awk ${SRCDIR}/${TESTCASE}.awk . 
./no/such/file Makefile  >_${TESTCASE} 2>&1 || echo EXIT CODE: $? >>_${TESTCASE}
   ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
@@ -213,6 +225,17 @@ function mpfrbigint() {
   ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
 }
 
+function jarebug() {
+  ${SRCDIR}/${TESTCASE}.sh "$GAWKEXE" "${SRCDIR}/${TESTCASE}.awk" 
"${SRCDIR}/${TESTCASE}.in" "_${TESTCASE}"
+  ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
+}
+
+function rtlenmb() {
+  GAWKLOCALE=en_US.UTF-8 ; export GAWKLOCALE
+  ${SRCDIR}/rtlen.sh >_${TESTCASE} || echo EXIT CODE: $? >>_${TESTCASE}
+  ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
+}
+
 # Is this test case implemented as a function ?
 if [ "$( type -t $TESTCASE )" = "function" ]
 then
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 17040c3..218c659 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -73,9 +73,7 @@ foreach(testgroup ${ALL_GROUPS} )
        ${testcase} STREQUAL incdupe4   OR ${testcase} STREQUAL incdupe5      OR
        ${testcase} STREQUAL incdupe6   OR ${testcase} STREQUAL incdupe7      OR
        ${testcase} STREQUAL include2   OR
-       ${testcase} STREQUAL jarebug    OR
        ${testcase} STREQUAL leaddig    OR ${testcase} STREQUAL localenl      OR
-       ${testcase} STREQUAL mbfw1      OR ${testcase} STREQUAL mbprintf1     OR
        ${testcase} STREQUAL messages   OR ${testcase} STREQUAL mmap8k        OR
        ${testcase} STREQUAL next       OR ${testcase} STREQUAL nofile        OR
        ${testcase} STREQUAL nondec2    OR ${testcase} STREQUAL nors          OR
@@ -87,7 +85,7 @@ foreach(testgroup ${ALL_GROUPS} )
        ${testcase} STREQUAL redfilnm   OR
        ${testcase} STREQUAL rsnulbig   OR ${testcase} STREQUAL rsnulbig2     OR
        ${testcase} STREQUAL rsstart3   OR ${testcase} STREQUAL rtlen         OR
-       ${testcase} STREQUAL rtlen01    OR ${testcase} STREQUAL rtlenmb       OR
+       ${testcase} STREQUAL rtlen01    OR
        ${testcase} STREQUAL space      OR ${testcase} STREQUAL strftlng      OR
        ${testcase} STREQUAL symtab6    OR ${testcase} STREQUAL symtab8
       )

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

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


hooks/post-receive
-- 
gawk



reply via email to

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