diff options
author | Volker Lendecke <vl@samba.org> | 2012-01-05 13:12:26 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2012-01-05 22:01:00 +0100 |
commit | f994f0a3424b235c48f68beef7817f245fc0a47c (patch) | |
tree | 756031777e0b8257160908fa13baa5076b3cac1f /selftest/knownfail | |
parent | c790b3c8a76542f06f3ced640500969aaa68a4fe (diff) | |
download | samba-f994f0a3424b235c48f68beef7817f245fc0a47c.tar.gz samba-f994f0a3424b235c48f68beef7817f245fc0a47c.tar.bz2 samba-f994f0a3424b235c48f68beef7817f245fc0a47c.zip |
Fix the local-memcache test for 64-bit
The memcache test walks the purge functionality. The maximum memcache size also
takes all memcache internal headers into account. Those headers contain
pointers, so on 64-bit they take more space...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Jan 5 22:01:00 CET 2012 on sn-devel-104
Diffstat (limited to 'selftest/knownfail')
-rw-r--r-- | selftest/knownfail | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 220df1c232..4a9f99e8cd 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -6,7 +6,6 @@ ^samba3.blackbox.failure.failure # this is designed to fail, for testing our test infrastructure .*driver.add_driver_timestamps # we only can store dates, not timestamps -^samba3.smbtorture_s3.LOCAL-MEMCACHE #fails ^samba3.smbtorture_s3.LOCAL-TALLOC-DICT #fails ^samba3.posix_s3.nbt.dgram.*netlogon2 ^samba3.*rap.sam.*.useradd # Not provided by Samba 3 |