summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-19 23:49:20 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-19 23:49:20 +0000
commit0972b650910fab48048e566bd93a5777d8cb31b8 (patch)
tree4d74ab5b721cf79d1d91f0c4de7617360746da26 /webkit
parent04634f5853df23336d1c9f2f5a20f1905a550825 (diff)
downloadchromium_src-0972b650910fab48048e566bd93a5777d8cb31b8.zip
chromium_src-0972b650910fab48048e566bd93a5777d8cb31b8.tar.gz
chromium_src-0972b650910fab48048e566bd93a5777d8cb31b8.tar.bz2
Marks the test
LayoutTests/http/tests/navigation/metaredirect-basic.html as failing. This fails on the buildbot because we dump the image/text before a redirect completes. I'll investigate why that is the case. BUG=none TEST=none TBR=ojan Review URL: http://codereview.chromium.org/20518 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt5
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 c58db70..a66de32 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -759,8 +759,9 @@ DEFER LINUX WIN : LayoutTests/editing/selection/caret-rtl-2.html = FAIL
DEFER WIN : LayoutTests/fast/dom/resource-locations-in-created-html-document.html = FAIL
DEBUG : LayoutTests/http/tests/messaging/cross-domain-message-event-dispatch.html = FAIL PASS TIMEOUT
-// Linux pixeltest failure: likely just needs a rebaseline.
-LINUX : LayoutTests/http/tests/navigation/metaredirect-basic.html = FAIL
+// This is failing occasionally because we're dumping the tree/image
+// before the redirect completes.
+LayoutTests/http/tests/navigation/metaredirect-basic.html = FAIL
// GURL/KURL difference in handling of "http:". http://crbug.com/7386.
// New test. We should fix it, but it doesn't need to block the current release