summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-22 16:49:08 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-22 16:49:08 +0000
commit513c16d0056b6e60c5bb462c1028b60437f660a6 (patch)
tree5c903c773b629b06a3d24f644cc61bcadedba944
parentcd4704350913a45c17780831f0dd9bd6562d4dbb (diff)
downloadchromium_src-513c16d0056b6e60c5bb462c1028b60437f660a6.zip
chromium_src-513c16d0056b6e60c5bb462c1028b60437f660a6.tar.gz
chromium_src-513c16d0056b6e60c5bb462c1028b60437f660a6.tar.bz2
Moves a test relying on keygen from ignored back to fixable, but
DEFERs it. BUG=none TEST=none TBR=ojan Review URL: http://codereview.chromium.org/18505 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8460 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt4
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_ignored.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 184a5fb..e02513d 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -132,6 +132,10 @@ LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = FAIL
// Worker related tests (ENABLE_WORKERS):
DEFER SKIP : LayoutTests/fast/workers = TIMEOUT
+// This test relies on the keygen tag, which we haven't wired up.
+// See bug 802185 for details.
+DEFER : LayoutTests/fast/html/keygen.html = FAIL
+
// -----------------------------------------------------------------
// Other
// -----------------------------------------------------------------
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
index ec5a0f9..2316c77 100644
--- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
@@ -173,10 +173,6 @@ 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
// -----------------------------------------------------------------