diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-03 15:49:45 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-03 15:49:45 +0000 |
commit | 50f08f8f2ae2d4e439bca1760104bb54f0b6d07e (patch) | |
tree | d9c1cb89a835687109522eac39941b37370cd787 /testing/index.html | |
parent | 75e69503b9ca22136e261f889058e003b4622286 (diff) | |
download | riscv-openocd-50f08f8f2ae2d4e439bca1760104bb54f0b6d07e.zip riscv-openocd-50f08f8f2ae2d4e439bca1760104bb54f0b6d07e.tar.gz riscv-openocd-50f08f8f2ae2d4e439bca1760104bb54f0b6d07e.tar.bz2 |
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
Diffstat (limited to 'testing/index.html')
-rw-r--r-- | testing/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/index.html b/testing/index.html index 88f7ff5..5bb3210 100644 --- a/testing/index.html +++ b/testing/index.html @@ -48,6 +48,13 @@ <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> <td align="center" width="110">n/a</td> |