Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 1016273002: Add DrMemory suppression for uninitialize reads in angle tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions_full.txt
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index a6ea4299df1d8b12c4e4c5ac47ced037aa0a2d23..6f5a2c6f0da7a0f3556edcdc35642eb31dc1abb4 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -1922,3 +1922,11 @@ system call NtDeviceIoControlFile InputBuffer
KERNELBASE.dll!DeviceIoControl
KERNEL32.dll!DeviceIoControl
base.dll!base::SysInfo::HasSeekPenalty
+
+UNINITIALIZED READ
+name=bug_468638
+*!egl::ConfigSorter::operator()
+*!std::_Insertion_sort1<>
+*!std::_Sort<>
+*!egl::ConfigSet::filter
+*!ConfigSetTest_*_BitSizes_Test::TestBody
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698