diff options
author | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 04:03:08 +0000 |
---|---|---|
committer | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 04:03:08 +0000 |
commit | decc1e26185ef0c2476918437a729754c79295a1 (patch) | |
tree | 32aed973cb40244adedb69c91b7960e03df7ac1c | |
parent | dc88374272661ce0b28997e8fda6bfae83a08ff6 (diff) | |
download | chromium_src-decc1e26185ef0c2476918437a729754c79295a1.zip chromium_src-decc1e26185ef0c2476918437a729754c79295a1.tar.gz chromium_src-decc1e26185ef0c2476918437a729754c79295a1.tar.bz2 |
Revert 83291 - Roll WebKit 84939:85141. Removed now-upstreamed test expectations. Added downstream suppressions for a few new failures. BUG=none TBR=dpranke Review URL: http://codereview.chromium.org/6904075
Read-only mirror of WebKit repo has not yet caught up to the revision to which we are rolling.
TBR=kbr@google.com
Review URL: http://codereview.chromium.org/6904081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83295 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 16 |
2 files changed, 9 insertions, 9 deletions
@@ -4,7 +4,7 @@ vars = { "googlecode_url": "http://%s.googlecode.com/svn", "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", "nacl_trunk": "http://src.chromium.org/native_client/trunk", - "webkit_revision": "85141", + "webkit_revision": "84939", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", # These hashes need to be updated when nacl_revision is changed. diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index f57db73..15cca0e 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -5,11 +5,11 @@ // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. -// Crashiness noted near WebKit r85140 -BUGCR80745 DEBUG : editing/pasteboard/paste-event-only-once.html = PASS CRASH -BUGCR80745 DEBUG : fast/css/getComputedStyle/getComputedStyle-border-box.html = PASS CRASH - -// Flaky tests noted near WebKit r85140 -BUGKBR MAC DEBUG : editing/execCommand/append-node-under-document.html = TEXT PASS -BUGKBR WIN DEBUG : fast/filesystem/file-writer-truncate-extend.html = PASS TEXT -BUGKBR WIN DEBUG : fast/events/change-overflow-on-overflow-change.html = PASS TIMEOUT +// Flakiness on the deps bots +BUGDPRANKE WIN CPU DEBUG : editing/selection/select-line.html = PASS CRASH +BUGDPRANKE WIN CPU DEBUG : fast/css/last-of-type-pseudo-class.html = PASS TEXT +BUGDPRANKE WIN CPU DEBUG : fast/filesystem/file-writer-write-overlapped.html = TEXT PASS +BUGDPRANKE WIN CPU DEBUG : http/tests/local/stylesheet-and-script-load-order-media-print.html = PASS CRASH +BUGDPRANKE WIN CPU DEBUG : svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg = PASS CRASH +BUGDPRANKE MAC CPU DEBUG : fast/block/float/overhanging-tall-block.html = PASS CRASH +BUGDPRANKE MAC CPU DEBUG : fast/css/import_with_baseurl.html = PASS CRASH |