diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-31 14:45:16 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-31 14:45:16 +0000 |
commit | 9e55bad3601f364c3dba7d95351a218a58c63f97 (patch) | |
tree | dd2b281e528b726f2f81d26022751436407dd519 /webkit | |
parent | 4d751c50c03459d7481aa9d8ae72ff88e711136a (diff) | |
download | chromium_src-9e55bad3601f364c3dba7d95351a218a58c63f97.zip chromium_src-9e55bad3601f364c3dba7d95351a218a58c63f97.tar.gz chromium_src-9e55bad3601f364c3dba7d95351a218a58c63f97.tar.bz2 |
Some layout_tests expectations for the Webkit ASan bot:
-- enabled platform/chromium/virtual/softwarecompositing back (issue 155911)
-- disabled fast/replaced/border-radius-clip.html, plugins/crash-restoring-plugin-page-from-page-cache.html, plugins/iframe-shims.html (issue 145940)
-- disabled plugins/destroy-on-setwindow.html (issue 144118)
-- disabled plugins/embed-attributes-setting.html (issue 166932)
-- disabled plugins/get-url-notify-with-url-that-fails-to-load.html (issue 142301)
-- disabled fast/js/string-replacement-outofmemory.html (issue 173366)
BUG=155911,145940,144118,166932,142301,173366
TBR=dpranke
Review URL: https://codereview.chromium.org/12091089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations_asan.txt | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations_asan.txt b/webkit/tools/layout_tests/test_expectations_asan.txt index 30f9582..81b5a59 100644 --- a/webkit/tools/layout_tests/test_expectations_asan.txt +++ b/webkit/tools/layout_tests/test_expectations_asan.txt @@ -3,5 +3,38 @@ # sheriffs are not usually WebKit committers; we can create an upstream # file if this turns out to not be true. -# Crashing on the WebKit Linux ASAN bot -crbug.com/155911 [ Linux ] platform/chromium/virtual/softwarecompositing [ Skip ] +# NULL deref in libflashplayer.so, http://crbug.com/145940 +# ==12527== ERROR: AddressSanitizer: SEGV on unknown address 0x7f628058b38b +# AddressSanitizer can not provide additional info. +# #0 0x7f62d3d34cf0 in ?? ??:0 +# #1 0x1fec5c261c15ff +crbug.com/145940 [ Linux ] fast/replaced/border-radius-clip.html [ Skip ] +crbug.com/145940 [ Linux ] plugins/crash-restoring-plugin-page-from-page-cache.html [ Skip ] +crbug.com/145940 [ Linux ] plugins/iframe-shims.html [ Skip ] + + +# Use-after-free in NPP_SetWindow, http://crbug.com/144118 +# ==15959== ERROR: AddressSanitizer: heap-use-after-free on address 0x7f6c187f8481 +# READ of size 1 at 0x7f6c187f8481 thread T0 +# #0 0x7f6c1aec6c7a in NPP_SetWindow +crbug.com/144118 [ Linux ] plugins/destroy-on-setwindow.html [ Skip ] + + +# Use-after-free in NPP_DestroyStream, http://crbug.com/166932 +# ==17332== ERROR: AddressSanitizer: heap-use-after-free on address 0x7f48e8a05a58 +# WRITE of size 1 at 0x7f48e8a05a58 thread T0 +# #0 0x7f48eb06f7c5 in DocumentOpenInDestroyStream::NPP_DestroyStream +crbug.com/166932 [ Linux ] plugins/embed-attributes-setting.html [ Skip ] + + +# NULL deref in HandleURLRequestInternal, http://crbug.com/142301 +# ==17931== ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 +# AddressSanitizer can not provide additional info. +# #0 0x2a054b2 in webkit::npapi::WebPluginImpl::HandleURLRequestInternal +crbug.com/142301 [ Linux ] plugins/get-url-notify-with-url-that-fails-to-load.html [ Skip ] + +# Crash in fast/js/string-replacement-outofmemory.html, http://crbug.com/173366 +# ==5971== ERROR: AddressSanitizer: SEGV on unknown address 0x0000bbadbeef +# AddressSanitizer can not provide additional info. +# #0 0x8c2ee4 in WebCore::reportFatalErrorInMainThread +crbug.com/173366 [ Linux ] fast/js/string-replacement-outofmemory.html [ Skip ] |