OLD | NEW |
1 # HeapCheck sanity test | 1 # HeapCheck sanity test |
2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody | 2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody |
3 | 3 |
4 #### Third-party leaks #### | 4 #### Third-party leaks #### |
5 | 5 |
6 # False positives in libfontconfig. http://crbug.com/39050 | 6 # False positives in libfontconfig. http://crbug.com/39050 |
7 leak:libfontconfig | 7 leak:libfontconfig |
8 | 8 |
9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 | 9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 |
10 # TODO(earthdok): Annotate. | 10 # TODO(earthdok): Annotate. |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 leak:GtkNativeViewManager | 87 leak:GtkNativeViewManager |
88 leak:_gdk_x11_window_get_toplevel | 88 leak:_gdk_x11_window_get_toplevel |
89 leak:gtk_util::*AppModal | 89 leak:gtk_util::*AppModal |
90 | 90 |
91 # http://crbug.com/318221 | 91 # http://crbug.com/318221 |
92 leak:base::EnsureProcessTerminated | 92 leak:base::EnsureProcessTerminated |
93 | 93 |
94 # http://crbug.com/322671 | 94 # http://crbug.com/322671 |
95 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread | 95 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread |
96 | 96 |
| 97 # http://crbug.com/350125 |
| 98 leak:BookmarkNodeData::ClipboardContainsBookmarks |
| 99 |
97 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. | 100 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. |
OLD | NEW |