summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-03 22:26:51 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-03 22:26:51 +0000
commit8d07ecaa76159c6d6ab3982d9b59aac1bb4de3a0 (patch)
tree9d3168824b24abb5442ee53a44496beac3144e48 /webkit/tools
parent612fd9a65fbd52ed6846103a5abc754304ab84a1 (diff)
downloadchromium_src-8d07ecaa76159c6d6ab3982d9b59aac1bb4de3a0.zip
chromium_src-8d07ecaa76159c6d6ab3982d9b59aac1bb4de3a0.tar.gz
chromium_src-8d07ecaa76159c6d6ab3982d9b59aac1bb4de3a0.tar.bz2
Add some tests to the failure list in order to get webkit builders green again.
Review URL: http://codereview.chromium.org/215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 2463103..be3cba7 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -473,6 +473,12 @@ V8 # LayoutTests/fast/forms/search-event-delay.html = PASS | FAIL
// error in the header of the following test.
V8 | KJS # SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL
+// TODO(dglazkov): Rebaseline these for JSC.
+// These two seem to have started failing somewhere in the range of r1557-r1596.
+// It's not clear from the buildbots exactly which revision broke them though.
+KJS # LayoutTests/fast/repaint/continuation-after-outline.html = FAIL
+KJS # LayoutTests/tables/mozilla/images/adforce_imgis_com.html = FAIL
+
// ------------------------------------------------------------------------- //
// Bug: 924387, 1058654
@@ -759,3 +765,6 @@ V8 | KJS # LayoutTests/http/tests/navigation/redirect302-basic.html = FAIL | PAS
V8 | KJS # LayoutTests/http/tests/navigation/postredirect-goback1.html = FAIL | PASS
V8 | KJS # LayoutTests/http/tests/navigation/postredirect-goback2.html = FAIL | PASS
+// These two appear to be flaky in debug mode only. Not sure when they started failing.
+V8 # LayoutTests/http/tests/navigation/post-goback2.html = FAIL | PASS
+V8 # LayoutTests/http/tests/navigation/postredirect-basic.html = FAIL | PASS