diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 18:51:31 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 18:51:31 +0000 |
commit | 8d7bdf91a14f3edbbc9872e514da238e615d10b5 (patch) | |
tree | 24764defe8ab82eaa1beb2d69b18b4b15d836dfb /webkit | |
parent | 423fc15de30554dd64a5f8d3163b0501b02d0405 (diff) | |
download | chromium_src-8d7bdf91a14f3edbbc9872e514da238e615d10b5.zip chromium_src-8d7bdf91a14f3edbbc9872e514da238e615d10b5.tar.gz chromium_src-8d7bdf91a14f3edbbc9872e514da238e615d10b5.tar.bz2 |
Ignoring three tests that rely on the Dashboard Compatibility mode. We don't have any plans for implementing this mode.
Review URL: http://codereview.chromium.org/20206
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-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 | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 5f6a67d..8af2aa4 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -486,15 +486,12 @@ LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL // Flaky on both release and debug. LINUX WIN : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL CRASH LINUX WIN : LayoutTests/svg/custom/dominant-baseline-hanging.svg = FAIL -LayoutTests/svg/custom/embedded-svg-disallowed-in-dashboard.xml = FAIL LINUX WIN : LayoutTests/svg/custom/focus-ring.svg = FAIL // Difference between numeric precision in output. LINUX WIN : LayoutTests/svg/custom/gradient-stop-corner-cases.svg = FAIL LINUX WIN : LayoutTests/svg/custom/image-small-width-height.svg = FAIL // Our green is darker and we seem to be a pixel taller. WIN : LayoutTests/svg/custom/js-update-image.svg = FAIL -LayoutTests/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html = FAIL -LayoutTests/svg/custom/manually-parsed-svg-disallowed-in-dashboard.html = FAIL LINUX WIN : LayoutTests/svg/custom/pattern-deep-referencing.svg = FAIL LINUX : LayoutTests/svg/custom/pattern-rotate.svg = FAIL LINUX WIN : LayoutTests/svg/custom/pattern-y-offset.svg = FAIL @@ -503,7 +500,6 @@ LINUX WIN : LayoutTests/svg/custom/pointer-events-image.svg = FAIL LINUX WIN : LayoutTests/svg/custom/stroked-pattern.svg = FAIL LayoutTests/svg/custom/svg-disallowed-in-dashboard-object.html = FAIL - LINUX WIN : LayoutTests/svg/custom/use-on-g-containing-foreignObject-and-image.svg = FAIL // Crash in DEBUG only diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index fa39d7b..430f173 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -74,6 +74,9 @@ LayoutTests/http/tests/security/cross-frame-access-private-browsing.html = FAIL // We don't care about dashboard compatibility mode. SKIP : LayoutTests/http/tests/xmlhttprequest/default-content-type-dashboard.html = FAIL SKIP : LayoutTests/http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html = FAIL +LayoutTests/svg/custom/embedded-svg-disallowed-in-dashboard.xml = FAIL +LayoutTests/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html = FAIL +LayoutTests/svg/custom/manually-parsed-svg-disallowed-in-dashboard.html = FAIL // Chrome uses different keyboard accelerators from those used by Safari, so // these tests will always fail. |