diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-19 23:45:12 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-19 23:45:12 +0000 |
commit | 04634f5853df23336d1c9f2f5a20f1905a550825 (patch) | |
tree | 673de3d28229ab9c80afb09d916a9360e0e1d995 /webkit | |
parent | b2197853ee021e8b6d1c4f3c46e475da372b6980 (diff) | |
download | chromium_src-04634f5853df23336d1c9f2f5a20f1905a550825.zip chromium_src-04634f5853df23336d1c9f2f5a20f1905a550825.tar.gz chromium_src-04634f5853df23336d1c9f2f5a20f1905a550825.tar.bz2 |
Defers the test
LayoutTests/http/tests/plugins/local-geturl-from-remote.html. This
test has not crashed in the last 10 or so runs. As far as I can tell
we actually pass the behavior the test is testing, bug we fail the
actual test because our output is different. I've filed bug
http://code.google.com/p/chromium/issues/detail?id=7868 to change
handling so that we give the same error code.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/21529
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10061 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 5 |
1 files changed, 3 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 8e55f90..c58db70 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -949,8 +949,9 @@ DEFER LINUX WIN : LayoutTests/editing/spelling/inline_spelling_markers.html = FA DEFER : LayoutTests/fast/js/arguments.html = FAIL // New test. We should fix it, but it doesn't need to block the current release DEFER : LayoutTests/fast/js/primitive-method-this.html = FAIL -// New test. We should fix it, but it doesn't need to block the current release -LayoutTests/http/tests/plugins/local-geturl-from-remote.html = CRASH FAIL +// See bug http://code.google.com/p/chromium/issues/detail?id=7868, +// not urgent for current release. +DEFER : LayoutTests/http/tests/plugins/local-geturl-from-remote.html = FAIL // These two depend on which webkit features are enabled. For instance, it checks // if the Audio constructor is available which is only the case if AUDIO is enabled. DEFER : LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL |