diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 16:19:29 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 16:19:29 +0000 |
commit | d79302755a94aa530df7d71c7bf36bd54392fa7b (patch) | |
tree | 9277a1b9a5b679f0f5f3d3ae5f0cf4fd90f52ecd /webkit | |
parent | b8134f376269f94f40c69b50c680fe79f8228e0a (diff) | |
download | chromium_src-d79302755a94aa530df7d71c7bf36bd54392fa7b.zip chromium_src-d79302755a94aa530df7d71c7bf36bd54392fa7b.tar.gz chromium_src-d79302755a94aa530df7d71c7bf36bd54392fa7b.tar.bz2 |
Add new failing WebKit tests to the expectations file.
Review URL: http://codereview.chromium.org/115927
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 29336a0..1c0eca7 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2655,13 +2655,17 @@ BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html BUG12753 : LayoutTests/fast/dynamic/window-resize-scrollbars-test.html = FAIL BUG12753 : LayoutTests/fast/dynamic/window-scrollbars-test.html = FAIL -// WebKit 44202:44252 introduced new crashes +// WebKit 44202:44252 introduced new crashes. There appears to be some flakyness +// here where sometimes some tests pass or crash. BUG12860 : LayoutTests/http/tests/security/cross-frame-access-document-direct.html = CRASH BUG12860 : LayoutTests/http/tests/security/listener/xss-window-onclick-shortcut.html = CRASH BUG12860 : LayoutTests/http/tests/xmlhttprequest/event-listener-gc.html = CRASH BUG12860 : LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html = CRASH -BUG12860 : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = CRASH -BUG12860 : LayoutTests/http/tests/xmlhttprequest/web-apps/003.html = CRASH +BUG12860 : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = CRASH PASS +BUG12860 : LayoutTests/http/tests/xmlhttprequest/web-apps/003.html = CRASH PASS +BUG12860 : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-006.html = CRASH PASS +BUG12860 : LayoutTests/http/tests/xmlhttprequest/web-apps/002-simple.html = CRASH PASS +BUG12860 : LayoutTests/fast/frames/iframe-name-and-id.html = CRASH PASS // WebKit 44202:44252 introduced new tests BUG12881 : LayoutTests/fast/js/string-replace-exception-crash.html = FAIL @@ -2674,3 +2678,4 @@ BUG12881 : LayoutTests/fast/borders/border-radius-split-inline.html = FAIL // WebKit 44202:44252 introduced new failures (old tests) BUG12882 WIN : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = FAIL BUG12882 WIN : LayoutTests/fast/box-shadow/basic-shadows.html = FAIL +BUG12882 WIN : LayoutTests/fast/dom/Window/open-existing-pop-up-blocking.html = TIMEOUT |