diff options
author | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-09 00:54:03 +0000 |
---|---|---|
committer | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-09 00:54:03 +0000 |
commit | 5982bb05e7c927b6384785ae84970ade1b73912a (patch) | |
tree | d43ed5d5feb081447a28937053736e481bdf991e /webkit/tools | |
parent | b519281d42b82e787e4ba0cb31f3d6cc91c954d3 (diff) | |
download | chromium_src-5982bb05e7c927b6384785ae84970ade1b73912a.zip chromium_src-5982bb05e7c927b6384785ae84970ade1b73912a.tar.gz chromium_src-5982bb05e7c927b6384785ae84970ade1b73912a.tar.bz2 |
Add debug-only failures to tests_fixable.txt pending further investigation.
These came up following the recent removal of font-metrics hacks from
test_shell.
BUG=1221100, 1317563
TEST=covered by layout tests
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@613 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index e43c30f..e98bea6 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -10,6 +10,20 @@ // This test also crashes in debug due to an ASSERT. (see bug 1058654) V8 | KJS # DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL | CRASH +// Bug 1317563: Debug-only test failures following removal of font-metrics +// hacks. Possibly due to different fonts installed on that builder? +V8 # LayoutTests/css1/font_properties/font_size.html = PASS | FAIL +V8 # LayoutTests/css2.1/t1202-counter-09-b.html = PASS | FAIL +V8 # LayoutTests/fast/block/float/float-avoidance.html = PASS | FAIL +V8 # LayoutTests/fast/forms/button-sizes.html = PASS | FAIL +V8 # LayoutTests/fast/lists/w3-list-styles.html = PASS | FAIL +V8 # LayoutTests/fast/parser/entities-in-html.html = PASS | FAIL +V8 # LayoutTests/fast/text/line-breaks.html = PASS | FAIL +V8 # LayoutTests/svg/W3C-SVG-1.1/interact-cursor-01-f.svg = PASS | FAIL +V8 # LayoutTests/tables/mozilla/bugs/bug27038-3.html = PASS | FAIL +V8 # pending/svg/carto.net/window.svg = PASS | FAIL + + // ----------------------------------------------------------------- // HANGING TESTS // ----------------------------------------------------------------- |