bug-make
[Top][All Lists]
Advanced

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

[bug #62173] Fix test features/archives.


From: Dmitry Goncharov
Subject: [bug #62173] Fix test features/archives.
Date: Sat, 12 Mar 2022 18:11:41 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?62173>

                 Summary: Fix test features/archives.
                 Project: make
            Submitted by: dgoncharov
            Submitted on: Sat 12 Mar 2022 11:11:39 PM UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: SCM
        Operating System: None
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

features/archives tests fail on aix, because make passes ARFLAGS='-Xany -rv',
the test expects ARFLAGS='rv'.

++++
Clearing work...
Making work dirs...

features/archives ....................................... FAILED (5/12
passed)

7 Tests in 1 Category Failed (See .diff* files in work dir for details) :-(

$ cat work/features/archives.diff
archives.diff     archives.diff.10  archives.diff.4   archives.diff.6
archives.diff.1   archives.diff.2   archives.diff.5
$ cat work/features/archives.diff
*** work/features/archives.base Sat Mar 12 12:12:52 2022
--- work/features/archives.log  Sat Mar 12 12:12:52 2022
***************
*** 1,3 ****
! ar rv libxx.a a1.o
  ar: creating an archive file libxx.a
  a - a1.o
--- 1,3 ----
! ar -Xany -rv libxx.a a1.o
  ar: creating an archive file libxx.a
  a - a1.o

----

Similary features/archives tests fail on sun, because make passes
ARFLAGS='-rv, the tests expect ARFLAGS='rv'.


++++
features/archives ....................................... FAILED (5/12
passed)

7 Tests in 1 Category Failed (See .diff* files in work dir for details) :-(

$ cat work/features/archives.diff
*** work/features/archives.base Sat Mar 12 12:18:35 2022
--- work/features/archives.log  Sat Mar 12 12:18:35 2022
***************
*** 1,4 ****
! ar rv libxx.a a1.o
  ar: creating libxx.a
  ar: writing libxx.a
  a - a1.o
--- 1,4 ----
! ar -rv libxx.a a1.o
  ar: creating libxx.a
  ar: writing libxx.a

----




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62173>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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