pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-525-gc3fc1


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-525-gc3fc1e2
Date: Sun, 2 Aug 2020 18:33:18 -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 "GNU PSPP".

The branch, master has been updated
       via  c3fc1e299a9ca00c6328735301fe47408c625fd2 (commit)
       via  66c056930e7e094e50e6ba45428f4701afc2a0fa (commit)
       via  2485ec45d8a8a762cea1623fd46821e1a6d55630 (commit)
       via  1979b70519e5183e7e5c346c512372dc121419fb (commit)
       via  fe086681a4857aafdb88e5e58e595f3b6e051013 (commit)
       via  8facc2a21af678a9a2d9b9d96cab3cc3312f20c5 (commit)
      from  b067fd38937b0c46e846f51bd32c1ec50228ba8b (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 -----------------------------------------------------------------
commit c3fc1e299a9ca00c6328735301fe47408c625fd2
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Aug 2 22:10:42 2020 +0000

    tests: Use AUTOTEST_PATH to find chart test programs.
    
    Otherwise the test wrappers feature can't help to find it on mingw, so
    the chart geometry tests fail.

commit 66c056930e7e094e50e6ba45428f4701afc2a0fa
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Aug 2 21:57:31 2020 +0000

    zip-test: Open files in binary mode.
    
    Fixes a test failure on mingw.

commit 2485ec45d8a8a762cea1623fd46821e1a6d55630
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Aug 2 21:26:31 2020 +0000

    tests: Avoid dealing with character encoding issues on command line.
    
    Unix-like systems don't have a command-line encoding, so we can pass
    whatever bytes we want.  mingw uses some particular encoding for
    command line arguments, so this screws up trying to pass UTF-8 in.  This
    commit side-steps the problem by passing only ASCII characters on the
    command line and making the test program decode the bytes.
    
    This fixes several test failures under mingw.

commit 1979b70519e5183e7e5c346c512372dc121419fb
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Aug 2 20:44:14 2020 +0000

    tests: Tolerate carriage-returns in output for SAMPLE test.
    
    This fixes a test failure with mingw.

commit fe086681a4857aafdb88e5e58e595f3b6e051013
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Aug 2 19:05:52 2020 +0000

    tests: Always set a paper size.
    
    Normally PSPP can find a default paper size but this isn't necessarily true
    inside, e.g., a build container, so set a default to avoid test failures.

commit 8facc2a21af678a9a2d9b9d96cab3cc3312f20c5
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Aug 2 19:03:42 2020 +0000

    tests: Don't output to PDF without a good reason.
    
    PDF output can cause spurious error messages from Pango to appear in the
    output (which would be nice to fix but I'm not sure how) and it's not
    always configured in, so omit it in MRSETS where it's not really needed.

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

Summary of changes:
 tests/atlocal.in                    |  3 +++
 tests/automake.mk                   |  4 ++--
 tests/language/dictionary/mrsets.at |  2 +-
 tests/language/xforms/sample.at     |  1 +
 tests/libpspp/i18n-test.c           | 35 ++++++++++++++++++++++++++++++++---
 tests/libpspp/i18n.at               |  9 +++------
 tests/libpspp/zip-test.c            |  4 ++--
 tests/math/chart-geometry.at        |  4 ++--
 8 files changed, 46 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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