Revision bbcd3b0bd2c6dbc10e1bbf73f994179031c76c27 authored by Yi Wu on 15 November 2017, 22:13:03 UTC, committed by Facebook Github Bot on 15 November 2017, 22:28:34 UTC
Summary:
Add ROCKSDB_VALGRIND_RUN macro and suppress false-positive "unimplemented functionality" throw by valgrind for steam hints.

Another approach would be add a valgrind suppress file. Valgrind is suppose to print the suppression when given "--gen-suppressions=all" param, which is suppose to be the content for the suppression file. But it doesn't print.
Closes https://github.com/facebook/rocksdb/pull/3174

Differential Revision: D6338786

Pulled By: yiwu-arbug

fbshipit-source-id: 3559efa5f3b92d40d09ad6ac82bc7b59f86c75aa
1 parent 54b4356
History
File Mode Size
env_default.cc -rw-r--r-- 1.2 KB
env_win.cc -rw-r--r-- 30.7 KB
env_win.h -rw-r--r-- 9.0 KB
io_win.cc -rw-r--r-- 27.2 KB
io_win.h -rw-r--r-- 13.7 KB
port_win.cc -rw-r--r-- 5.4 KB
port_win.h -rw-r--r-- 7.3 KB
win_jemalloc.cc -rw-r--r-- 1.1 KB
win_logger.cc -rw-r--r-- 4.4 KB
win_logger.h -rw-r--r-- 1.5 KB
win_thread.cc -rw-r--r-- 3.8 KB
win_thread.h -rw-r--r-- 3.6 KB
xpress_win.cc -rw-r--r-- 5.6 KB
xpress_win.h -rw-r--r-- 753 bytes

back to top