diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2011-03-11 20:02:47 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2011-03-11 20:02:47 +0000 |
commit | 4a12aad7742a773025737cbff88cb5e361712889 (patch) | |
tree | 3becbc7e25923d293dfc2bb8bc439148f654a213 /helgrind | |
parent | 6015d0e7a11f66cbeafad47c7c92b07f29e9dcb2 (diff) |
Use DRD's annotate_smart_pointer regtest to check against regressions
of #243935.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11626 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'helgrind')
-rw-r--r-- | helgrind/tests/Makefile.am | 2 | ||||
-rw-r--r-- | helgrind/tests/annotate_smart_pointer.stderr.exp | 4 | ||||
-rw-r--r-- | helgrind/tests/annotate_smart_pointer.stdout.exp | 0 | ||||
-rw-r--r-- | helgrind/tests/annotate_smart_pointer.vgtest | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/helgrind/tests/Makefile.am b/helgrind/tests/Makefile.am index ff8bcb3e..9fd18c9d 100644 --- a/helgrind/tests/Makefile.am +++ b/helgrind/tests/Makefile.am @@ -8,6 +8,8 @@ EXTRA_DIST = \ annotate_hbefore.stderr.exp \ annotate_rwlock.vgtest annotate_rwlock.stdout.exp \ annotate_rwlock.stderr.exp \ + annotate_smart_pointer.vgtest annotate_smart_pointer.stdout.exp \ + annotate_smart_pointer.stderr.exp \ bar_bad.vgtest bar_bad.stdout.exp bar_bad.stderr.exp \ bar_trivial.vgtest bar_trivial.stdout.exp bar_trivial.stderr.exp \ hg01_all_ok.vgtest hg01_all_ok.stdout.exp hg01_all_ok.stderr.exp \ diff --git a/helgrind/tests/annotate_smart_pointer.stderr.exp b/helgrind/tests/annotate_smart_pointer.stderr.exp new file mode 100644 index 00000000..d16127fb --- /dev/null +++ b/helgrind/tests/annotate_smart_pointer.stderr.exp @@ -0,0 +1,4 @@ + +Done. + +ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) diff --git a/helgrind/tests/annotate_smart_pointer.stdout.exp b/helgrind/tests/annotate_smart_pointer.stdout.exp new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/helgrind/tests/annotate_smart_pointer.stdout.exp diff --git a/helgrind/tests/annotate_smart_pointer.vgtest b/helgrind/tests/annotate_smart_pointer.vgtest new file mode 100644 index 00000000..efed7293 --- /dev/null +++ b/helgrind/tests/annotate_smart_pointer.vgtest @@ -0,0 +1,2 @@ +prog: ../../drd/tests/annotate_smart_pointer +args: 50 5 |