https://bugs.kde.org/show_bug.cgi?id=476331

            Bug ID: 476331
           Summary: clean up generated/distributed filter scripts
    Classification: Developer tools
           Product: valgrind
           Version: 3.22 GIT
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: jsew...@acm.org
          Reporter: m...@klomp.org
  Target Milestone: ---

https://sourceforge.net/p/valgrind/mailman/message/49958270/

There are a couple of filter scripts generated for configure.ac but also
included in the dist tar ball.

drd/tests/filter_error_count
drd/tests/filter_error_summary
drd/tests/filter_stderr
lter_stderr_and_thread_no_and_offset
drd/tests/filter_thread_no
drd/tests/filter_xml_and_thread_no
gdbserver_tests/filter_gdb
filter_memcheck_monitor
gdbserver_tests/filter_stderr
gdbserver_tests/filter_vgdb
helgrind/tests/filter_stderr
memcheck/tests/filter_dw4
memcheck/tests/filter_overlaperror
memcheck/tests/filter_stderr
memcheck/tests/x86/filter_pushfpopf
tests/filter_discards
tests/filter_stderr_basic

All those filter scripts generated by configure.ac by AC_CONFIG_FILES from the
.in files should not be in dist_noinst_SCRIPTS but in noinst_SCRIPTS.

When doing this also update the tests/check_headers_and_includes script which
is run at the end of make regtest and will check the scripts are listed
correctly in the Makefile.am files:

$ make post-regtest-checks
...checking makefile consistency
memcheck/tests/Makefile.am:1: error: filter_dw4 is missing in
dist_noinst_SCRIPTS

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to