diff options
author | yurys@chromium.org <yurys@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2011-03-17 16:44:58 +0000 |
---|---|---|
committer | yurys@chromium.org <yurys@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2011-03-17 16:44:58 +0000 |
commit | 0a647055a782ca848cf5225b1e2802101b75ec93 (patch) | |
tree | ec7f26a6818c52336b7b641fe3b3e6f91dad43b6 | |
parent | ee00e7272ee981547f17b109a0801ad7da689f10 (diff) | |
download | chromium_src-0a647055a782ca848cf5225b1e2802101b75ec93.zip chromium_src-0a647055a782ca848cf5225b1e2802101b75ec93.tar.gz chromium_src-0a647055a782ca848cf5225b1e2802101b75ec93.tar.bz2 |
2011-03-17 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
[Chromium] Web Inspector tests timing out on Windows after r81222
https://bugs.webkit.org/show_bug.cgi?id=56454
Remove custom expectations for Chromium tests that consistently pass locally.
* platform/chromium/test_expectations.txt:
git-svn-id: svn://svn.chromium.org/blink/trunk@81360 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-rw-r--r-- | third_party/WebKit/LayoutTests/ChangeLog | 11 | ||||
-rwxr-xr-x | third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt | 22 |
2 files changed, 12 insertions, 21 deletions
diff --git a/third_party/WebKit/LayoutTests/ChangeLog b/third_party/WebKit/LayoutTests/ChangeLog index 5f680b8..0572d25 100644 --- a/third_party/WebKit/LayoutTests/ChangeLog +++ b/third_party/WebKit/LayoutTests/ChangeLog @@ -1,3 +1,14 @@ +2011-03-17 Yury Semikhatsky <yurys@chromium.org> + + Reviewed by Pavel Feldman. + + [Chromium] Web Inspector tests timing out on Windows after r81222 + https://bugs.webkit.org/show_bug.cgi?id=56454 + + Remove custom expectations for Chromium tests that consistently pass locally. + + * platform/chromium/test_expectations.txt: + 2011-03-17 Adam Roben <aroben@apple.com> Skip some tests that only fail on apple-macpro-6 diff --git a/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt b/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt index 316f223..2e05896 100755 --- a/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt +++ b/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt @@ -645,7 +645,7 @@ BUGCR26734 MAC SKIP : http/tests/inspector = PASS BUGCR26734 MAC SKIP : http/tests/inspector-enabled = PASS BUGCR66087 WIN LINUX : inspector/timeline/timeline-layout.html = CRASH TIMEOUT PASS TEXT -// BUGCR66087 WIN LINUX DEBUG SLOW : inspector/timeline/timeline-parse-html.html = PASS +BUGCR66087 WIN LINUX DEBUG SLOW : inspector/timeline/timeline-parse-html.html = PASS // WebKit roll 74708:74711 BUGCR68165 WIN LINUX DEBUG SLOW : inspector/styles/styles-source-lines.html = PASS BUGCR66087 WIN LINUX SLOW : inspector/storage-panel-dom-storage.html = PASS TEXT @@ -3290,24 +3290,4 @@ BUGWK56242 LINUX RELEASE : transitions/interrupted-accelerated-transition.html = BUGWK56488 SKIP : compositing/transitions/scale-transition-no-start.html = CRASH // These are failing sporadically due to WebKit r81222 -BUGWK56454 WIN : inspector/evaluate-in-page.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/report-API-errors.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/syntax-highlight-css.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/syntax-highlight-javascript.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/debugger/debugger-step-over.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/debugger/debugger-step-in.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/debugger/debugger-cyclic-ref.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/debugger/debugger-pause-on-breakpoint.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/elements/elements-panel-styles.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/elements/elements-panel-selection-on-refresh.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/elements/elements-delete-inline-style.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/styles/styles-source-lines-inline.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/timeline/timeline-recalculate-styles.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/timeline/timeline-mark-timeline.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/timeline/timeline-script-tag-2.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/timeline/timeline-paint.html = PASS TIMEOUT -BUGWK56454 WIN : inspector/timeline/timeline-event-dispatch.html = PASS TIMEOUT BUGWK56454 WIN : inspector/elements/mutate-unknown-node.html = PASS TEXT - -// Existing expectation above has been temporarily commented for this test. Please uncomment that one once bug 56454 is fixed. -BUGWK56454 WIN LINUX : inspector/timeline/timeline-parse-html.html = PASS TIMEOUT |