diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-31 12:01:49 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-31 12:01:49 +0000 |
commit | f7eabd7813bf2b95b758beb96907e2dec1d05b1a (patch) | |
tree | 0c1d0a76f0a347423f9f02f67b3c61c0f01d40ec /webkit | |
parent | ca55b70f60860beffdff0182b455dfa0d98f49db (diff) | |
download | chromium_src-f7eabd7813bf2b95b758beb96907e2dec1d05b1a.zip chromium_src-f7eabd7813bf2b95b758beb96907e2dec1d05b1a.tar.gz chromium_src-f7eabd7813bf2b95b758beb96907e2dec1d05b1a.tar.bz2 |
Update test expectations.
After starting to pull V8 from trunk again (instead of from the the version 1.2 branch) the test LayoutTests/fast/events/mouseout-on-window.html started crashing. It looks as if it is related to the crashes from WebKit merge 45685:45738, so therefore it is in that section. It does not crash on its own - only when a number of layout tests are run at once.
BUG=http://crbug.com/16639
TEST=LayoutTests/fast/events/mouseout-on-window.html
Review URL: http://codereview.chromium.org/159699
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 4bb62b0..72fab79 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2786,6 +2786,7 @@ BUG16410 DEBUG : LayoutTests/fast/events/message-channel-listener-circular-owner BUG16410 DEBUG : LayoutTests/fast/events/message-port-constructor-for-deleted-document.html = CRASH BUG16410 DEBUG : LayoutTests/fast/events/message-port-deleted-frame.html = CRASH BUG16639 DEBUG : LayoutTests/fast/events/mouseover-mouseout2.html = CRASH +BUG16639 DEBUG : LayoutTests/fast/events/mouseout-on-window.html = CRASH // WebKit tests regressions 20529:20532 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL |