diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-02 23:27:16 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-02 23:27:16 +0000 |
commit | f7dbd69bb394ee9f1db24764e2b167c3331adb89 (patch) | |
tree | 91fca1a819f22d80d6f1585cfad05e79ff78dae8 /webkit/tools | |
parent | a2dcddc840415974943632da8ce660c98ddca713 (diff) | |
download | chromium_src-f7dbd69bb394ee9f1db24764e2b167c3331adb89.zip chromium_src-f7dbd69bb394ee9f1db24764e2b167c3331adb89.tar.gz chromium_src-f7dbd69bb394ee9f1db24764e2b167c3331adb89.tar.bz2 |
Unskip some more tests.
- xmlhttprequest-get: looks like a genuine failure, so added to
tests_fixable.txt
- nsresolver-exception: expected result is an error, and we get
the same error. I think this should count as passing because
we have the same behavior as webkit. Rebaselined because our
errors are formatted slightly differently.
- everything else passes without changes.
Review URL: http://codereview.chromium.org/6429
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 4 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 6216b10..e449413 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -915,6 +915,10 @@ V8 | KJS # LayoutTests/fast/css/variables/alternate-syntax/remove-variable-test. V8 | KJS # LayoutTests/fast/css/variables/alternate-syntax/set-variable-test.html = FAIL V8 | KJS # LayoutTests/fast/css/variables/color-hex-test.html = FAIL +# Many of the failures here are because V8 stringifies objects differently than +# JSC. However, the missing position and totalSize properties seems genuine. +V8 | KJS # SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS + // ---------------------------------------------------------------------------- // NEW FOR THE MERGE // diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index 0ab1b9e..39547a8 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -12,11 +12,6 @@ // sense of testing that isn't really happening. Furthermore, since they // appear to pass if we do try to run them, we can't even list them as // permanently expected to fail. -V8 | KJS # SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS -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 |