kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 1 | # =========================================================================== # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 2 | # Categories of Skipped Tests # |
| 3 | # =========================================================================== # |
| 4 | # |
| 5 | # Note:Try to add newly skipped tests to the appropriate category. If you create |
| 6 | # a new category, be sure to list it here. If all else fails you can just |
| 7 | # add to the 'unsorted' category at the bottom. |
| 8 | # Where a test is a layout test, rather than plaintext, it can help to run |
| 9 | # it with '--platform mac --ignore-metrics' and add or create a section |
| 10 | # in the category to indicate whether it still failed. |
| 11 | # |
| 12 | # List of Categories: |
| 13 | # |
| 14 | # - Permanently Skipped Tests. |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 15 | # - Disabled features. |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 16 | # - Feature not supported yet. |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 17 | # - Drag and Drop Support in DRT. |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 18 | # - Failing HTTP tests. |
| 19 | # - Failing xmlhttprequest tests |
| 20 | # - Failing inserting tests. |
| 21 | # - Failing pasteboard tests. |
| 22 | # - Failing plugins tests. |
| 23 | # - Failing execCommand tests. |
| 24 | # - Failing Sputnik tests |
| 25 | # - Fluctuating/flakey tests |
| 26 | # - failing media tests |
| 27 | # - Crashing tests due to re-enabled Phonon support in Buildbot's Qt |
| 28 | # - Missing features in our DumpRenderTree implementation |
| 29 | # - failing editing/input tests |
| 30 | # - Failing SVG tests |
| 31 | # - failing animations tests |
| 32 | # - Failing CSS Tests |
| 33 | # - Failing dom/xhtml tests |
| 34 | # - Failing editing/deleting tests |
| 35 | # - Failing editing/selection tests. |
| 36 | # - Failing editing/spelling tests |
| 37 | # - failing editing/style tests |
| 38 | # - failing undo tests |
| 39 | # - failing unsupported-content tests |
| 40 | # - failing fast tests |
| 41 | # - failing fonts tests |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 42 | # - failing security tests |
| 43 | # - failing tables tests |
| 44 | # - Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/ |
| 45 | # - failing transforms tests |
| 46 | # - failing printing tests |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 47 | # - failing websocket tests |
| 48 | # - new tests without expected results |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 49 | # - Qt 4.7 related bugs |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 50 | # - new skipped tests yet to be sorted |
| 51 | |
| 52 | |
| 53 | # =========================================================================== # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 54 | # Permanently Skipped Tests. # |
| 55 | # =========================================================================== # |
| 56 | |
| 57 | # ----- tests that use Objective-C so can never be supported |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 58 | editing/pasteboard/paste-RTFD.html |
| 59 | editing/pasteboard/paste-TIFF.html |
| 60 | |
| 61 | # Skip mac API specific tests |
| 62 | fast/loader/stop-provisional-loads.html |
| 63 | |
| 64 | # =========================================================================== # |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 65 | # Disabled features. # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 66 | # =========================================================================== # |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 67 | |
| 68 | # ENABLE(FULLSCREEN_API) is disabled. |
| 69 | fullscreen |
| 70 | |
| 71 | # ENABLE(INPUT_COLOR) is disabled. |
| 72 | fast/forms/color |
| 73 | |
| 74 | # ENABLE(INPUT_SPEECH) is disabled. |
| 75 | fast/speech |
| 76 | |
| 77 | # ENABLE(MEDIA_STREAM) is disabled. |
| 78 | fast/dom/MediaStream |
| 79 | |
| 80 | # ENABLE(DIRECTORY_UPLOAD) is disabled. |
| 81 | fast/forms/input-file-directory-upload.html |
| 82 | |
| 83 | # ENABLE(INDEXED_DATABASE) is disabled. |
| 84 | storage/indexeddb |
| 85 | |
| 86 | # ENABLE(REQUEST_ANIMATION_FRAME) is disabled. |
| 87 | fast/animation |
| 88 | |
| 89 | # ENABLE(ANIMATION_API) is disabled. |
| 90 | animations/animation-api-1.html |
| 91 | |
| 92 | # ENABLE(WEB_ARCHIVE) is disabled. |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 93 | svg/custom/image-with-prefix-in-webarchive.svg |
| 94 | http/tests/webarchive |
| 95 | webarchive |
| 96 | svg/webarchive |
| 97 | |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 98 | # ENABLE(FILE_SYSTEM) is disabled. |
| 99 | fast/filesystem |
| 100 | http/tests/filesystem |
| 101 | http/tests/security/filesystem-iframe-from-remote.html |
| 102 | |
| 103 | # ENABLE(QUOTA) is disabled. |
| 104 | storage/storageinfo-query-usage.html |
| 105 | storage/storageinfo-request-quota.html |
| 106 | storage/storageinfo-no-callbacks.html |
| 107 | |
| 108 | # ENABLE(WEBGL) is disabled. |
| 109 | http/tests/canvas/webgl |
| 110 | compositing/webgl |
kbr@google.com | 3e37b3c | 2011-06-09 22:02:22 +0000 | [diff] [blame] | 111 | http/tests/security/webgl-remote-read-remote-image-allowed.html |
| 112 | http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html |
| 113 | http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 114 | |
| 115 | # ENABLE(LINK_PREFETCH) is disabled. |
| 116 | fast/dom/HTMLLinkElement/link-and-subresource-test.html |
gavinp@chromium.org | df9d077 | 2011-07-07 22:29:57 +0000 | [diff] [blame] | 117 | fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 118 | fast/dom/HTMLLinkElement/prefetch.html |
| 119 | fast/dom/HTMLLinkElement/prefetch-beforeload.html |
| 120 | fast/dom/HTMLLinkElement/prefetch-onerror.html |
| 121 | fast/dom/HTMLLinkElement/prefetch-onload.html |
| 122 | fast/dom/HTMLLinkElement/prefetch-too-many-clients.html |
| 123 | fast/dom/HTMLLinkElement/prerender.html |
| 124 | fast/dom/HTMLLinkElement/subresource.html |
| 125 | http/tests/misc/link-rel-prefetch-and-subresource.html |
| 126 | http/tests/misc/prefetch-purpose.html |
| 127 | |
| 128 | # ENABLE(DASHBOARD_SUPPORT) is disabled |
| 129 | http/tests/xmlhttprequest/default-content-type-dashboard.html |
| 130 | http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html |
| 131 | svg/custom/embedded-svg-disallowed-in-dashboard.xml |
| 132 | svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html |
| 133 | svg/custom/manually-parsed-svg-disallowed-in-dashboard.html |
| 134 | svg/custom/svg-disallowed-in-dashboard-object.html |
| 135 | |
ossy@webkit.org | c3c6edb | 2011-06-27 07:46:10 +0000 | [diff] [blame] | 136 | # New flexbox is not yet enabled. http://webkit.org/b/62048 |
kbalazs@webkit.org | fc00eea | 2011-06-25 19:02:07 +0000 | [diff] [blame] | 137 | css3/flexbox |
| 138 | |
commit-queue@webkit.org | c916d53 | 2011-06-29 23:54:37 +0000 | [diff] [blame] | 139 | # CSS Regions support not yet enabled. http://webkit.org/b/57312 |
| 140 | fast/regions |
| 141 | |
commit-queue@webkit.org | 96c0923 | 2011-06-30 23:05:33 +0000 | [diff] [blame] | 142 | # CSS Exclusions support not yet enabled. http://webkit.org/b/57311 |
| 143 | fast/exclusions |
| 144 | |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 145 | # USE(V8) |
| 146 | |
| 147 | # v8 i18n extension. |
| 148 | fast/js/i18n-bindings-locale.html |
| 149 | |
| 150 | # JSC does not support setIsolatedWorldSecurityOrigin, (http://webkit.org/b/61540) |
| 151 | http/tests/security/isolatedWorld/cross-origin-xhr.html |
| 152 | |
adele@apple.com | b9d22b1 | 2010-07-09 01:01:14 +0000 | [diff] [blame] | 153 | # This test is for clients that choose to make the missing plugin indicator a button |
| 154 | plugins/clicking-missing-plugin-fires-delegate.html |
| 155 | |
commit-queue@webkit.org | c8368ca | 2011-03-12 05:38:13 +0000 | [diff] [blame] | 156 | # StorageTracker is not enabled. |
| 157 | storage/domstorage/localstorage/storagetracker |
| 158 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 159 | # ----- No User Scripts |
| 160 | userscripts |
bweinstein@apple.com | ba39193 | 2010-09-30 06:26:13 +0000 | [diff] [blame] | 161 | plugins/plugin-document-load-prevented-userscript.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 162 | |
| 163 | # ------ Doesn't support WOFF yet. |
| 164 | fast/css/font-face-woff.html |
| 165 | |
bashi@chromium.org | dcda5d9 | 2011-07-11 02:28:59 +0000 | [diff] [blame] | 166 | # Need to implement getFormValue(). |
| 167 | plugins/form-value.html |
| 168 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 169 | # accessibility support |
| 170 | accessibility |
| 171 | |
| 172 | # Tests requiring 3D_RENDERING and ACCELERATED_COMPOSITING support |
| 173 | transforms/3d |
| 174 | compositing |
| 175 | |
| 176 | fast/loader/subframe-navigate-during-main-frame-load.html |
| 177 | |
mitz@apple.com | b210765 | 2010-06-21 16:54:52 +0000 | [diff] [blame] | 178 | # Hyphenation is not implemented yet. |
| 179 | fast/text/hyphenate-character.html |
| 180 | fast/text/hyphens.html |
ossy@webkit.org | ccf3f74 | 2011-03-16 15:49:17 +0000 | [diff] [blame] | 181 | fast/text/soft-hyphen-4.html |
vestbo@webkit.org | 6fa1358 | 2009-09-29 14:25:21 +0000 | [diff] [blame] | 182 | |
commit-queue@webkit.org | 92c9cfa | 2010-08-23 09:49:29 +0000 | [diff] [blame] | 183 | # https://bugs.webkit.org/show_bug.cgi?id=43332 |
pfeldman@chromium.org | 003e601 | 2011-02-15 10:55:28 +0000 | [diff] [blame] | 184 | inspector/debugger/dom-breakpoints.html |
podivilov@chromium.org | eabad08 | 2011-03-17 15:46:27 +0000 | [diff] [blame] | 185 | inspector/debugger/event-listener-breakpoints.html |
podivilov@chromium.org | 4fb37d1 | 2011-03-15 15:12:14 +0000 | [diff] [blame] | 186 | inspector/debugger/xhr-breakpoints.html |
commit-queue@webkit.org | 92c9cfa | 2010-08-23 09:49:29 +0000 | [diff] [blame] | 187 | |
podivilov@chromium.org | ebf9d3a | 2011-02-28 18:23:06 +0000 | [diff] [blame] | 188 | # https://bugs.webkit.org/show_bug.cgi?id=40300 |
| 189 | inspector/debugger/live-edit.html |
| 190 | |
qi.2.zhang@nokia.com | 6d4b51c | 2011-06-06 23:31:52 +0000 | [diff] [blame] | 191 | # Needs rebaseline |
bdakin@apple.com | 04df637 | 2011-04-07 04:39:55 +0000 | [diff] [blame] | 192 | fast/repaint/scale-page-shrink.html |
bdakin@apple.com | de72288 | 2011-04-02 23:46:28 +0000 | [diff] [blame] | 193 | |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 194 | # =========================================================================== # |
rniwa@webkit.org | 4343327 | 2011-08-01 21:16:33 +0000 | [diff] [blame] | 195 | # Feature not yet supported. # |
| 196 | # =========================================================================== # |
| 197 | |
| 198 | # Tests for WebVTT parser for <track>. Feature is not yet functional. |
| 199 | # https://bugs.webkit.org/show_bug.cgi?id=43668 |
| 200 | media/track/ |
| 201 | |
bashi@chromium.org | 2416da7 | 2011-08-10 19:24:26 +0000 | [diff] [blame] | 202 | # Font feature settings is not implemented. |
| 203 | css3/font-feature-settings-rendering.html |
| 204 | |
rniwa@webkit.org | 4343327 | 2011-08-01 21:16:33 +0000 | [diff] [blame] | 205 | # =========================================================================== # |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 206 | # Drag and Drop Support in DRT. # |
| 207 | # =========================================================================== # |
| 208 | # Drag n drop support on DRT cannot work at the moment because Qt's drag'n'drop |
| 209 | # relies on an X event getting to the main window. In the absence of being able |
| 210 | # to receive this event, running windowless, DRT cannot tell what is being dropped and where. |
| 211 | # Bug: https://bugs.webkit.org/show_bug.cgi?id=31332 |
| 212 | |
| 213 | http/tests/misc/bubble-drag-events.html |
| 214 | http/tests/security/drag-over-remote-content-iframe.html |
| 215 | http/tests/local/drag-over-remote-content.html |
| 216 | http/tests/local/fileapi |
| 217 | http/tests/security/drag-drop-same-unique-origin.html |
commit-queue@webkit.org | 222d6cc | 2011-05-26 04:16:36 +0000 | [diff] [blame] | 218 | http/tests/misc/drag-not-loaded-image.html |
abecsi@webkit.org | 7e33ae1 | 2011-07-06 13:41:12 +0000 | [diff] [blame] | 219 | |
| 220 | # [Qt] DumpRenderTree needs a beginDragWithFiles implementation |
| 221 | # https://bugs.webkit.org/show_bug.cgi?id=50902 |
| 222 | fast/forms/file-input-change-event.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 223 | http/tests/local/blob/send-hybrid-blob.html |
| 224 | http/tests/local/blob/send-sliced-data-blob.html |
| 225 | http/tests/local/formdata |
| 226 | |
laszlo.1.gombos@nokia.com | 7a39f24 | 2011-06-04 11:35:00 +0000 | [diff] [blame] | 227 | fast/files/apply-blob-url-to-img.html |
| 228 | fast/files/apply-blob-url-to-xhr.html |
| 229 | fast/files/file-reader-abort.html |
| 230 | fast/files/read-blob-async.html |
| 231 | fast/files/read-file-async.html |
| 232 | fast/files/workers/worker-apply-blob-url-to-xhr.html |
| 233 | fast/files/workers/worker-read-blob-async.html |
| 234 | fast/files/workers/worker-read-blob-sync.html |
| 235 | fast/files/workers/worker-read-file-async.html |
| 236 | fast/files/workers/worker-read-file-sync.html |
| 237 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 238 | editing/pasteboard/drag-image-in-about-blank-frame.html |
| 239 | editing/pasteboard/files-during-page-drags.html |
ossy@webkit.org | fa85c29 | 2011-06-01 11:03:05 +0000 | [diff] [blame] | 240 | editing/pasteboard/drag-drop-list.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 241 | editing/pasteboard/4947130.html |
| 242 | editing/pasteboard/copy-standalone-image.html |
| 243 | editing/pasteboard/drag-drop-dead-frame.html |
| 244 | editing/pasteboard/drag-drop-input-textarea.html |
leo.yang@torchmobile.com.cn | 08a9c22 | 2011-05-25 01:26:53 +0000 | [diff] [blame] | 245 | editing/pasteboard/drag-drop-input-in-svg.svg |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 246 | editing/pasteboard/drag-drop-iframe-refresh-crash.html |
| 247 | editing/pasteboard/drag-drop-modifies-page.html |
| 248 | editing/pasteboard/drag-drop-url-text.html |
morrita@google.com | ccce70a | 2011-03-15 05:50:57 +0000 | [diff] [blame] | 249 | editing/pasteboard/drop-file-svg.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 250 | editing/pasteboard/drag-image-to-contenteditable-in-iframe.html |
| 251 | editing/pasteboard/drag-selected-image-to-contenteditable.html |
| 252 | editing/pasteboard/drop-link.html |
| 253 | editing/pasteboard/drop-text-without-selection.html |
| 254 | editing/pasteboard/emacs-ctrl-a-k-y.html |
| 255 | editing/pasteboard/emacs-ctrl-k-y-001.html |
| 256 | editing/pasteboard/smart-drag-drop.html |
| 257 | editing/pasteboard/subframe-dragndrop-1.html |
| 258 | editing/pasteboard/get-data-text-plain-drop.html |
| 259 | editing/pasteboard/drop-text-events.html |
| 260 | editing/pasteboard/drop-text-events-sideeffect.html |
commit-queue@webkit.org | 969b452 | 2011-08-10 15:27:17 +0000 | [diff] [blame] | 261 | editing/pasteboard/drag-and-drop-image-contenteditable.html |
| 262 | editing/pasteboard/drag-and-drop-inputimage-contenteditable.html |
| 263 | editing/pasteboard/drag-and-drop-objectimage-contenteditable.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 264 | |
ossy@webkit.org | 8424d09 | 2011-05-03 22:16:47 +0000 | [diff] [blame] | 265 | # data-transfer-items is not a default build option |
| 266 | # See bug https://bugs.webkit.org/show_bug.cgi?id=60068 |
| 267 | editing/pasteboard/data-transfer-items.html |
| 268 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 269 | # Missing drag & drop functionality in DRT |
| 270 | editing/pasteboard/drop-inputtext-acquires-style.html |
| 271 | fast/css/user-drag-none.html |
zimmermann@webkit.org | fc6a236 | 2011-06-01 08:02:19 +0000 | [diff] [blame] | 272 | svg/as-image/drag-svg-as-image.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 273 | fast/forms/slider-delete-while-dragging-thumb.html |
| 274 | |
dcheng@chromium.org | 122eceb | 2011-06-01 21:13:06 +0000 | [diff] [blame] | 275 | # EventSender::dumpFilenameBeingDragged not implemented. |
| 276 | # https://bugs.webkit.org/show_bug.cgi?id=61828 |
| 277 | fast/events/drag-image-filename.html |
| 278 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 279 | # ------- missing drag-and-drop support |
| 280 | # See bug https://bugs.webkit.org/show_bug.cgi?id=31332 |
| 281 | fast/events/drag-parent-node.html |
| 282 | fast/events/drag-and-drop.html |
| 283 | fast/events/drag-and-drop-dataTransfer-types-nocrash.html |
| 284 | fast/events/drag-and-drop-fire-drag-dragover.html |
| 285 | fast/events/ondrop-text-html.html |
yael.aharon@nokia.com | 757e8e0 | 2011-05-27 12:48:21 +0000 | [diff] [blame] | 286 | fast/events/dropzone-001.html |
| 287 | fast/events/dropzone-002.html |
| 288 | fast/events/dropzone-003.html |
| 289 | fast/events/dropzone-004.html |
| 290 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 291 | # caused by: http://trac.webkit.org/changeset/52192 |
| 292 | http/tests/misc/drag-over-iframe-invalid-source-crash.html |
| 293 | |
| 294 | # Missing eventSender.beginDragWithFiles() |
| 295 | fast/dom/Window/window-postmessage-clone-frames.html |
| 296 | |
| 297 | # ------- missing eventSender.beginDragWithFiles |
| 298 | editing/pasteboard/dataTransfer-setData-getData.html |
| 299 | editing/pasteboard/file-drag-to-editable.html |
| 300 | editing/pasteboard/file-input-files-access.html |
| 301 | fast/dom/Window/window-postmessage-clone.html |
| 302 | fast/events/drag-to-navigate.html |
| 303 | fast/events/prevent-drag-to-navigate.html |
| 304 | fast/forms/get-file-upload.html |
| 305 | fast/forms/input-file-re-render.html |
| 306 | fast/events/drag-file-crash.html |
| 307 | http/tests/security/clipboard/clipboard-file-access.html |
| 308 | |
| 309 | # =========================================================================== # |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 310 | # Failing HTTP tests. # |
| 311 | # =========================================================================== # |
| 312 | |
| 313 | # no expected results |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 314 | http/tests/misc/favicon-as-image.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 315 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 316 | # https://bugs.webkit.org/show_bug.cgi?id=34004 |
| 317 | # [Qt] http/tests/misc/slow-loading-mask.html timed out. |
| 318 | http/tests/misc/slow-loading-mask.html |
| 319 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 320 | # No authentication challenge handling |
| 321 | http/tests/loading/basic-credentials-sent-automatically.html |
| 322 | http/tests/loading/basic-auth-resend-wrong-credentials.html |
reni@webkit.org | 7dc4ce7 | 2011-08-18 06:34:55 +0000 | [diff] [blame^] | 323 | http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin.html |
| 324 | http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html |
| 325 | http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 326 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 327 | # This needs more attention! |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 328 | http/tests/misc/acid3.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 329 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 330 | # Page reload does not send any cache control headers. |
| 331 | # https://bugs.webkit.org/show_bug.cgi?id=45598 |
| 332 | # Fixed in Qt 4.8 |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 333 | http/tests/misc/refresh-headers.php |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 334 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 335 | # Benign pixel differences except for: |
| 336 | # +selection start: position 0 of child 5 {IMG} of body |
| 337 | # +selection end: position 1 of child 5 {IMG} of body |
| 338 | # at end. |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 339 | http/tests/security/dataTransfer-set-data-file-url.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 340 | |
| 341 | # Fails with a mysterious unrelated whitespace difference |
| 342 | # We should find out what dumpAsText() is doing wrong |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 343 | http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 344 | |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 345 | # - FAIL: Subframe did not finish loading. |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 346 | http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 347 | |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 348 | # Disabled HTTP subdirs for now, needs investigation. |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 349 | http/tests/media |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 350 | |
robert@webkit.org | ddd9ea5 | 2010-07-03 10:00:40 +0000 | [diff] [blame] | 351 | # --- Failing navigation tests |
| 352 | #CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: fillTestForm |
| 353 | #CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: scrollDocDown |
| 354 | http/tests/navigation/javascriptlink-goback.html |
| 355 | http/tests/navigation/metaredirect-goback.html |
| 356 | http/tests/navigation/timerredirect-goback.html |
| 357 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 358 | # QtWebKit has no multipart support |
| 359 | # https://bugs.webkit.org/show_bug.cgi?id=47059 |
| 360 | # https://webkit.org/b/47060 |
tony@chromium.org | c2d88fd | 2010-06-24 03:25:54 +0000 | [diff] [blame] | 361 | http/tests/multipart/invalid-image-data.html |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 362 | http/tests/multipart/invalid-image-data-standalone.html |
robert@webkit.org | e1934c6 | 2011-01-19 22:14:45 +0000 | [diff] [blame] | 363 | http/tests/misc/timer-vs-loading.html |
tony@chromium.org | c2d88fd | 2010-06-24 03:25:54 +0000 | [diff] [blame] | 364 | http/tests/multipart/policy-ignore-crash.php |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 365 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 366 | # =========================================================================== # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 367 | # Failing xmlhttprequest tests # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 368 | # =========================================================================== # |
hausmann@webkit.org | fc43c8d | 2009-07-17 14:44:11 +0000 | [diff] [blame] | 369 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 370 | # DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail: |
| 371 | # https://bugs.webkit.org/show_bug.cgi?id=32961 |
robert@webkit.org | f22ff11 | 2011-04-20 20:28:49 +0000 | [diff] [blame] | 372 | # Passes against Qt trunk (4e2d549e8b2e34c5bd4c77a4a6eba99ed0912168) but not 4.7.2 |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 373 | http/tests/xmlhttprequest/basic-auth-default.html |
| 374 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 375 | # Skip xmlhttprequest tests - NETWORK_ERR: XMLHttpRequest Exception 101: A network error occured in synchronous requests. |
| 376 | http/tests/xmlhttprequest/logout.html |
| 377 | http/tests/xmlhttprequest/methods-async.html |
| 378 | http/tests/xmlhttprequest/workers/shared-worker-methods.html |
lars | aa8a9ac1 | 2007-10-24 12:33:19 +0000 | [diff] [blame] | 379 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 380 | # Caused by the way Qt caches network connections using user@hostname as the key |
| 381 | # See https://bugs.webkit.org/show_bug.cgi?id=37084 and http://bugreports.qt.nokia.com/browse/QTBUG-9619 |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 382 | # Fixed in Qt 4.8 |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 383 | http/tests/xmlhttprequest/re-login-async.html |
| 384 | http/tests/xmlhttprequest/re-login.html |
| 385 | |
| 386 | # DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail: |
| 387 | # https://bugs.webkit.org/show_bug.cgi?id=32961 |
robert@webkit.org | f22ff11 | 2011-04-20 20:28:49 +0000 | [diff] [blame] | 388 | # Passes against Qt trunk (4e2d549e8b2e34c5bd4c77a4a6eba99ed0912168) but not 4.7.2 |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 389 | http/tests/xmlhttprequest/failed-auth.html |
| 390 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 391 | |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 392 | # Still fail with Qt 4.7.1 |
| 393 | http/tests/xmlhttprequest/cache-override.html |
| 394 | http/tests/xmlhttprequest/cross-origin-authorization.html |
| 395 | http/tests/xmlhttprequest/cross-origin-no-authorization.html |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 396 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 397 | # =========================================================================== # |
| 398 | # Failing inserting tests. # |
| 399 | # =========================================================================== # |
| 400 | # ---- rendertree results OK but suspicious diffs. |
| 401 | editing/inserting/4960120-1.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 402 | editing/inserting/before-after-input-element.html |
| 403 | |
| 404 | # ---- rendertree results OK but diff in editing delegate msgs. |
| 405 | editing/inserting/insert-tab-003.html |
| 406 | editing/inserting/insert-text-with-newlines.html |
| 407 | # Missing textInputController.firstRectForCharacterRange() |
| 408 | editing/inserting/caret-position.html |
xji@chromium.org | 5fa610d | 2010-11-30 00:12:47 +0000 | [diff] [blame] | 409 | fast/dom/tab-in-right-alignment.html |
justin.garcia@apple.com | 0ce7391 | 2011-01-10 05:46:56 +0000 | [diff] [blame] | 410 | svg/text/caret-in-svg-text.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 411 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 412 | editing/inserting/5994480-2.html |
commit-queue@webkit.org | 8a4754e | 2011-05-12 17:35:34 +0000 | [diff] [blame] | 413 | editing/inserting/typing-at-end-of-line.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 414 | |
ariya@webkit.org | e2166ec | 2010-12-24 04:06:26 +0000 | [diff] [blame] | 415 | # http://bugreports.qt.nokia.com/browse/QTBUG-15566 |
| 416 | http/tests/xmlhttprequest/basic-auth-nouser.html |
| 417 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 418 | # =========================================================================== # |
| 419 | # Failing pasteboard tests. # |
| 420 | # =========================================================================== # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 421 | #------ safe to skip. Qt results same as chromium's. Mac drops the 'b' in the final bar, |
| 422 | #------ that looks like a bug. |
| 423 | editing/pasteboard/interchange-newline-2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 424 | # ----- Results appear correct but have suspicious rendertree differences. |
| 425 | editing/pasteboard/pasting-tabs.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 426 | # ----- Rendertree results OK but differences in editing delegate message due to rendering. |
| 427 | # ----- This looks safe to unskip. |
| 428 | editing/pasteboard/paste-xml.xhtml |
dcheng@chromium.org | e5c807a | 2011-03-08 04:49:37 +0000 | [diff] [blame] | 429 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 430 | # =========================================================================== # |
| 431 | # Failing plugins tests. # |
| 432 | # =========================================================================== # |
| 433 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 434 | # ---- https://bugs.webkit.org/show_bug.cgi?id=36721 |
| 435 | plugins/get-url-with-blank-target.html |
robert@webkit.org | 8b52a23 | 2010-06-13 13:29:34 +0000 | [diff] [blame] | 436 | |
robert@webkit.org | ce6930a | 2011-05-20 11:35:24 +0000 | [diff] [blame] | 437 | # ---- plugins rendered in incorrect position ? |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 438 | plugins/embed-attributes-style.html |
robert@webkit.org | ce6930a | 2011-05-20 11:35:24 +0000 | [diff] [blame] | 439 | |
robert@webkit.org | ce6930a | 2011-05-20 11:35:24 +0000 | [diff] [blame] | 440 | # https://bugs.webkit.org/show_bug.cgi?id=60722 |
commit-queue@webkit.org | 21c56c1 | 2011-05-15 14:07:35 +0000 | [diff] [blame] | 441 | http/tests/plugins/plugin-document-has-focus.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 442 | |
robert@webkit.org | ce6930a | 2011-05-20 11:35:24 +0000 | [diff] [blame] | 443 | # [Qt] wrong ref count of npobject |
| 444 | # https://bugs.webkit.org/show_bug.cgi?id=49749 |
| 445 | plugins/refcount-leaks.html |
| 446 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 447 | # =========================================================================== # |
| 448 | # Failing Sputnik tests # |
| 449 | # =========================================================================== # |
jamesr@google.com | 9476e9b | 2011-02-08 03:55:13 +0000 | [diff] [blame] | 450 | sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.html |
| 451 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T1.html |
| 452 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T2.html |
| 453 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T3.html |
| 454 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T4.html |
| 455 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T5.html |
| 456 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T6.html |
| 457 | sputnik/Unicode/Unicode_500/S7.6_A3.1.html |
| 458 | sputnik/Unicode/Unicode_500/S7.6_A3.2.html |
| 459 | sputnik/Unicode/Unicode_500/S7.6_A5.3_T1.html |
| 460 | sputnik/Unicode/Unicode_500/S7.6_A5.3_T2.html |
| 461 | sputnik/Unicode/Unicode_510/S15.5.4.16_A1.html |
| 462 | sputnik/Unicode/Unicode_510/S15.5.4.18_A1.html |
| 463 | sputnik/Unicode/Unicode_510/S7.6_A1.1_T1.html |
| 464 | sputnik/Unicode/Unicode_510/S7.6_A1.1_T2.html |
| 465 | sputnik/Unicode/Unicode_510/S7.6_A1.1_T4.html |
| 466 | sputnik/Unicode/Unicode_510/S7.6_A2.2_T1.html |
| 467 | sputnik/Unicode/Unicode_510/S7.6_A2.2_T2.html |
| 468 | sputnik/Unicode/Unicode_510/S7.6_A2.3.html |
| 469 | sputnik/Unicode/Unicode_510/S7.6_A3.1.html |
| 470 | sputnik/Unicode/Unicode_510/S7.6_A3.2.html |
| 471 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T1.html |
| 472 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T2.html |
| 473 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T4.html |
| 474 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T7.html |
| 475 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T8.html |
| 476 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T9.html |
| 477 | sputnik/Unicode/Unicode_510/S7.6_A5.3_T1.html |
| 478 | sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 479 | |
| 480 | # Failing Sputnik tests on 32 bit |
jamesr@google.com | 9476e9b | 2011-02-08 03:55:13 +0000 | [diff] [blame] | 481 | sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html |
| 482 | sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 483 | |
| 484 | # Failing Sputnik test on 64 bit |
jamesr@google.com | 9476e9b | 2011-02-08 03:55:13 +0000 | [diff] [blame] | 485 | sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent/S11.5.3_A4_T2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 486 | |
| 487 | # Timed out Sputnik tests on ARM |
jamesr@google.com | 9476e9b | 2011-02-08 03:55:13 +0000 | [diff] [blame] | 488 | sputnik/Unicode/Unicode_218/S7.6_A3.1.html |
| 489 | sputnik/Unicode/Unicode_218/S7.6_A3.2.html |
| 490 | sputnik/Unicode/Unicode_218/S7.6_A5.3_T1.html |
| 491 | sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 492 | |
| 493 | # =========================================================================== # |
ossy@webkit.org | 0627c41 | 2009-10-26 12:32:10 +0000 | [diff] [blame] | 494 | # Fluctuating/flakey tests |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 495 | # =========================================================================== # |
ossy@webkit.org | 5c83558 | 2010-01-04 10:05:07 +0000 | [diff] [blame] | 496 | animations/3d/transform-origin-vs-functions.html |
hausmann@webkit.org | e66110c | 2009-09-22 13:16:17 +0000 | [diff] [blame] | 497 | animations/change-one-anim.html |
ossy@webkit.org | 2d266ea | 2009-12-08 00:59:30 +0000 | [diff] [blame] | 498 | fast/frames/sandboxed-iframe-plugins.html |
ossy@webkit.org | 94880d3 | 2009-12-10 07:29:40 +0000 | [diff] [blame] | 499 | fast/frames/sandboxed-iframe-scripting.html |
ossy@webkit.org | 3c47f42 | 2009-12-11 17:30:08 +0000 | [diff] [blame] | 500 | fast/frames/sandboxed-iframe-storage.html |
ossy@webkit.org | 0627c41 | 2009-10-26 12:32:10 +0000 | [diff] [blame] | 501 | http/tests/cookies/simple-cookies-max-age.html |
ossy@webkit.org | ee20b07 | 2009-12-26 09:40:23 +0000 | [diff] [blame] | 502 | http/tests/cookies/simple-cookies-expired.html |
ossy@webkit.org | 0627c41 | 2009-10-26 12:32:10 +0000 | [diff] [blame] | 503 | http/tests/xmlhttprequest/workers/close.html |
ossy@webkit.org | 6b34fc0 | 2009-10-26 17:54:28 +0000 | [diff] [blame] | 504 | http/tests/xmlhttprequest/workers/shared-worker-close.html |
ossy@webkit.org | 3da4ced | 2010-02-16 23:55:05 +0000 | [diff] [blame] | 505 | |
ossy@webkit.org | 576ee87 | 2009-10-26 17:10:26 +0000 | [diff] [blame] | 506 | transitions/change-values-during-transition.html |
vestbo@webkit.org | ce2d866 | 2009-09-03 16:09:54 +0000 | [diff] [blame] | 507 | |
abecsi@webkit.org | e8b53b5 | 2010-07-13 13:43:06 +0000 | [diff] [blame] | 508 | # http/tests/inspector/resource-har-conversion.html is failing on the release bot after r63191 |
| 509 | # webkit.org/b/42162 |
| 510 | http/tests/inspector/resource-har-conversion.html |
| 511 | |
yurys@chromium.org | 6db6382 | 2011-03-16 08:18:29 +0000 | [diff] [blame] | 512 | # [Qt] Some inspector test fail intermittently |
| 513 | # https://bugs.webkit.org/show_bug.cgi?id=42090 |
| 514 | http/tests/inspector/network/network-size.html |
| 515 | # This test consistently fails if run with --singly flag |
| 516 | inspector/timeline/timeline-paint.html |
| 517 | |
| 518 | # https://bugs.webkit.org/show_bug.cgi?id=56453 |
| 519 | # This test will fail if it's the first inspector test to run. |
| 520 | inspector/styles/styles-add-blank-property.html |
| 521 | |
| 522 | # [Qt] New fails caused by change(s) between r79317-r79320. |
yurys@chromium.org | 6db6382 | 2011-03-16 08:18:29 +0000 | [diff] [blame] | 523 | http/tests/inspector/change-iframe-src.html |
podivilov@chromium.org | f4d0ae1 | 2011-03-30 13:53:58 +0000 | [diff] [blame] | 524 | inspector/debugger/open-close-open.html |
yurys@chromium.org | 6db6382 | 2011-03-16 08:18:29 +0000 | [diff] [blame] | 525 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 526 | # [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot |
| 527 | # Fails caused by layoutTestController.display() in fast/frames/flattening/frameset-flattening-subframe-resize.html |
| 528 | # https://bugs.webkit.org/show_bug.cgi?id=37334 |
| 529 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 530 | # Tests that currently fail but perhaps used to work at some point. |
| 531 | fast/dom/open-and-close-by-DOM.html |
| 532 | fast/dom/Window/new-window-opener.html |
| 533 | fast/forms/001.html |
| 534 | fast/forms/focus2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 535 | fast/frames/001.html |
| 536 | fast/text/monospace-width-cache.html |
| 537 | |
| 538 | # Tests that fail randomly. Is this style related? |
| 539 | fast/forms/listbox-width-change.html |
| 540 | fast/forms/plaintext-mode-2.html |
| 541 | fast/forms/menulist-width-change.html |
| 542 | |
ossy@webkit.org | 33fb4ee | 2011-04-08 07:21:32 +0000 | [diff] [blame] | 543 | # Flaky Test: fast/events/tabindex-focus-blur-all.html |
| 544 | # https://bugs.webkit.org/show_bug.cgi?id=52115 |
| 545 | fast/events/tabindex-focus-blur-all.html |
| 546 | |
ossy@webkit.org | d6d0919 | 2011-06-28 08:02:23 +0000 | [diff] [blame] | 547 | # [Qt] http/tests/misc/link-rel-icon-beforeload.html is flakey |
| 548 | # https://bugs.webkit.org/show_bug.cgi?id=63518 |
| 549 | http/tests/misc/link-rel-icon-beforeload.html |
| 550 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 551 | # =========================================================================== # |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 552 | # failing media tests |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 553 | # =========================================================================== # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 554 | |
ossy@webkit.org | 22df467 | 2011-04-06 21:31:55 +0000 | [diff] [blame] | 555 | # [Qt] media tests are flakey |
| 556 | # https://bugs.webkit.org/show_bug.cgi?id=57983 |
| 557 | media |
| 558 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 559 | # https://bugs.webkit.org/show_bug.cgi?id=38376 |
| 560 | media/media-document-audio-size.html |
| 561 | |
| 562 | media/invalid-media-url-crash.html |
| 563 | |
| 564 | # [Qt] media/media-can-play-ogg.html crashes intermittently on the bot |
| 565 | # https://bugs.webkit.org/show_bug.cgi?id=39481 |
| 566 | media/audio-only-video-intrinsic-size.html |
| 567 | |
ossy@webkit.org | 4fb1428 | 2011-02-23 11:05:43 +0000 | [diff] [blame] | 568 | # [Qt] media/controls-without-preload.html is flakey |
| 569 | # https://bugs.webkit.org/show_bug.cgi?id=55028 |
| 570 | media/controls-without-preload.html |
| 571 | |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 572 | media/audio-controls-rendering.html |
alexis.menard@openbossa.org | 54ce743 | 2011-04-06 18:50:06 +0000 | [diff] [blame] | 573 | media/video-currentTime.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 574 | media/audio-data-url.html |
alexis.menard@openbossa.org | 54ce743 | 2011-04-06 18:50:06 +0000 | [diff] [blame] | 575 | media/audio-delete-while-slider-thumb-clicked.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 576 | media/audio-delete-while-step-button-clicked.html |
alexis.menard@openbossa.org | 54ce743 | 2011-04-06 18:50:06 +0000 | [diff] [blame] | 577 | media/audio-mpeg-supported.html |
| 578 | media/audio-mpeg4-supported.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 579 | media/audio-no-installed-engines.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 580 | media/controls-after-reload.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 581 | media/controls-drag-timebar.html |
| 582 | media/controls-right-click-on-timebar.html |
| 583 | media/controls-strict.html |
| 584 | media/controls-styling.html |
| 585 | media/event-attributes.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 586 | media/media-captions.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 587 | media/media-fullscreen-inline.html |
| 588 | media/media-fullscreen-not-in-document.html |
| 589 | media/media-load-event.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 590 | media/unsupported-rtsp.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 591 | media/video-aspect-ratio.html |
| 592 | media/video-autoplay.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 593 | media/video-canvas-source.html |
andreas.kling@nokia.com | 6d0d3ff | 2010-10-29 23:44:29 +0000 | [diff] [blame] | 594 | media/video-canvas-alpha.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 595 | media/video-click-dblckick-standalone.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 596 | media/video-controls-rendering.html |
| 597 | media/video-controls-transformed.html |
| 598 | media/video-controls-visible-audio-only.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 599 | media/video-controls-zoomed.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 600 | media/video-currentTime-set.html |
| 601 | media/video-display-aspect-ratio.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 602 | media/video-display-toggle.html |
| 603 | media/video-document-types.html |
philn@webkit.org | 5fe0236 | 2010-05-03 15:18:31 +0000 | [diff] [blame] | 604 | media/video-duration-known-after-eos.html |
inferno@chromium.org | 5f2ea74 | 2010-12-30 08:29:04 +0000 | [diff] [blame] | 605 | media/video-element-other-namespace-crash.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 606 | media/video-empty-source.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 607 | media/video-layer-crash.html |
| 608 | media/video-load-networkState.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 609 | media/video-loop.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 610 | media/video-no-audio.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 611 | media/video-pause-empty-events.html |
alexis.menard@openbossa.org | 54ce743 | 2011-04-06 18:50:06 +0000 | [diff] [blame] | 612 | media/video-pause-immediately.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 613 | media/video-played-collapse.html |
| 614 | media/video-played-ranges-1.html |
| 615 | media/video-played-reset.html |
| 616 | media/video-play-empty-events.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 617 | media/video-replaces-poster.html |
| 618 | media/video-reverse-play-duration.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 619 | media/video-seeking.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 620 | media/video-seek-past-end-paused.html |
| 621 | media/video-seek-past-end-playing.html |
| 622 | media/video-size.html |
| 623 | media/video-size-intrinsic-scale.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 624 | media/video-source-error.html |
| 625 | media/video-source-error-no-candidate.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 626 | media/video-source-type.html |
| 627 | media/video-source-type-params.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 628 | media/video-timeupdate-during-playback.html |
| 629 | media/video-timeupdate-reverse-play.html |
| 630 | media/video-transformed.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 631 | media/video-volume-slider.html |
| 632 | media/video-width-height.html |
| 633 | media/video-zoom-controls.html |
| 634 | media/video-zoom.html |
| 635 | |
vestbo@webkit.org | 27e2a15 | 2010-08-17 21:36:26 +0000 | [diff] [blame] | 636 | # Video size reported as 0,0 due to how size-hints are reported by QtMultimedia |
| 637 | media/video-poster-delayed.html |
| 638 | |
eric.carlson@apple.com | e28be34 | 2010-08-30 17:18:32 +0000 | [diff] [blame] | 639 | # Test specific to QuickTime media engine |
| 640 | media/video-does-not-loop.html |
| 641 | |
philn@webkit.org | 8212a4f | 2010-09-02 08:25:45 +0000 | [diff] [blame] | 642 | # https://bugs.webkit.org/show_bug.cgi?id=45093 |
| 643 | media/media-can-play-mpeg4-video.html |
| 644 | |
eric.carlson@apple.com | 501c3c9 | 2010-11-01 18:18:43 +0000 | [diff] [blame] | 645 | # https://bugs.webkit.org/show_bug.cgi?id=48617 |
| 646 | media/video-seek-by-small-increment.html |
| 647 | |
philn@webkit.org | 6b4764e | 2010-12-07 20:47:00 +0000 | [diff] [blame] | 648 | # requires video.buffered to be able to return multiple timeranges |
| 649 | http/tests/media/video-buffered.html |
| 650 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 651 | # ============================================================================= # |
| 652 | # Crashing tests due to re-enabled Phonon support in Buildbot's Qt # |
| 653 | # Skip these until a proper solution for the Phonon related crashes found. # |
| 654 | # ============================================================================= # |
ossy@webkit.org | a7b93ac | 2009-12-04 10:37:26 +0000 | [diff] [blame] | 655 | #reproducible command: WebKitTools/Scripts/run-webkit-tests fast/runin/nonblock-runin.html fast/table/ |
| 656 | #crashed: fast/table/"random_test" |
| 657 | #crasher: |
| 658 | fast/runin/nonblock-runin.html |
| 659 | |
| 660 | #reproducible command: WebKitTools/Scripts/run-webkit-tests http/tests/security/local-video-source-from-remote.html http/tests/security/local-video-src-from-remote.html |
| 661 | #crashed: http/tests/security/local-video-src-from-remote.html |
| 662 | #crasher: |
| 663 | http/tests/security/local-video-source-from-remote.html |
| 664 | |
vestbo@webkit.org | afc5012 | 2009-09-04 15:34:44 +0000 | [diff] [blame] | 665 | # ============================================================================= # |
| 666 | # Missing features in our DumpRenderTree implementation # |
| 667 | # ============================================================================= # |
| 668 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 669 | # DumpRenderTree code to enable Java is currently a no-op |
| 670 | java |
| 671 | |
| 672 | # Missing DRT ability to override 'standard' preferences. |
| 673 | fast/dom/Window/timer-resume-on-navigation-back.html |
| 674 | loader/go-back-to-different-window-size.html |
| 675 | |
aroben@apple.com | 9a72513 | 2010-11-30 15:25:59 +0000 | [diff] [blame] | 676 | # Missing layoutTestController.findString() http://webkit.org/b/50236 |
commit-queue@webkit.org | 8783f28 | 2011-06-12 21:24:09 +0000 | [diff] [blame] | 677 | editing/text-iterator/findString.html |
mitz@apple.com | b642f7c | 2010-11-30 07:25:39 +0000 | [diff] [blame] | 678 | |
ossy@webkit.org | 4032abd | 2010-12-08 11:23:34 +0000 | [diff] [blame] | 679 | # Missing layoutTestController.testRepaint() |
| 680 | fast/repaint/table-writing-modes-h.html |
| 681 | fast/repaint/table-writing-modes-v.html |
ossy@webkit.org | c22c277 | 2010-12-20 09:23:58 +0000 | [diff] [blame] | 682 | fast/repaint/text-emphasis-h.html |
| 683 | fast/repaint/text-emphasis-v.html |
ossy@webkit.org | 4032abd | 2010-12-08 11:23:34 +0000 | [diff] [blame] | 684 | |
robert@webkit.org | d1b7044 | 2010-06-19 11:02:54 +0000 | [diff] [blame] | 685 | # This requires didClearWindowObjectForFrameInIsolatedWorld foo in FrameLoaderClient |
| 686 | http/tests/security/isolatedWorld/didClearWindowObject.html |
| 687 | # This needs more investigation |
| 688 | http/tests/security/isolatedWorld/world-reuse.html |
ossy@webkit.org | 420f04c | 2010-01-22 12:56:31 +0000 | [diff] [blame] | 689 | |
ossy@webkit.org | 2df68bd | 2010-04-19 16:41:05 +0000 | [diff] [blame] | 690 | # Missing layoutTestController.dumpWillCacheResponse |
| 691 | http/tests/misc/willCacheResponse-delegate-callback.html |
vestbo@webkit.org | afc5012 | 2009-09-04 15:34:44 +0000 | [diff] [blame] | 692 | |
ossy@webkit.org | fd8bb22 | 2010-12-15 08:10:13 +0000 | [diff] [blame] | 693 | # Missing layoutTestController.setHandlesAuthenticationChallenges() |
| 694 | http/tests/misc/authentication-sent-to-redirect.html |
| 695 | |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 696 | # ------- broken ICO file decoding |
| 697 | fast/images/favicon-as-image.html |
| 698 | fast/images/icon-0colors.html |
| 699 | fast/images/icon-decoding.html |
| 700 | |
ossy@webkit.org | 5de9958 | 2009-11-09 11:08:58 +0000 | [diff] [blame] | 701 | # ------- missing ruby annotation support for japanese fonts |
rolandsteiner@chromium.org | 131f358 | 2010-10-13 07:25:57 +0000 | [diff] [blame] | 702 | fast/ruby/ruby-beforeafter.html |
ossy@webkit.org | 5de9958 | 2009-11-09 11:08:58 +0000 | [diff] [blame] | 703 | fast/ruby/ruby-empty-rt.html |
| 704 | fast/ruby/ruby-length.html |
| 705 | fast/ruby/ruby-run-break.html |
| 706 | fast/ruby/ruby-runs-spans.html |
| 707 | fast/ruby/ruby-runs.html |
| 708 | fast/ruby/ruby-simple-rp.html |
| 709 | fast/ruby/ruby-simple.html |
| 710 | fast/ruby/ruby-trailing.html |
| 711 | fast/ruby/rubyDOM-insert-rt.html |
| 712 | fast/ruby/rubyDOM-insert-text1.html |
| 713 | fast/ruby/rubyDOM-insert-text2.html |
| 714 | fast/ruby/rubyDOM-insert-text3.html |
| 715 | fast/ruby/rubyDOM-remove-rt1.html |
| 716 | fast/ruby/rubyDOM-remove-rt2.html |
| 717 | fast/ruby/rubyDOM-remove-text1.html |
| 718 | fast/ruby/rubyDOM-remove-text2.html |
| 719 | |
ossy@webkit.org | a5d0ad0 | 2011-04-13 00:18:04 +0000 | [diff] [blame] | 720 | # [Qt] http/tests/misc/favicon-loads-with-icon-loading-override.html fails |
| 721 | # https://bugs.webkit.org/show_bug.cgi?id=58396 |
| 722 | http/tests/misc/favicon-loads-with-icon-loading-override.html |
| 723 | |
ossy@webkit.org | 76bf3a8 | 2011-08-02 11:00:53 +0000 | [diff] [blame] | 724 | # Missing layoutTestController.setAlwaysAcceptCookies - implemented for Qt version >= 4.8 |
ossy@webkit.org | a3ecf8c | 2011-08-02 10:57:53 +0000 | [diff] [blame] | 725 | http/tests/security/cookies/third-party-cookie-blocking-main-frame.html |
| 726 | http/tests/security/cookies/third-party-cookie-blocking-user-action.html |
| 727 | http/tests/security/cookies/third-party-cookie-blocking.html |
| 728 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 729 | # ============================================================================= # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 730 | # Failing SVG tests |
| 731 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 732 | |
| 733 | svg/batik/filters/feTile.svg |
| 734 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 735 | svg/dom/length-list-parser.html |
| 736 | svg/css/group-with-shadow.svg |
| 737 | svg/filters/big-sized-filter-2.svg |
| 738 | svg/filters/big-sized-filter.svg |
| 739 | svg/filters/feDisplacementMap.svg |
| 740 | svg/filters/filterRes.svg |
| 741 | svg/css/composite-shadow-example.html |
| 742 | svg/css/composite-shadow-with-opacity.html |
lars | fe7751b | 2007-10-05 08:57:06 +0000 | [diff] [blame] | 743 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 744 | # --- to be reviewed |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 745 | svg/batik/paints/gradientLimit.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 746 | svg/batik/text/textLayout.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 747 | svg/batik/text/textOnPathSpaces.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 748 | svg/batik/text/textStyles.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 749 | svg/batik/text/verticalText.svg |
| 750 | svg/batik/text/xmlSpace.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 751 | svg/custom/hit-test-with-br.xhtml |
ossy@webkit.org | 05ae9dd | 2011-02-18 23:42:03 +0000 | [diff] [blame] | 752 | svg/custom/feComponentTransfer-Discrete.svg |
| 753 | svg/custom/feComponentTransfer-Gamma.svg |
| 754 | svg/custom/feComponentTransfer-Linear.svg |
| 755 | svg/custom/feComponentTransfer-Table.svg |
| 756 | svg/custom/feDisplacementMap-01.svg |
ossy@webkit.org | 05ae9dd | 2011-02-18 23:42:03 +0000 | [diff] [blame] | 757 | svg/custom/js-late-pattern-and-object-creation.svg |
| 758 | svg/custom/js-late-pattern-creation.svg |
| 759 | svg/custom/junk-data.svg |
ossy@webkit.org | 05ae9dd | 2011-02-18 23:42:03 +0000 | [diff] [blame] | 760 | svg/custom/missing-xlink.svg |
| 761 | svg/custom/path-bad-data.svg |
ossy@webkit.org | 05ae9dd | 2011-02-18 23:42:03 +0000 | [diff] [blame] | 762 | svg/custom/visibility-override-filter.svg |
| 763 | svg/custom/stroke-width-click.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 764 | svg/text/text-fonts-01-t.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 765 | svg/text/text-intro-05-t.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 766 | svg/text/text-tselect-02-f.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 767 | svg/W3C-SVG-1.1/animate-elem-80-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 768 | svg/W3C-SVG-1.1/coords-viewattr-01-b.svg |
| 769 | svg/W3C-SVG-1.1/coords-viewattr-02-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 770 | svg/W3C-SVG-1.1/filters-image-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 771 | svg/W3C-SVG-1.1/filters-offset-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 772 | svg/W3C-SVG-1.1/fonts-desc-02-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 773 | svg/W3C-SVG-1.1/fonts-glyph-04-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 774 | svg/W3C-SVG-1.1/metadata-example-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 775 | svg/W3C-SVG-1.1/paths-data-10-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 776 | svg/W3C-SVG-1.1/shapes-polyline-01-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 777 | svg/W3C-SVG-1.1/struct-cond-02-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 778 | svg/W3C-SVG-1.1/text-fonts-01-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 779 | svg/W3C-SVG-1.1/text-intro-05-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 780 | svg/W3C-SVG-1.1/text-tselect-02-f.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 781 | svg/hixie/cascade/002.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 782 | svg/hixie/data-types/002.xhtml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 783 | svg/hixie/error/012.xml |
hausmann@webkit.org | 9f6c293 | 2008-05-26 12:29:11 +0000 | [diff] [blame] | 784 | |
ossy@webkit.org | 91b5de1 | 2011-03-16 16:52:49 +0000 | [diff] [blame] | 785 | # --- missing test fonts |
| 786 | svg/W3C-I18N/g-dirLTR-ubNone.svg |
| 787 | svg/W3C-I18N/g-dirLTR-ubOverride.svg |
| 788 | svg/W3C-I18N/g-dirRTL-ubNone.svg |
| 789 | svg/W3C-I18N/g-dirRTL-ubOverride.svg |
| 790 | svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg |
| 791 | svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg |
| 792 | svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg |
| 793 | svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg |
| 794 | svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg |
| 795 | svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg |
| 796 | svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg |
| 797 | svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg |
| 798 | svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg |
| 799 | svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg |
| 800 | svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg |
| 801 | svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg |
| 802 | svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg |
| 803 | svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg |
| 804 | svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg |
| 805 | svg/W3C-I18N/text-anchor-no-markup.svg |
| 806 | svg/W3C-I18N/text-dirLTR-ubNone.svg |
| 807 | svg/W3C-I18N/text-dirLTR-ubOverride.svg |
| 808 | svg/W3C-I18N/text-dirRTL-ubNone.svg |
| 809 | svg/W3C-I18N/text-dirRTL-ubOverride.svg |
| 810 | svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg |
| 811 | svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg |
| 812 | svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg |
| 813 | svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg |
| 814 | svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg |
| 815 | svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg |
| 816 | svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg |
| 817 | svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context.svg |
| 818 | svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context.svg |
| 819 | svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context.svg |
| 820 | svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context.svg |
| 821 | svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context.svg |
| 822 | svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context.svg |
| 823 | svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context.svg |
| 824 | svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context.svg |
| 825 | svg/W3C-I18N/tspan-direction-ltr.svg |
| 826 | svg/W3C-I18N/tspan-direction-rtl.svg |
ossy@webkit.org | 752f648 | 2011-03-16 17:22:50 +0000 | [diff] [blame] | 827 | svg/W3C-SVG-1.1/text-fonts-01-t.svg |
| 828 | svg/W3C-SVG-1.1/text-intro-05-t.svg |
| 829 | svg/W3C-SVG-1.1/text-tselect-02-f.svg |
ossy@webkit.org | 91b5de1 | 2011-03-16 16:52:49 +0000 | [diff] [blame] | 830 | svg/W3C-SVG-1.1-SE/text-intro-02-b.svg |
| 831 | svg/W3C-SVG-1.1-SE/text-intro-05-t.svg |
| 832 | svg/W3C-SVG-1.1-SE/text-intro-09-b.svg |
| 833 | svg/text/bidi-reorder-value-lists.svg |
| 834 | svg/text/bidi-text-anchor-direction.svg |
| 835 | svg/text/bidi-text-query.svg |
| 836 | svg/text/bidi-tspans.svg |
ossy@webkit.org | 752f648 | 2011-03-16 17:22:50 +0000 | [diff] [blame] | 837 | svg/text/text-fonts-01-t.svg |
| 838 | svg/text/text-intro-05-t.svg |
| 839 | svg/text/text-tselect-02-f.svg |
ossy@webkit.org | 91b5de1 | 2011-03-16 16:52:49 +0000 | [diff] [blame] | 840 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 841 | # ============================================================================= # |
| 842 | # failing animations tests |
| 843 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 844 | # Needs expected results |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 845 | animations/animation-drt-api.html |
| 846 | animations/animation-drt-api-multiple-keyframes.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 847 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 848 | # ============================================================================= # |
| 849 | # Failing CSS Tests |
| 850 | # ============================================================================= # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 851 | # REGRESSION (r53450) - skipped until fix |
| 852 | # https://bugs.webkit.org/show_bug.cgi?id=33834 |
| 853 | css1/box_properties/acid_test.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 854 | |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 855 | css2.1/t051201-c23-first-line-00-b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 856 | css2.1/t1004-c43-rpl-ibx-00-d-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 857 | css2.1/t100801-c544-valgn-01-d-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 858 | css2.1/t100801-c548-ln-ht-02-b-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 859 | css2.1/t1008-c44-ln-box-02-d-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 860 | css2.1/t1202-counters-04-b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 861 | css2.1/t1601-c547-indent-00-b-a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 862 | css2.1/t1602-c43-center-00-d-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 863 | css2.1/t1604-c541-word-sp-00-b-a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 864 | css2.1/t1604-c542-letter-sp-00-b-a.html |
| 865 | css2.1/t1604-c542-letter-sp-01-b-a.html |
| 866 | css2.1/t1605-c545-txttrans-00-b-ag.html |
hausmann@webkit.org | a4200b64 | 2009-09-30 12:16:33 +0000 | [diff] [blame] | 867 | css2.1/t140201-c534-bgreps-00-c-ag.html |
| 868 | css2.1/t140201-c534-bgreps-01-c-ag.html |
| 869 | css2.1/t140201-c534-bgreps-02-c-ag.html |
| 870 | css2.1/t140201-c534-bgreps-03-c-ag.html |
| 871 | css2.1/t140201-c534-bgreps-04-c-ag.html |
| 872 | css2.1/t140201-c534-bgreps-05-c-ag.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 873 | |
ossy@webkit.org | 1b8f2e4 | 2011-06-15 10:03:44 +0000 | [diff] [blame] | 874 | # [Qt] css2.1/20110323/inline-non-replaced-height-* tests fail |
| 875 | # https://bugs.webkit.org/show_bug.cgi?id=62710 |
| 876 | css2.1/20110323/inline-non-replaced-height-002.htm |
| 877 | css2.1/20110323/inline-non-replaced-height-003.htm |
| 878 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 879 | # ============================================================================= # |
| 880 | # Failing dom/xhtml tests |
| 881 | # ============================================================================= # |
| 882 | dom/xhtml/level3/core/canonicalform08.xhtml |
| 883 | dom/xhtml/level3/core/canonicalform09.xhtml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 884 | dom/xhtml/level3/core/documentgetinputencoding03.xhtml |
| 885 | dom/xhtml/level3/core/entitygetinputencoding02.xhtml |
| 886 | dom/xhtml/level3/core/entitygetxmlversion02.xhtml |
| 887 | dom/xhtml/level3/core/nodegetbaseuri05.xhtml |
| 888 | dom/xhtml/level3/core/nodegetbaseuri07.xhtml |
| 889 | dom/xhtml/level3/core/nodegetbaseuri09.xhtml |
| 890 | dom/xhtml/level3/core/nodegetbaseuri10.xhtml |
| 891 | dom/xhtml/level3/core/nodegetbaseuri11.xhtml |
| 892 | dom/xhtml/level3/core/nodegetbaseuri15.xhtml |
| 893 | dom/xhtml/level3/core/nodegetbaseuri17.xhtml |
| 894 | dom/xhtml/level3/core/nodegetbaseuri18.xhtml |
| 895 | dom/xhtml/level3/core/nodelookupnamespaceuri01.xhtml |
| 896 | dom/xhtml/level3/core/nodelookupprefix19.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 897 | |
| 898 | # ============================================================================= # |
| 899 | # Failing editing/deleting tests |
| 900 | # ============================================================================= # |
| 901 | |
| 902 | # -- fail with --platform mac --ignore-metrics |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 903 | editing/deleting/delete-block-table.html |
ossy@webkit.org | 48c74ec8f8 | 2011-08-01 16:01:39 +0000 | [diff] [blame] | 904 | editing/deleting/delete-ligature-001.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 905 | editing/deleting/delete-tab-001.html |
| 906 | editing/deleting/delete-tab-002.html |
| 907 | editing/deleting/delete-tab-003.html |
| 908 | editing/deleting/delete-tab-004.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 909 | |
robert@webkit.org | 1585794 | 2010-05-03 15:39:54 +0000 | [diff] [blame] | 910 | # =========================================================================== # |
| 911 | # Failing editing/selection tests. # |
| 912 | # =========================================================================== # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 913 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 914 | # This seems to pass now! |
| 915 | editing/selection/extend-selection-after-double-click.html |
| 916 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 917 | # -- fail with --platform mac --ignore-metrics |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 918 | editing/selection/doubleclick-beside-cr-span.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 919 | editing/selection/hit-test-anonymous.html |
| 920 | editing/selection/4895428-1.html |
| 921 | editing/selection/4895428-4.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 922 | editing/selection/5232159.html |
| 923 | editing/selection/5333725.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 924 | editing/selection/contains-boundaries.html |
| 925 | editing/selection/designmode-no-caret.html |
| 926 | editing/selection/drag-to-contenteditable-iframe.html |
| 927 | editing/selection/fake-drag.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 928 | editing/selection/select-from-textfield-outwards.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 929 | editing/selection/move-left-right.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 930 | editing/selection/move-past-trailing-space.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 931 | |
ossy@webkit.org | 7a5a5b6 | 2011-01-21 12:16:20 +0000 | [diff] [blame] | 932 | # https://bugs.webkit.org/show_bug.cgi?id=52883 |
| 933 | editing/selection/rtl-move-selection-right-left.html |
| 934 | |
commit-queue@webkit.org | ddd8f6d | 2010-08-17 01:19:45 +0000 | [diff] [blame] | 935 | # [Qt] editing tests fails after r54980 |
| 936 | # https://bugs.webkit.org/show_bug.cgi?id=35145 |
commit-queue@webkit.org | ddd8f6d | 2010-08-17 01:19:45 +0000 | [diff] [blame] | 937 | editing/selection/extend-after-mouse-selection.html |
| 938 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 939 | # stderr |
| 940 | editing/selection/editable-links.html |
| 941 | editing/selection/drag-text-delay.html |
| 942 | |
| 943 | # https://bugs.webkit.org/show_bug.cgi?id=38656 |
| 944 | editing/selection/shift-click.html |
| 945 | |
| 946 | # -- pass with --platform mac --ignore-metrics |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 947 | editing/selection/extend-selection-bidi.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 948 | editing/selection/caret-rtl-2.html |
| 949 | editing/selection/caret-rtl.html |
robert@webkit.org | 1585794 | 2010-05-03 15:39:54 +0000 | [diff] [blame] | 950 | |
ojan@chromium.org | 1ce008c | 2010-07-08 23:51:58 +0000 | [diff] [blame] | 951 | # https://bugs.webkit.org/show_bug.cgi?id=41918 |
| 952 | editing/selection/5195166-1.html |
robert@webkit.org | 1585794 | 2010-05-03 15:39:54 +0000 | [diff] [blame] | 953 | |
philn@webkit.org | fd50428 | 2010-09-21 06:54:09 +0000 | [diff] [blame] | 954 | # and https://bugs.webkit.org/show_bug.cgi?id=45021 |
| 955 | media/context-menu-actions.html |
philn@webkit.org | 88a209f | 2010-09-16 16:06:46 +0000 | [diff] [blame] | 956 | |
ossy@webkit.org | 1deabf2 | 2011-01-24 14:24:10 +0000 | [diff] [blame] | 957 | # RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line |
| 958 | # https://bugs.webkit.org/show_bug.cgi?id=51517 |
| 959 | editing/selection/extend-to-line-boundary.html |
| 960 | |
rniwa@webkit.org | d5b8cc0 | 2011-06-16 21:17:49 +0000 | [diff] [blame] | 961 | # [Qt] editing/selection/move-vertically-with-paddings-borders.html fails |
| 962 | # https://bugs.webkit.org/show_bug.cgi?id=62821 |
| 963 | editing/selection/move-vertically-with-paddings-borders.html |
| 964 | |
reni@webkit.org | 7dc4ce7 | 2011-08-18 06:34:55 +0000 | [diff] [blame^] | 965 | # [Qt] editing/selection/collapse/collapse-selection-in-bidi.html fails |
| 966 | # https://bugs.webkit.org/show_bug.cgi?id=66431 |
| 967 | editing/selection/collapse/collapse-selection-in-bidi.html |
| 968 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 969 | # ============================================================================= # |
| 970 | # Failing editing/spelling tests |
| 971 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 972 | # Need to dump context menu items on eventSender.contextClick(true). |
| 973 | # https://bugs.webkit.org/show_bug.cgi?id=39103 |
| 974 | editing/spelling/context-menu-suggestions.html |
| 975 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 976 | # -- fail with --platform mac --ignore-metrics |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 977 | editing/spelling/inline_spelling_markers.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 978 | editing/spelling/spelling-linebreak.html |
| 979 | |
| 980 | # -- pass with --platform mac --ignore-metrics |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 981 | editing/spelling/spellcheck-attribute.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 982 | editing/spelling/spelling.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 983 | |
ossy@webkit.org | 5a7bf75 | 2011-03-02 14:45:44 +0000 | [diff] [blame] | 984 | # textInputController.hasMarkedText() is not implemented. |
| 985 | editing/input/setting-input-value-cancel-ime-composition.html |
| 986 | |
commit-queue@webkit.org | 77ba145 | 2010-09-03 10:36:04 +0000 | [diff] [blame] | 987 | # textInputController.hasSpellingMarkers() is not implemented. |
morrita@google.com | 3cb95c7 | 2010-11-05 04:58:51 +0000 | [diff] [blame] | 988 | editing/spelling/spelling-hasspellingmarker.html |
commit-queue@webkit.org | 77ba145 | 2010-09-03 10:36:04 +0000 | [diff] [blame] | 989 | |
adele@apple.com | aeeb7f1 | 2011-03-28 21:48:28 +0000 | [diff] [blame] | 990 | # textInputController.hasGrammarMarkers() is not implemented. |
| 991 | editing/spelling/grammar.html |
| 992 | |
morrita@google.com | 00b3f0f | 2010-09-09 03:26:17 +0000 | [diff] [blame] | 993 | # https://bugs.webkit.org/show_bug.cgi?id=45435 |
| 994 | editing/spelling/spelling-backspace-between-lines.html |
| 995 | |
morrita@google.com | d165d1d | 2010-10-28 10:41:58 +0000 | [diff] [blame] | 996 | editing/spelling/spelling-attribute-change.html |
morrita@google.com | 447109a | 2010-11-02 06:34:26 +0000 | [diff] [blame] | 997 | editing/spelling/spelling-attribute-at-child.html |
morrita@google.com | d165d1d | 2010-10-28 10:41:58 +0000 | [diff] [blame] | 998 | |
morrita@google.com | 7a18fee | 2010-12-13 06:06:19 +0000 | [diff] [blame] | 999 | # EditorClient::requestCheckingOfString() is not implemented |
| 1000 | editing/spelling/spellcheck-paste.html |
| 1001 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1002 | # ============================================================================= # |
| 1003 | # failing editing/style tests |
| 1004 | # ============================================================================= # |
| 1005 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1006 | editing/style/style-3681552-fix-002.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1007 | editing/style/style-3681552-fix-001.html |
| 1008 | editing/style/typing-style-001.html |
| 1009 | editing/style/typing-style-002.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1010 | editing/style/style-boundary-002.html |
| 1011 | editing/style/style-boundary-003.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1012 | editing/style/style-boundary-005.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1013 | |
| 1014 | # ============================================================================= # |
| 1015 | # failing undo tests |
| 1016 | # ============================================================================= # |
| 1017 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1018 | # ============================================================================= # |
| 1019 | # failing unsupported-content tests |
| 1020 | # ============================================================================= # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1021 | |
| 1022 | # ============================================================================= # |
| 1023 | # failing fast tests |
| 1024 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1025 | |
ossy@webkit.org | 70d3e78 | 2011-04-05 10:35:36 +0000 | [diff] [blame] | 1026 | # [Qt] fast/ruby/overhang* tests fail |
| 1027 | # https://bugs.webkit.org/show_bug.cgi?id=57824 |
| 1028 | fast/ruby/overhang-horizontal.html |
| 1029 | fast/ruby/overhang-vertical.html |
| 1030 | |
ossy@webkit.org | 71bb4c5 | 2010-06-14 20:05:21 +0000 | [diff] [blame] | 1031 | # [Qt] fast/text/justify-padding-distribution.html fails |
| 1032 | # https://bugs.webkit.org/show_bug.cgi?id=40584 |
| 1033 | fast/text/justify-padding-distribution.html |
| 1034 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1035 | # This test fails because Qt does not support conditionals in unicode special casing. |
| 1036 | # See also http://trolltech.com/developer/task-tracker/index_html?id=212870&method=entry |
| 1037 | fast/css/case-transform.html |
| 1038 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1039 | # New test hangs QT bot |
| 1040 | # Discussed in https://bugs.webkit.org/show_bug.cgi?id=38928 |
| 1041 | fast/loader/recursive-before-unload-crash.html |
| 1042 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1043 | # REGRESSION (r53450) - skipped until fix |
| 1044 | # https://bugs.webkit.org/show_bug.cgi?id=33834 |
| 1045 | fast/forms/textarea-scrollbar-height.html |
| 1046 | # Final four tests before Qt buildbot is green |
| 1047 | # https://bugs.webkit.org/show_bug.cgi?id=27914 |
| 1048 | fast/css/positioned-overflow-scroll.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1049 | # This port doesn't support detecting slow unload handlers. |
| 1050 | fast/dom/Window/slow-unload-handler.html |
| 1051 | fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html |
| 1052 | # Need rebaseline: https://bugs.webkit.org/show_bug.cgi?id=26830 |
| 1053 | fast/multicol/single-line.html |
| 1054 | # validationMessage: https://bugs.webkit.org/show_bug.cgi?id=27959 |
| 1055 | fast/forms/validationMessage.html |
| 1056 | fast/css/color-correction-backgrounds-and-text.html |
| 1057 | fast/css/color-correction-on-background-image.html |
| 1058 | fast/css/color-correction-on-backgrounds.html |
| 1059 | fast/css/color-correction-on-box-shadow.html |
| 1060 | fast/css/color-correction-on-text-shadow.html |
| 1061 | fast/css/color-correction-on-text.html |
| 1062 | fast/css/color-correction-untagged-images.html |
| 1063 | fast/css/color-correction.html |
| 1064 | |
| 1065 | fast/block/positioning/relative-positioned-inline-container.html |
| 1066 | fast/repaint/block-selection-gap-in-composited-layer.html |
| 1067 | fast/repaint/block-selection-gap-in-table-cell.html |
| 1068 | fast/repaint/block-selection-gap-stale-cache-2.html |
| 1069 | fast/repaint/block-selection-gap-stale-cache.html |
| 1070 | fast/repaint/inline-overflow.html |
| 1071 | fast/repaint/inline-relative-positioned.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1072 | # eventSender missing touchCancel() and cancelTouchPoint() |
| 1073 | fast/events/touch/send-oncancel-event.html |
| 1074 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1075 | # Relies on WebKit API [WebView _loadBackForwardListFromOtherView:] |
| 1076 | fast/loader/crash-copying-backforwardlist.html |
| 1077 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1078 | # Needs platform specific API implemented in DRT, maybe not relevant for non-Mac and non-Windows ports |
| 1079 | fast/loader/api-test-new-window-data-load-base-url.html |
| 1080 | fast/loader/api-test-go-to-current-back-forward-item.html |
| 1081 | |
| 1082 | # Slider tests that need new results |
| 1083 | fast/forms/slider-padding.html |
| 1084 | fast/forms/slider-thumb-shared-style.html |
| 1085 | fast/forms/slider-thumb-stylability.html |
| 1086 | fast/forms/slider-zoomed.html |
| 1087 | fast/forms/slider-mouse-events.html |
| 1088 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1089 | # For some reason crashes when run with all tests. Passes individually. |
| 1090 | fast/forms/multiple-form-submission-protection-mouse.html |
| 1091 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1092 | # https://bugs.webkit.org/show_bug.cgi?id=35973 |
| 1093 | fast/multicol/hit-test-above-or-below.html |
| 1094 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1095 | # Not sure why this is failing on Qt. |
| 1096 | # https://bugs.webkit.org/show_bug.cgi?id=37697 |
| 1097 | fast/url/host.html |
| 1098 | |
| 1099 | # -- fail with --platform mac --ignore-metrics |
| 1100 | fast/box-sizing/percentage-height.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1101 | fast/dom/focus-contenteditable.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1102 | fast/dom/isindex-002.html |
| 1103 | # seems to trigger some bugs/missing features in QTextCodec |
| 1104 | fast/encoding/char-encoding.html |
| 1105 | # QUrl::from/toACE seems to be stricter than what ICU does. |
| 1106 | fast/encoding/idn-security.html |
| 1107 | fast/encoding/xmacroman-encoding-test.html |
| 1108 | fast/encoding/GBK/EUC-CN.html |
| 1109 | fast/encoding/GBK/chinese.html |
| 1110 | fast/encoding/GBK/cn-gb.html |
| 1111 | fast/encoding/GBK/csgb2312.html |
| 1112 | fast/encoding/GBK/csgb231280.html |
| 1113 | fast/encoding/GBK/gb2312.html |
| 1114 | fast/encoding/GBK/gb_2312-80.html |
| 1115 | fast/encoding/GBK/gbk.html |
| 1116 | fast/encoding/GBK/iso-ir-58.html |
| 1117 | fast/encoding/GBK/x-euc-cn.html |
| 1118 | fast/encoding/GBK/x-gbk.html |
| 1119 | fast/events/autoscroll.html |
| 1120 | fast/events/click-count.html |
| 1121 | fast/events/content-changed-during-drop.html |
| 1122 | fast/events/js-keyboard-event-creation.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1123 | fast/events/keypress-insert-tab.html |
| 1124 | fast/events/ondragenter.html |
| 1125 | fast/events/reveal-link-when-focused.html |
| 1126 | fast/events/standalone-image-drag-to-editable.html |
| 1127 | fast/events/updateLayoutForHitTest.html |
| 1128 | fast/forms/input-selectedoption.html |
| 1129 | fast/forms/drag-into-textarea.html |
| 1130 | fast/forms/input-readonly-autoscroll.html |
| 1131 | fast/forms/input-text-click-outside.html |
| 1132 | fast/forms/input-text-drag-down.html |
| 1133 | fast/forms/input-text-scroll-left-on-blur.html |
| 1134 | fast/forms/listbox-onchange.html |
| 1135 | fast/forms/listbox-selection-2.html |
| 1136 | fast/forms/listbox-selection.html |
| 1137 | fast/forms/onselect-textarea.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1138 | fast/forms/select-writing-direction-natural.html |
| 1139 | fast/forms/tabbing-input-iframe.html |
| 1140 | fast/forms/textAreaLineHeight.html |
| 1141 | fast/forms/textarea-scroll-height.html |
| 1142 | fast/forms/textarea-scrollbar.html |
| 1143 | fast/forms/textarea-scrolled-type.html |
| 1144 | fast/frames/iframe-window-focus.html |
| 1145 | fast/html/keygen.html |
| 1146 | fast/invalid/missing-end-tag.xhtml |
| 1147 | fast/invalid/residual-style.html |
| 1148 | fast/js/string-capitalization.html |
| 1149 | fast/lists/drag-into-marker.html |
| 1150 | fast/overflow/clip-rects-fixed-ancestor.html |
| 1151 | fast/overflow/overflow-rtl.html |
| 1152 | fast/overflow/overflow-x-y.html |
| 1153 | fast/overflow/scroll-nested-positioned-layer-in-overflow.html |
| 1154 | fast/overflow/scrollRevealButton.html |
| 1155 | fast/parser/external-entities.xml |
| 1156 | fast/parser/xhtml-alternate-entities.xml |
| 1157 | fast/repaint/box-shadow-h.html |
| 1158 | fast/repaint/box-shadow-v.html |
| 1159 | fast/repaint/fixed.html |
| 1160 | fast/repaint/flexible-box-overflow-horizontal.html |
| 1161 | fast/repaint/flexible-box-overflow.html |
| 1162 | fast/repaint/inline-block-overflow.html |
| 1163 | fast/repaint/layer-child-outline.html |
| 1164 | fast/repaint/layer-outline-horizontal.html |
| 1165 | fast/repaint/layer-outline.html |
| 1166 | fast/repaint/list-marker.html |
| 1167 | fast/repaint/overflow-outline-repaint.html |
| 1168 | fast/repaint/selection-gap-overflow-scroll.html |
| 1169 | fast/repaint/table-cell-vertical-overflow.html |
| 1170 | fast/repaint/text-selection-rect-in-overflow-2.html |
| 1171 | fast/repaint/text-selection-rect-in-overflow.html |
| 1172 | fast/repaint/text-shadow-horizontal.html |
| 1173 | fast/repaint/text-shadow.html |
| 1174 | fast/replaced/width100percent-textarea.html |
| 1175 | fast/table/giantCellspacing.html |
| 1176 | fast/text/atsui-pointtooffset-calls-cg.html |
| 1177 | fast/text/atsui-rtl-override-selection.html |
| 1178 | fast/text/in-rendered-text-rtl.html |
| 1179 | fast/text/large-text-composed-char-dos.html |
| 1180 | fast/text/international/002.html |
| 1181 | fast/block/positioning/absolute-in-inline-rtl-4.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1182 | fast/canvas/canvas-gradient-addStop-error.html |
| 1183 | fast/css/zoom-body-scroll.html |
| 1184 | fast/dom/Element/getBoundingClientRect.html |
| 1185 | fast/dom/Element/getClientRects.html |
| 1186 | fast/dom/Range/getBoundingClientRect.html |
| 1187 | fast/dom/Range/getClientRects.html |
| 1188 | fast/dom/tabindex-clamp.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1189 | fast/dom/Window/webkitConvertPoint.html |
| 1190 | fast/encoding/char-encoding-mac.html |
| 1191 | fast/encoding/hebrew/8859-8-e.html |
| 1192 | fast/encoding/hebrew/8859-8-i.html |
| 1193 | fast/encoding/hebrew/logical.html |
| 1194 | fast/events/crash-on-mutate-during-drop.html |
| 1195 | fast/forms/option-mouseevents.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1196 | fast/forms/text-control-intrinsic-widths.html |
| 1197 | fast/forms/textarea-metrics.html |
| 1198 | fast/history/window-open.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1199 | fast/dom/Range/range-expand.html |
| 1200 | fast/encoding/char-decoding.html |
| 1201 | fast/encoding/frame-default-enc.html |
| 1202 | fast/encoding/invalid-xml.html |
| 1203 | fast/events/attempt-scroll-with-no-scrollbars.html |
| 1204 | fast/events/key-events-in-input-button.html |
| 1205 | fast/forms/input-radio-checked-tab.html |
| 1206 | fast/frames/onlyCommentInIFrame.html |
| 1207 | fast/invalid/junk-data.xml |
| 1208 | fast/loader/text-document-wrapping.html |
| 1209 | fast/overflow/005.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1210 | fast/repaint/inline-outline-repaint.html |
| 1211 | fast/text/find-case-folding.html |
| 1212 | fast/text/large-text-composed-char.html |
| 1213 | fast/text/basic/014.html |
xji@chromium.org | e66fb08 | 2011-01-25 00:58:57 +0000 | [diff] [blame] | 1214 | fast/text/international/cjk-segmentation.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1215 | fast/text/international/rtl-white-space-pre-wrap.html |
| 1216 | fast/text/whitespace/pre-wrap-overflow-selection.html |
| 1217 | fast/block/basic/text-indent-rtl.html |
| 1218 | fast/block/float/026.html |
| 1219 | fast/block/float/028.html |
| 1220 | fast/block/float/editable-text-overlapping-float.html |
| 1221 | fast/block/margin-collapse/103.html |
| 1222 | fast/block/positioning/auto/006.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1223 | fast/css/text-overflow-ellipsis-bidi.html |
| 1224 | fast/css/text-overflow-ellipsis.html |
| 1225 | fast/css/text-overflow-ellipsis-strict.html |
| 1226 | fast/dom/HTMLTextAreaElement/reset-textarea.html |
| 1227 | fast/dom/icon-url-property.html |
| 1228 | fast/dynamic/008.html |
| 1229 | fast/encoding/char-decoding-mac.html |
| 1230 | fast/encoding/hebrew/csISO88598I.html |
| 1231 | fast/events/offsetX-offsetY.html |
| 1232 | fast/forms/basic-textareas.html |
| 1233 | fast/forms/box-shadow-override.html |
| 1234 | fast/forms/button-white-space.html |
| 1235 | fast/forms/disabled-select-change-index.html |
| 1236 | fast/forms/file-input-direction.html |
| 1237 | fast/forms/file-input-disabled.html |
| 1238 | fast/forms/form-element-geometry.html |
| 1239 | fast/forms/hidden-input-file.html |
| 1240 | fast/forms/input-appearance-height.html |
| 1241 | fast/forms/input-appearance-width.html |
| 1242 | fast/forms/input-disabled-color.html |
| 1243 | fast/forms/input-table.html |
| 1244 | fast/forms/input-value.html |
| 1245 | fast/forms/listbox-deselect-scroll.html |
| 1246 | fast/forms/listbox-hit-test-zoomed.html |
| 1247 | fast/forms/negativeLineHeight.html |
| 1248 | fast/forms/placeholder-pseudo-style.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1249 | fast/forms/textarea-align.html |
| 1250 | fast/forms/textarea-setinnerhtml.html |
| 1251 | fast/forms/textarea-width.html |
| 1252 | fast/inline/inline-borders-with-bidi-override.html |
| 1253 | fast/layers/scroll-rect-to-visible.html |
| 1254 | fast/layers/video-layer.html |
| 1255 | fast/media/mq-transform-02.html |
| 1256 | fast/media/mq-transform-03.html |
| 1257 | fast/overflow/image-selection-highlight.html |
| 1258 | fast/overflow/infiniteRecursionGuard.html |
| 1259 | fast/overflow/overflow_hidden.html |
| 1260 | fast/overflow/overflow-text-hit-testing.html |
| 1261 | fast/overflow/unreachable-overflow-rtl-bug.html |
| 1262 | fast/parser/entity-comment-in-textarea.html |
| 1263 | fast/parser/open-comment-in-textarea.html |
| 1264 | fast/repaint/focus-ring.html |
| 1265 | fast/repaint/selection-after-delete.html |
| 1266 | fast/repaint/selection-after-remove.html |
| 1267 | fast/repaint/shadow-multiple-horizontal.html |
| 1268 | fast/repaint/shadow-multiple-strict-horizontal.html |
| 1269 | fast/repaint/shadow-multiple-strict-vertical.html |
| 1270 | fast/repaint/shadow-multiple-vertical.html |
| 1271 | fast/replaced/border-radius-clip.html |
| 1272 | fast/table/003.html |
| 1273 | fast/table/cell-pref-width-invalidation.html |
| 1274 | fast/text/atsui-spacing-features.html |
tony@chromium.org | 7ca6bde | 2010-11-17 23:41:36 +0000 | [diff] [blame] | 1275 | fast/text/atsui-negative-spacing-features.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1276 | fast/text/basic/015.html |
| 1277 | fast/text/capitalize-boundaries.html |
| 1278 | fast/text/complex-text-opacity.html |
| 1279 | fast/text/embed-at-end-of-pre-wrap-line.html |
| 1280 | fast/text/international/003.html |
| 1281 | fast/text/international/bidi-AN-after-empty-run.html |
| 1282 | fast/text/international/bidi-layout-across-linebreak.html |
| 1283 | fast/text/international/bidi-LDB-2-formatting-characters.html |
| 1284 | fast/text/international/bidi-LDB-2-HTML.html |
| 1285 | fast/text/international/bidi-listbox-atsui.html |
| 1286 | fast/text/international/bidi-listbox.html |
| 1287 | fast/text/international/bidi-override.html |
| 1288 | fast/text/line-breaks-after-white-space.html |
| 1289 | fast/text/trailing-white-space-2.html |
| 1290 | fast/text/trailing-white-space.html |
| 1291 | fast/text/whitespace/normal-after-nowrap-breaking.html |
| 1292 | fast/text/whitespace/pre-break-word.html |
| 1293 | fast/text/whitespace/pre-wrap-line-test.html |
| 1294 | fast/text/whitespace/pre-wrap-spaces-after-newline.html |
| 1295 | fast/text/whitespace/tab-character-basics.html |
| 1296 | fast/text/word-break.html |
| 1297 | fast/text/word-break-run-rounding.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1298 | |
| 1299 | # -- timedout with --platform mac --ignore-metrics |
| 1300 | fast/events/5056619.html |
| 1301 | fast/events/drag-in-frames.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1302 | fast/text/international/thai-line-breaks.html |
| 1303 | |
| 1304 | # --crashed with --platform mac --ignore-metrics |
| 1305 | fast/text/midword-break-after-breakable-char.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1306 | |
| 1307 | |
| 1308 | # -- pass with --platform mac --ignore-metrics |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1309 | fast/backgrounds/animated-gif-as-background.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1310 | fast/block/float/independent-align-positioning.html |
| 1311 | fast/block/float/multiple-float-positioning.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1312 | fast/block/positioning/001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1313 | fast/block/positioning/absolute-in-inline-ltr-2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1314 | fast/block/positioning/absolute-in-inline-ltr.html |
| 1315 | fast/block/positioning/absolute-in-inline-rtl-2.html |
| 1316 | fast/block/positioning/absolute-in-inline-rtl-3.html |
| 1317 | fast/block/positioning/absolute-in-inline-rtl.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1318 | fast/borders/border-image-omit-right-slice.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1319 | fast/borders/borderRadiusAllStylesAllCorners.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1320 | fast/borders/borderRadiusDashed01.html |
| 1321 | fast/borders/borderRadiusDashed02.html |
| 1322 | fast/borders/borderRadiusDashed03.html |
| 1323 | fast/borders/borderRadiusDotted01.html |
| 1324 | fast/borders/borderRadiusDotted02.html |
| 1325 | fast/borders/borderRadiusDotted03.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1326 | fast/compact/001.html |
| 1327 | fast/compact/002.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1328 | fast/css/apple-prefix.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1329 | fast/css/ex-after-font-variant.html |
yuzo@google.com | 98fae23 | 2010-07-20 06:23:03 +0000 | [diff] [blame] | 1330 | fast/css/font-face-download-error.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1331 | fast/css/font-face-locally-installed.html |
yuzo@google.com | 62a37c2 | 2010-07-06 08:27:08 +0000 | [diff] [blame] | 1332 | fast/css/font-face-multiple-ranges-for-unicode-range.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1333 | fast/css/font-face-unicode-range.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1334 | fast/css/font-weight-1.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1335 | fast/css/percentage-non-integer.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1336 | fast/css/rtl-ordering.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1337 | fast/css/text-security.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1338 | fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1339 | fast/dom/HTMLImageElement/image-alt-text.html |
morrita@google.com | 6294b7b | 2010-06-18 05:48:31 +0000 | [diff] [blame] | 1340 | # meter-element.html is temporally disabled.We need to rebaseline. |
morrita@google.com | 9622191b | 2010-06-18 06:11:23 +0000 | [diff] [blame] | 1341 | fast/dom/HTMLMeterElement/meter-element.html |
morrita@google.com | abc3f55 | 2010-06-28 13:07:44 +0000 | [diff] [blame] | 1342 | # progress-bar-value-pseudo-element.html and progress-element.html is temporally disabled. |
| 1343 | # We need to rebaseline. |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1344 | fast/dom/Window/btoa-pnglet.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1345 | fast/encoding/denormalised-voiced-japanese-chars.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1346 | fast/encoding/invalid-UTF-8.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1347 | fast/forms/focus-selection-input.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1348 | fast/forms/input-type-text-min-width.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1349 | fast/forms/menulist-narrow-width.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1350 | fast/forms/menulist-restrict-line-height.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1351 | fast/forms/searchfield-heights.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1352 | fast/forms/select-visual-hebrew.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1353 | fast/forms/visual-hebrew-text-field.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1354 | fast/gradients/generated-gradients.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1355 | fast/gradients/simple-gradients.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1356 | fast/images/pdf-as-background.html |
| 1357 | fast/images/pdf-as-image-landscape.html |
| 1358 | fast/images/pdf-as-tiled-background.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1359 | fast/invalid/016.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1360 | fast/parser/fonts.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1361 | fast/repaint/button-spurious-layout-hint.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1362 | fast/repaint/control-clip.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1363 | fast/repaint/selection-clear.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1364 | fast/repaint/static-to-positioned.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1365 | fast/replaced/image-solid-color-with-alpha.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1366 | fast/replaced/pdf-as-image.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1367 | fast/replaced/width100percent-menulist.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1368 | fast/text/atsui-multiple-renderers.html |
| 1369 | fast/text/atsui-partial-selection.html |
| 1370 | fast/text/atsui-small-caps-punctuation-size.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1371 | fast/text/basic/003.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1372 | fast/text/basic/013.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1373 | fast/text/bidi-embedding-pop-and-push-same.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1374 | fast/text/cg-fallback-bolding.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1375 | fast/text/cg-vs-atsui.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1376 | fast/text/drawBidiText.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1377 | fast/text/fixed-pitch-control-characters.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1378 | fast/text/international/001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1379 | fast/text/international/bidi-AN-after-L.html |
| 1380 | fast/text/international/bidi-CS-after-AN.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1381 | fast/text/international/bidi-L2-run-reordering.html |
| 1382 | fast/text/international/bidi-LDB-2-CSS.html |
| 1383 | fast/text/international/bidi-control-chars-treated-as-ZWS.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1384 | fast/text/international/bidi-european-terminators.html |
| 1385 | fast/text/international/bidi-explicit-embedding.html |
| 1386 | fast/text/international/bidi-ignored-for-first-child-inline.html |
| 1387 | fast/text/international/bidi-innertext.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1388 | fast/text/international/bidi-linebreak-001.html |
| 1389 | fast/text/international/bidi-linebreak-002.html |
| 1390 | fast/text/international/bidi-linebreak-003.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1391 | fast/text/international/bidi-neutral-directionality-paragraph-start.html |
| 1392 | fast/text/international/bidi-neutral-run.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1393 | fast/text/international/complex-character-based-fallback.html |
| 1394 | fast/text/international/danda-space.html |
| 1395 | fast/text/international/hindi-spacing.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1396 | fast/text/international/rtl-caret.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1397 | fast/text/international/thai-baht-space.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1398 | fast/text/letter-spacing-negative-opacity.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1399 | fast/text/line-breaks.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1400 | fast/text/selection-painted-separately.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1401 | fast/text/soft-hyphen-2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1402 | fast/text/whitespace/001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1403 | fast/text/whitespace/004.html |
| 1404 | fast/text/whitespace/005.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1405 | fast/text/whitespace/010.html |
| 1406 | fast/text/whitespace/011.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1407 | fast/text/whitespace/015.html |
| 1408 | fast/text/whitespace/016.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1409 | fast/text/whitespace/024.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1410 | fast/text/wide-zero-width-space.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1411 | fast/text/word-break-soft-hyphen.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1412 | fast/text/word-space.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1413 | |
| 1414 | # ------- failures due to missing support for particular XSLT features |
| 1415 | # xsl:output |
| 1416 | fast/xsl/xslt-doc-enc.xml |
| 1417 | fast/xsl/xslt-url.xml |
| 1418 | fast/xsl/default-html.html |
| 1419 | fast/xsl/xslt-text.html |
| 1420 | fast/xsl/xslt-entity.xml |
| 1421 | fast/xsl/xslt-extra-content-at-end.xml |
| 1422 | # external entities support |
| 1423 | fast/xsl/dtd-in-source-document.xml |
| 1424 | fast/xsl/xslt-second-level-import.xml |
| 1425 | fast/parser/external-entities-in-xslt.xml |
| 1426 | # exslt:node-set() function |
| 1427 | fast/xsl/exslt-node-set.xml |
| 1428 | # xsl:import |
| 1429 | fast/xsl/import-after-comment.xml |
| 1430 | fast/xsl/xslt-import-depth.xml |
| 1431 | fast/xsl/xslt-nested-stylesheets.xml |
| 1432 | # xsl:attribute-set |
| 1433 | fast/xsl/mozilla-tests.xml |
| 1434 | # xsl:sort: lang and case-order |
| 1435 | fast/xsl/sort-locale.xml |
| 1436 | fast/xsl/sort-unicode.xml |
| 1437 | # output formatting issues (might be related to the lack of xsl:output support) |
| 1438 | fast/xsl/xslt-processor.html |
| 1439 | # to be investigated |
| 1440 | fast/xsl/xslt-enc16.xml |
| 1441 | fast/xsl/xslt-enc16to16.xml |
| 1442 | fast/xsl/xslt-enc-cyr.xml |
| 1443 | fast/xsl/xslt-enc.xml |
| 1444 | fast/xsl/xslt-relative-path.xml |
| 1445 | fast/xsl/xslt-missing-namespace-in-xslt.xml |
| 1446 | fast/xsl/xslt_unicode.xml |
| 1447 | |
ap@apple.com | 97b0118 | 2010-11-18 18:31:17 +0000 | [diff] [blame] | 1448 | # https://bugs.webkit.org/show_bug.cgi?id=49743 |
| 1449 | fast/xsl/import-non-document-node.xhtml |
| 1450 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1451 | fast/forms/drag-out-of-textarea.html |
| 1452 | fast/frames/frame-src-attribute.html |
| 1453 | fast/overflow/003.xml |
| 1454 | fast/text/international/bidi-menulist.html |
xji@chromium.org | 8de4b3f | 2011-02-08 18:37:15 +0000 | [diff] [blame] | 1455 | fast/text/international/pop-up-button-text-alignment-and-direction.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1456 | fast/text/international/wrap-CJK-001.html |
| 1457 | fast/xpath/string-value.html |
| 1458 | |
ossy@webkit.org | 752f648 | 2011-03-16 17:22:50 +0000 | [diff] [blame] | 1459 | # --- missing test fonts |
ossy@webkit.org | 752f648 | 2011-03-16 17:22:50 +0000 | [diff] [blame] | 1460 | fast/repaint/japanese-rl-selection-clear.html |
| 1461 | fast/repaint/japanese-rl-selection-repaint.html |
ossy@webkit.org | ba458c9 | 2011-08-17 10:49:25 +0000 | [diff] [blame] | 1462 | fast/repaint/japanese-rl-selection-repaint-in-regions.html |
ossy@webkit.org | 752f648 | 2011-03-16 17:22:50 +0000 | [diff] [blame] | 1463 | fast/text/international/bidi-mirror-he-ar.html |
| 1464 | fast/text/international/bold-bengali.html |
| 1465 | fast/text/international/hebrew-vowels.html |
| 1466 | fast/text/international/plane2.html |
ossy@webkit.org | 590f840 | 2011-06-28 07:55:17 +0000 | [diff] [blame] | 1467 | fast/text/international/unicode-bidi-plaintext.html |
ossy@webkit.org | 752f648 | 2011-03-16 17:22:50 +0000 | [diff] [blame] | 1468 | fast/text/international/vertical-text-glyph-test.html |
| 1469 | fast/text/international/vertical-text-metrics-test.html |
mitz@apple.com | 731aa5f | 2011-08-06 03:49:48 +0000 | [diff] [blame] | 1470 | fast/writing-mode/japanese-ruby-horizontal-bt.html |
| 1471 | fast/writing-mode/japanese-ruby-vertical-lr.html |
| 1472 | fast/writing-mode/japanese-ruby-vertical-rl.html |
| 1473 | fast/writing-mode/japanese-lr-selection.html |
| 1474 | fast/writing-mode/japanese-lr-text.html |
| 1475 | fast/writing-mode/japanese-rl-selection.html |
| 1476 | fast/writing-mode/japanese-rl-text.html |
| 1477 | fast/writing-mode/japanese-ruby-horizontal-bt.html |
| 1478 | fast/writing-mode/japanese-ruby-vertical-lr.html |
| 1479 | fast/writing-mode/japanese-ruby-vertical-rl.html |
ossy@webkit.org | 752f648 | 2011-03-16 17:22:50 +0000 | [diff] [blame] | 1480 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1481 | # ============================================================================= # |
| 1482 | # failing fonts tests |
| 1483 | # ============================================================================= # |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1484 | fonts/cursive.html |
| 1485 | fonts/default.html |
| 1486 | fonts/fantasy.html |
| 1487 | fonts/monospace.html |
| 1488 | fonts/sans-serif.html |
| 1489 | fonts/serif.html |
yuzo@google.com | 0cdcbbe | 2010-03-15 08:33:18 +0000 | [diff] [blame] | 1490 | printing/return-from-printing-mode.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1491 | |
| 1492 | # ============================================================================= # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1493 | # failing security tests |
| 1494 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1495 | # https://bugs.webkit.org/show_bug.cgi?id=39160 |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1496 | security/block-test-no-port.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1497 | security/block-test.html |
| 1498 | |
| 1499 | # ============================================================================= # |
| 1500 | # failing tables tests |
| 1501 | # ============================================================================= # |
| 1502 | |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1503 | tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom.html |
| 1504 | tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden.html |
| 1505 | tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1506 | tables/mozilla_expected_failures/marvin/table_overflow_caption.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1507 | tables/mozilla_expected_failures/marvin/table_overflow_caption_left.html |
| 1508 | tables/mozilla_expected_failures/marvin/table_overflow_caption_right.html |
| 1509 | tables/mozilla_expected_failures/marvin/table_overflow_caption_top.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1510 | tables/mozilla_expected_failures/marvin/table_overflow_hidden_table.html |
| 1511 | tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody.html |
| 1512 | tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1513 | tables/mozilla/marvin/colgroup_width_pct.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1514 | tables/mozilla/marvin/table_overflow_hidden_td.html |
ossy@webkit.org | bada65d | 2011-02-21 19:33:23 +0000 | [diff] [blame] | 1515 | tables/mozilla_expected_failures/bugs/bug178855.xml |
| 1516 | tables/mozilla_expected_failures/bugs/bug2479-5.html |
ossy@webkit.org | 8ebb1a2 | 2011-02-22 12:12:52 +0000 | [diff] [blame] | 1517 | tables/mozilla/bugs/bug12384.html |
| 1518 | tables/mozilla/bugs/bug99948.html |
aroben@apple.com | 73e8762 | 2009-04-03 21:21:23 +0000 | [diff] [blame] | 1519 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1520 | # ============================================================================= # |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1521 | # Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/ |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1522 | # ============================================================================= # |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1523 | canvas/philip/tests/2d.composite.operation.clear.html |
| 1524 | canvas/philip/tests/2d.composite.operation.darker.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1525 | canvas/philip/tests/2d.composite.uncovered.fill.copy.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1526 | canvas/philip/tests/2d.composite.uncovered.image.copy.html |
| 1527 | canvas/philip/tests/2d.composite.uncovered.image.destination-atop.html |
| 1528 | canvas/philip/tests/2d.composite.uncovered.image.destination-in.html |
| 1529 | canvas/philip/tests/2d.composite.uncovered.image.source-in.html |
| 1530 | canvas/philip/tests/2d.composite.uncovered.image.source-out.html |
| 1531 | canvas/philip/tests/2d.composite.uncovered.pattern.copy.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1532 | canvas/philip/tests/2d.drawImage.broken.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1533 | canvas/philip/tests/2d.gradient.radial.cone.behind.html |
| 1534 | canvas/philip/tests/2d.gradient.radial.cone.beside.html |
| 1535 | canvas/philip/tests/2d.gradient.radial.cone.bottom.html |
| 1536 | canvas/philip/tests/2d.gradient.radial.cone.cylinder.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1537 | canvas/philip/tests/2d.gradient.radial.cone.shape2.html |
| 1538 | canvas/philip/tests/2d.gradient.radial.cone.top.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1539 | canvas/philip/tests/2d.gradient.radial.touch1.html |
| 1540 | canvas/philip/tests/2d.gradient.radial.touch2.html |
| 1541 | canvas/philip/tests/2d.gradient.radial.touch3.html |
| 1542 | canvas/philip/tests/2d.imageData.create1.type.html |
| 1543 | canvas/philip/tests/2d.imageData.create2.type.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1544 | canvas/philip/tests/2d.imageData.get.type.html |
oliver@apple.com | 6da1c31 | 2011-02-24 00:04:41 +0000 | [diff] [blame] | 1545 | canvas/philip/tests/2d.imageData.object.round.html |
| 1546 | canvas/philip/tests/2d.imageData.object.wrap.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1547 | canvas/philip/tests/2d.imageData.put.unchanged.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1548 | canvas/philip/tests/2d.line.cap.open.html |
| 1549 | canvas/philip/tests/2d.line.join.open.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1550 | canvas/philip/tests/2d.missingargs.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1551 | canvas/philip/tests/2d.path.quadraticCurveTo.shape.html |
andreas.kling@nokia.com | f67d596 | 2010-07-18 00:11:35 +0000 | [diff] [blame] | 1552 | canvas/philip/tests/2d.path.quadraticCurveTo.scaled.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1553 | canvas/philip/tests/2d.path.stroke.scale2.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1554 | canvas/philip/tests/2d.pattern.image.broken.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1555 | canvas/philip/tests/2d.text.draw.baseline.bottom.html |
| 1556 | canvas/philip/tests/2d.text.draw.baseline.hanging.html |
| 1557 | canvas/philip/tests/2d.text.draw.baseline.ideographic.html |
| 1558 | canvas/philip/tests/2d.text.draw.baseline.middle.html |
| 1559 | canvas/philip/tests/2d.text.draw.baseline.top.html |
| 1560 | canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface.html |
| 1561 | canvas/philip/tests/2d.text.draw.fontface.notinpage.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1562 | canvas/philip/tests/2d.text.draw.space.collapse.end.html |
| 1563 | canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html |
| 1564 | canvas/philip/tests/2d.text.draw.space.collapse.other.html |
| 1565 | canvas/philip/tests/2d.text.draw.space.collapse.space.html |
| 1566 | canvas/philip/tests/2d.text.draw.space.collapse.start.html |
| 1567 | canvas/philip/tests/2d.text.font.parse.basic.html |
| 1568 | canvas/philip/tests/2d.text.font.parse.complex.html |
| 1569 | canvas/philip/tests/2d.text.font.parse.invalid.html |
| 1570 | canvas/philip/tests/2d.text.font.parse.size.percentage.default.html |
| 1571 | canvas/philip/tests/2d.text.font.parse.size.percentage.html |
| 1572 | canvas/philip/tests/2d.text.font.parse.system.html |
| 1573 | canvas/philip/tests/2d.text.measure.width.space.html |
| 1574 | canvas/philip/tests/2d.transformation.setTransform.skewed.html |
| 1575 | canvas/philip/tests/2d.transformation.transform.skewed.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1576 | canvas/philip/tests/type.prototype.html |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1577 | |
ossy@webkit.org | 07c4a80 | 2010-06-09 14:33:28 +0000 | [diff] [blame] | 1578 | # [Qt] canvas/philip/tests/2d.path.stroke.overlap.html fails with Qt-4.6.2 or higher |
| 1579 | # https://bugs.webkit.org/show_bug.cgi?id=40362 |
| 1580 | canvas/philip/tests/2d.path.stroke.overlap.html |
| 1581 | |
andreas.kling@nokia.com | e82d168 | 2010-08-25 20:08:20 +0000 | [diff] [blame] | 1582 | |
andreas.kling@nokia.com | 7817c16 | 2010-11-07 13:49:39 +0000 | [diff] [blame] | 1583 | # Failing tests after sync with Philip Taylor's upstream tests |
| 1584 | canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html |
| 1585 | canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html |
| 1586 | canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html |
| 1587 | canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html |
| 1588 | canvas/philip/tests/2d.imageData.put.wrongtype.html |
| 1589 | canvas/philip/tests/2d.pattern.image.incomplete.empty.html |
| 1590 | canvas/philip/tests/2d.pattern.image.incomplete.omitted.html |
andreas.kling@nokia.com | 7817c16 | 2010-11-07 13:49:39 +0000 | [diff] [blame] | 1591 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1592 | # ============================================================================= # |
| 1593 | # failing transforms tests |
| 1594 | # ============================================================================= # |
commit-queue@webkit.org | aa3fc33 | 2011-05-12 06:00:31 +0000 | [diff] [blame] | 1595 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1596 | # -- pass with --platform mac --ignore-metrics |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1597 | transforms/2d/hindi-rotated.html |
| 1598 | |
| 1599 | # ============================================================================= # |
| 1600 | # failing printing tests |
| 1601 | # ============================================================================= # |
| 1602 | printing/compositing-layer-printing.html |
| 1603 | # Printing related layout test failure has no results, but obvious error message |
| 1604 | # https://bugs.webkit.org/show_bug.cgi?id=27913 |
| 1605 | printing/media-queries-print.html |
| 1606 | |
| 1607 | # ============================================================================= # |
yutak@chromium.org | c31ef47 | 2011-07-11 07:51:22 +0000 | [diff] [blame] | 1608 | # failing websocket tests |
| 1609 | # ============================================================================= # |
| 1610 | |
| 1611 | # Skipped until new WebSocket protocol is implemented. http://webkit.org/b/50099 |
| 1612 | http/tests/websocket/tests/hybi/ |
| 1613 | |
| 1614 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1615 | # new tests without expected results |
| 1616 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1617 | editing/selection/transformed-selection-rects.html |
| 1618 | svg/W3C-SVG-1.1/filters-light-04-f.svg |
weinig@apple.com | 19d9205 | 2011-07-15 20:41:19 +0000 | [diff] [blame] | 1619 | css3/selectors3 |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1620 | |
| 1621 | # ============================================================================= # |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 1622 | # Qt 4.7 related bugs |
| 1623 | # ============================================================================= # |
| 1624 | |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 1625 | # [Qt] editing/execCommand/move-selection-back-line.html fails with Qt 4.7.1 |
| 1626 | # https://bugs.webkit.org/show_bug.cgi?id=50144 |
| 1627 | editing/execCommand/move-selection-back-line.html |
| 1628 | |
| 1629 | # [Qt] fast/forms/textarea-appearance-wrap.html fails with Qt 4.7.1 |
| 1630 | # https://bugs.webkit.org/show_bug.cgi?id=50145 |
| 1631 | fast/forms/textarea-appearance-wrap.html |
| 1632 | |
| 1633 | # [Qt] 4 css2.1/t1202-counter tests fail with Qt 4.7.1 |
| 1634 | # https://bugs.webkit.org/show_bug.cgi?id=50146 |
| 1635 | css2.1/t1202-counter-09-b.html |
| 1636 | css2.1/t1202-counter-15-b.html |
| 1637 | css2.1/t1202-counters-09-b.html |
| 1638 | css2.1/t1202-counters-15-b.html |
| 1639 | |
| 1640 | # [Qt] 4 fast/text tests fail with Qt 4.7.1 |
| 1641 | # https://bugs.webkit.org/show_bug.cgi?id=50147 |
| 1642 | fast/text/format-control.html |
| 1643 | fast/text/justification-padding-mid-word.html |
| 1644 | fast/text/zero-width-characters.html |
| 1645 | fast/text/international/khmer-selection.html |
| 1646 | |
| 1647 | # 3 media tests fail with Qt version 4.6.3 and 4.7.0 |
| 1648 | # https://bugs.webkit.org/show_bug.cgi?id=46249 |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 1649 | media/video-can-play-type.html |
| 1650 | media/video-delay-load-event.html |
| 1651 | |
| 1652 | # ============================================================================= # |
robert@webkit.org | 80205f2 | 2011-07-03 17:14:16 +0000 | [diff] [blame] | 1653 | # Fixed in Qt 4.8 |
| 1654 | # ============================================================================= # |
| 1655 | |
| 1656 | # Support for third-party cookie blocking |
| 1657 | # https://bugs.webkit.org/show_bug.cgi?id=45455 |
| 1658 | # See also http://bugreports.qt.nokia.com/browse/QTBUG-13601 |
| 1659 | http/tests/cookies/third-party-cookie-relaxing.html |
| 1660 | http/tests/xmlhttprequest/cross-origin-cookie-storage.html |
| 1661 | http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html |
| 1662 | http/tests/plugins/third-party-cookie-accept-policy.html |
robert@webkit.org | 0a6ec29 | 2011-07-03 17:42:01 +0000 | [diff] [blame] | 1663 | platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html |
robert@webkit.org | 80205f2 | 2011-07-03 17:14:16 +0000 | [diff] [blame] | 1664 | |
| 1665 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1666 | # new skipped tests yet to be sorted |
| 1667 | # ============================================================================= # |
eric@webkit.org | 05a35f4 | 2010-06-16 09:12:04 +0000 | [diff] [blame] | 1668 | |
ossy@webkit.org | 9cf6649 | 2010-06-26 01:11:01 +0000 | [diff] [blame] | 1669 | # [Qt] fast/text/bidi-explicit-embedding-past-end.html fails |
| 1670 | # https://bugs.webkit.org/show_bug.cgi?id=41241 |
| 1671 | fast/text/bidi-explicit-embedding-past-end.html |
commit-queue@webkit.org | 6501d60 | 2010-07-01 11:11:01 +0000 | [diff] [blame] | 1672 | |
tkent@chromium.org | 314beda | 2011-08-09 03:55:54 +0000 | [diff] [blame] | 1673 | # Need to implement inner-spin-button |
| 1674 | # https://bugs.webkit.org/show_bug.cgi?id=65896 |
tkent@chromium.org | 072de1d | 2010-07-14 07:43:12 +0000 | [diff] [blame] | 1675 | fast/forms/input-appearance-spinbutton-disabled-readonly.html |
tkent@chromium.org | eb14de0 | 2011-02-16 04:14:29 +0000 | [diff] [blame] | 1676 | fast/forms/input-appearance-spinbutton-layer.html |
tkent@chromium.org | 314beda | 2011-08-09 03:55:54 +0000 | [diff] [blame] | 1677 | fast/forms/input-appearance-spinbutton-visibility.html |
tkent@chromium.org | 3d10af9 | 2010-07-23 00:32:24 +0000 | [diff] [blame] | 1678 | fast/forms/input-number-events.html |
tkent@chromium.org | 508868b | 2011-04-07 07:03:22 +0000 | [diff] [blame] | 1679 | fast/forms/input-number-large-padding.html |
tkent@chromium.org | 314beda | 2011-08-09 03:55:54 +0000 | [diff] [blame] | 1680 | fast/forms/input-number-size.html |
| 1681 | fast/forms/input-spinbutton-capturing.html |
loki@webkit.org | 87f9660 | 2011-07-20 12:00:37 +0000 | [diff] [blame] | 1682 | fast/forms/spin-button-gets-disabled-or-readonly.html |
tkent@chromium.org | 072de1d | 2010-07-14 07:43:12 +0000 | [diff] [blame] | 1683 | |
ossy@webkit.org | 1fdca60 | 2010-07-08 21:02:32 +0000 | [diff] [blame] | 1684 | # [Qt] fast/dom/beforeload/script-before-load-dynamic.html is crashy-flakey |
| 1685 | # https://bugs.webkit.org/show_bug.cgi?id=41452 |
| 1686 | fast/dom/beforeload/remove-video-in-beforeload-listener.html |
ossy@webkit.org | bbc7a00 | 2010-07-12 17:28:07 +0000 | [diff] [blame] | 1687 | |
hamaji@chromium.org | d58d8e0 | 2010-07-16 06:25:48 +0000 | [diff] [blame] | 1688 | # Need setPrinting. See https://bugs.webkit.org/show_bug.cgi?id=20011 |
| 1689 | printing/setPrinting.html |
tonyg@chromium.org | 4562d5c | 2010-07-16 16:38:52 +0000 | [diff] [blame] | 1690 | |
ossy@webkit.org | 0676555 | 2010-12-17 13:07:20 +0000 | [diff] [blame] | 1691 | # Web Timing related bugs |
| 1692 | # https://bugs.webkit.org/show_bug.cgi?id=51245 |
tonyg@chromium.org | 4562d5c | 2010-07-16 16:38:52 +0000 | [diff] [blame] | 1693 | fast/dom/webtiming.html |
ossy@webkit.org | 0676555 | 2010-12-17 13:07:20 +0000 | [diff] [blame] | 1694 | http/tests/misc/webtiming-ssl.php |
ossy@webkit.org | 0f9c820 | 2011-01-06 12:48:54 +0000 | [diff] [blame] | 1695 | http/tests/misc/webtiming-origins.html |
| 1696 | http/tests/misc/webtiming-slow-load.php |
ap@apple.com | ce37139 | 2010-07-21 17:20:30 +0000 | [diff] [blame] | 1697 | |
| 1698 | # Advanced credential handling |
| 1699 | http/tests/security/401-logout/401-logout.php |
| 1700 | http/tests/xmlhttprequest/remember-bad-password.html |
abarth@webkit.org | bfd9948 | 2010-07-21 22:46:47 +0000 | [diff] [blame] | 1701 | |
tkent@chromium.org | 70b6299 | 2011-05-11 09:11:36 +0000 | [diff] [blame] | 1702 | # Need to call Settings::setValidationMessageTimerMagnification(-1) in DRT. |
tkent@chromium.org | 6f499f0 | 2011-03-30 04:14:46 +0000 | [diff] [blame] | 1703 | fast/forms/validation-message-appearance.html |
tkent@chromium.org | 260c0bd | 2011-06-28 09:59:11 +0000 | [diff] [blame] | 1704 | fast/forms/validation-message-clone.html |
tkent@chromium.org | 38e5163 | 2011-07-22 17:46:12 +0000 | [diff] [blame] | 1705 | fast/forms/validation-message-in-relative-body.html |
tkent@chromium.org | 70b6299 | 2011-05-11 09:11:36 +0000 | [diff] [blame] | 1706 | fast/forms/validation-message-on-checkbox.html |
| 1707 | fast/forms/validation-message-on-listbox.html |
| 1708 | fast/forms/validation-message-on-menulist.html |
| 1709 | fast/forms/validation-message-on-radio.html |
tkent@chromium.org | 26430bc | 2011-06-14 03:46:30 +0000 | [diff] [blame] | 1710 | fast/forms/validation-message-on-range.html |
tkent@chromium.org | 70b6299 | 2011-05-11 09:11:36 +0000 | [diff] [blame] | 1711 | fast/forms/validation-message-on-textarea.html |
tkent@chromium.org | a216646 | 2010-07-27 07:31:39 +0000 | [diff] [blame] | 1712 | |
ossy@webkit.org | e9265b6 | 2010-07-22 14:26:45 +0000 | [diff] [blame] | 1713 | # [Qt] REGRESSION(63862): animations/play-state.html fails intermittently |
| 1714 | # https://bugs.webkit.org/show_bug.cgi?id=42821 |
| 1715 | animations/play-state.html |
ossy@webkit.org | 15e4f1e | 2010-07-23 11:24:22 +0000 | [diff] [blame] | 1716 | |
ossy@webkit.org | e1b8b02 | 2010-11-05 22:34:00 +0000 | [diff] [blame] | 1717 | # [Qt] animations tests fails which uses suspend/resume |
ossy@webkit.org | 1c91c61 | 2010-08-12 12:00:06 +0000 | [diff] [blame] | 1718 | # https://bugs.webkit.org/show_bug.cgi?id=43905 |
| 1719 | animations/suspend-resume-animation.html |
ossy@webkit.org | e1b8b02 | 2010-11-05 22:34:00 +0000 | [diff] [blame] | 1720 | animations/suspend-resume-animation-events.html |
| 1721 | animations/stop-animation-on-suspend.html |
ossy@webkit.org | 1c91c61 | 2010-08-12 12:00:06 +0000 | [diff] [blame] | 1722 | |
vestbo@webkit.org | 1c70198 | 2010-07-27 10:05:22 +0000 | [diff] [blame] | 1723 | # Assumes spesific metrics |
| 1724 | # See http://code.google.com/p/chromium/issues/detail?id=19897 |
| 1725 | svg/custom/getscreenctm-in-mixed-content2.xhtml |
mrobinson@webkit.org | b2e8fca | 2010-08-02 17:28:23 +0000 | [diff] [blame] | 1726 | |
ojan@chromium.org | 6d277a4 | 2010-08-18 20:51:44 +0000 | [diff] [blame] | 1727 | # Still working out flakiness issues with the perf tests. |
| 1728 | # https://bugs.webkit.org/show_bug.cgi?id=44199 |
| 1729 | perf/ |
| 1730 | |
jianli@chromium.org | 35cdf14 | 2010-08-05 18:19:13 +0000 | [diff] [blame] | 1731 | # BlodBuilder is not enabled |
| 1732 | http/tests/local/blob/send-data-blob.html |
commit-queue@webkit.org | 5c31424 | 2010-08-21 10:11:19 +0000 | [diff] [blame] | 1733 | |
mitz@apple.com | 963e24a | 2010-09-03 19:33:05 +0000 | [diff] [blame] | 1734 | # https://bugs.webkit.org/show_bug.cgi?id=45194 |
| 1735 | fast/text/decomposed-after-stacked-diacritics.html |
andreas.kling@nokia.com | e17b50c | 2010-09-12 18:35:58 +0000 | [diff] [blame] | 1736 | |
kenneth@webkit.org | 8a9df01 | 2010-09-13 10:37:28 +0000 | [diff] [blame] | 1737 | # viewport meta tag tests that differ from the Opera results |
| 1738 | fast/viewport/viewport-65.html |
| 1739 | fast/viewport/viewport-82.html |
| 1740 | fast/viewport/viewport-84.html |
| 1741 | fast/viewport/viewport-87.html |
| 1742 | fast/viewport/viewport-126.html |
| 1743 | fast/viewport/viewport-127.html |
andreas.kling@nokia.com | dcd3424 | 2010-09-13 11:35:48 +0000 | [diff] [blame] | 1744 | |
| 1745 | # viewport meta tag tests that fail on the bot for yet unknown reasons |
| 1746 | fast/viewport/viewport-6.html |
andreas.kling@nokia.com | dcd3424 | 2010-09-13 11:35:48 +0000 | [diff] [blame] | 1747 | fast/viewport/viewport-58.html |
ossy@webkit.org | 9e9989b | 2010-09-20 15:18:17 +0000 | [diff] [blame] | 1748 | |
| 1749 | # [Qt]REGRESSION? (r67762): 23 layout tests fail |
| 1750 | # https://bugs.webkit.org/show_bug.cgi?id=46093 |
| 1751 | svg/custom/use-font-face-crash.svg |
| 1752 | svg/zoom/text/zoom-coords-viewattr-01-b.svg |
aestes@apple.com | 7fb43f6 | 2010-09-20 23:01:12 +0000 | [diff] [blame] | 1753 | |
| 1754 | # Pre-HMTL5 parser quirks only apply to the mac port for now. |
| 1755 | fast/parser/pre-html5-parser-quirks.html |
| 1756 | |
ossy@webkit.org | 754f0b5 | 2010-10-01 08:21:08 +0000 | [diff] [blame] | 1757 | # https://bugs.webkit.org/show_bug.cgi?id=46966 |
| 1758 | # [Qt] fast/media/color-does-not-include-alpha.html fails |
| 1759 | fast/media/color-does-not-include-alpha.html |
abarth@webkit.org | f7a1087 | 2010-10-18 07:53:10 +0000 | [diff] [blame] | 1760 | |
| 1761 | # Requires WebP support. |
| 1762 | fast/images/webp-image-decoding.html |
ossy@webkit.org | 7d75cd3 | 2010-11-01 15:27:33 +0000 | [diff] [blame] | 1763 | |
ossy@webkit.org | 2ff28be | 2010-11-04 11:17:40 +0000 | [diff] [blame] | 1764 | # [Qt] svg/animations/animate-path-nested-transforms.html fails |
| 1765 | # https://bugs.webkit.org/show_bug.cgi?id=48987 |
| 1766 | svg/animations/animate-path-nested-transforms.html |
ossy@webkit.org | a06fcfd | 2010-11-10 11:03:01 +0000 | [diff] [blame] | 1767 | svg/animations/animate-text-nested-transforms.html |
ossy@webkit.org | 33f5332 | 2010-11-08 09:12:49 +0000 | [diff] [blame] | 1768 | |
| 1769 | # [Qt] REGRESSION (r71465): editing/selection/after-line-break.html fails |
| 1770 | # https://bugs.webkit.org/show_bug.cgi?id=49127 |
| 1771 | editing/selection/after-line-break.html |
ossy@webkit.org | da5108e | 2010-11-09 10:39:04 +0000 | [diff] [blame] | 1772 | |
| 1773 | # [Qt] REGRESSION (r71582): Two editing tests fail |
| 1774 | # https://bugs.webkit.org/show_bug.cgi?id=49243 |
| 1775 | editing/deleting/delete-line-011.html |
| 1776 | editing/pasteboard/paste-4039777-fix.html |
tony@chromium.org | 25124ac | 2010-11-18 19:00:14 +0000 | [diff] [blame] | 1777 | |
rniwa@webkit.org | b6ce501 | 2010-11-30 04:31:35 +0000 | [diff] [blame] | 1778 | # REGRESSION(r72861): editing/selection/click-left-of-rtl-wrapping-text.html and modify-up-on-rtl-wrapping-text.html fail on all but Mac platform |
| 1779 | # https://bugs.webkit.org/show_bug.cgi?id=50204 |
| 1780 | editing/selection/click-left-of-rtl-wrapping-text.html |
| 1781 | editing/selection/modify-up-on-rtl-wrapping-text.html |
ossy@webkit.org | 1a61971 | 2010-12-01 17:04:29 +0000 | [diff] [blame] | 1782 | |
antti@apple.com | a48e936 | 2010-12-13 20:30:49 +0000 | [diff] [blame] | 1783 | # For https://bugs.webkit.org/show_bug.cgi?id=50758 |
| 1784 | # These require DRT setSerializeHTTPLoads implementation to be reliable. |
| 1785 | http/tests/local/link-stylesheet-load-order.html |
| 1786 | http/tests/local/link-stylesheet-load-order-preload.html |
antti@apple.com | 5080b13 | 2011-03-31 23:32:34 +0000 | [diff] [blame] | 1787 | fast/preloader/document-write.html |
| 1788 | fast/preloader/document-write-2.html |
ossy@webkit.org | 1346f8a | 2010-12-20 09:55:23 +0000 | [diff] [blame] | 1789 | |
| 1790 | # [Qt] fast/text/emphasis-overlap.html fails |
| 1791 | # https://bugs.webkit.org/show_bug.cgi?id=51324 |
| 1792 | fast/text/emphasis-overlap.html |
laszlo.1.gombos@nokia.com | c40ff5f | 2011-01-03 18:12:54 +0000 | [diff] [blame] | 1793 | |
rniwa@webkit.org | d70045e | 2011-01-04 19:04:07 +0000 | [diff] [blame] | 1794 | # REGRESSION(r74971): [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails |
| 1795 | # https://bugs.webkit.org/show_bug.cgi?id=51884 |
ossy@webkit.org | e445a84 | 2011-01-04 20:34:49 +0000 | [diff] [blame] | 1796 | editing/selection/caret-bidi-first-and-last-letters.html |
ossy@webkit.org | 7d70c73 | 2011-01-10 14:49:09 +0000 | [diff] [blame] | 1797 | |
ossy@webkit.org | 8c6f5b8 | 2011-01-10 18:53:50 +0000 | [diff] [blame] | 1798 | # [Qt] fast/text/emphasis-avoid-ruby.html fails |
| 1799 | # https://bugs.webkit.org/show_bug.cgi?id=52155 |
| 1800 | fast/text/emphasis-avoid-ruby.html |
ossy@webkit.org | 4fbb6bb | 2011-01-11 13:26:40 +0000 | [diff] [blame] | 1801 | |
| 1802 | # https://bugs.webkit.org/show_bug.cgi?id=42578 |
| 1803 | # [Qt] DRT sideeffect revealed by r63657 and r75305 |
| 1804 | fast/tokenizer/flush-characters-in-document-write-evil.html |
| 1805 | fast/tokenizer/flush-characters-in-document-write.html |
| 1806 | fast/viewport/viewport-128.html |
ossy@webkit.org | 4fbb6bb | 2011-01-11 13:26:40 +0000 | [diff] [blame] | 1807 | fast/xmlhttprequest/null-document-xmlhttprequest-open.html |
| 1808 | fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html |
ossy@webkit.org | 146ded8 | 2011-01-18 08:43:30 +0000 | [diff] [blame] | 1809 | |
jer.noble@apple.com | eb64058 | 2011-01-21 02:18:47 +0000 | [diff] [blame] | 1810 | # [Qt] LayoutTests/media/video-currentTime-delay.html fails |
| 1811 | # https://bugs.webkit.org/show_bug.cgi?id=52859 |
| 1812 | media/video-currentTime-delay.html |
ossy@webkit.org | a994972 | 2011-02-03 13:43:39 +0000 | [diff] [blame] | 1813 | |
ossy@webkit.org | 0559c6d | 2011-02-03 23:54:10 +0000 | [diff] [blame] | 1814 | # small text which is scaled to be large renders pixelated |
| 1815 | # https://bugs.webkit.org/show_bug.cgi?id=12448 |
| 1816 | css3/zoom-coords.xhtml |
| 1817 | svg/zoom/page/zoom-zoom-coords.xhtml |
jer.noble@apple.com | 45787e1 | 2011-02-05 07:35:54 +0000 | [diff] [blame] | 1818 | |
| 1819 | # [Qt] media/video-frame-accurate-seek.html fails |
| 1820 | # https://bugs.webkit.org/show_bug.cgi?id=53843 |
| 1821 | media/video-frame-accurate-seek.html |
robert@webkit.org | f2792e1 | 2011-02-06 10:46:45 +0000 | [diff] [blame] | 1822 | |
morrita@google.com | 4c99e4f | 2011-02-07 02:20:27 +0000 | [diff] [blame] | 1823 | # https://bugs.webkit.org/show_bug.cgi?id=53030 |
| 1824 | html5lib/runner.html |
| 1825 | |
robert@webkit.org | f2792e1 | 2011-02-06 10:46:45 +0000 | [diff] [blame] | 1826 | # [Qt] fast/notifications/notifications-document-close-crash.html fails after r77738 |
| 1827 | # https://bugs.webkit.org/show_bug.cgi?id=53868 |
| 1828 | fast/notifications/notifications-document-close-crash.html |
| 1829 | |
ossy@webkit.org | 4c35d4b | 2011-02-18 07:30:08 +0000 | [diff] [blame] | 1830 | # [Qt]REGRESSION(r78846): editing/selection/mixed-editability-10.html |
| 1831 | # https://bugs.webkit.org/show_bug.cgi?id=54725 |
| 1832 | editing/selection/mixed-editability-10.html |
ossy@webkit.org | d98f980 | 2011-02-18 21:40:40 +0000 | [diff] [blame] | 1833 | |
jer.noble@apple.com | e6ff40d | 2011-02-22 20:40:28 +0000 | [diff] [blame] | 1834 | # [Qt] Generate results for media/audio-repaint.html and media/media-document-audio-repaint.html |
| 1835 | # https://bugs.webkit.org/show_bug.cgi?id=54984 |
| 1836 | media/audio-repaint.html |
ossy@webkit.org | 76e5fa9 | 2011-02-22 22:00:43 +0000 | [diff] [blame] | 1837 | media/media-document-audio-repaint.html |
| 1838 | |
pfeldman@chromium.org | 81b45e5 | 2011-02-28 15:26:44 +0000 | [diff] [blame] | 1839 | # [Qt] XML Viewer fails due to specifics in the parser implementation |
| 1840 | # https://bugs.webkit.org/show_bug.cgi?id=55302 |
commit-queue@webkit.org | 7e3b8ab | 2011-03-31 19:27:30 +0000 | [diff] [blame] | 1841 | http/tests/xmlviewer/extensions-api.html |
pfeldman@chromium.org | 81b45e5 | 2011-02-28 15:26:44 +0000 | [diff] [blame] | 1842 | http/tests/xmlviewer/dumpAsText/svg.xml |
pfeldman@chromium.org | 81b45e5 | 2011-02-28 15:26:44 +0000 | [diff] [blame] | 1843 | http/tests/xmlviewer/dumpAsText/xlink.xml |
| 1844 | http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml |
| 1845 | http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml |
| 1846 | http/tests/xmlviewer/dumpAsText/xmlviewer.xml |
| 1847 | http/tests/xmlviewer/dumpAsText/xsl-stylesheet.xml |
| 1848 | http/tests/xmlviewer/dumpAsText/xul.xml |
commit-queue@webkit.org | 283a016 | 2011-03-04 05:13:10 +0000 | [diff] [blame] | 1849 | |
ossy@webkit.org | 00e7c36 | 2011-03-04 12:37:04 +0000 | [diff] [blame] | 1850 | # [Qt] Two http auth tests fail with Qt 4.7.2 |
| 1851 | # https://bugs.webkit.org/show_bug.cgi?id=55767 |
| 1852 | http/tests/appcache/auth.html |
| 1853 | http/tests/xmlhttprequest/basic-auth.html |
commit-queue@webkit.org | bad43c0 | 2011-03-19 21:28:57 +0000 | [diff] [blame] | 1854 | |
| 1855 | # LayoutTestController::clearApplicationCacheForOrigin is not implemented |
| 1856 | http/tests/appcache/origin-delete.html |
commit-queue@webkit.org | 13f1be6 | 2011-03-23 00:57:31 +0000 | [diff] [blame] | 1857 | # LayoutTestController::getOriginsWithApplicationCache is not implemented |
| 1858 | http/tests/appcache/origins-with-appcache.html |
commit-queue@webkit.org | 4168acc | 2011-05-11 01:47:03 +0000 | [diff] [blame] | 1859 | # LayoutTestController::applicationCacheDiskUsageForOrigin isn't implemented - https://bugs.webkit.org/show_bug.cgi?id=57127 |
| 1860 | http/tests/appcache/origin-usage.html |
commit-queue@webkit.org | 895428d | 2011-03-21 14:40:33 +0000 | [diff] [blame] | 1861 | |
morrita@google.com | 72c85b8 | 2011-04-01 15:59:19 +0000 | [diff] [blame] | 1862 | # Needs rebaseline |
| 1863 | fast/dom/HTMLMeterElement/meter-element.html |
| 1864 | fast/dom/HTMLMeterElement/meter-boundary-values.html |
| 1865 | fast/dom/HTMLMeterElement/meter-optimums.html |
| 1866 | fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html |
| 1867 | fast/dom/HTMLMeterElement/meter-styles.html |
| 1868 | |
commit-queue@webkit.org | 895428d | 2011-03-21 14:40:33 +0000 | [diff] [blame] | 1869 | # https://bugs.webkit.org/show_bug.cgi?id=56691 |
| 1870 | http/tests/inspector/network/network-size-chunked.html |
commit-queue@webkit.org | fc684af | 2011-03-24 21:17:58 +0000 | [diff] [blame] | 1871 | http/tests/inspector/network/network-size-sync.html |
aestes@apple.com | bb90bb6 | 2011-03-29 04:36:28 +0000 | [diff] [blame] | 1872 | |
vsevik@chromium.org | 5f84f38 | 2011-07-20 21:52:18 +0000 | [diff] [blame] | 1873 | # https://bugs.webkit.org/show_bug.cgi?id=64097 |
| 1874 | http/tests/inspector/network/network-disable-cache-memory.html |
| 1875 | http/tests/inspector/network/network-disable-cache-xhrs.html |
commit-queue@webkit.org | 9acd5fe | 2011-08-01 21:22:08 +0000 | [diff] [blame] | 1876 | http/tests/inspector/network/disabled-cache-crash.html |
vsevik@chromium.org | 5f84f38 | 2011-07-20 21:52:18 +0000 | [diff] [blame] | 1877 | |
vsevik@chromium.org | 21fcbc3 | 2011-08-09 12:26:28 +0000 | [diff] [blame] | 1878 | # https://bugs.webkit.org/show_bug.cgi?id=65911 |
| 1879 | http/tests/inspector/resource-main-cookies.php |
| 1880 | |
ossy@webkit.org | 768a8bb | 2011-03-30 18:23:11 +0000 | [diff] [blame] | 1881 | # [Qt] media/video-playbackrate.html fails |
| 1882 | # https://bugs.webkit.org/show_bug.cgi?id=57476 |
ossy@webkit.org | 427f2ad | 2011-03-29 22:59:41 +0000 | [diff] [blame] | 1883 | media/video-playbackrate.html |
ossy@webkit.org | 768a8bb | 2011-03-30 18:23:11 +0000 | [diff] [blame] | 1884 | |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1885 | # New tests without Qt specific expected files. Need investigation. |
| 1886 | animations/3d/matrix-transform-type-animation.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1887 | fast/block/lineboxcontain/block-font.html |
| 1888 | fast/block/lineboxcontain/block-glyphs-replaced.html |
| 1889 | fast/block/lineboxcontain/block-glyphs.html |
| 1890 | fast/block/lineboxcontain/block-replaced.html |
| 1891 | fast/block/lineboxcontain/block.html |
| 1892 | fast/block/lineboxcontain/font-replaced.html |
| 1893 | fast/block/lineboxcontain/font.html |
| 1894 | fast/block/lineboxcontain/glyphs.html |
| 1895 | fast/block/lineboxcontain/inline-box-replaced.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1896 | fast/block/lineboxcontain/inline.html |
| 1897 | fast/block/lineboxcontain/none.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1898 | fast/block/positioning/differing-writing-modes-replaced.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1899 | fast/block/positioning/vertical-lr/002.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1900 | fast/block/positioning/vertical-rl/002.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1901 | fast/borders/rtl-border-04.html |
| 1902 | fast/borders/rtl-border-05.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1903 | fast/box-shadow/inset-box-shadow-radius.html |
| 1904 | fast/box-shadow/inset-box-shadows.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1905 | fast/box-shadow/shadow-buffer-partial.html |
| 1906 | fast/box-shadow/shadow-tiling-artifact.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1907 | fast/css/line-height-determined-by-primary-font.html |
| 1908 | fast/css/transformed-mask.html |
| 1909 | fast/dom/34176.html |
| 1910 | fast/dom/52776.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1911 | fast/dom/HTMLMeterElement/meter-appearances-capacity.html |
| 1912 | fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy.html |
| 1913 | fast/dynamic/text-combine.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1914 | fast/forms/input-placeholder-visibility-1.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1915 | fast/forms/input-placeholder-visibility-3.html |
| 1916 | fast/forms/listbox-bidi-align.html |
| 1917 | fast/forms/placeholder-position.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1918 | fast/forms/textfield-focus-ring.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1919 | fast/images/pixel-crack-image-background-webkit-transform-scale.html |
| 1920 | fast/images/support-broken-image-delegate.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1921 | fast/inline/inline-box-background-long-image.html |
| 1922 | fast/inline/inline-box-background-repeat-x.html |
| 1923 | fast/inline/inline-box-background-repeat-y.html |
| 1924 | fast/inline/inline-box-background.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1925 | fast/multicol/positioned-split.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1926 | fast/multicol/vertical-lr/column-count-with-rules.html |
| 1927 | fast/multicol/vertical-rl/column-count-with-rules.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1928 | fast/repaint/block-layout-inline-children-float-positioned.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1929 | fast/repaint/inline-horizontal-bt-overflow.html |
| 1930 | fast/repaint/inline-vertical-lr-overflow.html |
| 1931 | fast/repaint/inline-vertical-rl-overflow.html |
| 1932 | fast/repaint/repaint-across-writing-mode-boundary.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1933 | fast/ruby/base-shorter-than-text.html |
| 1934 | fast/ruby/nested-ruby.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1935 | fast/text/decorations-transformed.html |
| 1936 | fast/text/emphasis-combined-text.html |
| 1937 | fast/text/emphasis-vertical.html |
| 1938 | fast/text/emphasis.html |
| 1939 | fast/text/hyphenate-first-word.html |
| 1940 | fast/text/hyphenate-limit-before-after.html |
| 1941 | fast/text/hyphenate-locale.html |
| 1942 | fast/text/justify-ideograph-complex.html |
| 1943 | fast/text/justify-ideograph-leading-expansion.html |
| 1944 | fast/text/justify-ideograph-simple.html |
| 1945 | fast/text/justify-ideograph-vertical.html |
| 1946 | fast/text/international/text-combine-image-test.html |
mitz@apple.com | 731aa5f | 2011-08-06 03:49:48 +0000 | [diff] [blame] | 1947 | fast/writing-mode/Kusa-Makura-background-canvas.html |
| 1948 | fast/writing-mode/border-image-horizontal-bt.html |
| 1949 | fast/writing-mode/border-image-vertical-lr.html |
| 1950 | fast/writing-mode/border-image-vertical-rl.html |
| 1951 | fast/writing-mode/border-vertical-lr.html |
| 1952 | fast/writing-mode/broken-ideograph-small-caps.html |
| 1953 | fast/writing-mode/broken-ideographic-font.html |
| 1954 | fast/writing-mode/fallback-orientation.html |
| 1955 | fast/writing-mode/japanese-rl-text-with-broken-font.html |
| 1956 | fast/writing-mode/text-orientation-basic.html |
| 1957 | fast/writing-mode/vertical-align-table-baseline.html |
| 1958 | fast/writing-mode/vertical-baseline-alignment.html |
| 1959 | fast/writing-mode/vertical-font-fallback.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1960 | printing/simultaneous-position-float-change.html |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1961 | svg/css/shadow-changes.svg |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1962 | svg/custom/mask-colorspace.svg |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1963 | svg/custom/path-zero-strokewidth.svg |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1964 | svg/custom/svg-curve-with-relative-cordinates.html |
| 1965 | svg/custom/use-invalid-pattern.svg |
| 1966 | svg/filters/feColorMatrix-offset.svg |
| 1967 | svg/filters/filterRes1.svg |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1968 | svg/filters/filterRes3.svg |
| 1969 | svg/filters/parent-children-with-same-filter.svg |
| 1970 | svg/repaint/filter-repaint.svg |
| 1971 | svg/text/bidi-embedded-direction.svg |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1972 | svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg |
| 1973 | svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg |
| 1974 | svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg |
| 1975 | svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg |
| 1976 | svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg |
| 1977 | svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg |
| 1978 | svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 1979 | transitions/default-timing-function.html |
| 1980 | http/tests/inspector/console-websocket-error.html |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 1981 | |
ossy@webkit.org | 6979bbd | 2011-07-29 16:10:17 +0000 | [diff] [blame] | 1982 | # [Qt] Couple of tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 1983 | # https://bugs.webkit.org/show_bug.cgi?id=52810 |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 1984 | fast/repaint/moving-shadow-on-container.html |
| 1985 | fast/repaint/moving-shadow-on-path.html |
ossy@webkit.org | 7f5f0e67 | 2011-07-29 13:42:40 +0000 | [diff] [blame] | 1986 | svg/batik/masking/maskRegions.svg |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 1987 | svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg |
| 1988 | svg/css/stars-with-shadow.html |
| 1989 | svg/custom/circular-marker-reference-1.svg |
| 1990 | svg/custom/circular-marker-reference-2.svg |
| 1991 | svg/custom/circular-marker-reference-3.svg |
| 1992 | svg/custom/circular-marker-reference-4.svg |
ossy@webkit.org | 4512b59 | 2011-06-06 14:57:30 +0000 | [diff] [blame] | 1993 | svg/custom/embedding-external-svgs.xhtml |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 1994 | svg/custom/empty-merge.svg |
ossy@webkit.org | 45d2b52 | 2011-07-27 14:12:12 +0000 | [diff] [blame] | 1995 | svg/custom/image-with-transform-clip-filter.svg |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 1996 | svg/custom/non-circular-marker-reference.svg |
| 1997 | svg/custom/non-scaling-stroke-markers.svg |
ossy@webkit.org | 6cd3a60 | 2011-06-06 12:23:09 +0000 | [diff] [blame] | 1998 | svg/custom/object-sizing-explicit-width-height.xhtml |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 1999 | svg/custom/recursive-filter.svg |
| 2000 | svg/custom/relative-sized-inner-svg.xhtml |
| 2001 | svg/custom/relative-sized-use-on-symbol.xhtml |
| 2002 | svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml |
| 2003 | svg/custom/resource-invalidate-on-target-update.svg |
| 2004 | svg/custom/stroked-pattern.svg |
| 2005 | svg/custom/text-rotated-gradient.svg |
| 2006 | svg/custom/use-css-events.svg |
| 2007 | svg/custom/use-detach.svg |
| 2008 | svg/custom/use-on-symbol-inside-pattern.svg |
| 2009 | svg/filters/feColorMatrix-values.svg |
| 2010 | svg/filters/filteredImage.svg |
ossy@webkit.org | 7f5f0e67 | 2011-07-29 13:42:40 +0000 | [diff] [blame] | 2011 | svg/hixie/links/001.xml |
| 2012 | svg/hixie/perf/007.xml |
| 2013 | svg/hixie/viewbox/preserveAspectRatio/001.xml |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 2014 | svg/overflow/overflow-on-inner-svg-element.svg |
ossy@webkit.org | 24f36e0 | 2011-07-13 13:02:54 +0000 | [diff] [blame] | 2015 | svg/text/small-fonts-2.svg |
ossy@webkit.org | add524a | 2011-04-14 20:24:20 +0000 | [diff] [blame] | 2016 | svg/text/text-align-05-b.svg |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 2017 | svg/W3C-SVG-1.1/animate-elem-06-t.svg |
| 2018 | svg/W3C-SVG-1.1/extend-namespace-01-f.svg |
| 2019 | svg/W3C-SVG-1.1/painting-marker-03-f.svg |
| 2020 | svg/W3C-SVG-1.1/paths-data-03-f.svg |
| 2021 | svg/W3C-SVG-1.1-SE/types-dom-05-b.svg |
| 2022 | svg/W3C-SVG-1.1/struct-frag-02-t.svg |
| 2023 | svg/W3C-SVG-1.1/struct-frag-03-t.svg |
| 2024 | svg/W3C-SVG-1.1/text-align-04-b.svg |
| 2025 | svg/zoom/page/zoom-mask-with-percentages.svg |
ossy@webkit.org | 997847f | 2011-04-12 11:09:05 +0000 | [diff] [blame] | 2026 | |
| 2027 | # [Qt] inspector/styles/styles-disable-then-enable.html make inspector/styles/styles-iframe.html fail in debug mode |
| 2028 | # https://bugs.webkit.org/show_bug.cgi?id=58313 |
| 2029 | inspector/styles/styles-disable-then-enable.html |
ossy@webkit.org | 9267fe6 | 2011-04-14 09:56:25 +0000 | [diff] [blame] | 2030 | |
ossy@webkit.org | 1f3c2b5 | 2011-04-14 18:33:24 +0000 | [diff] [blame] | 2031 | # [Qt] fast/transforms/scrollIntoView-transformed.html fails |
| 2032 | # https://bugs.webkit.org/show_bug.cgi?id=58559 |
| 2033 | fast/transforms/scrollIntoView-transformed.html |
andreas.kling@nokia.com | 1d825bc | 2011-04-15 20:56:18 +0000 | [diff] [blame] | 2034 | |
| 2035 | # Stuff Kling broke while happy-hacking DRT (r84010, r84012) |
| 2036 | fast/css/font-face-repeated-url.html |
andreas.kling@nokia.com | d8690d6 | 2011-05-09 14:06:43 +0000 | [diff] [blame] | 2037 | |
| 2038 | # We cannot implement FrameLoaderClient::canHandleRequest() since QNAM doesn't know |
| 2039 | # whether or not a given scheme is supported prior to createRequest(). |
| 2040 | # This means we will never reach FrameLoaderClient::dispatchUnableToImplementPolicy() |
| 2041 | # due to spaceballs:// being an unhandled scheme, and thus the expected warning |
| 2042 | # will not be in the output. |
andreas.kling@nokia.com | 1d825bc | 2011-04-15 20:56:18 +0000 | [diff] [blame] | 2043 | http/tests/misc/redirect-to-external-url.html |
kinuko@chromium.org | 66e0cf7 | 2011-04-15 23:58:43 +0000 | [diff] [blame] | 2044 | |
evan@chromium.org | 9c3b504 | 2011-04-18 22:58:38 +0000 | [diff] [blame] | 2045 | # Expose title direction in WebKit API |
| 2046 | # https://bugs.webkit.org/show_bug.cgi?id=58845 |
| 2047 | fast/dom/title-directionality.html |
rniwa@webkit.org | 2c8b9b4 | 2011-04-19 21:15:18 +0000 | [diff] [blame] | 2048 | |
| 2049 | # fast/text/zero-width-characters-complex-script fails on Chrome and Qt on Linux |
| 2050 | # https://bugs.webkit.org/show_bug.cgi?id=58741 |
| 2051 | fast/text/zero-width-characters-complex-script.html |
ossy@webkit.org | b19bdf0 | 2011-04-20 10:57:51 +0000 | [diff] [blame] | 2052 | |
ossy@webkit.org | 6407167 | 2011-04-22 11:24:29 +0000 | [diff] [blame] | 2053 | # [Qt]fast/url/idna tests fail |
| 2054 | # https://bugs.webkit.org/show_bug.cgi?id=59187 |
| 2055 | fast/url/idna2003.html |
| 2056 | fast/url/idna2008.html |
xji@chromium.org | eca4100 | 2011-04-23 01:09:28 +0000 | [diff] [blame] | 2057 | |
| 2058 | # https://bugs.webkit.org/show_bug.cgi?id=59265 |
xji@chromium.org | aeb580c | 2011-07-27 19:26:08 +0000 | [diff] [blame] | 2059 | editing/selection/move-by-word-visually-multi-line.html |
| 2060 | editing/selection/move-by-word-visually-multi-space.html |
| 2061 | editing/selection/move-by-word-visually-null-box.html |
| 2062 | editing/selection/move-by-word-visually-single-space-inline-element.html |
| 2063 | editing/selection/move-by-word-visually-single-space-one-element.html |
ossy@webkit.org | 837f11a | 2011-04-25 17:47:28 +0000 | [diff] [blame] | 2064 | |
| 2065 | # [Qt] New tests introduced in r84742 fail |
| 2066 | # https://bugs.webkit.org/show_bug.cgi?id=59334 |
| 2067 | http/tests/misc/will-send-request-returns-null-on-redirect.html |
| 2068 | http/tests/security/XFrameOptions/x-frame-options-deny.html |
| 2069 | http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html |
ossy@webkit.org | bf23db9 | 2011-04-27 15:44:29 +0000 | [diff] [blame] | 2070 | |
| 2071 | # [Qt] Migrate to Debian Squeeze |
| 2072 | # https://bugs.webkit.org/show_bug.cgi?id=59609 |
| 2073 | fast/workers/storage/use-same-database-in-page-and-workers.html |
| 2074 | svg/W3C-SVG-1.1/struct-image-06-t.svg |
| 2075 | http/tests/loading/preload-slow-loading.php |
| 2076 | http/tests/security/contentSecurityPolicy/media-src-allowed.html |
| 2077 | http/tests/security/contentSecurityPolicy/media-src-blocked.html |
dino@apple.com | 9173d97 | 2011-04-29 18:15:06 +0000 | [diff] [blame] | 2078 | |
abarth@webkit.org | 2d422e7 | 2011-07-26 23:25:49 +0000 | [diff] [blame] | 2079 | # Tests that require ENABLE(DOWNLOAD_ATTRIBUTE). |
| 2080 | fast/dom/HTMLAnchorElement/anchor-nodownload.html |
| 2081 | fast/dom/HTMLAnchorElement/anchor-download.html |
| 2082 | fast/dom/HTMLAnchorElement/anchor-nodownload-set.html |
| 2083 | fast/dom/HTMLAnchorElement/anchor-download-unset.html |
| 2084 | |
commit-queue@webkit.org | 084ff96 | 2011-05-09 11:00:47 +0000 | [diff] [blame] | 2085 | # This platform does not support the Page Visibility API. |
| 2086 | fast/events/page-visibility-iframe-delete-test.html |
| 2087 | fast/events/page-visibility-iframe-move-test.html |
| 2088 | fast/events/page-visibility-iframe-propagation-test.html |
| 2089 | fast/events/page-visibility-transition-test.html |
andreas.kling@nokia.com | 3b5690e | 2011-05-09 15:23:01 +0000 | [diff] [blame] | 2090 | |
| 2091 | # Fails with Qt 4.7.3. |
| 2092 | http/tests/inspector/network/download.html |
| 2093 | http/tests/inspector/network/x-frame-options-deny.html |
ossy@webkit.org | 88951fd | 2011-05-10 12:30:44 +0000 | [diff] [blame] | 2094 | |
ossy@webkit.org | 5a20201 | 2011-05-14 08:48:19 +0000 | [diff] [blame] | 2095 | # [Qt]fast/events/remove-target-in-mouseup* tests fail |
| 2096 | # https://bugs.webkit.org/show_bug.cgi?id=60833 |
| 2097 | fast/events/remove-target-in-mouseup-deep.html |
| 2098 | fast/events/remove-target-in-mouseup-insertback.html |
| 2099 | fast/events/remove-target-in-mouseup-twice.html |
| 2100 | fast/events/remove-target-in-mouseup.html |
| 2101 | |
rniwa@webkit.org | b60f9a2 | 2011-05-24 19:51:54 +0000 | [diff] [blame] | 2102 | # [Qt] Selectstart event tests added by r87096 are failing on Qt |
| 2103 | # https://bugs.webkit.org/show_bug.cgi?id=61322 |
| 2104 | fast/events/selectstart-by-double-triple-clicks.html |
| 2105 | fast/events/selectstart-by-drag.html |
mihaip@chromium.org | 7ef8e03 | 2011-05-26 19:53:00 +0000 | [diff] [blame] | 2106 | |
| 2107 | # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540) |
| 2108 | http/tests/security/isolatedWorld/cross-origin-xhr.html |
dglazkov@chromium.org | b4a8037 | 2011-06-02 20:15:34 +0000 | [diff] [blame] | 2109 | |
ossy@webkit.org | 2499077 | 2011-06-06 11:12:21 +0000 | [diff] [blame] | 2110 | # failing new tests |
| 2111 | fast/block/float/overhanging-tall-block.html |
| 2112 | fast/backgrounds/border-radius-split-background-image.html |
| 2113 | fast/backgrounds/border-radius-split-background.html |
ossy@webkit.org | 2499077 | 2011-06-06 11:12:21 +0000 | [diff] [blame] | 2114 | fast/borders/border-antialiasing.html |
| 2115 | fast/borders/border-styles-split.html |
| 2116 | fast/borders/mixed-border-styles-radius2.html |
| 2117 | fast/box-shadow/scaled-box-shadow.html |
| 2118 | fast/box-shadow/single-pixel-shadow.html |
| 2119 | fast/text/selection-rect-rounding.html |
ossy@webkit.org | 4c825ae | 2011-06-06 13:33:22 +0000 | [diff] [blame] | 2120 | svg/as-object/object-box-sizing-no-width-height.html |
ossy@webkit.org | 2499077 | 2011-06-06 11:12:21 +0000 | [diff] [blame] | 2121 | svg/custom/object-sizing-explicit-height.xhtml |
| 2122 | svg/custom/object-sizing-explicit-width.xhtml |
ossy@webkit.org | 2499077 | 2011-06-06 11:12:21 +0000 | [diff] [blame] | 2123 | svg/custom/object-no-size-attributes.xhtml |
| 2124 | svg/custom/painting-marker-07-f-inherit.svg |
| 2125 | svg/custom/small-rect-scale.svg |
| 2126 | svg/filters/feConvolveFilter-y-bounds.svg |
ossy@webkit.org | 2499077 | 2011-06-06 11:12:21 +0000 | [diff] [blame] | 2127 | http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml |
ossy@webkit.org | 534882d | 2011-06-08 06:13:06 +0000 | [diff] [blame] | 2128 | |
ossy@webkit.org | 590f840 | 2011-06-28 07:55:17 +0000 | [diff] [blame] | 2129 | # failing new tests |
| 2130 | fast/forms/input-appearance-range.html |
| 2131 | fast/text/midword-break-before-surrogate-pair.html |
| 2132 | printing/page-count-relayout-shrink.html |
| 2133 | svg/custom/svg-fonts-fallback.xhtml |
| 2134 | svg/custom/svg-fonts-segmented.xhtml |
| 2135 | svg/custom/svg-fonts-word-spacing.html |
| 2136 | |
| 2137 | # new tests, they needs investigation |
| 2138 | fast/block/float/intruding-float-add-in-sibling-block-on-static-position2.html |
| 2139 | fast/block/float/intruding-float-add-in-sibling-block-on-static-position.html |
| 2140 | fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2.html |
| 2141 | fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position.html |
| 2142 | fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2.html |
| 2143 | fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position.html |
| 2144 | fast/block/float/overhanging-float-add-in-static-position-block2.html |
| 2145 | fast/block/float/overhanging-float-add-in-static-position-block.html |
| 2146 | fast/block/float/overhanging-float-remove-from-absolute-position-block2.html |
| 2147 | fast/block/float/overhanging-float-remove-from-absolute-position-block.html |
| 2148 | fast/block/float/overhanging-float-remove-from-fixed-position-block2.html |
| 2149 | fast/block/float/overhanging-float-remove-from-fixed-position-block.html |
| 2150 | |
ossy@webkit.org | 534882d | 2011-06-08 06:13:06 +0000 | [diff] [blame] | 2151 | # New tests introduced in r88307, but fail on Qt |
| 2152 | # https://bugs.webkit.org/show_bug.cgi?id=54417 |
| 2153 | fast/events/touch/touch-gesture-click.html |
| 2154 | fast/events/touch/touch-gesture-scroll.html |
apavlov@chromium.org | 064af55 | 2011-06-08 15:24:41 +0000 | [diff] [blame] | 2155 | |
rniwa@webkit.org | 9858a74 | 2011-08-12 22:48:27 +0000 | [diff] [blame] | 2156 | # [Qt] Add eventSender.gestureTap |
| 2157 | # https://bugs.webkit.org/show_bug.cgi?id=66173 |
| 2158 | fast/events/touch/gesture/gesture-click.html |
| 2159 | |
ossy@webkit.org | b4c49f8 | 2011-06-16 06:55:54 +0000 | [diff] [blame] | 2160 | # new test introduced in r88958, but fail on Qt |
eric.carlson@apple.com | 09820a9 | 2011-06-16 15:44:15 +0000 | [diff] [blame] | 2161 | # https://bugs.webkit.org/show_bug.cgi?id=62741 |
ossy@webkit.org | b4c49f8 | 2011-06-16 06:55:54 +0000 | [diff] [blame] | 2162 | http/tests/appcache/video.html |
ossy@webkit.org | e59f8a4 | 2011-06-17 08:11:11 +0000 | [diff] [blame] | 2163 | |
| 2164 | # new test introduced in r89118, but fail on Qt |
| 2165 | # https://bugs.webkit.org/show_bug.cgi?id=62847 |
| 2166 | fast/parser/xhtml-innerhtml-null-byte.xhtml |
ossy@webkit.org | 8d575e8 | 2011-06-23 13:31:28 +0000 | [diff] [blame] | 2167 | |
ossy@webkit.org | c3c6edb | 2011-06-27 07:46:10 +0000 | [diff] [blame] | 2168 | # new failing inspector tests |
| 2169 | inspector/console/console-trace-in-eval.html |
| 2170 | inspector/debugger/source-frame.html |
| 2171 | inspector/styles/styles-update-from-js.html |
| 2172 | |
zimmermann@webkit.org | 88e0aeb | 2011-06-25 06:28:12 +0000 | [diff] [blame] | 2173 | # Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths |
| 2174 | # from Font, making it possible to reuse the simple text code path for SVG Fonts |
| 2175 | # https://bugs.webkit.org/show_bug.cgi?id=59085 |
| 2176 | # Failing tests after http://trac.webkit.org/changeset/89233 |
| 2177 | # They will pass again when QRawFont is enabled by default. |
| 2178 | svg/W3C-SVG-1.1/animate-elem-03-t.svg |
| 2179 | svg/W3C-SVG-1.1/animate-elem-24-t.svg |
| 2180 | svg/W3C-SVG-1.1/animate-elem-36-t.svg |
| 2181 | svg/W3C-SVG-1.1/animate-elem-40-t.svg |
| 2182 | svg/W3C-SVG-1.1/fonts-elem-01-t.svg |
| 2183 | svg/W3C-SVG-1.1/fonts-elem-02-t.svg |
| 2184 | svg/W3C-SVG-1.1/fonts-elem-03-b.svg |
| 2185 | svg/W3C-SVG-1.1/fonts-elem-04-b.svg |
| 2186 | svg/W3C-SVG-1.1/fonts-elem-05-t.svg |
| 2187 | svg/W3C-SVG-1.1/fonts-elem-06-t.svg |
| 2188 | svg/W3C-SVG-1.1/fonts-elem-07-b.svg |
| 2189 | svg/W3C-SVG-1.1/fonts-glyph-02-t.svg |
| 2190 | svg/W3C-SVG-1.1/fonts-glyph-03-t.svg |
| 2191 | svg/W3C-SVG-1.1/fonts-kern-01-t.svg |
| 2192 | svg/W3C-SVG-1.1/masking-mask-01-b.svg |
| 2193 | svg/W3C-SVG-1.1/pservers-grad-08-b.svg |
| 2194 | svg/W3C-SVG-1.1/struct-cond-03-t.svg |
| 2195 | svg/W3C-SVG-1.1/struct-image-02-b.svg |
| 2196 | svg/W3C-SVG-1.1/text-align-08-b.svg |
| 2197 | svg/W3C-SVG-1.1/text-altglyph-01-b.svg |
| 2198 | svg/W3C-SVG-1.1/text-fonts-03-t.svg |
| 2199 | svg/W3C-SVG-1.1/text-intro-01-t.svg |
| 2200 | svg/W3C-SVG-1.1/text-intro-02-b.svg |
| 2201 | svg/W3C-SVG-1.1/text-intro-03-b.svg |
| 2202 | svg/W3C-SVG-1.1/text-intro-04-t.svg |
| 2203 | svg/W3C-SVG-1.1/text-text-04-t.svg |
| 2204 | svg/W3C-SVG-1.1/text-text-05-t.svg |
| 2205 | svg/W3C-SVG-1.1/text-text-06-t.svg |
| 2206 | svg/custom/acid3-test-77.html |
| 2207 | svg/custom/altglyph.svg |
| 2208 | svg/custom/font-face-simple.svg |
| 2209 | svg/custom/global-constructors.html |
| 2210 | svg/custom/glyph-selection-lang-attribute.svg |
| 2211 | svg/custom/glyph-setting-d-attribute.svg |
| 2212 | svg/custom/insertItemBefore-from-non-list-origin.svg |
| 2213 | svg/custom/svg-fonts-in-text-controls.html |
| 2214 | svg/custom/svg-fonts-with-no-element-reference.html |
| 2215 | svg/custom/svg-fonts-without-missing-glyph.xhtml |
| 2216 | svg/dom/altGlyph-dom.xhtml |
| 2217 | svg/dom/baseVal-animVal-crash.html |
| 2218 | svg/dom/font-face-elements.html |
| 2219 | svg/text/kerning.svg |
| 2220 | svg/text/multichar-glyph.svg |
| 2221 | svg/text/text-altglyph-01-b.svg |
| 2222 | svg/text/text-hkern-on-vertical-text.svg |
| 2223 | svg/text/text-hkern.svg |
| 2224 | svg/text/text-text-04-t.svg |
| 2225 | svg/text/text-text-05-t.svg |
| 2226 | svg/text/text-text-06-t.svg |
| 2227 | svg/text/text-vkern-on-horizontal-text.svg |
| 2228 | svg/text/text-vkern.svg |
| 2229 | http/tests/misc/SVGFont-delayed-load.html |
weinig@apple.com | 19d9205 | 2011-07-15 20:41:19 +0000 | [diff] [blame] | 2230 | |
kbalazs@webkit.org | d9cad38 | 2011-07-21 10:22:26 +0000 | [diff] [blame] | 2231 | # https://bugs.webkit.org/show_bug.cgi?id=64927 |
| 2232 | inspector/styles/css-live-edit.html |
| 2233 | |
| 2234 | # https://bugs.webkit.org/show_bug.cgi?id=64928 |
| 2235 | inspector/styles/get-set-stylesheet-text.html |
crogers@google.com | dbcecc3 | 2011-07-25 22:54:16 +0000 | [diff] [blame] | 2236 | |
| 2237 | # For now, Web Audio API is disabled |
| 2238 | webaudio/ |
ossy@webkit.org | 9bc5b1b | 2011-07-27 17:09:29 +0000 | [diff] [blame] | 2239 | |
| 2240 | # [Qt] svg/W3C-SVG-1.1-SE/styling-pres-02-f.svg fails |
ossy@webkit.org | 017be47 | 2011-07-28 13:15:26 +0000 | [diff] [blame] | 2241 | # https://bugs.webkit.org/show_bug.cgi?id=65266 |
ossy@webkit.org | 9bc5b1b | 2011-07-27 17:09:29 +0000 | [diff] [blame] | 2242 | svg/W3C-SVG-1.1-SE/styling-pres-02-f.svg |
ossy@webkit.org | 017be47 | 2011-07-28 13:15:26 +0000 | [diff] [blame] | 2243 | |
| 2244 | # REGRESSION (r91125): Google Drawings is broken |
| 2245 | # https://bugs.webkit.org/show_bug.cgi?id=65257 |
| 2246 | svg/custom/zero-path-square-cap-rendering2.svg |
ossy@webkit.org | decf9a2 | 2011-07-29 08:16:58 +0000 | [diff] [blame] | 2247 | |
ossy@webkit.org | a3ecf8c | 2011-08-02 10:57:53 +0000 | [diff] [blame] | 2248 | # [Qt]Web Inspector: http/tests/inspector/network/network-sidebar-width.html fails |
| 2249 | # https://bugs.webkit.org/show_bug.cgi?id=65526 |
| 2250 | http/tests/inspector/network/network-sidebar-width.html |
ossy@webkit.org | 8d0c264 | 2011-08-03 11:55:26 +0000 | [diff] [blame] | 2251 | |
| 2252 | # [Qt]REGRESSION(r92254): It made 2 tests timeout |
| 2253 | # https://bugs.webkit.org/show_bug.cgi?id=65609 |
| 2254 | fast/frames/lots-of-objects.html |
| 2255 | fast/frames/lots-of-iframes.html |
| 2256 | |
| 2257 | # [Qt]REGRESSION(r92224): It made editing/text-iterator/basic-iteration.html timeout |
| 2258 | # https://bugs.webkit.org/show_bug.cgi?id=65605 |
| 2259 | editing/text-iterator/basic-iteration.html |
abarth@webkit.org | 078895a | 2011-08-04 07:10:25 +0000 | [diff] [blame] | 2260 | |
| 2261 | # This test tickles another crasher on Qt. |
| 2262 | fast/loader/reload-zero-byte-plugin.html |
yael.aharon@nokia.com | 9daa710 | 2011-08-04 21:50:51 +0000 | [diff] [blame] | 2263 | |
| 2264 | # Failing after http://trac.webkit.org/changeset/92375 |
| 2265 | # https://bugs.webkit.org/show_bug.cgi?id=65721 |
| 2266 | http/tests/navigation/javascriptlink-frames.html |
| 2267 | tables/mozilla/bugs/bug28928.html |
| 2268 | fast/forms/button-sizes.html |
| 2269 | fast/forms/control-restrict-line-height.html |
| 2270 | fast/forms/select-baseline.html |
| 2271 | tables/mozilla/bugs/bug2479-3.html |
| 2272 | tables/mozilla/bugs/bug1318.html |
| 2273 | fast/replaced/table-percent-height.html |
| 2274 | tables/mozilla/bugs/bug26178.html |
| 2275 | svg/custom/inline-svg-in-xhtml.xml |
| 2276 | fast/forms/button-text-transform.html |
| 2277 | fast/forms/button-style-color.html |
| 2278 | tables/mozilla/bugs/bug46368-2.html |
| 2279 | editing/selection/4397952.html |
| 2280 | editing/selection/3690719.html |
| 2281 | fast/replaced/replaced-breaking.html |
| 2282 | fast/block/positioning/inline-block-relposition.html |
| 2283 | fast/forms/formmove3.html |
| 2284 | fast/html/details-replace-text.html |
| 2285 | fast/forms/basic-buttons.html |
| 2286 | fast/forms/input-button-sizes.html |
| 2287 | fast/forms/button-cannot-be-nested.html |
| 2288 | tables/mozilla/bugs/bug51037.html |
| 2289 | fast/forms/control-clip-overflow.html |
| 2290 | tables/mozilla/bugs/bug39209.html |
| 2291 | fast/css/margin-top-bottom-dynamic.html |
| 2292 | tables/mozilla_expected_failures/bugs/bug58402-2.html |
| 2293 | fast/forms/button-table-styles.html |
| 2294 | tables/mozilla/bugs/bug1188.html |
| 2295 | tables/mozilla_expected_failures/bugs/bug1725.html |
| 2296 | tables/mozilla/collapsing_borders/bug41262-4.html |
| 2297 | fast/html/details-replace-summary-child.html |
| 2298 | svg/custom/foreign-object-skew.svg |
| 2299 | tables/mozilla/bugs/bug68912.html |
| 2300 | fast/text/textIteratorNilRenderer.html |
| 2301 | tables/mozilla/bugs/bug138725.html |
| 2302 | fast/forms/targeted-frame-submission.html |
| 2303 | editing/selection/3690703-2.html |
| 2304 | fast/block/float/float-avoidance.html |
| 2305 | fast/forms/button-generated-content.html |
| 2306 | tables/mozilla/bugs/bug44505.html |
| 2307 | tables/mozilla/bugs/bug92647-2.html |
| 2308 | tables/mozilla/bugs/bug60749.html |
| 2309 | fast/dom/HTMLTableColElement/resize-table-using-col-width.html |
| 2310 | tables/mozilla/other/move_row.html |
| 2311 | fast/replaced/width100percent-button.html |
| 2312 | fast/table/remove-td-display-none.html |
| 2313 | tables/mozilla/bugs/bug33855.html |
| 2314 | tables/mozilla/bugs/bug7342.html |
| 2315 | fast/dynamic/positioned-movement-with-positioned-children.html |
| 2316 | fast/selectors/064.html |
| 2317 | fast/forms/button-inner-block-reuse.html |
| 2318 | tables/mozilla_expected_failures/collapsing_borders/bug41262-5.html |
| 2319 | fast/forms/blankbuttons.html |
| 2320 | tables/mozilla/dom/tableDom.html |
| 2321 | fast/forms/button-positioned.html |
| 2322 | editing/selection/3690703.html |
| 2323 | fast/forms/button-align.html |
| 2324 | tables/mozilla/bugs/bug51727.html |
| 2325 | tables/mozilla/bugs/bug52506.html |
| 2326 | fast/table/append-cells2.html |
| 2327 | platform/qt/fast/forms/button-line-break.html |
| 2328 | editing/selection/5240265.html |
| 2329 | fast/css/continuationCrash.html |
| 2330 | tables/mozilla/bugs/bug18359.html |
| 2331 | tables/mozilla/bugs/bug46368-1.html |
| 2332 | tables/mozilla/bugs/bug4429.html |
| 2333 | tables/mozilla/bugs/bug52505.html |
| 2334 | tables/mozilla_expected_failures/collapsing_borders/bug41262-6.html |
| 2335 | |
rniwa@webkit.org | 1a4ce81 | 2011-08-06 00:41:15 +0000 | [diff] [blame] | 2336 | # [Qt] move-selection-back-line-strict.html fails |
| 2337 | # https://bugs.webkit.org/show_bug.cgi?id=65801 |
| 2338 | editing/execCommand/move-selection-back-line-strict.html |
kbalazs@webkit.org | 1dd9a3f | 2011-08-07 22:16:27 +0000 | [diff] [blame] | 2339 | |
| 2340 | # [Qt] svg/zoom/page/zoom-svg-through-* results diverging between bots |
| 2341 | # https://bugs.webkit.org/show_bug.cgi?id=65831 |
| 2342 | svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml |
| 2343 | svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml |
| 2344 | svg/zoom/page/zoom-svg-through-object-with-auto-size.html |
| 2345 | svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml |
zoltan@webkit.org | f2cd7a3 | 2011-08-08 07:32:09 +0000 | [diff] [blame] | 2346 | # 4 other tests are diverging on Qt SnowLeopard Intel |
| 2347 | fast/writing-mode/border-styles-vertical-lr.html |
| 2348 | fast/writing-mode/border-styles-vertical-rl.html |
| 2349 | svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml |
| 2350 | svg/zoom/page/zoom-svg-through-object-with-override-size.html |
| 2351 | |
ossy@webkit.org | 2ddc5dd | 2011-08-10 09:59:41 +0000 | [diff] [blame] | 2352 | # [Qt] http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm fails intermittently |
| 2353 | # https://bugs.webkit.org/show_bug.cgi?id=65969 |
| 2354 | http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm |
ossy@webkit.org | 4a0115b | 2011-08-11 08:48:39 +0000 | [diff] [blame] | 2355 | |
| 2356 | # [Qt] Enable WebGL by default for QtWebKit |
| 2357 | # https://bugs.webkit.org/show_bug.cgi?id=65998 |
| 2358 | # disable failing tests after https://trac.webkit.org/changeset/92805 |
| 2359 | fast/canvas/webgl |
kbalazs@webkit.org | e623b82 | 2011-08-11 17:57:05 +0000 | [diff] [blame] | 2360 | |
| 2361 | # [Qt] fast/dom/HTMLDocument/hasFocus.html fails |
| 2362 | # https://bugs.webkit.org/show_bug.cgi?id=66076 |
| 2363 | fast/dom/HTMLDocument/hasFocus.html |
rniwa@webkit.org | adb8175 | 2011-08-12 20:56:14 +0000 | [diff] [blame] | 2364 | |
| 2365 | # [Qt] Implement layouTestController.setShouldStayOnPageAfterHandlingBeforeUnload |
| 2366 | # https://bugs.webkit.org/show_bug.cgi?id=66162 |
| 2367 | fast/loader/form-submission-after-beforeunload-cancel.html |
zoltan@webkit.org | bd66586 | 2011-08-16 08:57:13 +0000 | [diff] [blame] | 2368 | |
| 2369 | # [Qt] editing/deleting/regional-indicators.html after r93068 |
| 2370 | # https://bugs.webkit.org/show_bug.cgi?id=66268 |
| 2371 | editing/deleting/regional-indicators.html |
hayato@chromium.org | ba3ac32 | 2011-08-17 01:29:17 +0000 | [diff] [blame] | 2372 | |
| 2373 | # This test verifies that a mismatch reftest will fail as intended if both results are same. |
| 2374 | fast/harness/sample-fail-mismatch-reftest.html |