From 50f08f8f2ae2d4e439bca1760104bb54f0b6d07e Mon Sep 17 00:00:00 2001
From: oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Date: Mon, 3 Mar 2008 15:49:45 +0000
Subject: [PATCH] added fill_malloc test. Not quite sure what to do here yet,
 but it would be good to have something...

git-svn-id: svn://svn.berlios.de/openocd/trunk@436 b42882b7-edfa-0310-969c-e2dbd0fdcd60
---
 testing/index.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/testing/index.html b/testing/index.html
index 88f7ff59e..5bb321092 100644
--- a/testing/index.html
+++ b/testing/index.html
@@ -47,6 +47,13 @@
 				<th align="center" width="110">Passed version</th>
 				<th align="center" width="110">Broken version</th>
 			</tr>
+			<tr>
+				<td width="65">fill_malloc</td>
+				<td width="165">Fill malloc() memory with garbage</td>
+				<td align="center" width="110">n/a</td>
+				<td align="center" width="110">n/a</td>
+				<td align="center" width="110">n/a</td>
+			</tr>
 			<tr>
 				<td width="65">ocd1</td>
 				<td width="165">Telnet Windows</td>
-- 
GitLab