diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 20:43:36 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 20:43:36 +0000 |
commit | 4f37d32d683ce68451c337a3d082197881090405 (patch) | |
tree | 221c16487b07ac464c5ea827501dfba8ef53d10a | |
parent | 9876bb1ca6bcd92032ee0b0d79065bf0fb8b2d8a (diff) | |
download | chromium_src-4f37d32d683ce68451c337a3d082197881090405.zip chromium_src-4f37d32d683ce68451c337a3d082197881090405.tar.gz chromium_src-4f37d32d683ce68451c337a3d082197881090405.tar.bz2 |
Move some tests into the buckets.
Created cr-mac entries for some tests we were failing. The tree is a copy of
the webkit data (we match it), but the console output is different, so that
matches the cr-win version. but it's a new file since it combo that doesn't
exist elsewhere.
Lint passes.
Review URL: http://codereview.chromium.org/14479
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7092 0039d316-1c4b-4281-b951-d872f2087c98
5 files changed, 33 insertions, 7 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/color-hex-test-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/color-hex-test-expected.txt new file mode 100644 index 0000000..83da327 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/color-hex-test-expected.txt @@ -0,0 +1,2 @@ +CONSOLE MESSAGE: line 27: Uncaught TypeError: Cannot call method 'getVariableValue' of undefined
+FAILED
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/remove-variable-test-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/remove-variable-test-expected.txt new file mode 100644 index 0000000..77780be --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/remove-variable-test-expected.txt @@ -0,0 +1,9 @@ +CONSOLE MESSAGE: line 20: Uncaught TypeError: Cannot call method 'removeVariable' of undefined +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x34 + RenderBlock {HTML} at (0,0) size 800x34 + RenderBody {BODY} at (8,8) size 784x18 + RenderBlock {DIV} at (0,0) size 784x18 [color=#008000] + RenderText {#text} at (0,0) size 163x18 + text run at (0,0) width 163: "This text should be green." diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/set-variable-test-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/set-variable-test-expected.txt new file mode 100644 index 0000000..d6e0b81 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/set-variable-test-expected.txt @@ -0,0 +1,9 @@ +CONSOLE MESSAGE: line 19: Uncaught TypeError: Cannot call method 'setVariable' of undefined +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x34 + RenderBlock {HTML} at (0,0) size 800x34 + RenderBody {BODY} at (8,8) size 784x18 + RenderBlock {DIV} at (0,0) size 784x18 + RenderText {#text} at (0,0) size 163x18 + text run at (0,0) width 163: "This text should be green." diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/variable-iteration-test-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/variable-iteration-test-expected.txt new file mode 100644 index 0000000..ef704d6 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/variable-iteration-test-expected.txt @@ -0,0 +1,10 @@ +CONSOLE MESSAGE: line 23: Uncaught TypeError: Cannot read property 'length' of undefined +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x34 + RenderBlock {HTML} at (0,0) size 800x34 + RenderBody {BODY} at (8,8) size 784x18 + RenderBlock {DIV} at (0,0) size 784x18 [color=#FF0000] [bgcolor=#FF0000] + RenderText {#text} at (0,0) size 362x18 + text run at (0,0) width 167: "This text should be green. " + text run at (167,0) width 195: "There should be no red visible." diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 2723a55..100fbf5 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1353,6 +1353,9 @@ MAC : LayoutTests/editing/selection/3690703.html = FAIL MAC : LayoutTests/editing/selection/3690719.html = FAIL MAC : LayoutTests/editing/selection/4895428-3.html = FAIL MAC : LayoutTests/editing/selection/4975120.html = FAIL +MAC : LayoutTests/fast/forms/input-disabled-color.html = FAIL +MAC : LayoutTests/fast/forms/password-placeholder-text-security.html = FAIL +MAC : LayoutTests/fast/forms/password-placeholder.html = FAIL // we're waiting on upstreaming a change to how textarea padding works. rather // than rebasing, we'll wait for the upstream (which ojan said should happen @@ -1739,13 +1742,6 @@ MAC : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = TIMEOUT PASS MAC : LayoutTests/http/tests/navigation/target-frame-from-window.html = CRASH TIMEOUT // Items failing on the Mac as of 2008/12/12 -MAC : LayoutTests/fast/css/variables/color-hex-test.html = FAIL -MAC : LayoutTests/fast/css/variables/remove-variable-test.html = FAIL -MAC : LayoutTests/fast/css/variables/set-variable-test.html = FAIL -MAC : LayoutTests/fast/css/variables/variable-iteration-test.html = FAIL -MAC : LayoutTests/fast/forms/input-disabled-color.html = FAIL -MAC : LayoutTests/fast/forms/password-placeholder-text-security.html = FAIL -MAC : LayoutTests/fast/forms/password-placeholder.html = FAIL MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = FAIL MAC DEBUG : LayoutTests/svg/hixie/perf/007.xml = FAIL |