diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 22:20:57 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 22:20:57 +0000 |
commit | 65686b9f7b1d04aecfe76ede42c613a8a122d8c3 (patch) | |
tree | 5c31c30a8248b70697c7ada20c59e01dec359fd9 | |
parent | c4b9f62118ca994ba8a7baa98c2cc35171607415 (diff) | |
download | chromium_src-65686b9f7b1d04aecfe76ede42c613a8a122d8c3.zip chromium_src-65686b9f7b1d04aecfe76ede42c613a8a122d8c3.tar.gz chromium_src-65686b9f7b1d04aecfe76ede42c613a8a122d8c3.tar.bz2 |
Update failure expectations from TIMEOUT to CRASH
TBR=dumi
BUG=21442,22296,19766
TEST=N/A
Review URL: http://codereview.chromium.org/217023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26869 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | webkit/tools/layout_tests/test_expectations.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index b5b0f670..4d5b512 100755 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2196,7 +2196,7 @@ BUG18939 : LayoutTests/fast/js/prototypes.html = FAIL // Fallout from webkit 47041:47189 BUG19248 : LayoutTests/fast/js/const.html = FAIL -BUG22296 : LayoutTests/storage/multiple-transactions-on-different-handles.html = TIMEOUT +BUG22296 : LayoutTests/storage/multiple-transactions-on-different-handles.html = CRASH BUG_LEVIN WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL @@ -2209,7 +2209,7 @@ BUG19519 WIN DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL -BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html = TIMEOUT +BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html = CRASH BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL // Fails due to textInputController.setInputMethod not implemented for Mac. @@ -2272,7 +2272,7 @@ BUG21411 SLOW WIN LINUX DEBUG: LayoutTests/svg/dom/SVGScriptElement/script-load- // Fails because we don't support layoutTestController.addUserStyleSheet(). BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL // New database test that fails. -BUG21442 : LayoutTests/storage/test-authorizer.html = TIMEOUT +BUG21442 : LayoutTests/storage/test-authorizer.html = CRASH // Need investigation after we enable file URL universal access in test shell. BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL PASS |