diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-20 13:45:40 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-20 13:45:40 +0000 |
commit | 611be0aedac0e5cc00408515763ed5b2ffe85545 (patch) | |
tree | 15eb05b7bee7524010b059de3463bf6efa3011ae | |
parent | ec7d46f998b5cabb2ec6cf2ff09541e4cd21c3a4 (diff) | |
download | chromium_src-611be0aedac0e5cc00408515763ed5b2ffe85545.zip chromium_src-611be0aedac0e5cc00408515763ed5b2ffe85545.tar.gz chromium_src-611be0aedac0e5cc00408515763ed5b2ffe85545.tar.bz2 |
Update test expectations after latest submit. That
LayoutTests/fast/forms/submit-to-url-fragment.html
passes seems totally unrelated to my change.
The non crashing of
LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html
LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html
matches what I saw locally. These tests are flaky probably due to refcounting/V8 gc issues.
Review URL: http://codereview.chromium.org/11526
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5773 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/win/tests_fixable.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt index 214525b..3c42777 100644 --- a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt @@ -594,10 +594,6 @@ LayoutTests/fast/repaint/shadow-multiple-strict-horizontal.html = FAIL LayoutTests/fast/repaint/shadow-multiple-strict-vertical.html = FAIL LayoutTests/fast/repaint/shadow-multiple-vertical.html = FAIL -// Regression from the webkit merge submitting forms to reference fragments. -// http://code.google.com/p/chromium/issues/detail?id=3008 -LayoutTests/fast/forms/submit-to-url-fragment.html = FAIL - // Many of the failures here are because V8 stringifies objects differently than // JSC. However, the missing position and totalSize properties seems genuine. SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS @@ -794,15 +790,11 @@ DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html = CRASH | PASS DEBUG : LayoutTests/fast/dom/gc-1.html = CRASH | PASS -// Started crashing in DEBUG only with r2842 (mbelshe) -DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html = CRASH - // Got flakey (both debug and release) around r3581 (ananta). LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL | PASS // Crash in DEBUG only DEBUG : LayoutTests/svg/W3C-SVG-1.1/interact-dom-01-b.svg = CRASH -DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html = CRASH // NEW FOR MERGE 36102:37604 LayoutTests/animations/matrix-anim.html = FAIL |