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>

Split Close
Expand all
Collapse all
          --- old/usr/src/test/util-tests/tests/ctf/Makefile
          +++ new/usr/src/test/util-tests/tests/ctf/Makefile
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11  
  12   12  #
  13   13  # Copyright (c) 2019, Joyent, Inc.
  14   14  #
  15   15  
  16   16  include $(SRC)/Makefile.master
  17   17  
  18   18  ROOTOPTPKG = $(ROOT)/opt/util-tests
  19   19  TESTDIR = $(ROOTOPTPKG)/tests/ctf
  20   20  
  21      -SCRIPTS =       ctftest.ksh
       21 +SCRIPTS =       precheck.ksh \
       22 +                ctftest.ksh \
       23 +                ctftest-convert-non-c.ksh \
       24 +                ctftest-convert-no-dwarf.ksh \
       25 +                ctftest-merge-no-ctf.ksh \
  22   26  
  23   27  TESTS =         test-float.c \
  24   28                  test-reference.c \
  25   29                  test-int.c \
  26   30                  test-array.c \
  27   31                  test-enum.c \
  28   32                  test-forward.c \
  29   33                  test-sou.c \
  30   34                  test-function.c \
  31   35                  test-merge-static/Makefile.ctftest \
↓ open down ↓ 118 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX