diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 23:16:04 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 23:16:04 +0000 |
commit | a1bb3d1d459517caa85a0c534994d5efe8b4b3b0 (patch) | |
tree | 7912bd76bf021f1aad771c419e6e65e4bb86f7a2 /webkit | |
parent | c685b2c9143b873e7a55d2276a1476a3da5afe36 (diff) | |
download | chromium_src-a1bb3d1d459517caa85a0c534994d5efe8b4b3b0.zip chromium_src-a1bb3d1d459517caa85a0c534994d5efe8b4b3b0.tar.gz chromium_src-a1bb3d1d459517caa85a0c534994d5efe8b4b3b0.tar.bz2 |
Add a bug annotation to http/tests/navigation/onload-navigation-iframe-timeout.html, and mark that it sometimes crashes according to the buildbots.
R=brettw
Review URL: http://codereview.chromium.org/60109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index f4a6fb4..286b7d4 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1495,10 +1495,6 @@ MAC : LayoutTests/fast/loader/local-CSS-from-local.html = FAIL MAC : LayoutTests/fast/loader/local-JavaScript-from-local.html = FAIL MAC : LayoutTests/fast/loader/local-image-from-local.html = FAIL -// the url comes back wrong, it should have a question mark for args on it. -MAC : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = TIMEOUT CRASH -MAC : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIMEOUT FAIL - // whitespace differences (??) MAC : LayoutTests/fast/dom/tabindex-clamp.html = FAIL @@ -2255,8 +2251,11 @@ MAC : LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg = FAIL MAC : LayoutTests/svg/text/text-intro-05-t.svg = FAIL // Changed in http://trac.webkit.org/changeset/42082 -WIN LINUX : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = TIMEOUT -WIN LINUX : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIMEOUT CRASH +// This is deferred because it involves a scenario (submitting a form to +// about:blank) that is unlikely to occur on real web pages. That only +// explains why this test sometimes times-out. +BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = TIMEOUT CRASH +BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIMEOUT CRASH // Merge WebKit: 42026:42115 new tests DEFER WIN LINUX : LayoutTests/fast/block/positioning/negative-rel-position.html = FAIL |