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

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

Issue 12319092: Supress error reports caused by mstscax.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt » ('j') | 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 contains suppressions for the DrMemory reports happening 4 # This file contains suppressions for the DrMemory reports happening
5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. 5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode.
6 # Please use suppressions_full.txt for all the reports that can happen only 6 # Please use suppressions_full.txt for all the reports that can happen only
7 # in the full mode (drmemory_full), 7 # in the full mode (drmemory_full),
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 14 matching lines...) Expand all
25 ... 25 ...
26 sophos*.dll!* 26 sophos*.dll!*
27 27
28 # Reports from Micorosft RDP ActiveX control (mstscax.dll) 28 # Reports from Micorosft RDP ActiveX control (mstscax.dll)
29 29
30 GDI USAGE ERROR 30 GDI USAGE ERROR
31 name=crbug.com/177832: mstscax.dll causes "GDI USAGE ERROR" errors. 31 name=crbug.com/177832: mstscax.dll causes "GDI USAGE ERROR" errors.
32 ... 32 ...
33 mstscax.dll!* 33 mstscax.dll!*
34 34
35 UNADDRESSABLE ACCESS
36 name=crbug.com/177832: mstscax.dll causes "UNADDRESSABLE ACCESS" errors.
37 ...
38 mstscax.dll!*
39
35 ############################ 40 ############################
36 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis 41 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
37 # assumptions or unhandled syscalls 42 # assumptions or unhandled syscalls
38 43
39 # Please note: the following suppressions were written in the abscense of 44 # Please note: the following suppressions were written in the abscense of
40 # private symbols so may need to be updated when we switch to auto-loading PDBs 45 # private symbols so may need to be updated when we switch to auto-loading PDBs
41 46
42 UNADDRESSABLE ACCESS 47 UNADDRESSABLE ACCESS
43 name=http://code.google.com/p/drmemory/issues/detail?id=12 UNADDR 48 name=http://code.google.com/p/drmemory/issues/detail?id=12 UNADDR
44 ... 49 ...
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 GDI USAGE ERROR 413 GDI USAGE ERROR
409 name=crbug.com/175512 414 name=crbug.com/175512
410 ... 415 ...
411 USER32.dll!UnregisterClassA 416 USER32.dll!UnregisterClassA
412 USER32.dll!UnregisterClassA 417 USER32.dll!UnregisterClassA
413 USER32.dll!UnregisterClassA 418 USER32.dll!UnregisterClassA
414 USER32.dll!LoadBitmapW 419 USER32.dll!LoadBitmapW
415 media.dll!media::*::ScreenCapturerWin::CaptureCursor 420 media.dll!media::*::ScreenCapturerWin::CaptureCursor
416 media.dll!media::*::ScreenCapturerWin::CaptureFrame 421 media.dll!media::*::ScreenCapturerWin::CaptureFrame
417 media.dll!media::ScreenCaptureDevice::Core::DoCapture 422 media.dll!media::ScreenCaptureDevice::Core::DoCapture
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698