diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 15:42:25 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 15:42:25 +0000 |
commit | e7bbeca22e59c73f9d11a10e841cb698bb89d4f3 (patch) | |
tree | 94dda244ae5b80c75c0cd70299968902903b4546 | |
parent | 74044a07fb8cf7ff9219b4d591111b807dfae473 (diff) | |
download | chromium_src-e7bbeca22e59c73f9d11a10e841cb698bb89d4f3.zip chromium_src-e7bbeca22e59c73f9d11a10e841cb698bb89d4f3.tar.gz chromium_src-e7bbeca22e59c73f9d11a10e841cb698bb89d4f3.tar.bz2 |
Ignore layout test search-event-delay.html.
It simply does not work. It is testing the exact time between a key
event and a search event. A GC or any other variation at an unlucky
time will make this fail.
Review URL: http://codereview.chromium.org/40165
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10990 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index 93add1a..403b663 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -52,6 +52,12 @@ SKIP : LayoutTests/fast/regex/test1.html = PASS // Window resizing is not implemented in chrome. LayoutTests/fast/dom/Window/window-resize.html = FAIL +// This test is completely timing dependent. It is testing the time +// between a key event and a search event. You cannot count on this +// always being exactly the same, so we allow this to either PASS or FAIL +// but not CRASH or TIMEOUT. +LayoutTests/fast/forms/search-event-delay.html = FAIL PASS + // Chrome uses different keyboard accelerators from those used by Safari, so // these tests will always fail. // TODO(pinkerton): these should probably pass on Mac since we want Emacs |