| OLD | NEW |
| 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 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1812 views.dll!base::ObserverListBase<>::RemoveObserver | 1812 views.dll!base::ObserverListBase<>::RemoveObserver |
| 1813 *!ash::test::ShelfViewTestAPI::RunMessageLoopUntilAnimationsDone | 1813 *!ash::test::ShelfViewTestAPI::RunMessageLoopUntilAnimationsDone |
| 1814 *!testing::internal::HandleExceptionsInMethodIfSupported<> | 1814 *!testing::internal::HandleExceptionsInMethodIfSupported<> |
| 1815 | 1815 |
| 1816 UNADDRESSABLE ACCESS | 1816 UNADDRESSABLE ACCESS |
| 1817 name=bug_436131_c | 1817 name=bug_436131_c |
| 1818 *!ash::test::ShelfViewTestAPI::GetPreferredSize | 1818 *!ash::test::ShelfViewTestAPI::GetPreferredSize |
| 1819 *!ash::test::ShelfViewTest_OverflowBubbleSize_Test::TestBody | 1819 *!ash::test::ShelfViewTest_OverflowBubbleSize_Test::TestBody |
| 1820 *!testing::internal::HandleExceptionsInMethodIfSupported<> | 1820 *!testing::internal::HandleExceptionsInMethodIfSupported<> |
| 1821 | 1821 |
| 1822 UNADDRESSABLE ACCESS | |
| 1823 name=bug_442969 | |
| 1824 *!testing::internal::CmpHelperNE<> | |
| 1825 *!extensions::WebrtcAudioPrivateTest_GetAndSetWithMediaStream_Test::RunTestOnMai
nThread | |
| 1826 | |
| 1827 UNINITIALIZED READ | 1822 UNINITIALIZED READ |
| 1828 name=bug_455417 | 1823 name=bug_455417 |
| 1829 *!std::char_traits<>::compare | 1824 *!std::char_traits<>::compare |
| 1830 ... | 1825 ... |
| 1831 *!*::*URLRequest*::TestBody | 1826 *!*::*URLRequest*::TestBody |
| 1832 | 1827 |
| 1833 UNINITIALIZED READ | 1828 UNINITIALIZED READ |
| 1834 name=bug_468169 | 1829 name=bug_468169 |
| 1835 ... | 1830 ... |
| 1836 *!encode_nonrd_sb_row | 1831 *!encode_nonrd_sb_row |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2047 content.dll!content::WebGraphicsContext3DCommandBufferImpl::CreateContext | 2042 content.dll!content::WebGraphicsContext3DCommandBufferImpl::CreateContext |
| 2048 content.dll!content::WebGraphicsContext3DCommandBufferImpl::MaybeInitializeGL | 2043 content.dll!content::WebGraphicsContext3DCommandBufferImpl::MaybeInitializeGL |
| 2049 | 2044 |
| 2050 # Dr. Memory does not yet propagate uninits through ymm registers so we | 2045 # Dr. Memory does not yet propagate uninits through ymm registers so we |
| 2051 # avoid any false positives in the meantime that might show up in | 2046 # avoid any false positives in the meantime that might show up in |
| 2052 # libyuv and other code: | 2047 # libyuv and other code: |
| 2053 UNINITIALIZED READ | 2048 UNINITIALIZED READ |
| 2054 name=https://github.com/DynamoRIO/drmemory/issues/1485 | 2049 name=https://github.com/DynamoRIO/drmemory/issues/1485 |
| 2055 instruction=*ymm* | 2050 instruction=*ymm* |
| 2056 media.dll!* | 2051 media.dll!* |
| OLD | NEW |