gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1


From: Eli Zaretskii
Subject: [gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1.0-3116-g3936b84
Date: Sat, 12 May 2018 05:52:26 -0400 (EDT)

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, feature/improve-tests has been updated
       via  3936b842c9ada69ff829c219d70615c928ad3070 (commit)
      from  44ae20850eb17be3df23e12840d81ceca3e6588e (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=3936b842c9ada69ff829c219d70615c928ad3070

commit 3936b842c9ada69ff829c219d70615c928ad3070
Author: Eli Zaretskii <address@hidden>
Date:   Sat May 12 12:51:37 2018 +0300

    Update README.pc with info about testing.

diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index 13e5898..5d24f6d 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,8 @@
+2018-05-12  Eli Zaretskii  <address@hidden>
+
+       * README.pc: Update with information regarding testing on Windows
+       and in particular the number of tests expected to fail.
+
 2018-02-25         Arnold D. Robbins     <address@hidden>
 
        * 4.2.1: Release tar ball made.
diff --git a/README_d/README.pc b/README_d/README.pc
index 76299d0..eb9e8fe 100644
--- a/README_d/README.pc
+++ b/README_d/README.pc
@@ -61,13 +61,20 @@ There are two methods for the install: Method 1 uses a 
typical Unix-like
 approach and requires cat, cp, mkdir, sed, and sh; method 2 uses gawk 
 and batch files. See the configuration section of the makefile.
 
-The file test/Makefile will need some editing (especially for DOS). A
+The file test/Makefile may need some editing (especially for DOS). A
 sample makefile with comments appears in pc/Makefile.tst, and can be
 used to modify test/Makefile for your platform.  For starters, just
 copy pc/Makefile.tst to test/Makefile, then walk through the variables
 defined at the beginning and change them as appropriate for your
 setup.  In addition, some files in the test directory may need to have
 their end-of-line markers converted, as described in Makefile.tst.
+One change you will have to make for testing the MinGW port using the
+MSYS Bash is to set SLASH to //.
+
+On MinGW, testing Gawk built with MPFR support should report 26 tests
+failed, and if your ls.exe doesn't produce inode numbers consistent
+with the readdir extension, you should see 29 failures.  If you see
+more failures, you should investigate the reasons.
 
 As with building gawk, the OS, shell, and long filename issues come into
 play when testing, too.  If you are testing gawk on a LFN aware system with

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

Summary of changes:
 README_d/ChangeLog | 5 +++++
 README_d/README.pc | 9 ++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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