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