| OLD | NEW |
| 1 # This file is used for tests that only need to be suppressed on | 1 # This file is used for tests that only need to be suppressed on |
| 2 # the Chromium WebKit ASAN bots. We keep these here because the memory | 2 # the Chromium WebKit ASAN bots. We keep these here because the memory |
| 3 # sheriffs are not usually WebKit committers; we can create an upstream | 3 # sheriffs are not usually WebKit committers; we can create an upstream |
| 4 # file if this turns out to not be true. | 4 # file if this turns out to not be true. |
| 5 | 5 |
| 6 # NULL deref in libflashplayer.so, http://crbug.com/145940 | 6 # NULL deref in libflashplayer.so, http://crbug.com/145940 |
| 7 # ==12527== ERROR: AddressSanitizer: SEGV on unknown address 0x7f628058b38b | 7 # ==12527== ERROR: AddressSanitizer: SEGV on unknown address 0x7f628058b38b |
| 8 # AddressSanitizer can not provide additional info. | 8 # AddressSanitizer can not provide additional info. |
| 9 # #0 0x7f62d3d34cf0 in ?? ??:0 | 9 # #0 0x7f62d3d34cf0 in ?? ??:0 |
| 10 # #1 0x1fec5c261c15ff | 10 # #1 0x1fec5c261c15ff |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 | 24 |
| 25 # Use-after-free in NPP_DestroyStream, http://crbug.com/166932 | 25 # Use-after-free in NPP_DestroyStream, http://crbug.com/166932 |
| 26 # ==17332== ERROR: AddressSanitizer: heap-use-after-free on address 0x7f48e8a05a
58 | 26 # ==17332== ERROR: AddressSanitizer: heap-use-after-free on address 0x7f48e8a05a
58 |
| 27 # WRITE of size 1 at 0x7f48e8a05a58 thread T0 | 27 # WRITE of size 1 at 0x7f48e8a05a58 thread T0 |
| 28 # #0 0x7f48eb06f7c5 in DocumentOpenInDestroyStream::NPP_DestroyStream | 28 # #0 0x7f48eb06f7c5 in DocumentOpenInDestroyStream::NPP_DestroyStream |
| 29 crbug.com/166932 [ Linux ] plugins/embed-attributes-setting.html [ Skip ] | 29 crbug.com/166932 [ Linux ] plugins/embed-attributes-setting.html [ Skip ] |
| 30 crbug.com/166932 [ Linux ] plugins/embed-attributes-style.html [ Skip ] | 30 crbug.com/166932 [ Linux ] plugins/embed-attributes-style.html [ Skip ] |
| 31 crbug.com/166932 [ Linux ] plugins/embed-inside-object.html [ Skip ] | 31 crbug.com/166932 [ Linux ] plugins/embed-inside-object.html [ Skip ] |
| 32 crbug.com/166932 [ Linux ] plugins/embed-prefers-plugins-for-images.html [ Skip
] | 32 crbug.com/166932 [ Linux ] plugins/embed-prefers-plugins-for-images.html [ Skip
] |
| 33 crbug.com/166932 [ Linux ] plugins/form-value.html [ Skip ] | 33 crbug.com/166932 [ Linux ] plugins/form-value.html [ Skip ] |
| 34 crbug.com/166932 [ Linux ] plugins/fullscreen-plugins-dont-reload.html [ Skip ] |
| 34 | 35 |
| 35 | 36 |
| 36 # NULL deref in HandleURLRequestInternal, http://crbug.com/142301 | 37 # NULL deref in HandleURLRequestInternal, http://crbug.com/142301 |
| 37 # ==17931== ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 | 38 # ==17931== ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 |
| 38 # AddressSanitizer can not provide additional info. | 39 # AddressSanitizer can not provide additional info. |
| 39 # #0 0x2a054b2 in webkit::npapi::WebPluginImpl::HandleURLRequestInternal | 40 # #0 0x2a054b2 in webkit::npapi::WebPluginImpl::HandleURLRequestInternal |
| 40 crbug.com/142301 [ Linux ] plugins/get-url-notify-with-url-that-fails-to-load.ht
ml [ Skip ] | 41 crbug.com/142301 [ Linux ] plugins/get-url-notify-with-url-that-fails-to-load.ht
ml [ Skip ] |
| 41 | 42 |
| 42 # Crash in fast/js/string-replacement-outofmemory.html, http://crbug.com/173366 | 43 # Crash in fast/js/string-replacement-outofmemory.html, http://crbug.com/173366 |
| 43 # ==5971== ERROR: AddressSanitizer: SEGV on unknown address 0x0000bbadbeef | 44 # ==5971== ERROR: AddressSanitizer: SEGV on unknown address 0x0000bbadbeef |
| 44 # AddressSanitizer can not provide additional info. | 45 # AddressSanitizer can not provide additional info. |
| 45 # #0 0x8c2ee4 in WebCore::reportFatalErrorInMainThread | 46 # #0 0x8c2ee4 in WebCore::reportFatalErrorInMainThread |
| 46 crbug.com/173366 [ Linux ] fast/js/string-replacement-outofmemory.html [ Skip ] | 47 crbug.com/173366 [ Linux ] fast/js/string-replacement-outofmemory.html [ Skip ] |
| OLD | NEW |