aboutsummaryrefslogtreecommitdiff
path: root/massif
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-02-25 04:34:44 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-02-25 04:34:44 +0000
commitb0e34f71e6de8859edc13599caaff3ef5f8810ad (patch)
treeddbdd9db65cff750d58825e3fb81d3fd639b719e /massif
parent79a5cc4e103210f3b7752641a9dc81e49eb287a0 (diff)
downloadvalgrind-b0e34f71e6de8859edc13599caaff3ef5f8810ad.tar.gz
Remove toobig-allocs.c -- it was unreliable and didn't test any
functionality of note. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9261 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'massif')
-rw-r--r--massif/tests/Makefile.am1
-rw-r--r--massif/tests/toobig-allocs.stderr.exp4
-rw-r--r--massif/tests/toobig-allocs.vgtest3
3 files changed, 0 insertions, 8 deletions
diff --git a/massif/tests/Makefile.am b/massif/tests/Makefile.am
index ea0d2c9fc..7b0f9445d 100644
--- a/massif/tests/Makefile.am
+++ b/massif/tests/Makefile.am
@@ -36,7 +36,6 @@ EXTRA_DIST = $(noinst_SCRIPTS) \
thresholds_5_0.post.exp thresholds_5_0.stderr.exp thresholds_5_0.vgtest \
thresholds_5_10.post.exp thresholds_5_10.stderr.exp thresholds_5_10.vgtest \
thresholds_10_10.post.exp thresholds_10_10.stderr.exp thresholds_10_10.vgtest \
- toobig-allocs.stderr.exp toobig-allocs.vgtest \
zero1.post.exp zero1.stderr.exp zero1.vgtest \
zero2.post.exp zero2.stderr.exp zero2.vgtest
diff --git a/massif/tests/toobig-allocs.stderr.exp b/massif/tests/toobig-allocs.stderr.exp
deleted file mode 100644
index 28c2b9ee0..000000000
--- a/massif/tests/toobig-allocs.stderr.exp
+++ /dev/null
@@ -1,4 +0,0 @@
-
-Attempting too-big malloc()...
-Attempting too-big mmap()...
-
diff --git a/massif/tests/toobig-allocs.vgtest b/massif/tests/toobig-allocs.vgtest
deleted file mode 100644
index 76f4d6357..000000000
--- a/massif/tests/toobig-allocs.vgtest
+++ /dev/null
@@ -1,3 +0,0 @@
-prog: ../../tests/toobig-allocs
-vgopts: --massif-out-file=massif.out
-cleanup: rm massif.out