summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authortkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-21 04:39:16 +0000
committertkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-21 04:39:16 +0000
commit1abae93bf88659d53dda57b2f7c150440047b950 (patch)
tree0506b068269186a03ab9d8c661b989fcdc0858a0 /webkit
parent3217e05df0be2cbabe63b0d9e6aafc96e52a327e (diff)
downloadchromium_src-1abae93bf88659d53dda57b2f7c150440047b950.zip
chromium_src-1abae93bf88659d53dda57b2f7c150440047b950.tar.gz
chromium_src-1abae93bf88659d53dda57b2f7c150440047b950.tar.bz2
- Add explanation of 'DEFER' keyword
- Merge <datalist> bugs into one bug - Mark <datalist> failures DEFER. BUG=20226 TEST=none Review URL: http://codereview.chromium.org/551091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rwxr-xr-xwebkit/tools/layout_tests/test_expectations.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index e010aa2..19ca637 100755
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -17,6 +17,7 @@
// WONTFIX should have a BUG annotation.
// SKIP: Doesn't run the test.
// SLOW: The test takes a long time to run, but does not timeout indefinitely.
+// DEFER: For tests we'll fix in the future.
// WONTFIX: For tests that we never intend to pass on a given platform.
// DEBUG: Expectations apply only to the debug build.
// RELEASE: Expectations apply only to release build.
@@ -712,11 +713,12 @@ BUG11246 DEFER SKIP : fast/dom/Geolocation = FAIL
BUG19625 SKIP : fast/eventsource = TIMEOUT
BUG19625 SKIP : http/tests/eventsource = TIMEOUT
-// Implement HTML5 datalist element.
-BUG20226 : fast/forms/datalist-nonoption-child.html = TEXT
-BUG20226 : fast/forms/datalist.html = TEXT
-BUG20292 : fast/forms/input-list.html = FAIL
-BUG20292 : fast/forms/input-selectedoption.html = FAIL
+// HTML5 datalist element. We don't enable it because WebKit implementation
+// is incomplete.
+BUG20226 DEFER : fast/forms/datalist-nonoption-child.html = TEXT
+BUG20226 DEFER : fast/forms/datalist.html = TEXT
+BUG20226 DEFER : fast/forms/input-list.html = FAIL
+BUG20226 DEFER : fast/forms/input-selectedoption.html = FAIL
// Add support for inspector layout tests.
BUG26734 LINUX MAC SKIP : inspector = PASS