summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 01:13:33 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 01:13:33 +0000
commitf82a64d15a03c6db10ea33449c34d496a145b08e (patch)
tree561dccc6ca4e12b95f0a12b4f211520af490f915
parentae615162135445eb0b94365b1a1cfa511e7f4be4 (diff)
downloadchromium_src-f82a64d15a03c6db10ea33449c34d496a145b08e.zip
chromium_src-f82a64d15a03c6db10ea33449c34d496a145b08e.tar.gz
chromium_src-f82a64d15a03c6db10ea33449c34d496a145b08e.tar.bz2
Annotate some tests in the test list with more information.
Review URL: http://codereview.chromium.org/13072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6267 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt30
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_ignored.txt7
2 files changed, 19 insertions, 18 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 6a80968..f6b812e 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -1083,23 +1083,8 @@ LINUX : LayoutTests/tables/mozilla/other/ms.html = FAIL
LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html = FAIL
LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html = FAIL
-// This fails because it requests bold+italic Impact faces, which don't exist.
-// Our simulation of them differs in metrics from Windows's simulation and
-// this is probably not worth the effort
-LINUX : chrome/fonts/impact.html = FAIL
+// Depends on plugin support.
-LINUX : chrome/fonts/lucida-grande.html = FAIL
-LINUX : chrome/plugins/get-url-with-blank-target.html = FAIL
-LINUX : chrome/plugins/multiple-plugins.html = FAIL
-LINUX : chrome/plugins/nested-plugin-objects.html = FAIL
-LINUX : chrome/plugins/refcount-leaks.html = FAIL
-LINUX : chrome/plugins/return-npobject.html = FAIL
-LINUX : chrome/plugins/script-object-invoke.html = FAIL
-LINUX : pending/fast/events/special-key-events-in-input-text.html = FAIL
-LINUX : pending/plugins/iframe-shims.html = FAIL
-
-// Tests that time out on linux but pass on windows.
-LINUX : LayoutTests/fast/forms/search-event-delay.html = TIMEOUT
LINUX : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT
LINUX : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIMEOUT
LINUX : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT
@@ -1107,11 +1092,20 @@ LINUX : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin-naviga
LINUX : LayoutTests/plugins/embed-inside-object.html = TIMEOUT
LINUX : LayoutTests/plugins/geturl-replace-query.html = TIMEOUT
LINUX : LayoutTests/plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html = TIMEOUT
+LINUX : chrome/plugins/call-as-function.html = CRASH
LINUX : chrome/plugins/get-file-url.html = TIMEOUT
+LINUX : chrome/plugins/get-url-with-blank-target.html = FAIL
+LINUX : chrome/plugins/multiple-plugins.html = FAIL
+LINUX : chrome/plugins/nested-plugin-objects.html = FAIL
+LINUX : chrome/plugins/refcount-leaks.html = FAIL
+LINUX : chrome/plugins/return-npobject.html = FAIL
+LINUX : chrome/plugins/script-object-invoke.html = FAIL
LINUX : pending/plugins/destroy-stream-twice.html = TIMEOUT
+LINUX : pending/plugins/iframe-shims.html = FAIL
-// Tests that crash on linux but pass on windows.
-LINUX : chrome/plugins/call-as-function.html = CRASH
+// Depends on event_sending_controller fixes.
+LINUX : pending/fast/events/special-key-events-in-input-text.html = FAIL
+LINUX : LayoutTests/fast/forms/search-event-delay.html = TIMEOUT
// NEW FOR MERGE 36102:37604
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
index 86ed555..5eac3d9 100644
--- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
@@ -184,3 +184,10 @@ SKIP : LayoutTests/fast/css/dashboard-region-parser.html = FAIL
// Not a test?
SKIP : LayoutTests/http/tests/incremental/pause-in-script-element.pl = FAIL
+
+// This fails because it requests bold+italic Impact faces, which don't exist.
+// Our simulation of them differs in metrics from Windows's simulation and
+// this is probably not worth the effort to fix.
+LINUX : chrome/fonts/impact.html = FAIL
+// Expects Lucida Grande to exist.
+LINUX : chrome/fonts/lucida-grande.html = FAIL