diff options
author | pam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-02 23:10:50 +0000 |
---|---|---|
committer | pam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-02 23:10:50 +0000 |
commit | 77e802a962b6e3104a43fb8b9c289584f408901e (patch) | |
tree | 7af2bcc18c46fd50a6103070273d7f187ecfc5f7 /webkit | |
parent | 3f5d71a19af01477e0d630854ef40137df75d734 (diff) | |
download | chromium_src-77e802a962b6e3104a43fb8b9c289584f408901e.zip chromium_src-77e802a962b6e3104a43fb8b9c289584f408901e.tar.gz chromium_src-77e802a962b6e3104a43fb8b9c289584f408901e.tar.bz2 |
The webarchive/loading/ test crashes were fixed in r13051. They now timeout
again, as expected since we don't support webarchive, so it's safe to remove
their special cases and return to skipping them.
BUG=9549
TEST=covered by layout tests
Review URL: http://codereview.chromium.org/58011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 120f038..d9ebddcd 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -148,8 +148,6 @@ BUG761653 WONTFIX : LayoutTests/svg/webarchive = FAIL PASS BUG761653 WONTFIX : LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg = FAIL PASS BUG761653 WONTFIX SKIP : LayoutTests/http/tests/webarchive = FAIL PASS -BUG932737 WONTFIX LINUX MAC : LayoutTests/webarchive/loading/test-loading-archive.html = TIMEOUT - // Run the Mac-specific platform tests, but only to check for crashes. WONTFIX : LayoutTests/platform/gtk = FAIL PASS WONTFIX : LayoutTests/platform/mac = FAIL PASS TIMEOUT @@ -2192,8 +2190,6 @@ LINUX DEBUG : LayoutTests/fast/forms/input-align-image.html = FAIL WIN LINUX : LayoutTests/fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = FAIL PASS WIN LINUX : LayoutTests/editing/selection/move-by-line-002.html = FAIL PASS -WIN : LayoutTests/webarchive/loading/cache-expired-subresource.html = CRASH PASS TIMEOUT -WIN : LayoutTests/webarchive/loading/test-loading-archive.html = CRASH TIMEOUT PASS LINUX : LayoutTests/http/tests/navigation/javascriptlink-basic.html = FAIL PASS MAC : LayoutTests/fast/css/rgb-float.html = FAIL PASS MAC : LayoutTests/fast/forms/003.html = FAIL PASS |