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

Side by Side Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 1157813004: Suppress the DrMemory report for an intentional RELEASE_ASSERT failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
8 8
9 ############################################################### 9 ###############################################################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 ... 1047 ...
1048 *!NSSDecryptor::~NSSDecryptor 1048 *!NSSDecryptor::~NSSDecryptor
1049 1049
1050 # We get uninit reports inside GMock when it prints the bytes of references to 1050 # We get uninit reports inside GMock when it prints the bytes of references to
1051 # partially initialized objects passed to unexpected method calls. 1051 # partially initialized objects passed to unexpected method calls.
1052 UNINITIALIZED READ 1052 UNINITIALIZED READ
1053 name=http://crbug.com/64887 (GMock printing uninit data) 1053 name=http://crbug.com/64887 (GMock printing uninit data)
1054 ... 1054 ...
1055 *!testing::*::PrintBytesInObjectTo* 1055 *!testing::*::PrintBytesInObjectTo*
1056 1056
1057 # This is an EXPECT_DEATH() that hits a RELEASE_ASSERT(),
1058 # which intentionally writes to NULL in order to crash.
1059 UNADDRESSABLE ACCESS
1060 name=https://crbug.com/497344
1061 blink_platform.dll!blink::SecurityOrigin::addSuborigin
1062 *!blink::SecurityOriginTest_Suborigins_Test::TestBody
1063
1057 ############################################################### 1064 ###############################################################
1058 # Proactively borrowed from memcheck/suppressions.txt. 1065 # Proactively borrowed from memcheck/suppressions.txt.
1059 # We have not yet seen these, but we are expanding the sets of tests 1066 # We have not yet seen these, but we are expanding the sets of tests
1060 # we're running, and we've hit redness in the past that could have 1067 # we're running, and we've hit redness in the past that could have
1061 # been avoided by already having the Memcheck suppressions. 1068 # been avoided by already having the Memcheck suppressions.
1062 # TODO(bruening): review the entire file (not just these) once we're 1069 # TODO(bruening): review the entire file (not just these) once we're
1063 # at the peak set of tests we plan to run and remove the unused ones. 1070 # at the peak set of tests we plan to run and remove the unused ones.
1064 1071
1065 UNINITIALIZED READ 1072 UNINITIALIZED READ
1066 name=bug_101781 1073 name=bug_101781
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1940 1947
1941 UNINITIALIZED READ 1948 UNINITIALIZED READ
1942 name=bug_493167 1949 name=bug_493167
1943 system call NtWriteFile parameter #5 1950 system call NtWriteFile parameter #5
1944 KERNELBASE.dll!WriteFile 1951 KERNELBASE.dll!WriteFile
1945 KERNEL32.dll!WriteFile 1952 KERNEL32.dll!WriteFile
1946 *!base::File::WriteAtCurrentPos 1953 *!base::File::WriteAtCurrentPos
1947 *!sessions::SessionBackend::AppendCommandsToFile 1954 *!sessions::SessionBackend::AppendCommandsToFile
1948 *!sessions::SessionBackend::AppendCommands 1955 *!sessions::SessionBackend::AppendCommands
1949 *!base::internal::RunnableAdapter<>::Run 1956 *!base::internal::RunnableAdapter<>::Run
OLDNEW
« 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