diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-29 01:06:07 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-29 01:06:07 +0000 |
commit | 76cf40e3b0151bf40364d4b6dfe49f97272bce69 (patch) | |
tree | 5ecd32aff113951e1e00510843adb9884fb3df9a | |
parent | 5eddea4a5710ec1dbc6035636c41cc275cb16432 (diff) | |
download | chromium_src-76cf40e3b0151bf40364d4b6dfe49f97272bce69.zip chromium_src-76cf40e3b0151bf40364d4b6dfe49f97272bce69.tar.gz chromium_src-76cf40e3b0151bf40364d4b6dfe49f97272bce69.tar.bz2 |
Clean up test expectations. Remove passing tests.
Also remove a baseline of a test that we're failing.
TBR=victorw
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/558028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37474 0039d316-1c4b-4281-b951-d872f2087c98
3 files changed, 0 insertions, 18 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt deleted file mode 100644 index c8b7d2a..0000000 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt +++ /dev/null @@ -1,3 +0,0 @@ -Test URL protocol setter. - -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt deleted file mode 100644 index c8b7d2a..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt +++ /dev/null @@ -1,3 +0,0 @@ -Test URL protocol setter. - -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 1725d44..5ff5e4c 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2288,14 +2288,7 @@ BUG16240 MAC DEBUG : http/tests/cache/subresource-expiration.html = PASS TIMEOUT BUG14752 LINUX SLOW : http/tests/cache/subresource-expiration.html = PASS // Failure since WebKit merge 45873:45916 -BUG17015 MAC : editing/pasteboard/4242293-1.html = FAIL -BUG17015 MAC : editing/pasteboard/4242293.html = FAIL -BUG17015 MAC : editing/pasteboard/4944770-1.html = FAIL BUG17015 MAC : editing/pasteboard/drag-drop-modifies-page.html = FAIL -BUG17015 MAC : editing/pasteboard/paste-text-001.html = FAIL -BUG17015 MAC : editing/pasteboard/paste-text-012.html = FAIL -BUG17015 MAC : editing/pasteboard/paste-text-013.html = FAIL -BUG17015 MAC : editing/pasteboard/paste-text-014.html = FAIL BUG17015 MAC : editing/selection/4895428-1.html = FAIL BUG17015 MAC : editing/selection/4895428-4.html = FAIL BUG17015 MAC : editing/selection/contains-boundaries.html = FAIL @@ -2905,11 +2898,6 @@ BUG32949 WIN LINUX MAC : fast/dom/Window/invalid-protocol.html = TEXT BUG33099 : media/video-reverse-play-duration.html = TIMEOUT BUG33099 : media/video-timeupdate-reverse-play.html = TIMEOUT -// Newly added tests from r53893 -BUG33288 : fast/forms/input-valueasnumber-date.html = TEXT -BUG33288 : fast/forms/input-valueasnumber-datetime.html = TEXT -BUG33288 : fast/forms/input-valueasnumber-month.html = TEXT - // Flaky storage tests BUG33343 LINUX MAC : storage/database-lock-after-reload.html = CRASH TEXT PASS BUG33343 DEBUG : storage/multiple-databases-garbage-collection.html = CRASH PASS |