diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-10 14:23:34 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-10 14:23:34 +0000 |
commit | 58d518b6820b4a73b7f2d8ab4233687e0ea952ad (patch) | |
tree | ec26057af2ddbe4574f992fc17c867ce64d3ac3e /webkit | |
parent | 54f11545dabe73d353b14475bf0ca4ee74bec4ea (diff) | |
download | chromium_src-58d518b6820b4a73b7f2d8ab4233687e0ea952ad.zip chromium_src-58d518b6820b4a73b7f2d8ab4233687e0ea952ad.tar.gz chromium_src-58d518b6820b4a73b7f2d8ab4233687e0ea952ad.tar.bz2 |
Enable skia asserts. They were disabled some time ago due to
http://crbug.com/6372, which has since been fixed. Some existing asserts were
failing due to having been untested, and were fixed in this CL.
BUG=http://crbug.com/6373.
TEST=unit tests, layout tests, etc do not assert
Review URL: http://codereview.chromium.org/165223
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22916 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 2ac7cc7..d992932 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2813,7 +2813,7 @@ BUG18412 : LayoutTests/http/tests/security/isolatedWorld/all-window-prototypes.h // Flaky. Timing? BUG18584 : LayoutTests/animations/change-one-anim.html = FAIL PASS -BUG18584 WIN : LayoutTests/animations/play-state.html = FAIL PASS +BUG18584 LINUX WIN : LayoutTests/animations/play-state.html = FAIL PASS BUG18584 : LayoutTests/transitions/shorthand-transitions.html = FAIL PASS // Flaky crashes @@ -2836,3 +2836,11 @@ BUG18665 MAC : LayoutTests/security/block-test-no-port.html = FAIL // Test failures/flakiness from WebKit merge 46850 to 46894 BUG18784 LINUX : LayoutTests/fast/overflow/overflow-focus-ring.html = CRASH PASS BUG18784 LINUX : LayoutTests/fast/text/drawBidiText.html = FAIL PASS + +// Test failures caused by re-enabling skia asserts. +BUG18896 WIN DEBUG : LayoutTests/fast/backgrounds/svg-as-background-5.html = FAIL +BUG18896 WIN LINUX DEBUG : LayoutTests/fast/canvas/canvas-with-incorrect-args.html = FAIL +BUG18896 WIN LINUX DEBUG : LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL +BUG18896 WIN DEBUG : LayoutTests/svg/carto.net/window.svg = FAIL +BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html = FAIL +BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html = FAIL |