Author: njn Date: 2009-07-14 02:39:54 +0100 (Tue, 14 Jul 2009) New Revision: 10444 Log: Add exp-bbv to the tool-suite. I'm seeing a couple of amd64-linux test failures, but they can be fixed up in-repo. This resolves bug 198395. Added: trunk/exp-bbv/ trunk/exp-bbv/Makefile.am trunk/exp-bbv/bbv_main.c trunk/exp-bbv/docs/ trunk/exp-bbv/docs/Makefile.am trunk/exp-bbv/docs/bbv-manual.xml trunk/exp-bbv/tests/ trunk/exp-bbv/tests/Makefile.am trunk/exp-bbv/tests/amd64-linux/ trunk/exp-bbv/tests/amd64-linux/Makefile.am trunk/exp-bbv/tests/amd64-linux/clone_test.S trunk/exp-bbv/tests/amd64-linux/clone_test.post.exp trunk/exp-bbv/tests/amd64-linux/clone_test.stderr.exp trunk/exp-bbv/tests/amd64-linux/clone_test.vgtest trunk/exp-bbv/tests/amd64-linux/complex_rep.S trunk/exp-bbv/tests/amd64-linux/complex_rep.stderr.exp trunk/exp-bbv/tests/amd64-linux/complex_rep.vgtest trunk/exp-bbv/tests/amd64-linux/filter_stderr trunk/exp-bbv/tests/amd64-linux/fldcw_check.S trunk/exp-bbv/tests/amd64-linux/fldcw_check.stderr.exp trunk/exp-bbv/tests/amd64-linux/fldcw_check.vgtest trunk/exp-bbv/tests/amd64-linux/ll.S trunk/exp-bbv/tests/amd64-linux/ll.post.exp trunk/exp-bbv/tests/amd64-linux/ll.stderr.exp trunk/exp-bbv/tests/amd64-linux/ll.stdout.exp trunk/exp-bbv/tests/amd64-linux/ll.vgtest trunk/exp-bbv/tests/amd64-linux/million.S trunk/exp-bbv/tests/amd64-linux/million.post.exp trunk/exp-bbv/tests/amd64-linux/million.stderr.exp trunk/exp-bbv/tests/amd64-linux/million.vgtest trunk/exp-bbv/tests/amd64-linux/rep_prefix.S trunk/exp-bbv/tests/amd64-linux/rep_prefix.stderr.exp trunk/exp-bbv/tests/amd64-linux/rep_prefix.vgtest trunk/exp-bbv/tests/filter_bb trunk/exp-bbv/tests/filter_stderr trunk/exp-bbv/tests/logo.include trunk/exp-bbv/tests/logo.lzss_new trunk/exp-bbv/tests/ppc32-linux/ trunk/exp-bbv/tests/ppc32-linux/Makefile.am trunk/exp-bbv/tests/ppc32-linux/filter_stderr trunk/exp-bbv/tests/ppc32-linux/ll.S trunk/exp-bbv/tests/ppc32-linux/ll.post.exp trunk/exp-bbv/tests/ppc32-linux/ll.stderr.exp trunk/exp-bbv/tests/ppc32-linux/ll.stdout.exp trunk/exp-bbv/tests/ppc32-linux/ll.vgtest trunk/exp-bbv/tests/ppc32-linux/million.S trunk/exp-bbv/tests/ppc32-linux/million.post.exp trunk/exp-bbv/tests/ppc32-linux/million.stderr.exp trunk/exp-bbv/tests/ppc32-linux/million.vgtest trunk/exp-bbv/tests/x86-linux/ trunk/exp-bbv/tests/x86-linux/Makefile.am trunk/exp-bbv/tests/x86-linux/clone_test.S trunk/exp-bbv/tests/x86-linux/clone_test.post.exp trunk/exp-bbv/tests/x86-linux/clone_test.stderr.exp trunk/exp-bbv/tests/x86-linux/clone_test.vgtest trunk/exp-bbv/tests/x86-linux/filter_stderr trunk/exp-bbv/tests/x86-linux/ll.S trunk/exp-bbv/tests/x86-linux/ll.post.exp trunk/exp-bbv/tests/x86-linux/ll.stderr.exp trunk/exp-bbv/tests/x86-linux/ll.stdout.exp trunk/exp-bbv/tests/x86-linux/ll.vgtest trunk/exp-bbv/tests/x86/ trunk/exp-bbv/tests/x86/Makefile.am trunk/exp-bbv/tests/x86/complex_rep.S trunk/exp-bbv/tests/x86/complex_rep.stderr.exp trunk/exp-bbv/tests/x86/complex_rep.vgtest trunk/exp-bbv/tests/x86/filter_stderr trunk/exp-bbv/tests/x86/fldcw_check.S trunk/exp-bbv/tests/x86/fldcw_check.stderr.exp trunk/exp-bbv/tests/x86/fldcw_check.vgtest trunk/exp-bbv/tests/x86/million.S trunk/exp-bbv/tests/x86/million.post.exp trunk/exp-bbv/tests/x86/million.stderr.exp trunk/exp-bbv/tests/x86/million.vgtest trunk/exp-bbv/tests/x86/rep_prefix.S trunk/exp-bbv/tests/x86/rep_prefix.stderr.exp trunk/exp-bbv/tests/x86/rep_prefix.vgtest Modified: trunk/Makefile.am trunk/NEWS trunk/configure.in trunk/docs/xml/manual.xml trunk/docs/xml/valgrind-manpage.xml [... diff too large to include ...] |