Update memtester to 4.2.1
Changelog: Version 4.2.1 3 October 2010 -fix offsets/addresses were not being reported correctly in test failure messages. Thanks: Anton Sergeev. Version 4.2.0 30 July 2010 -define _FILE_OFFSET_BITS to 64 by default in conf-cc, which causes some 32-bit systems with larger-than-32-bit address spaces to have a 64-bit off_t, allowing testing of larger chunks of memory. Thanks to Steven A. Falco for the suggestion. Let me know if this definition causes problems for anyone. -add tests of 8-bit-wide and 16-bit-wide random writes, to enable verifying the correct operation of hardware. Thanks: Dick Hollenbeck. If these tests trigger unaligned access problems on your platform, you can eliminate these tests by removing the -DTEST_NARROW_WRITES definition from the conf-cc file.
This commit is contained in:
parent
ef50cbb318
commit
5036a42d0e
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.19 2010/03/04 08:43:21 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2010/10/26 20:22:04 zafer Exp $
|
||||
#
|
||||
|
||||
DISTNAME= memtester-4.1.3
|
||||
DISTNAME= memtester-4.2.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${HOMEPAGE}old-versions/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2010/03/04 08:43:21 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.13 2010/10/26 20:22:04 zafer Exp $
|
||||
|
||||
SHA1 (memtester-4.1.3.tar.gz) = 5ee133f3bbad051c21a9464060c7226b1fb0557b
|
||||
RMD160 (memtester-4.1.3.tar.gz) = 0d7a1dc8c48b438d5034b1fa9671f6d78d6c43cb
|
||||
Size (memtester-4.1.3.tar.gz) = 20117 bytes
|
||||
SHA1 (memtester-4.2.1.tar.gz) = a8e85d3ef33ca3965eb64550ff44fd485181def1
|
||||
RMD160 (memtester-4.2.1.tar.gz) = e8f1f9fa0ffe4f48fe6f1aa7e6544d2c1087c635
|
||||
Size (memtester-4.2.1.tar.gz) = 20815 bytes
|
||||
|
|
Loading…
Reference in a new issue