[Bug 1168] libchk outputs failures for Qt classes with inheritance

[email protected] Tue, 24 Jan 2006 09:10:50 -0500
Newsgroups gmane.linux.lsb.test-suite
Message-ID <[email protected]>


------- Additional Comments From [email protected]  2006-01-24 09:10 -------
This patch fixes a bunch of the failures I'm getting, can someone review it? 
 
Index: classchk.c 
=================================================================== 
RCS file: /cvsroot/lsb/tests/misc/libchk/classchk.c,v 
retrieving revision 1.54 
diff -u -3 -p -r1.54 classchk.c 
--- classchk.c  17 Jan 2006 16:41:38 -0000      1.54 
+++ classchk.c  24 Jan 2006 14:07:32 -0000 
@@ -480,7 +480,7 @@ check_class_info(ElfFile * file, char *l 
               si_rttip->basetype, dlainfo.dli_sname); 
          test_failed = 1; 
        } 
-       basetypes = si_rttip->basetypeinfo; 
+        basetypes = rttip->basetypeinfo; 
 /*     if( classp->numbaseinfo ) */ 
 /*       fprintf(stderr,"si_class_type_info & baseinfos\n"); */ 
       }    
 
--    
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.