libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.4.2-280-gb78fd97


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-280-gb78fd97
Date: Sat, 06 Oct 2012 23:14:59 +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 "GNU Libtool".

The branch, master has been updated
       via  b78fd9740ef6a2ed67a1ef14e76483af784fb5f0 (commit)
       via  82791b3fb7043f81391bb36047f8533f4dd11b7b (commit)
      from  5962e9ab32b54d37d5cece3dea56cdd3fcf1f914 (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 b78fd9740ef6a2ed67a1ef14e76483af784fb5f0
Author: Peter Rosin <address@hidden>
Date:   Sun Oct 7 00:57:26 2012 +0200

    tests: refix line ending problems on MinGW.
    
    In commit 22f5750, one of the hunks actually introduced
    line ending problems. Revert that hunk.
    
    * tests/mdemo.at: Use AT_DATA for expected output when the
    output from compiled programs is fed through $EGREP.
    
    Signed-off-by: Peter Rosin <address@hidden>

commit 82791b3fb7043f81391bb36047f8533f4dd11b7b
Author: Peter Rosin <address@hidden>
Date:   Sun Oct 7 00:57:10 2012 +0200

    tests: use dry runs in both parts of 'check link mode operation'
    
    MSVC exits with status 2 instead of the expected 1 when a
    real link is attempted.
    
    * tests/libtool.at (check link mode operation): Use a dry run and
    expect a clean exit status instead of expecting a fail.
    
    Signed-off-by: Peter Rosin <address@hidden>

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

Summary of changes:
 tests/libtool.at |    2 +-
 tests/mdemo.at   |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/libtool.at b/tests/libtool.at
index 4ab405c..3bcdfe5 100755
--- a/tests/libtool.at
+++ b/tests/libtool.at
@@ -192,7 +192,7 @@ pic_object=none
 non_pic_object=hell.o
 ]])
 
-AT_CHECK([$LIBTOOL --mode=link $CC -o something foo.o hell.lo], [1], [stdout], 
[ignore])
+AT_CHECK([$LIBTOOL -n --mode=link $CC -o something foo.o hell.lo], [0], 
[stdout], [ignore])
 AT_CHECK([$FGREP '.lo ' stdout], [1], [ignore])
 
 AT_CLEANUP
diff --git a/tests/mdemo.at b/tests/mdemo.at
index 70c5532..48b7f63 100644
--- a/tests/mdemo.at
+++ b/tests/mdemo.at
@@ -824,7 +824,8 @@ int main (int argc, char **argv)
 }
 ]])
 
-LT_AT_HOST_DATA([expout],
+# Not using LT_AT_HOST_DATA below, since $EGREP normalizes line endings.
+AT_DATA([expout],
 [[Welcome to GNU libtool mdemo2!
 module name: foo1
 module reference count: 1


hooks/post-receive
-- 
GNU Libtool



reply via email to

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