diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-02-03 13:25:00 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-02-03 13:25:00 +1100 |
commit | 3438d9140b9937ad16350087c7cfed379c7ebf9b (patch) | |
tree | 966fc0e033bf0fd29d188f03dae93fe5e4687080 /test/format/vt.suppress | |
parent | c01aa57f3619417152d3b27d91856b9bf03d3bb0 (diff) | |
parent | 8347925459db58c6c74dc80f437d90ed6ffeac54 (diff) | |
download | mongo-3438d9140b9937ad16350087c7cfed379c7ebf9b.tar.gz |
merge tip
Diffstat (limited to 'test/format/vt.suppress')
-rw-r--r-- | test/format/vt.suppress | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/test/format/vt.suppress b/test/format/vt.suppress new file mode 100644 index 00000000000..562af6810c0 --- /dev/null +++ b/test/format/vt.suppress @@ -0,0 +1,46 @@ +{ + <FreeBSD 8.2 dlopen #1> + Memcheck:Addr8 + obj:/libexec/ld-elf.so.1 + obj:/libexec/ld-elf.so.1 + obj:/libexec/ld-elf.so.1 + fun:dlopen + fun:__wt_dlopen + fun:__conn_load_extension + fun:wiredtiger_open + fun:wts_open + fun:wts_startup + fun:main +} +{ + <FreeBSD 8.2 dlopen #2> + Memcheck:Addr8 + obj:/libexec/ld-elf.so.1 + obj:/libexec/ld-elf.so.1 + obj:/libexec/ld-elf.so.1 + obj:/libexec/ld-elf.so.1 + fun:dlopen + fun:__wt_dlopen + fun:__conn_load_extension + fun:wiredtiger_open + fun:wts_open + fun:wts_startup + fun:main +} +{ + <Berkeley DB uninitialized write> + Memcheck:Param + write(buf) + obj:/lib/libc.so.7 + fun:__os_io + fun:__memp_pgwrite + fun:__memp_bhwrite + fun:__memp_sync_int + fun:__memp_fsync + fun:__db_sync + fun:__db_refresh + fun:__db_close + fun:__db_close_pp + fun:bdb_teardown + fun:main +} |