This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/12138] New: sdt_misc.exp fails most ptr types on i686


http://sourceware.org/bugzilla/show_bug.cgi?id=12138

           Summary: sdt_misc.exp fails most ptr types on i686
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sources.redhat.com
        ReportedBy: jistone@redhat.com


The sdt_types part of sdt_misc.exp fails on i686 for SDT V3

Host: Linux vm-f13-32 2.6.34.6-54.fc13.i686 #1 SMP Sun Sep 5 17:52:31 UTC 2010
i686 i686 i386 GNU/Linux
Snapshot: version 1.4/0.148 commit release-1.3-209-ga44a7cb
GCC: 4.4.4 [gcc (GCC) 4.4.4 20100630 (Red Hat 4.4.4-10)]
Distro: Fedora release 13 (Goddard)
[...]
spawn /usr/local/bin/stap -g -c ./sdt_types.x
/home/jistone/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x
PASS: char_var
PASS: const_char_var
PASS: volatile_char_var
FAIL: ptr_char_var
FAIL: ptr_const_char_var
FAIL: char_ptr_const_var
FAIL: ptr_volatile_char_var
PASS: char_ptr_volatile_var
PASS: short_int_var
PASS: const_short_int_var
PASS: volatile_short_int_var
FAIL: ptr_short_int_var
FAIL: ptr_const_short_int_var
FAIL: short_int_ptr_const_var
FAIL: ptr_volatile_short_int_var
PASS: short_int_ptr_volatile_var
PASS: int_var
PASS: const_int_var
PASS: volatile_int_var
FAIL: ptr_const_int_var
FAIL: ptr_const_int_var
FAIL: int_ptr_const_var
FAIL: ptr_volatile_int_var
PASS: int_ptr_volatile_var
PASS: long_int_var
PASS: const_long_int_var
PASS: volatile_long_int_var
FAIL: ptr_long_int_var
FAIL: ptr_const_long_int_var
FAIL: long_int_ptr_const_var
FAIL: ptr_volatile_long_int_var
PASS: long_int_ptr_volatile_var
PASS: long_long_int_var
PASS: const_long_long_int_var
PASS: volatile_long_long_int_var
FAIL: ptr_long_long_int_var
FAIL: ptr_const_long_long_int_var
FAIL: long_long_int_ptr_const_var
FAIL: ptr_volatile_long_long_int_var
PASS: long_long_int_ptr_volatile_var
PASS: arr_char_var
PASS: arr_struct_var
PASS: bitfields_bit_var
PASS: primary_colors_var
FAIL: sdt_misc types types  ptr_char_var  ptr_const_char_var 
char_ptr_const_var  ptr_volatile_char_var  ptr_short_int_var 
ptr_const_short_int_var  short_int_ptr_const_var  ptr_volatile_short_int_var 
ptr_const_int_var  ptr_const_int_var  int_ptr_const_var  ptr_volatile_int_var 
ptr_long_int_var  ptr_const_long_int_var  long_int_ptr_const_var 
ptr_volatile_long_int_var  ptr_long_long_int_var  ptr_const_long_long_int_var 
long_long_int_ptr_const_var  ptr_volatile_long_long_int_var V3_uprobe

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]