diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-02 21:39:15 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-02 21:39:15 +0000 |
commit | aa87dd3130e941327c40cceb145c4fc58954ecb6 (patch) | |
tree | 2dce25ca4666f34ad0d776380eec2969612d8bb7 | |
parent | a73f4d22ad9e7ee9c6bf27269df0fbd1e48571b2 (diff) | |
download | chromium_src-aa87dd3130e941327c40cceb145c4fc58954ecb6.zip chromium_src-aa87dd3130e941327c40cceb145c4fc58954ecb6.tar.gz chromium_src-aa87dd3130e941327c40cceb145c4fc58954ecb6.tar.bz2 |
Mark XHTML tests skipped again. I accidentally tested a
smaller subset of these than I enabled - more of them are
failing than I thought.
Removed the overlapping entries from tests_fixable.txt just
to keep things clean.
Review URL: http://codereview.chromium.org/6427
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2813 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 6 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 4093ab5..6216b10 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -926,12 +926,6 @@ V8 | KJS # LayoutTests/accessibility = FAIL V8 | KJS # LayoutTests/css3/keyframes-rule.html = FAIL V8 | KJS # LayoutTests/css3/transform-value-types.html = FAIL V8 | KJS # LayoutTests/dom/html/level2/html/HTMLFormElement10.html = FAIL | TIMEOUT -V8 | KJS # LayoutTests/dom/xhtml/level2/html/HTMLFormElement10.xhtml = FAIL | TIMEOUT -V8 | KJS # LayoutTests/dom/xhtml/level2/html/HTMLDocument17.xhtml = FAIL -V8 | KJS # LayoutTests/dom/xhtml/level2/html/HTMLDocument18.xhtml = FAIL -V8 | KJS # LayoutTests/dom/xhtml/level2/html/HTMLDocument19.xhtml = FAIL -V8 | KJS # LayoutTests/dom/xhtml/level2/html/HTMLDocument20.xhtml = FAIL -V8 | KJS # LayoutTests/dom/xhtml/level2/html/HTMLDocument21.xhtml = FAIL V8 | KJS # LayoutTests/editing/execCommand/16049.html = FAIL V8 | KJS # LayoutTests/editing/pasteboard/5780697-2.html = FAIL V8 | KJS # LayoutTests/editing/selection/5714333.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 212acf1..0ab1b9e 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -17,6 +17,7 @@ V8 | KJS # SKIP : LayoutTests/fast/xpath/nsresolver-bad-object.xhtml = PASS V8 | KJS # SKIP : LayoutTests/fast/xpath/nsresolver-exception.xhtml = PASS V8 | KJS # SKIP : LayoutTests/fast/xpath/nsresolver-function.xhtml = PASS V8 | KJS # SKIP : LayoutTests/fast/xpath/nsresolver-object.xhtml = PASS +V8 | KJS # SKIP : LayoutTests/dom/xhtml = PASS // Fails due to different window.close() rules. See bug 753420. We need // to decide whether we ever expect to pass this. Now also timing out. |