diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 18:50:03 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 18:50:03 +0000 |
commit | 98af5ce3d3f93fc55735f3c4ab9b445478a394b4 (patch) | |
tree | 8eda9426520a740163e0a1f1f73d6836a090f6a6 | |
parent | 9282cea557783a68d0893877bdd3a47b923ba05f (diff) | |
download | chromium_src-98af5ce3d3f93fc55735f3c4ab9b445478a394b4.zip chromium_src-98af5ce3d3f93fc55735f3c4ab9b445478a394b4.tar.gz chromium_src-98af5ce3d3f93fc55735f3c4ab9b445478a394b4.tar.bz2 |
mac test updates
- remove one test that seems to always be passing
- mark one test that always timesout in release, but is timeout or
pass in debug.
- mark one more test that is being flaky but w/o any clear pattern to
try and keep the mac builds green.
Review URL: http://codereview.chromium.org/23029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9951 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 9b5ddea..9b135f2 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1300,6 +1300,10 @@ MAC : LayoutTests/fast/history/history_reload.html = PASS TIMEOUT MAC : LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html = TIMEOUT FAIL CRASH MAC : LayoutTests/svg/carto.net/scrollbar.svg = CRASH PASS +// This some times failed w/ a timeout on the build bot (w/o a clear cause), +// but it happens enough, we tag w/ timeout to keep the build green otherwise. +MAC : LayoutTests/http/tests/misc/BOM-override-script.html = TIMEOUT PASS + // no html tags, bad html (unmatched tags) MAC : LayoutTests/fast/canvas/unclosed-canvas-1.html = CRASH PASS // Script -- onload hooks @@ -1727,9 +1731,10 @@ WIN LINUX : LayoutTests/svg/custom/gradient-stroke-width.svg = FAIL LayoutTests/fast/loader/frame-creation-removal.html = CRASH chrome/fast/events/iframe-onload-remove-self-no-crash.html = CRASH -// Sharted showing up the mac build bots on 02/16/09 -MAC : LayoutTests/fast/events/overflow-events.html = FAIL -MAC : LayoutTests/fast/events/scrollbar-double-click.html = TIMEOUT +// Sharted showing up the mac build bots on 02/16/09 (sometimes passes in +// debug, but haven't seen it pass in release) +MAC DEBUG : LayoutTests/fast/events/scrollbar-double-click.html = TIMEOUT PASS +MAC RELEASE : LayoutTests/fast/events/scrollbar-double-click.html = TIMEOUT // Regressions from WebKit merge 40847-40875 LINUX WIN : LayoutTests/fast/box-shadow/basic-shadows.html = FAIL |