Searched refs:suppressions (Results 1 – 25 of 38) sorted by relevance
12
/third_party/jerryscript/tools/ |
D | check-cppcheck.sh | 44 --exitcode-suppressions=tools/cppcheck/suppressions-list \ 45 --suppressions-list=tools/cppcheck/suppressions-list \
|
/third_party/protobuf/php/tests/ |
D | test.sh | 57 valgrind --suppressions=valgrind.supp --leak-check=yes php -dextension=../ext/google/protobuf/modul… 58 valgrind --suppressions=valgrind.supp --leak-check=yes php -d protobuf.keep_descriptor_pool_after_r…
|
/third_party/openssl/test/ |
D | README.external | 54 Test failures and suppressions 68 fail. These suppressions are held in the file "test/ossl_shim/ossl_config.json" 72 suppressions that are currently present. 95 Test failures and suppressions 129 Test-failures suppressions
|
/third_party/pulseaudio/ |
D | pulseaudio.supp | 6 # To use this file, pass the command line option --suppressions=<filename> to 9 # If you find new false positives, and want to add new suppressions, the
|
/third_party/grpc/tools/ |
D | bazel.rc | 25 build:asan --action_env=LSAN_OPTIONS=suppressions=test/core/util/lsan_suppressions.txt:report_objec… 67 build:tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_erro… 77 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
|
/third_party/python/Misc/ |
D | valgrind-python.supp | 7 # valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp \ 11 # to use the preferred suppressions with address_in_range. 14 # suppressions for _PyObject_Free and _PyObject_Realloc. 188 ### All the suppressions below are for errors that occur within libraries 487 # Additional suppressions for the unified decimal tests:
|
D | README.valgrind | 14 you must use a suppressions file. One is supplied in 47 the supplied suppressions file will not be useful. As discussed above,
|
/third_party/node/tools/ |
D | lsan_suppressions.txt | 1 # Usage: LSAN_OPTIONS=suppressions=`pwd`/tools/lsan_suppressions.txt make check
|
/third_party/libcoap/scripts/ |
D | build.sh | 68 … --leak-check=yes --show-reachable=yes --error-exitcode=123 --quiet --suppressions=tests/valgrind_…
|
/third_party/libevdev/ |
D | meson.build | 208 valgrind_suppressions_file = join_paths(dir_src_test, 'valgrind.suppressions') 212 '--gen-suppressions=all', 214 '--suppressions=' + valgrind_suppressions_file ],
|
/third_party/skia/tools/ |
D | valgrind.supp | 1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp" 188 # The gpu_issue_* suppressions suppress issues that cannot be reproduced locally. These appear to be
|
/third_party/flutter/skia/tools/ |
D | valgrind.supp | 1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp" 188 # The gpu_issue_* suppressions suppress issues that cannot be reproduced locally. These appear to be
|
/third_party/node/deps/cares/m4/ |
D | xc-val-flgs.m4 | 78 AC_MSG_NOTICE([$xc_bad_var_msg macro suppressions. Use CPPFLAGS for: $xc_word]) 168 AC_MSG_NOTICE([$xc_bad_var_msg macro suppressions. Use CPPFLAGS for: $xc_word])
|
/third_party/curl/m4/ |
D | xc-val-flgs.m4 | 78 AC_MSG_NOTICE([$xc_bad_var_msg macro suppressions. Use CPPFLAGS for: $xc_word]) 168 AC_MSG_NOTICE([$xc_bad_var_msg macro suppressions. Use CPPFLAGS for: $xc_word])
|
/third_party/boost/libs/beast/tools/ |
D | build-and-test.sh | 65 --suppressions=$BOOST_ROOT/libs/beast/tools/valgrind.supp \
|
/third_party/skia/site/docs/dev/chrome/ |
D | changes.md | 13 recommend using build flag suppressions \(defines\)\.
|
D | blink.md | 36 Such code suppressions should be given a name with the form SK\_IGNORE\_xxx\_FIX.
|
/third_party/flutter/skia/site/dev/chrome/ |
D | changes.md | 8 recommend using build flag suppressions \(defines\)\.
|
/third_party/cJSON/tests/ |
D | CMakeLists.txt | 70 …D_OPTIONS --trace-children=yes --leak-check=full --error-exitcode=1 --suppressions=${CMAKE_CURRENT…
|
/third_party/flutter/skia/site/dev/sheriffing/ |
D | index.md | 133 ### Rebaseline Layout Tests (i.e., add suppressions) 172 * Create a Chrome patch that removes your suppressions from skia/skia_test_expectations.txt
|
/third_party/glib/ |
D | glib.supp | 1 # GLib Valgrind suppressions file 3 # This provides a list of suppressions for all of GLib (including GIO), for all 9 # this suppression file to Valgrind using --suppressions=/path/to/glib-2.0.supp.
|
/third_party/gstreamer/gstreamer/tests/check/ |
D | gstreamer.supp | 1 ### this file contains suppressions for valgrind when running 5 ### syscall suppressions 31 ### glibc suppressions 910 ### glib suppressions 1028 # liboil suppressions 1091 # More edgy suppressions (Mike) 1093 <dlopen Condition jump suppressions for Ubuntu Edgy/x86> 1106 <dlopen Condition jump suppressions for Ubuntu Edgy/x86> 1121 <dlopen Condition jump suppressions for Ubuntu Edgy/x86> 1133 <dlopen Condition jump suppressions for Ubuntu Edgy/x86> [all …]
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 79 const char* suppressions = getenv("GPB_OBJC_EXPECTED_PACKAGE_PREFIXES_SUPPRESSIONS"); in Options() local 80 if (suppressions) { in Options() 81 SplitStringUsing(suppressions, ";", &expected_prefixes_suppressions); in Options()
|
/third_party/skia/site/docs/dev/gardening/ |
D | _index.md | 228 ### Rebaseline Layout Tests (i.e., add suppressions) 278 - Create a Chrome patch that removes your suppressions from
|
/third_party/libsoup/tests/ |
D | libsoup.supp | 1 # valgrind suppressions file
|
12