Print this page
10816 ctf_dwarf_convert_type() relies on un-initialized id
10817 ctfconvert -i option is mis-handled
10818 Improve ctfconvert error messages
10819 ctfconvert should handle empty dies
10820 ctfconvert -i never converts
10821 bad free in ctf_dwarf_init_die
10815 shouldn't build gcore.c as part of kmdb
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
*** 16,26 ****
include $(SRC)/Makefile.master
ROOTOPTPKG = $(ROOT)/opt/util-tests
TESTDIR = $(ROOTOPTPKG)/tests/ctf
! SCRIPTS = ctftest.ksh
TESTS = test-float.c \
test-reference.c \
test-int.c \
test-array.c \
--- 16,30 ----
include $(SRC)/Makefile.master
ROOTOPTPKG = $(ROOT)/opt/util-tests
TESTDIR = $(ROOTOPTPKG)/tests/ctf
! SCRIPTS = precheck.ksh \
! ctftest.ksh \
! ctftest-convert-non-c.ksh \
! ctftest-convert-no-dwarf.ksh \
! ctftest-merge-no-ctf.ksh \
TESTS = test-float.c \
test-reference.c \
test-int.c \
test-array.c \