diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 05:02:17 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 05:02:17 +0000 |
commit | 113c4b002de9bddb67a1017498ff1cb540b0f759 (patch) | |
tree | 26631c11176136b5a3ec5fcf382f75f48eef0961 | |
parent | e5fd10f6814759585a44c4f29353dd36269b4b06 (diff) | |
download | chromium_src-113c4b002de9bddb67a1017498ff1cb540b0f759.zip chromium_src-113c4b002de9bddb67a1017498ff1cb540b0f759.tar.gz chromium_src-113c4b002de9bddb67a1017498ff1cb540b0f759.tar.bz2 |
A few layout tests are no longer crashing.
While explicitly looking for layout test crashes I came
across a few layout tests marked as PASS CRASH, which
are associated with bugs that have since been fixed
and the test doesn't seem to be crashing any longer.
Those tests can therefore be removed from the list.
Review URL: http://codereview.chromium.org/27123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10327 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index d0746227..355ab82 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -561,10 +561,6 @@ LINUX : LayoutTests/svg/carto.net/combobox.svg = FAIL LayoutTests/svg/dom/animated-tearoff-equality.xhtml = FAIL PASS LayoutTests/svg/dom/animated-tearoff-lifespan.xhtml = FAIL PASS -// http://crbug.com/4618 -DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html = CRASH PASS -DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html = CRASH PASS - // These have been failing for as long as we've had SVG support and were // incorrectly removed during a merge. DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = FAIL @@ -575,9 +571,6 @@ LINUX : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html = // WebKit Merge 38950:39000 failures: LINUX WIN : LayoutTests/svg/custom/js-late-gradient-and-object-creation.svg = FAIL -// http://crbug.com/5294 and http://crbug.com/4618 -DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html = CRASH PASS - // Linux pixeltest failure: slightly different shade of composited // alpha in bottom group. LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL @@ -772,19 +765,6 @@ LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2.html = FAIL // New test. We should fix it, but it doesn't need to block the current release DEFER LINUX WIN : LayoutTests/fast/css/font-face-multiple-faces.html = FAIL -// This test causes a freed memory read which leads to a crash in debug mode. -// Bug has been filed upstream: -// https://bugs.webkit.org/show_bug.cgi?id=23180 -// -// This test also produces an unending stream of blank lines on stderr, -// which makes it hang the test harness. -SKIP DEBUG : LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = CRASH - -// One of these svg tests sometimes crash in debug mode. It seems to only -// happen when all the dynamic-updates tests are run together. -DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html = CRASH PASS -DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html = CRASH PASS - // Got flakey (both debug and release) around r3581 (ananta). // New test. We should fix it, but it doesn't need to block the current release DEFER WIN : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL PASS |