diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-19 17:17:19 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-19 17:17:19 +0000 |
commit | 876c9ffccb2be903859d4e65c760351200c10a1c (patch) | |
tree | 20bdbb599a733ce6a255e5cdcefb78c4f78ebd07 | |
parent | 5275c3dbc87f48da96a2880c2ac12e956c18784c (diff) | |
download | chromium_src-876c9ffccb2be903859d4e65c760351200c10a1c.zip chromium_src-876c9ffccb2be903859d4e65c760351200c10a1c.tar.gz chromium_src-876c9ffccb2be903859d4e65c760351200c10a1c.tar.bz2 |
A couple more slow test additions to test_expectations.
TBR=dglazkov@chromium.org
Review URL: http://codereview.chromium.org/295006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29415 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 8aa5de5..eb59fae 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -117,9 +117,8 @@ BUG24182 SLOW WIN RELEASE : LayoutTests/http/tests/misc/SVGFont-delayed-load.htm BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/fast/dom/Window/window-lookup-precedence.html = PASS BUG24182 SLOW WIN : LayoutTests/fast/loader/local-CSS-from-local.html = PASS BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/incremental/split-hex-entities.pl = PASS - - -BUG18702 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = PASS TIMEOUT +BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html = PASS +BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/connection-error-sync.html = PASS // ----------------------------------------------------------------- // SKIPPED TESTS @@ -693,6 +692,8 @@ BUG24193 : LayoutTests/fast/replaced/applet-rendering-java-disabled.html = FAIL BUG24208 WIN SLOW : LayoutTests/http/tests/navigation/post-goback1.html = FAIL BUG24208 LINUX MAC : LayoutTests/http/tests/navigation/post-goback1.html = FAIL +BUG18702 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = PASS TIMEOUT + // Since we don't have Aqua-themed controls, don't ignore the // box-shadow properties of controls that request Aqua theming. But since Aqua // controls are rare on the web, defer this fix. @@ -2542,7 +2543,8 @@ BUG9798 LINUX DEBUG SLOW : LayoutTests/fast/frames/calculate-order.html = CRASH BUG9798 LINUX RELEASE : LayoutTests/fast/frames/calculate-percentage.html = CRASH PASS BUG9798 LINUX RELEASE : LayoutTests/fast/frames/calculate-round.html = CRASH PASS BUG9798 LINUX DEBUG SLOW : LayoutTests/fast/frames/calculate-round.html = CRASH PASS -BUG9798 : LayoutTests/fast/frames/frame-limit.html = CRASH PASS TIMEOUT +BUG9798 RELEASE : LayoutTests/fast/frames/frame-limit.html = CRASH PASS +BUG9798 DEBUG SLOW : LayoutTests/fast/frames/frame-limit.html = CRASH PASS BUG9798 MAC DEBUG : LayoutTests/fast/frames/frame-name-reset.html = TIMEOUT PASS BUG24340 LINUX : LayoutTests/fast/frames/iframe-text-contents.html = CRASH PASS BUG9798 MAC RELEASE : LayoutTests/fast/js/stack-unwinding.html = CRASH PASS |