From a558f190c7c7901c48aa430e45b0db9c45db2f1f Mon Sep 17 00:00:00 2001 From: "jorlow@chromium.org" Date: Tue, 2 Feb 2010 02:46:14 +0000 Subject: Update the DOM Storage UI test to run all the layout tests that currently run. 2 of the comented out ones crash and need investigation. The rest have output that are too big for a cookie. It's a low-priority todo to find a better solution for these since there's a decent amount of coverage provided by the tests that do run and the runs in test shell. TEST=none BUG=none Review URL: http://codereview.chromium.org/548174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37789 0039d316-1c4b-4281-b951-d872f2087c98 --- .../storage/domstorage/localstorage/string-conversion-expected.txt | 1 + .../storage/domstorage/sessionstorage/string-conversion-expected.txt | 1 + .../storage/domstorage/localstorage/string-conversion-expected.txt | 1 + .../storage/domstorage/sessionstorage/string-conversion-expected.txt | 1 + 4 files changed, 4 insertions(+) (limited to 'webkit') diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt index 637a6a2..7a56a24 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt @@ -12,3 +12,4 @@ Testing index setters Type/value for null is string/null Type/value for 0 is string/0 Type/value for function(){} is string/function (){} + diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/sessionstorage/string-conversion-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/sessionstorage/string-conversion-expected.txt index fb9433e7a..cf1ee06f 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/sessionstorage/string-conversion-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/sessionstorage/string-conversion-expected.txt @@ -12,3 +12,4 @@ Testing index setters Type/value for null is string/null Type/value for 0 is string/0 Type/value for function(){} is string/function (){} + diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt index 637a6a2..7a56a24 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt @@ -12,3 +12,4 @@ Testing index setters Type/value for null is string/null Type/value for 0 is string/0 Type/value for function(){} is string/function (){} + diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/sessionstorage/string-conversion-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/sessionstorage/string-conversion-expected.txt index fb9433e7a..cf1ee06f 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/sessionstorage/string-conversion-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/sessionstorage/string-conversion-expected.txt @@ -12,3 +12,4 @@ Testing index setters Type/value for null is string/null Type/value for 0 is string/0 Type/value for function(){} is string/function (){} + -- cgit v1.1