diff options
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 2bbe627..a350398 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -797,11 +797,6 @@ DEFER WIN : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.h // Doesn't need to block our next release. DEFER : LayoutTests/animations/big-rotation.html = FAIL PASS -// It's not clear that the test isn't wrong here. It believes that middle -// aligning 15px Ahem should end up in a certain spot. But we have the -// x-height correct and we're still one px off. -LINUX : LayoutTests/css2.1/t100801-c544-valgn-01-d-ag.html = FAIL - // Uses ahem font and expects line heights to match some pixel value. // We should be able to pass this -- not sure what's wrong. LINUX : LayoutTests/css2.1/t1008-c44-ln-box-02-d-ag.html = FAIL @@ -1741,7 +1736,6 @@ LINUX : LayoutTests/svg/text/text-text-07-t.svg = PASS FAIL // New test. We should fix it, but it doesn't need to block the current release DEFER WIN LINUX : LayoutTests/fast/forms/option-mouseevents.html = FAIL LINUX : LayoutTests/svg/W3C-SVG-1.1/types-basicDOM-01-b.svg = FAIL -LINUX : LayoutTests/svg/custom/getTransformToElement.svg = FAIL LINUX : LayoutTests/svg/custom/use-transform.svg = FAIL LINUX : LayoutTests/fast/clip/007.html = PASS CRASH LINUX : LayoutTests/fast/clip/010.html = PASS CRASH @@ -1750,7 +1744,7 @@ LINUX : LayoutTests/fast/clip/012.html = PASS CRASH // Regressions from WebKit merge to 40864 WIN LINUX : LayoutTests/fast/block/positioning/001.html = FAIL PASS // New test. We should fix it, but it doesn't need to block the current release -DEFER WIN LINUX : LayoutTests/fast/dom/getBoundingClientRect.html = FAIL +DEFER WIN : LayoutTests/fast/dom/getBoundingClientRect.html = FAIL // New test. We should fix it, but it doesn't need to block the current release DEFER : LayoutTests/fast/dom/getClientRects.html = FAIL // New test. We should fix it, but it doesn't need to block the current release @@ -1767,8 +1761,8 @@ WIN : LayoutTests/svg/carto.net/colourpicker.svg = FAIL WIN LINUX : LayoutTests/svg/custom/foreignObject-crash-on-hover.xml = FAIL // Shading differences. WIN LINUX : LayoutTests/svg/custom/gradient-stroke-width.svg = FAIL -WIN LINUX : LayoutTests/fast/loader/frame-creation-removal.html = CRASH -WIN LINUX : chrome/fast/events/iframe-onload-remove-self-no-crash.html = CRASH +WIN : LayoutTests/fast/loader/frame-creation-removal.html = CRASH +WIN : chrome/fast/events/iframe-onload-remove-self-no-crash.html = CRASH // Sharted showing up the mac build bots on 02/16/09 (sometimes passes in // debug, but haven't seen it pass in release) @@ -1813,5 +1807,6 @@ LINUX : LayoutTests/fast/compact/003.html = PASS CRASH // New test from WebKit merge 41017:41057 LayoutTests/fast/js/function-toString-semicolon-insertion.html = FAIL -// Will fix this upstream to be a text-only test, marking as failed for now -LINUX : LayoutTests/fast/forms/inline-ignored-on-legend.html = FAIL +// Flaky since the merge. +LINUX : LayoutTests/fast/canvas/fillrect_gradient.html = FAIL PASS + |