Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: webkit/tools/layout_tests/test_lists/win/tests_fixable.txt

Issue 8778: Collect stderr separately from stdout and append it to the layout test outp... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // These tests are expected to fail until we get around to fixing 1 // These tests are expected to fail until we get around to fixing
2 // them. 2 // them.
3 3
4 // Bug 1124548: Copying with no selection is sometimes supposed to work 4 // Bug 1124548: Copying with no selection is sometimes supposed to work
5 // Also skipped by Apple on Windows (rdar://problem/5015941) 5 // Also skipped by Apple on Windows (rdar://problem/5015941)
6 V8 # LayoutTests/editing/execCommand/copy-without-selection.html = FAIL 6 V8 # LayoutTests/editing/execCommand/copy-without-selection.html = FAIL
7 7
8 // onload race condition due to poorly designed test. 8 // onload race condition due to poorly designed test.
9 // Works fine when run stand-alone. Not needed for Beta. 9 // Works fine when run stand-alone. Not needed for Beta.
10 // Also skipped by Apple on Windows, due to intermittent failure 10 // Also skipped by Apple on Windows, due to intermittent failure
(...skipping 23 matching lines...) Expand all
34 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type 34 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type
35 // even when a request didn't send the header. 35 // even when a request didn't send the header.
36 V8 # LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL 36 V8 # LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL
37 // http://crbug.com/2975 : Need to support upload progress notifications in 37 // http://crbug.com/2975 : Need to support upload progress notifications in
38 // the resource bridge. 38 // the resource bridge.
39 V8 # LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html = FAIL 39 V8 # LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html = FAIL
40 V8 # LayoutTests/http/tests/xmlhttprequest/upload-onprogress-event.html = FAIL 40 V8 # LayoutTests/http/tests/xmlhttprequest/upload-onprogress-event.html = FAIL
41 V8 # LayoutTests/http/tests/xmlhttprequest/upload-progress-events.html = FAIL 41 V8 # LayoutTests/http/tests/xmlhttprequest/upload-progress-events.html = FAIL
42 42
43 // ----------------------------------------------------------------- 43 // -----------------------------------------------------------------
44 // DidStartLoading AND DidStopLoading
45 // -----------------------------------------------------------------
46
47 // These tests would fail if the error messages "DidStartLoading called while
48 // loading" and "DidStopLoading called while not loading" in
49 // test_webview_delegate.cc were switched back from DLOG to LOG. With those
50 // messages disabled they are expected to pass, but they're listed here since
51 // the underlying bug needs fixing (at which point the messages should be
52 // re-enabled).
53 // See http://code.google.com/p/chromium/issues/detail?id=3937
54
55 V8 # LayoutTests/dom/html/level2/html/HTMLFormElement10.html = PASS
56 V8 # LayoutTests/dom/html/level2/html/HTMLFrameElement01.html = PASS
57 V8 # LayoutTests/dom/html/level2/html/HTMLFrameElement02.html = PASS
58 V8 # LayoutTests/dom/html/level2/html/HTMLFrameElement03.html = PASS
59 V8 # LayoutTests/dom/html/level2/html/HTMLFrameElement04.html = PASS
60 V8 # LayoutTests/dom/html/level2/html/HTMLFrameElement05.html = PASS
61 V8 # LayoutTests/dom/html/level2/html/HTMLFrameElement06.html = PASS
62 V8 # LayoutTests/dom/html/level2/html/HTMLFrameElement07.html = PASS
63 V8 # LayoutTests/dom/html/level2/html/HTMLFrameElement08.html = PASS
64 V8 # LayoutTests/dom/html/level2/html/HTMLFrameElement09.html = PASS
65 V8 # LayoutTests/dom/html/level2/html/HTMLFrameSetElement01.html = PASS
66 V8 # LayoutTests/dom/html/level2/html/HTMLFrameSetElement02.html = PASS
67 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement01.html = PASS
68 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement02.html = PASS
69 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement03.html = PASS
70 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement04.html = PASS
71 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement05.html = PASS
72 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement06.html = PASS
73 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement07.html = PASS
74 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement08.html = PASS
75 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement09.html = PASS
76 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement10.html = PASS
77 V8 # LayoutTests/dom/html/level2/html/HTMLIFrameElement11.html = PASS
78 V8 # LayoutTests/fast/css/acid2-pixel.html = PASS
79 V8 # LayoutTests/fast/css/acid2.html = PASS
80 V8 # LayoutTests/fast/css/target-fragment-match.html = PASS
81 V8 # LayoutTests/fast/dom/Document/early-document-access.html = PASS
82 V8 # LayoutTests/fast/dom/Document/open-with-pending-load.html = PASS
83 V8 # LayoutTests/fast/dom/Element/offsetLeft-offsetTop-body-quirk.html = PASS
84 V8 # LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = PASS
85 V8 # LayoutTests/fast/dom/Range/acid3-surround-contents.html = PASS
86 V8 # LayoutTests/fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml = PASS
87 V8 # LayoutTests/fast/dom/Window/window-appendages-cleared.html = PASS
88 V8 # LayoutTests/fast/dom/Window/window-early-properties.html = PASS
89 V8 # LayoutTests/fast/dom/css-cached-import-rule.html = PASS
90 V8 # LayoutTests/fast/dom/exception-no-frame-timeout-crash.html = PASS
91 V8 # LayoutTests/fast/dom/location-hash.html = PASS
92 V8 # LayoutTests/fast/dom/null-document-location-put-crash.html = PASS
93 V8 # LayoutTests/fast/dom/null-document-window-open-crash.html = PASS
94 V8 # LayoutTests/fast/dom/null-document-xmlhttprequest-open.html = PASS
95 V8 # LayoutTests/fast/dom/replaceChild.html = PASS
96 V8 # LayoutTests/fast/dom/wrapper-classes.html = PASS
97 V8 # LayoutTests/fast/encoding/percent-escaping.html = PASS
98 V8 # LayoutTests/fast/events/anchor-image-scrolled-x-y.html = PASS
99 V8 # LayoutTests/fast/events/drag-in-frames.html = PASS
100 V8 # LayoutTests/fast/events/focusingUnloadedFrame.html = PASS
101 V8 # LayoutTests/fast/events/input-image-scrolled-x-y.html = PASS
102 V8 # LayoutTests/fast/events/mouseout-dead-subframe.html = PASS
103 V8 # LayoutTests/fast/events/mouseover-mouseout2.html = PASS
104 V8 # LayoutTests/fast/events/onload-webkit-before-webcore.html = PASS
105 V8 # LayoutTests/fast/events/onloadFrameCrash.html = PASS
106 V8 # LayoutTests/fast/events/onunload-window-property.html = PASS
107 V8 # LayoutTests/fast/events/onunload.html = PASS
108 V8 # LayoutTests/fast/events/open-window-from-another-frame.html = PASS
109 V8 # LayoutTests/fast/events/simulated-key-state.html = PASS
110 V8 # LayoutTests/fast/forms/access-key.html = PASS
111 V8 # LayoutTests/fast/forms/button-state-restore.html = PASS
112 V8 # LayoutTests/fast/forms/document-write.html = PASS
113 V8 # LayoutTests/fast/forms/empty-get.html = PASS
114 V8 # LayoutTests/fast/forms/form-and-frame-interaction-retains-values.html = PAS S
115 V8 # LayoutTests/fast/forms/form-data-encoding-2.html = PASS
116 V8 # LayoutTests/fast/forms/form-data-encoding-normalization-overrun.html = PASS
117 V8 # LayoutTests/fast/forms/form-data-encoding.html = PASS
118 V8 # LayoutTests/fast/forms/form-get-multipart.html = PASS
119 V8 # LayoutTests/fast/forms/form-get-multipart2.html = PASS
120 V8 # LayoutTests/fast/forms/form-get-multipart3.html = PASS
121 V8 # LayoutTests/fast/forms/form-post-urlencoded.html = PASS
122 V8 # LayoutTests/fast/forms/missing-action.html = PASS
123 V8 # LayoutTests/fast/forms/search-display-none-cancel-button.html = PASS
124 V8 # LayoutTests/fast/forms/submit-nil-value-field-assert.html = PASS
125 V8 # LayoutTests/fast/forms/submit-with-base.html = PASS
126 V8 # LayoutTests/fast/forms/textarea-appearance-wrap.html = PASS
127 V8 # LayoutTests/fast/forms/textarea-hard-linewrap-empty.html = PASS
128 V8 # LayoutTests/fast/forms/textarea-hard-linewrap.html = PASS
129 V8 # LayoutTests/fast/forms/textarea-linewrap-dynamic.html = PASS
130 V8 # LayoutTests/fast/forms/textarea-setvalue-submit.html = PASS
131 V8 # LayoutTests/fast/frames/crash-removed-iframe.html = PASS
132 V8 # LayoutTests/fast/frames/empty-frame-document.html = PASS
133 V8 # LayoutTests/fast/frames/frame-display-none-focus.html = PASS
134 V8 # LayoutTests/fast/frames/frame-limit.html = PASS
135 V8 # LayoutTests/fast/frames/iframe-option-crash.xhtml = PASS
136 V8 # LayoutTests/fast/frames/onload-remove-iframe-crash.html = PASS
137 V8 # LayoutTests/fast/frames/viewsource-plain-text-tags.html = PASS
138 V8 # LayoutTests/fast/html/empty-fragment-id-goto-top.html = PASS
139 V8 # LayoutTests/fast/leaks/002.html = PASS
140 V8 # LayoutTests/fast/loader/cancel-load-during-port-block-timer.html = PASS
141 V8 # LayoutTests/fast/loader/data-url-encoding-html.html = PASS
142 V8 # LayoutTests/fast/loader/data-url-encoding-svg.html = PASS
143 V8 # LayoutTests/fast/loader/early-load-cancel.html = PASS
144 V8 # LayoutTests/fast/loader/empty-ref-versus-no-ref.html = PASS
145 V8 # LayoutTests/fast/loader/onunload-form-submit-crash-2.html = PASS
146 V8 # LayoutTests/fast/loader/onunload-form-submit-crash.html = PASS
147 V8 # LayoutTests/fast/overflow/scroll-vertical-not-horizontal.html = PASS
148 V8 # LayoutTests/fast/table/giantCellspacing.html = PASS
149 V8 # LayoutTests/fast/text/reset-drag-on-mouse-down.html = PASS
150 V8 # LayoutTests/fast/xsl/transform-xhr-doc.xhtml = PASS
151 V8 # LayoutTests/http/tests/loading/bad-scheme-subframe.html = PASS
152 V8 # LayoutTests/http/tests/loading/bad-server-subframe.html = PASS
153 V8 # LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html = PASS
154 V8 # LayoutTests/http/tests/misc/acid2-pixel.html = PASS
155 V8 # LayoutTests/http/tests/misc/acid2.html = PASS
156 V8 # LayoutTests/http/tests/misc/isindex-formdata.html = PASS
157 V8 # LayoutTests/http/tests/misc/object-image-error-with-onload.html = PASS
158 V8 # LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = PASS
159 V8 # LayoutTests/http/tests/misc/post-submit-button.html = PASS
160 V8 # LayoutTests/http/tests/misc/redirect-to-about-blank.html = PASS
161 V8 # LayoutTests/http/tests/misc/window-dot-stop.html = PASS
162 V8 # LayoutTests/http/tests/misc/window-open-then-write.html = PASS
163 V8 # LayoutTests/http/tests/multipart/invalid-image-data-standalone.html = PASS
164 V8 # LayoutTests/http/tests/navigation/anchor-basic.html = PASS
165 V8 # LayoutTests/http/tests/navigation/anchor-frames.html = PASS
166 V8 # LayoutTests/http/tests/navigation/anchor-goback.html = PASS
167 V8 # LayoutTests/http/tests/navigation/anchor-subframeload.html = PASS
168 V8 # LayoutTests/http/tests/navigation/document-location-click-timeout.html = PA SS
169 V8 # LayoutTests/http/tests/navigation/error404-basic.html = PASS
170 V8 # LayoutTests/http/tests/navigation/error404-frames.html = PASS
171 V8 # LayoutTests/http/tests/navigation/error404-goback.html = PASS
172 V8 # LayoutTests/http/tests/navigation/error404-subframeload.html = PASS
173 V8 # LayoutTests/http/tests/navigation/fallback-anchor-reload.html = PASS
174 V8 # LayoutTests/http/tests/navigation/javascriptlink-basic.html = PASS
175 V8 # LayoutTests/http/tests/navigation/javascriptlink-goback.html = PASS
176 V8 # LayoutTests/http/tests/navigation/javascriptlink-subframeload.html = PASS
177 V8 # LayoutTests/http/tests/navigation/metaredirect-frames.html = PASS
178 V8 # LayoutTests/http/tests/navigation/metaredirect-goback.html = PASS
179 V8 # LayoutTests/http/tests/navigation/metaredirect-subframeload.html = PASS
180 V8 # LayoutTests/http/tests/navigation/multiple-back-forward-entries.html = PASS
181 V8 # LayoutTests/http/tests/navigation/redirect-cycle.html = PASS
182 V8 # LayoutTests/http/tests/navigation/redirect302-frames.html = PASS
183 V8 # LayoutTests/http/tests/navigation/relativeanchor-frames.html = PASS
184 V8 # LayoutTests/http/tests/navigation/relativeanchor-goback.html = PASS
185 V8 # LayoutTests/http/tests/navigation/reload-subframe-frame.html = PASS
186 V8 # LayoutTests/http/tests/navigation/reload-subframe-iframe.html = PASS
187 V8 # LayoutTests/http/tests/navigation/reload-subframe-object.html = PASS
188 V8 # LayoutTests/http/tests/navigation/restore-form-state-https.html = PASS
189 V8 # LayoutTests/http/tests/navigation/slowmetaredirect-basic.html = PASS
190 V8 # LayoutTests/http/tests/navigation/slowtimerredirect-basic.html = PASS
191 V8 # LayoutTests/http/tests/navigation/success200-basic.html = PASS
192 V8 # LayoutTests/http/tests/navigation/success200-frames-loadsame.html = PASS
193 V8 # LayoutTests/http/tests/navigation/success200-frames.html = PASS
194 V8 # LayoutTests/http/tests/navigation/success200-goback.html = PASS
195 V8 # LayoutTests/http/tests/navigation/success200-loadsame.html = PASS
196 V8 # LayoutTests/http/tests/navigation/success200-reload.html = PASS
197 V8 # LayoutTests/http/tests/navigation/success200-subframeload.html = PASS
198 V8 # LayoutTests/http/tests/navigation/target-frame-from-window.html = PASS
199 V8 # LayoutTests/http/tests/navigation/timerredirect-basic.html = PASS
200 V8 # LayoutTests/http/tests/navigation/timerredirect-frames.html = PASS
201 V8 # LayoutTests/http/tests/navigation/timerredirect-goback.html = PASS
202 V8 # LayoutTests/http/tests/navigation/timerredirect-subframeload.html = PASS
203 V8 # LayoutTests/http/tests/security/cross-frame-access-custom.html = PASS
204 V8 # LayoutTests/http/tests/security/cross-frame-access-frames.html = PASS
205 V8 # LayoutTests/http/tests/security/cross-frame-access-name-getter.html = PASS
206 V8 # LayoutTests/http/tests/xmlhttprequest/event-target.html = PASS
207 V8 # LayoutTests/http/tests/xmlhttprequest/frame-load-cancelled-abort.html = PAS S
208 V8 # LayoutTests/plugins/geturl-replace-query.html = PASS
209 V8 # LayoutTests/plugins/open-and-close-window-with-plugin.html = PASS
210 V8 # LayoutTests/svg/custom/frame-getSVGDocument.html = PASS
211 V8 # LayoutTests/svg/dynamic-updates/SVGAElement-dom-href-attr.html = PASS
212 V8 # LayoutTests/svg/dynamic-updates/SVGAElement-dom-target-attr.html = PASS
213 V8 # LayoutTests/svg/dynamic-updates/SVGAElement-svgdom-href-prop.html = PASS
214 V8 # LayoutTests/svg/dynamic-updates/SVGAElement-svgdom-target-prop.html = PASS
215 V8 # LayoutTests/tables/mozilla/bugs/bug137388-1.html = PASS
216 V8 # LayoutTests/tables/mozilla/bugs/bug137388-2.html = PASS
217 V8 # chrome/fast/dom/navigator-cookieEnabled-no-crash.html = PASS
218 V8 # chrome/fast/dom/window-collection-length-no-crash.html = PASS
219 V8 # pending/css/overflow_hidden.html = PASS
220 V8 # pending/dom/html/level2/html/HTMLFrameElement09.html = PASS
221 V8 # pending/dom/html/level2/html/HTMLIFrameElement11.html = PASS
222 V8 # pending/fast/events/tabindex-focus-blur-all.html = PASS
223 V8 # pending/fast/frames/crash-remove-onload-from-src.html = PASS
224 V8 # pending/fast/history/history_reload.html = PASS
225 V8 # pending/fast/js/const.html = PASS
226 V8 # pending/fast/parser/bad-xml-entity.xml = PASS
227 V8 # pending/http/tests/security/cross-frame-access-frames.html = PASS
228
229 // -----------------------------------------------------------------
44 // TEXT 230 // TEXT
45 // ----------------------------------------------------------------- 231 // -----------------------------------------------------------------
46 232
47 // This class of test fails because of size differences in text runs. 233 // This class of test fails because of size differences in text runs.
48 // Mostly this is because of international text rendering differences. 234 // Mostly this is because of international text rendering differences.
49 235
50 // Bug 1316221: fail now that we use the same font code path in test_shell 236 // Bug 1316221: fail now that we use the same font code path in test_shell
51 // as in Chrome 237 // as in Chrome
52 V8 # LayoutTests/css2.1/t1202-counter-04-b.html = FAIL 238 V8 # LayoutTests/css2.1/t1202-counter-04-b.html = FAIL
53 V8 # LayoutTests/css2.1/t1202-counters-04-b.html = FAIL 239 V8 # LayoutTests/css2.1/t1202-counters-04-b.html = FAIL
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 // Bug 1064038. Image with border="1" drawn without the border. 337 // Bug 1064038. Image with border="1" drawn without the border.
152 V8 # pending/fast/forms/image-border.html = FAIL 338 V8 # pending/fast/forms/image-border.html = FAIL
153 339
154 // Bug 1055396. Vertical scrollbar created when there is no overflow. 340 // Bug 1055396. Vertical scrollbar created when there is no overflow.
155 V8 # pending/fast/forms/textarea-scrollbar-height.html = FAIL 341 V8 # pending/fast/forms/textarea-scrollbar-height.html = FAIL
156 342
157 // ----------------------------------------------------------------- 343 // -----------------------------------------------------------------
158 // Other 344 // Other
159 // ----------------------------------------------------------------- 345 // -----------------------------------------------------------------
160 346
347 // Bug http://code.google.com/p/chromium/issues/detail?id=3942
348 // Stderr output reports error moving/renaming cache folder
349 V8 # LayoutTests/http/tests/security/cross-frame-access-callback-explicit-domain -ALLOW.html = FAIL
350
161 // Bug 865472, this should just need proper pixel test rebaselining. 351 // Bug 865472, this should just need proper pixel test rebaselining.
162 // Also skipped by Apple on Windows (rdar://5723191). 352 // Also skipped by Apple on Windows (rdar://5723191).
163 V8 # LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL 353 V8 # LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL
164 354
165 // Bug: 1143492 355 // Bug: 1143492
166 // Window status should always return a string object 356 // Window status should always return a string object
167 // WebKit does this to match IE, FF also fails this test. 357 // WebKit does this to match IE, FF also fails this test.
168 V8 # LayoutTests/fast/dom/assign-to-window-status.html = FAIL 358 V8 # LayoutTests/fast/dom/assign-to-window-status.html = FAIL
169 359
170 // Bug 905894 360 // Bug 905894
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 V8 # LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html = CRA SH | PASS 1399 V8 # LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html = CRA SH | PASS
1210 V8 # LayoutTests/http/tests/navigation/redirect-cycle.html = FAIL | PASS 1400 V8 # LayoutTests/http/tests/navigation/redirect-cycle.html = FAIL | PASS
1211 1401
1212 // Bug 1341582 1402 // Bug 1341582
1213 V8 # LayoutTests/svg/dom/animated-tearoff-equality.xhtml = FAIL | PASS 1403 V8 # LayoutTests/svg/dom/animated-tearoff-equality.xhtml = FAIL | PASS
1214 V8 # LayoutTests/svg/dom/animated-tearoff-lifespan.xhtml = FAIL | PASS 1404 V8 # LayoutTests/svg/dom/animated-tearoff-lifespan.xhtml = FAIL | PASS
1215 1405
1216 V8 # LayoutTests/http/tests/security/originHeader/origin-header-for-https.html = FAIL | PASS 1406 V8 # LayoutTests/http/tests/security/originHeader/origin-header-for-https.html = FAIL | PASS
1217 V8 # LayoutTests/http/tests/security/originHeader/origin-header-for-data.html = FAIL | PASS 1407 V8 # LayoutTests/http/tests/security/originHeader/origin-header-for-data.html = FAIL | PASS
1218 V8 # LayoutTests/http/tests/security/originHeader/origin-header-for-get.html = F AIL | PASS 1408 V8 # LayoutTests/http/tests/security/originHeader/origin-header-for-get.html = F AIL | PASS
OLDNEW
« no previous file with comments | « webkit/tools/layout_tests/layout_package/test_shell_thread.py ('k') | webkit/tools/test_shell/mac/test_webview_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698