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