diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-18 19:44:24 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-18 19:44:24 +0000 |
commit | 03056eabf232be35af3c2f040cd807d43b67dc17 (patch) | |
tree | 8529c57d46a68b9e05cd1b4fb10cee75db6792a6 /webkit | |
parent | 3d6293398e26ec2e70f839c4cbba56ba43481f62 (diff) | |
download | chromium_src-03056eabf232be35af3c2f040cd807d43b67dc17.zip chromium_src-03056eabf232be35af3c2f040cd807d43b67dc17.tar.gz chromium_src-03056eabf232be35af3c2f040cd807d43b67dc17.tar.bz2 |
Fail a plugin test quickly if we don't support plugins.
We still need to call dumpAsText otherwise the test harness
complains about missing expected results.
Review URL: http://codereview.chromium.org/15024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 0de720c..d56b699 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -785,7 +785,7 @@ DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr. DEBUG : LayoutTests/fast/dom/gc-1.html = CRASH PASS // Got flakey (both debug and release) around r3581 (ananta). -LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL PASS +WIN : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL PASS // Crash in DEBUG only DEBUG LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/interact-dom-01-b.svg = CRASH @@ -979,6 +979,8 @@ LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement10.html = FAIL LINUX MAC : LayoutTests/fast/js/navigator-mimeTypes-length.html = FAIL LINUX MAC : LayoutTests/http/tests/plugins/cross-frame-object-access.html = FAIL LINUX MAC : LayoutTests/http/tests/plugins/get-url.html = TIMEOUT +// Skip because we throw an exception before we get to dumpAsText. +LINUX MAC SKIP : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL LINUX MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT LINUX MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIMEOUT LINUX MAC : LayoutTests/http/tests/plugins/post-url-file.html = CRASH TIMEOUT @@ -1004,7 +1006,8 @@ LINUX MAC : LayoutTests/plugins/plugin-javascript-access.html = FAIL LINUX MAC : LayoutTests/plugins/plugin-remove-subframe.html = FAIL LINUX MAC : LayoutTests/plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html = TIMEOUT LINUX MAC : chrome/plugins/get-file-url.html = CRASH TIMEOUT -LINUX MAC : chrome/plugins/get-url-with-blank-target.html = FAIL +// Skip because we throw an exception before we get to dumpAsText. +SKIP LINUX MAC : chrome/plugins/get-url-with-blank-target.html = FAIL LINUX MAC : chrome/plugins/multiple-plugins.html = FAIL LINUX MAC : chrome/plugins/nested-plugin-objects.html = FAIL LINUX MAC : chrome/plugins/refcount-leaks.html = FAIL |