summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-16 20:59:04 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-16 20:59:04 +0000
commitc48cc0bc3009df49126b8ef70164022f68280913 (patch)
treec0078621047045dcad236ed242db4cb3d682e549
parent76640c6a431e6951696a2a5e495b2ba17455a6f4 (diff)
downloadchromium_src-c48cc0bc3009df49126b8ef70164022f68280913.zip
chromium_src-c48cc0bc3009df49126b8ef70164022f68280913.tar.gz
chromium_src-c48cc0bc3009df49126b8ef70164022f68280913.tar.bz2
Moves keygen test to ignored test list as wiring up keygen is a low
priority. BUG=none TEST=none Review URL: http://codereview.chromium.org/18168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8212 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt1
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_ignored.txt4
2 files changed, 4 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 2499f79..93a936f 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -1228,7 +1228,6 @@ LINUX WIN : LayoutTests/fast/frames/invalid.html = FAIL
LINUX WIN : LayoutTests/fast/frames/onlyCommentInIFrame.html = FAIL
// Linux pixeltest failure: Looks like we're screwing up the scollbar
LINUX WIN : LayoutTests/fast/frames/valid.html = FAIL
-LayoutTests/fast/html/keygen.html = FAIL
LayoutTests/fast/invalid/residual-style.html = FAIL
LayoutTests/fast/overflow/overflow-x-y.html = FAIL
WIN : LayoutTests/fast/overflow/unreachable-overflow-rtl-bug.html = FAIL
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
index b3b3b3f..597d49f 100644
--- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
@@ -173,6 +173,10 @@ LayoutTests/fast/js/removing-Cf-characters.html = FAIL
SKIP : LayoutTests/fast/js/date-DST-time-cusps.html = PASS FAIL
SKIP : LayoutTests/fast/js/date-big-setdate.html = PASS FAIL
+// This test relies on the keygen tag, which we haven't wired up.
+// See bug 802185 for details.
+LayoutTests/fast/html/keygen.html = FAIL
+
// -----------------------------------------------------------------
// CHROME REWRITTEN TESTS
// -----------------------------------------------------------------