diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 22:20:48 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 22:20:48 +0000 |
commit | 0a93845fbeb9c2b5728252153d13f3077c235550 (patch) | |
tree | cd2541c67fabaa5ac780e51c20b99ceb31dc5b8c /webkit | |
parent | 18bb32e676fa3027b1a4c15d91b8111ed05ab3c6 (diff) | |
download | chromium_src-0a93845fbeb9c2b5728252153d13f3077c235550.zip chromium_src-0a93845fbeb9c2b5728252153d13f3077c235550.tar.gz chromium_src-0a93845fbeb9c2b5728252153d13f3077c235550.tar.bz2 |
Add expectations for new plugin crashes on the Mac
BUG=18027
TEST=Layout tests should be green.
Review URL: http://codereview.chromium.org/160357
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index a4a474c..b2212b0 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1237,7 +1237,7 @@ BUG10351 MAC : LayoutTests/http/tests/plugins/cross-frame-object-access.html = F // Skip because we throw an exception before we get to dumpAsText. BUG10351 SKIP MAC : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL BUG10351 MAC : LayoutTests/plugins/embed-attributes-setting.html = CRASH FAIL -BUG10351 MAC : LayoutTests/plugins/embed-inside-object.html = CRASH +BUG10351 MAC : LayoutTests/plugins/embed-inside-object.html = CRASH TIMEOUT BUG10351 MAC : LayoutTests/plugins/get-empty-url.html = CRASH FAIL BUG10351 MAC : LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-disallow.html = FAIL BUG10351 MAC : LayoutTests/plugins/getintidentifier-special-values.html = FAIL @@ -1262,6 +1262,10 @@ BUG10667 MAC : chrome/plugins/refcount-leaks.html = FAIL BUG10667 MAC : chrome/plugins/return-npobject.html = FAIL BUG10667 MAC : chrome/plugins/script-object-invoke.html = FAIL BUG10667 MAC : pending/plugins/iframe-shims.html = FAIL CRASH +BUG18027 MAC : LayoutTests/fast/dom/object-plugin-hides-properties.html = CRASH +BUG18027 MAC : LayoutTests/fast/images/embed-image.html = CRASH +BUG18027 MAC : LayoutTests/fast/images/object-image.html = CRASH +BUG18027 MAC : LayoutTests/plugins/embed-attributes-style.html = CRASH // NEW FOR MERGE 36102:37604 |