public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/25977] New: Test suite regression when running runtestabidiffexit on EL7
@ 2020-05-12 14:24 dodji at redhat dot com
  2020-05-12 14:25 ` [Bug default/25977] " dodji at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dodji at redhat dot com @ 2020-05-12 14:24 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=25977

            Bug ID: 25977
           Summary: Test suite regression when running runtestabidiffexit
                    on EL7
           Product: libabigail
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: dodji at redhat dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

I recently started seeing seeing a test failure on master when I run
runtestabidiffexit on my EL7 system.   I am not seeing this on Rawhide.

Here is the output of the failure:

$ ./build/tests/runtestabidiffexit 
---
/home/dodji/git/libabigail/master/tests/data/test-abidiff-exit/test-leaf-cxx-members-report.txt
    2020-04-16 11:19:27.615339665 +0200
+++
/home/dodji/git/libabigail/master/build/tests/output/test-abidiff-exit/test-leaf-cxx-members-report.txt
    2020-05-12 16:15:34.316685604 +0200
@@ -1,6 +1,6 @@
-Leaf changes summary: 4 artifacts changed
+Leaf changes summary: 3 artifacts changed (1 filtered out)
 Changed leaf types summary: 1 leaf type changed
-Removed/Changed/Added functions summary: 1 Removed, 1 Changed, 1 Added
function
+Removed/Changed/Added functions summary: 1 Removed, 0 Changed (1 filtered
out), 1 Added function
 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added
variable

 1 Removed function:
@@ -13,13 +13,6 @@
   [A] 'method virtual long int ops::added_fn()'    {_ZN3ops8added_fnEv}
     note that this adds a new entry to the vtable of struct ops

-1 function with some sub-type change:
-
-  [C] 'method virtual int ops::changed_fn()' at
test-leaf-cxx-members-v1.cc:5:1 has some sub-type changes:
-    return type changed:
-      type name changed from 'int' to 'long int'
-      type size changed from 32 to 64 (in bits)
-
 'struct ops at test-leaf-cxx-members-v0.cc:2:1' changed:
   type size changed from 128 to 192 (in bits)
   1 member function deletion:
@@ -27,10 +20,6 @@
   1 member function insertion:
     'method virtual long int ops::added_fn()' at
test-leaf-cxx-members-v1.cc:11:1, virtual at voffset 1/1   
{_ZN3ops8added_fnEv}
   there are member function changes:
-    'method virtual int ops::changed_fn()' has some changes:
-      return type changed:
-        type name changed from 'int' to 'long int'
-        type size changed from 32 to 64 (in bits)
   1 data member deletion:
     'int ops::deleted_var', at offset 96 (in bits) at
test-leaf-cxx-members-v0.cc:5:1
   1 data member insertion:
$

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug default/25977] Test suite regression when running runtestabidiffexit on EL7
  2020-05-12 14:24 [Bug default/25977] New: Test suite regression when running runtestabidiffexit on EL7 dodji at redhat dot com
@ 2020-05-12 14:25 ` dodji at redhat dot com
  2020-05-12 15:20 ` dodji at redhat dot com
  2020-05-12 15:53 ` dodji at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dodji at redhat dot com @ 2020-05-12 14:25 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=25977

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug default/25977] Test suite regression when running runtestabidiffexit on EL7
  2020-05-12 14:24 [Bug default/25977] New: Test suite regression when running runtestabidiffexit on EL7 dodji at redhat dot com
  2020-05-12 14:25 ` [Bug default/25977] " dodji at redhat dot com
@ 2020-05-12 15:20 ` dodji at redhat dot com
  2020-05-12 15:53 ` dodji at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dodji at redhat dot com @ 2020-05-12 15:20 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=25977

--- Comment #1 from dodji at redhat dot com ---
I've committed the patch
https://sourceware.org/git/?p=libabigail.git;a=commit;h=5d386c08f7be94a662dbfb961862a407dca4d471
that should hopefully fix that issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug default/25977] Test suite regression when running runtestabidiffexit on EL7
  2020-05-12 14:24 [Bug default/25977] New: Test suite regression when running runtestabidiffexit on EL7 dodji at redhat dot com
  2020-05-12 14:25 ` [Bug default/25977] " dodji at redhat dot com
  2020-05-12 15:20 ` dodji at redhat dot com
@ 2020-05-12 15:53 ` dodji at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dodji at redhat dot com @ 2020-05-12 15:53 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=25977

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #2 from dodji at redhat dot com ---
Closing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-12 15:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 14:24 [Bug default/25977] New: Test suite regression when running runtestabidiffexit on EL7 dodji at redhat dot com
2020-05-12 14:25 ` [Bug default/25977] " dodji at redhat dot com
2020-05-12 15:20 ` dodji at redhat dot com
2020-05-12 15:53 ` dodji at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).