diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 22:02:00 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 22:02:00 +0000 |
commit | 2beee8cce00b9e927917a0716b449379aba21cff (patch) | |
tree | 34c61f677847cd0d91497f6023c6d0bea50858ec | |
parent | ad2f58eefb514e38facbe3ca54008773e4683791 (diff) | |
download | chromium_src-2beee8cce00b9e927917a0716b449379aba21cff.zip chromium_src-2beee8cce00b9e927917a0716b449379aba21cff.tar.gz chromium_src-2beee8cce00b9e927917a0716b449379aba21cff.tar.bz2 |
This test is only failing on the Mac now:
-LayoutTests/http/tests/ssl/verify-ssl-enabled.php
This test is passing on all bots now:
-LayoutTests/http/tests/misc/dns-prefetch-control.html
It was marked as failing a long time ago and I think it is time to test if it works now.
These tests are passing on the Win bot:
-LayoutTests/fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml
-LayoutTests/fast/dom/SelectorAPI/undefined-null-stringify.html
-LayoutTests/fast/forms/search-click-in-placeholder.html
And these tests were recently added as new regressions for all platforms, but they didn't fail on the Mac, so I marked it as fail for Windows and Mac:
-LayoutTests/css1/text_properties/vertical_align.html
-LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg
-LayoutTests/svg/custom/grayscale-gradient-mask.svg
-LayoutTests/svg/custom/js-late-mask-and-object-creation.svg
-LayoutTests/svg/custom/js-late-mask-creation.svg
-LayoutTests/svg/custom/mask-changes.svg
-LayoutTests/svg/custom/mask-child-changes.svg
-LayoutTests/svg/custom/mask-inside-defs.svg
-LayoutTests/svg/custom/visibility-override-mask.svg
Review URL: http://codereview.chromium.org/28270
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10630 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 1c2a932..2f2bd19 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -644,7 +644,7 @@ LINUX WIN : LayoutTests/fast/encoding/invalid-UTF-8.html = FAIL // HTTPS tests fail on the open source buildbot with error "cross-site // not access allowed". See bug # 2306 -LayoutTests/http/tests/ssl/verify-ssl-enabled.php = FAIL PASS +MAC : LayoutTests/http/tests/ssl/verify-ssl-enabled.php = FAIL PASS // These require application cache to be enabled. Skip the tests because // they're all timing out. TODO(tc): Upstream changes to the test so they @@ -952,7 +952,6 @@ LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-da LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html = FAIL LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html = FAIL chrome/fast/dom/xss-DENIED-javascript-variations.html = FAIL -LayoutTests/http/tests/misc/dns-prefetch-control.html = FAIL TIMEOUT PASS // NEW FOR MERGE 37604:38097 // This is a Safari specific test used to document the set of global // constructors they expose and the exact way they are printed. Not @@ -1773,8 +1772,6 @@ LINUX : LayoutTests/css2.1/t100801-c544-valgn-01-d-ag.html = FAIL // New failures from Merge 41078:41149 LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict.html = FAIL LayoutTests/fast/dom/SelectorAPI/dumpNodeList.html = FAIL -WIN : LayoutTests/fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml = FAIL -WIN : LayoutTests/fast/dom/SelectorAPI/undefined-null-stringify.html = FAIL LayoutTests/fast/dom/anchor-backslash.html = FAIL LayoutTests/fast/dom/empty-hash-and-search.html = FAIL LayoutTests/fast/loader/location-port.html = FAIL @@ -1790,7 +1787,6 @@ MAC : LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domai MAC : LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL // Ojan's editing layout test regressions -WIN : LayoutTests/fast/forms/search-click-in-placeholder.html = FAIL MAC DEBUG : LayoutTests/fast/forms/search-click-in-placeholder.html = CRASH MAC : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL MAC : LayoutTests/svg/custom/pointer-events-image.svg = FAIL @@ -1820,14 +1816,14 @@ DEFER : LayoutTests/fast/gradients/background-clipped.html = FAIL // Regressions from merge 41217:41268 // Other failures -LayoutTests/css1/text_properties/vertical_align.html = FAIL +LINUX WIN : LayoutTests/css1/text_properties/vertical_align.html = FAIL LayoutTests/fast/repaint/transform-absolute-in-positioned-container.html = FAIL // SVG Mask-related tests. Most likely result of http://trac.webkit.org/changeset/41266. -LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL -LayoutTests/svg/custom/grayscale-gradient-mask.svg = FAIL -LayoutTests/svg/custom/js-late-mask-and-object-creation.svg = FAIL -LayoutTests/svg/custom/js-late-mask-creation.svg = FAIL -LayoutTests/svg/custom/mask-changes.svg = FAIL -LayoutTests/svg/custom/mask-child-changes.svg = FAIL -LayoutTests/svg/custom/mask-inside-defs.svg = FAIL -LayoutTests/svg/custom/visibility-override-mask.svg = FAIL +LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL +LINUX WIN : LayoutTests/svg/custom/grayscale-gradient-mask.svg = FAIL +LINUX WIN : LayoutTests/svg/custom/js-late-mask-and-object-creation.svg = FAIL +LINUX WIN : LayoutTests/svg/custom/js-late-mask-creation.svg = FAIL +LINUX WIN : LayoutTests/svg/custom/mask-changes.svg = FAIL +LINUX WIN : LayoutTests/svg/custom/mask-child-changes.svg = FAIL +LINUX WIN : LayoutTests/svg/custom/mask-inside-defs.svg = FAIL +LINUX WIN : LayoutTests/svg/custom/visibility-override-mask.svg = FAIL |