blob: 29c81c4aff57cff255c4b04a2afc75bf82565b60 [file] [log] [blame]
kenneth@webkit.orge365ada2009-10-01 18:14:24 +00001# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +00002# 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.com81aefba2011-06-03 08:22:42 +000015# - Disabled features.
robert@webkit.org051adf82010-06-08 19:44:15 +000016# - Feature not supported yet.
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +000017# - Drag and Drop Support in DRT.
robert@webkit.org051adf82010-06-08 19:44:15 +000018# - 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.org051adf82010-06-08 19:44:15 +000042# - 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.org051adf82010-06-08 19:44:15 +000047# - new tests without expected results
ossy@webkit.org7f2f2222010-11-30 08:56:46 +000048# - Qt 4.7 related bugs
ossy@webkit.org44210ac2011-10-20 13:38:08 +000049# - Qt 4.8 related bugs
robert@webkit.org051adf82010-06-08 19:44:15 +000050# - new skipped tests yet to be sorted
51
52
53# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +000054# Permanently Skipped Tests. #
55# =========================================================================== #
56
57# ----- tests that use Objective-C so can never be supported
robert@webkit.org188a1262010-06-07 14:43:15 +000058editing/pasteboard/paste-RTFD.html
59editing/pasteboard/paste-TIFF.html
60
61# Skip mac API specific tests
62fast/loader/stop-provisional-loads.html
63
ossy@webkit.orga80d6552011-10-19 14:09:49 +000064# 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
70canvas/philip/tests/2d.drawImage.outsidesource.html
71
robert@webkit.org188a1262010-06-07 14:43:15 +000072# =========================================================================== #
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +000073# Disabled features. #
robert@webkit.org188a1262010-06-07 14:43:15 +000074# =========================================================================== #
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +000075
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +000076# ENABLE(INPUT_COLOR) is disabled.
77fast/forms/color
78
tkent@chromium.orgdfc91a42011-10-05 06:06:43 +000079# ENABLE(INPUT_TYPE_*) are not enabled.
80# https://bugs.webkit.org/show_bug.cgi?id=29359
81fast/forms/date
82fast/css/pseudo-in-range.html
83fast/css/pseudo-out-of-range.html
84fast/css/pseudo-in-range-invalid-value.html
85fast/forms/datetime
86fast/forms/datetimelocal
87fast/forms/month
88fast/forms/time
89fast/forms/week
90
commit-queue@webkit.org0ef17682011-11-19 02:03:15 +000091# ENABLE_GAMEPAD not enabled.
92gamepad/
93
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +000094# ENABLE(INPUT_SPEECH) is disabled.
95fast/speech
96
97# ENABLE(MEDIA_STREAM) is disabled.
98fast/dom/MediaStream
99
100# ENABLE(DIRECTORY_UPLOAD) is disabled.
tkent@chromium.orgf537bc92011-10-07 09:19:07 +0000101fast/forms/file/input-file-directory-upload.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000102
103# ENABLE(INDEXED_DATABASE) is disabled.
104storage/indexeddb
105
106# ENABLE(REQUEST_ANIMATION_FRAME) is disabled.
107fast/animation
loislo@chromium.orgec7ed422011-09-19 07:36:12 +0000108inspector/timeline/timeline-animation-frame.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000109
110# ENABLE(ANIMATION_API) is disabled.
111animations/animation-api-1.html
112
113# ENABLE(WEB_ARCHIVE) is disabled.
robert@webkit.org188a1262010-06-07 14:43:15 +0000114svg/custom/image-with-prefix-in-webarchive.svg
115http/tests/webarchive
116webarchive
117svg/webarchive
118
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000119# ENABLE(FILE_SYSTEM) is disabled.
120fast/filesystem
121http/tests/filesystem
122http/tests/security/filesystem-iframe-from-remote.html
yutak@chromium.org7fe8a732011-09-02 11:16:40 +0000123http/tests/websocket/tests/hybi/send-file-blob.html
124http/tests/websocket/tests/hybi/send-file-blob-fail.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000125
126# ENABLE(QUOTA) is disabled.
arv@chromium.org19e409c2011-11-03 02:19:17 +0000127storage/storageinfo-missing-arguments.html
128storage/storageinfo-no-callbacks.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000129storage/storageinfo-query-usage.html
130storage/storageinfo-request-quota.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000131
132# ENABLE(WEBGL) is disabled.
133http/tests/canvas/webgl
134compositing/webgl
kbr@google.com3e37b3c2011-06-09 22:02:22 +0000135http/tests/security/webgl-remote-read-remote-image-allowed.html
136http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html
137http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000138
139# ENABLE(LINK_PREFETCH) is disabled.
140fast/dom/HTMLLinkElement/link-and-subresource-test.html
gavinp@chromium.orgdf9d0772011-07-07 22:29:57 +0000141fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000142fast/dom/HTMLLinkElement/prefetch.html
143fast/dom/HTMLLinkElement/prefetch-beforeload.html
144fast/dom/HTMLLinkElement/prefetch-onerror.html
145fast/dom/HTMLLinkElement/prefetch-onload.html
146fast/dom/HTMLLinkElement/prefetch-too-many-clients.html
147fast/dom/HTMLLinkElement/prerender.html
148fast/dom/HTMLLinkElement/subresource.html
149http/tests/misc/link-rel-prefetch-and-subresource.html
150http/tests/misc/prefetch-purpose.html
151
152# ENABLE(DASHBOARD_SUPPORT) is disabled
153http/tests/xmlhttprequest/default-content-type-dashboard.html
154http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html
155svg/custom/embedded-svg-disallowed-in-dashboard.xml
156svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html
157svg/custom/manually-parsed-svg-disallowed-in-dashboard.html
158svg/custom/svg-disallowed-in-dashboard-object.html
159
jchaffraix@webkit.org63c7d1a2011-11-15 23:05:28 +0000160# CSS Grid Layout is not yet enabled. http://webkit.org/b/60731
161fast/css-grid-layout
162
rolandsteiner@chromium.orgab7f9752011-12-05 11:48:28 +0000163# <style scoped> is not yet enabled. http://webkit.org/b/49142
164fast/css/style-scoped
165
commit-queue@webkit.orgc916d532011-06-29 23:54:37 +0000166# CSS Regions support not yet enabled. http://webkit.org/b/57312
167fast/regions
168
commit-queue@webkit.org96c09232011-06-30 23:05:33 +0000169# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
170fast/exclusions
171
adamk@chromium.org136a5cf2011-10-11 16:57:07 +0000172# ENABLE(MUTATION_OBSERVERS) is not yet enabled. http://webkit.org/b/68729
173fast/mutation
174
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000175# USE(V8)
176
177# v8 i18n extension.
178fast/js/i18n-bindings-locale.html
179
180# JSC does not support setIsolatedWorldSecurityOrigin, (http://webkit.org/b/61540)
181http/tests/security/isolatedWorld/cross-origin-xhr.html
182
adele@apple.comb9d22b12010-07-09 01:01:14 +0000183# This test is for clients that choose to make the missing plugin indicator a button
184plugins/clicking-missing-plugin-fires-delegate.html
185
commit-queue@webkit.orgc8368ca2011-03-12 05:38:13 +0000186# StorageTracker is not enabled.
187storage/domstorage/localstorage/storagetracker
188
robert@webkit.org188a1262010-06-07 14:43:15 +0000189# ----- No User Scripts
190userscripts
bweinstein@apple.comba391932010-09-30 06:26:13 +0000191plugins/plugin-document-load-prevented-userscript.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000192
193# ------ Doesn't support WOFF yet.
194fast/css/font-face-woff.html
195
bashi@chromium.orgdcda5d92011-07-11 02:28:59 +0000196# Need to implement getFormValue().
197plugins/form-value.html
198
robert@webkit.org188a1262010-06-07 14:43:15 +0000199# accessibility support
200accessibility
201
202# Tests requiring 3D_RENDERING and ACCELERATED_COMPOSITING support
203transforms/3d
204compositing
205
206fast/loader/subframe-navigate-during-main-frame-load.html
207
mitz@apple.comb2107652010-06-21 16:54:52 +0000208# Hyphenation is not implemented yet.
209fast/text/hyphenate-character.html
210fast/text/hyphens.html
ossy@webkit.orgccf3f742011-03-16 15:49:17 +0000211fast/text/soft-hyphen-4.html
vestbo@webkit.org6fa13582009-09-29 14:25:21 +0000212
commit-queue@webkit.org92c9cfa2010-08-23 09:49:29 +0000213# https://bugs.webkit.org/show_bug.cgi?id=43332
pfeldman@chromium.org003e6012011-02-15 10:55:28 +0000214inspector/debugger/dom-breakpoints.html
podivilov@chromium.orgeabad082011-03-17 15:46:27 +0000215inspector/debugger/event-listener-breakpoints.html
podivilov@chromium.org4fb37d12011-03-15 15:12:14 +0000216inspector/debugger/xhr-breakpoints.html
commit-queue@webkit.org92c9cfa2010-08-23 09:49:29 +0000217
podivilov@chromium.orgebf9d3a2011-02-28 18:23:06 +0000218# https://bugs.webkit.org/show_bug.cgi?id=40300
219inspector/debugger/live-edit.html
220
podivilov@chromium.org556ca2272011-11-24 09:10:20 +0000221# https://bugs.webkit.org/show_bug.cgi?id=53003
222http/tests/inspector/compiler-source-mapping-debug.html
223
qi.2.zhang@nokia.com6d4b51c2011-06-06 23:31:52 +0000224# Needs rebaseline
bdakin@apple.com04df6372011-04-07 04:39:55 +0000225fast/repaint/scale-page-shrink.html
bdakin@apple.comde722882011-04-02 23:46:28 +0000226
ossy@webkit.org58826bf2011-10-14 16:49:03 +0000227# Microdata DOM API is not yet enabled.
228# https://bugs.webkit.org/show_bug.cgi?id=68610
229fast/dom/MicroData
230
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000231# =========================================================================== #
rniwa@webkit.org43433272011-08-01 21:16:33 +0000232# Feature not yet supported. #
233# =========================================================================== #
234
commit-queue@webkit.org7b352312011-08-30 23:15:56 +0000235# Tests for MediaSource API. Feature is not yet functional.
236# https://bugs.webkit.org/show_bug.cgi?id=64731
237http/tests/media/media-source/
238
bashi@chromium.org2416da72011-08-10 19:24:26 +0000239# Font feature settings is not implemented.
240css3/font-feature-settings-rendering.html
241
dino@apple.com335772d2011-09-23 23:43:38 +0000242# CSS Filters is disabled
243css3/filters
244
ossy@webkit.orgdb957282011-10-11 11:12:46 +0000245# 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
248http/tests/multipart
249
bdakin@apple.com758dc7c2011-10-13 22:09:33 +0000250# HiDPI tests require test infrastructure enhancements
251fast/hidpi
252
commit-queue@webkit.org4d53c5e2011-10-14 22:17:48 +0000253# [Qt] QtWebKit needs fullscreen api support
254# <https://bugs.webkit.org/show_bug.cgi?id=70132>
chang.shu@nokia.com4f9596b2011-10-19 21:07:42 +0000255fullscreen
commit-queue@webkit.org4d53c5e2011-10-14 22:17:48 +0000256plugins/fullscreen-plugins-dont-reload.html
257
rniwa@webkit.org43433272011-08-01 21:16:33 +0000258# =========================================================================== #
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000259# 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
266http/tests/misc/bubble-drag-events.html
267http/tests/security/drag-over-remote-content-iframe.html
268http/tests/local/drag-over-remote-content.html
269http/tests/local/fileapi
270http/tests/security/drag-drop-same-unique-origin.html
abecsi@webkit.org7e33ae12011-07-06 13:41:12 +0000271
272# [Qt] DumpRenderTree needs a beginDragWithFiles implementation
273# https://bugs.webkit.org/show_bug.cgi?id=50902
tkent@chromium.orgcbfb1752011-11-28 05:15:13 +0000274editing/pasteboard/dataTransfer-setData-getData.html
275editing/pasteboard/file-drag-to-editable.html
276editing/pasteboard/file-input-files-access.html
277fast/dom/Window/window-postmessage-clone-frames.html
278fast/dom/Window/window-postmessage-clone.html
279fast/events/drag-file-crash.html
280fast/events/drag-to-navigate.html
281fast/events/prevent-drag-to-navigate.html
tkent@chromium.orgf537bc92011-10-07 09:19:07 +0000282fast/forms/file/file-input-change-event.html
tkent@chromium.orgcbfb1752011-11-28 05:15:13 +0000283fast/forms/file/file-input-reset.html
284fast/forms/file/get-file-upload.html
285fast/forms/file/input-file-re-render.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000286http/tests/local/blob/send-hybrid-blob.html
287http/tests/local/blob/send-sliced-data-blob.html
288http/tests/local/formdata
tkent@chromium.orgcbfb1752011-11-28 05:15:13 +0000289http/tests/security/clipboard/clipboard-file-access.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000290
laszlo.1.gombos@nokia.com7a39f242011-06-04 11:35:00 +0000291fast/files/apply-blob-url-to-img.html
292fast/files/apply-blob-url-to-xhr.html
293fast/files/file-reader-abort.html
294fast/files/read-blob-async.html
295fast/files/read-file-async.html
296fast/files/workers/worker-apply-blob-url-to-xhr.html
297fast/files/workers/worker-read-blob-async.html
298fast/files/workers/worker-read-blob-sync.html
299fast/files/workers/worker-read-file-async.html
300fast/files/workers/worker-read-file-sync.html
301
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000302editing/pasteboard/drag-image-in-about-blank-frame.html
303editing/pasteboard/files-during-page-drags.html
ossy@webkit.orgfa85c292011-06-01 11:03:05 +0000304editing/pasteboard/drag-drop-list.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000305editing/pasteboard/4947130.html
306editing/pasteboard/copy-standalone-image.html
307editing/pasteboard/drag-drop-dead-frame.html
308editing/pasteboard/drag-drop-input-textarea.html
leo.yang@torchmobile.com.cn08a9c222011-05-25 01:26:53 +0000309editing/pasteboard/drag-drop-input-in-svg.svg
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000310editing/pasteboard/drag-drop-iframe-refresh-crash.html
311editing/pasteboard/drag-drop-modifies-page.html
312editing/pasteboard/drag-drop-url-text.html
morrita@google.comccce70a2011-03-15 05:50:57 +0000313editing/pasteboard/drop-file-svg.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000314editing/pasteboard/drag-image-to-contenteditable-in-iframe.html
315editing/pasteboard/drag-selected-image-to-contenteditable.html
316editing/pasteboard/drop-link.html
317editing/pasteboard/drop-text-without-selection.html
318editing/pasteboard/emacs-ctrl-a-k-y.html
ap@apple.com393b4942011-12-06 17:36:48 +0000319editing/pasteboard/emacs-ctrl-k-with-move.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000320editing/pasteboard/emacs-ctrl-k-y-001.html
321editing/pasteboard/smart-drag-drop.html
322editing/pasteboard/subframe-dragndrop-1.html
323editing/pasteboard/get-data-text-plain-drop.html
324editing/pasteboard/drop-text-events.html
325editing/pasteboard/drop-text-events-sideeffect.html
commit-queue@webkit.org969b4522011-08-10 15:27:17 +0000326editing/pasteboard/drag-and-drop-image-contenteditable.html
327editing/pasteboard/drag-and-drop-inputimage-contenteditable.html
328editing/pasteboard/drag-and-drop-objectimage-contenteditable.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000329
ossy@webkit.org8424d092011-05-03 22:16:47 +0000330# data-transfer-items is not a default build option
331# See bug https://bugs.webkit.org/show_bug.cgi?id=60068
332editing/pasteboard/data-transfer-items.html
333
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000334# Missing drag & drop functionality in DRT
335editing/pasteboard/drop-inputtext-acquires-style.html
336fast/css/user-drag-none.html
zimmermann@webkit.orgfc6a2362011-06-01 08:02:19 +0000337svg/as-image/drag-svg-as-image.html
tkent@chromium.org353b0be2011-08-23 12:39:55 +0000338fast/forms/range/slider-delete-while-dragging-thumb.html
ossy@webkit.org32aea772011-11-14 16:22:43 +0000339fast/forms/select-multiple-elements-with-mouse-drag-with-options-less-than-size.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000340
dcheng@chromium.orgf48c13c2011-12-02 18:52:52 +0000341# Custom MIME type support in DataTransfer not yet implemented.
342editing/pasteboard/clipboard-customData.html
343fast/events/drag-customData.html
344
dcheng@chromium.org122eceb2011-06-01 21:13:06 +0000345# EventSender::dumpFilenameBeingDragged not implemented.
346# https://bugs.webkit.org/show_bug.cgi?id=61828
347fast/events/drag-image-filename.html
348
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000349# ------- missing drag-and-drop support
350# See bug https://bugs.webkit.org/show_bug.cgi?id=31332
351fast/events/drag-parent-node.html
352fast/events/drag-and-drop.html
353fast/events/drag-and-drop-dataTransfer-types-nocrash.html
354fast/events/drag-and-drop-fire-drag-dragover.html
ossy@webkit.org2f253412011-11-03 12:03:51 +0000355fast/events/drag-link.html
ossy@webkit.org32aea772011-11-14 16:22:43 +0000356fast/events/drag-text-with-clear.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000357fast/events/ondrop-text-html.html
yael.aharon@nokia.com757e8e02011-05-27 12:48:21 +0000358fast/events/dropzone-001.html
359fast/events/dropzone-002.html
360fast/events/dropzone-003.html
361fast/events/dropzone-004.html
362
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000363# =========================================================================== #
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000364# Failing HTTP tests. #
365# =========================================================================== #
366
367# no expected results
robert@webkit.org188a1262010-06-07 14:43:15 +0000368http/tests/misc/favicon-as-image.html
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000369
robert@webkit.org188a1262010-06-07 14:43:15 +0000370# No authentication challenge handling
371http/tests/loading/basic-credentials-sent-automatically.html
372http/tests/loading/basic-auth-resend-wrong-credentials.html
reni@webkit.org7dc4ce72011-08-18 06:34:55 +0000373http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin.html
374http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html
375http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000376
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000377# This needs more attention!
robert@webkit.org188a1262010-06-07 14:43:15 +0000378http/tests/misc/acid3.html
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000379
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000380# 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.org188a1262010-06-07 14:43:15 +0000384http/tests/security/dataTransfer-set-data-file-url.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000385
386# Fails with a mysterious unrelated whitespace difference
387# We should find out what dumpAsText() is doing wrong
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000388http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000389
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000390# Disabled HTTP subdirs for now, needs investigation.
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000391http/tests/media
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000392
robert@webkit.orgddd9ea52010-07-03 10:00:40 +0000393# --- 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
396http/tests/navigation/javascriptlink-goback.html
397http/tests/navigation/metaredirect-goback.html
398http/tests/navigation/timerredirect-goback.html
399
robert@webkit.org188a1262010-06-07 14:43:15 +0000400# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +0000401# Failing xmlhttprequest tests #
robert@webkit.org188a1262010-06-07 14:43:15 +0000402# =========================================================================== #
hausmann@webkit.orgfc43c8d2009-07-17 14:44:11 +0000403
robert@webkit.org188a1262010-06-07 14:43:15 +0000404# Skip xmlhttprequest tests - NETWORK_ERR: XMLHttpRequest Exception 101: A network error occured in synchronous requests.
405http/tests/xmlhttprequest/logout.html
406http/tests/xmlhttprequest/methods-async.html
407http/tests/xmlhttprequest/workers/shared-worker-methods.html
larsaa8a9ac12007-10-24 12:33:19 +0000408
robert@webkit.org188a1262010-06-07 14:43:15 +0000409# 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.orgb97bd2a2011-01-19 21:25:05 +0000411# Fixed in Qt 4.8
robert@webkit.org188a1262010-06-07 14:43:15 +0000412http/tests/xmlhttprequest/re-login.html
413
ossy@webkit.org7f2f2222010-11-30 08:56:46 +0000414# Still fail with Qt 4.7.1
415http/tests/xmlhttprequest/cache-override.html
416http/tests/xmlhttprequest/cross-origin-authorization.html
417http/tests/xmlhttprequest/cross-origin-no-authorization.html
ossy@webkit.org7f2f2222010-11-30 08:56:46 +0000418
robert@webkit.org188a1262010-06-07 14:43:15 +0000419# =========================================================================== #
420# Failing inserting tests. #
421# =========================================================================== #
422# ---- rendertree results OK but suspicious diffs.
423editing/inserting/4960120-1.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000424editing/inserting/before-after-input-element.html
425
426# ---- rendertree results OK but diff in editing delegate msgs.
427editing/inserting/insert-tab-003.html
428editing/inserting/insert-text-with-newlines.html
429# Missing textInputController.firstRectForCharacterRange()
430editing/inserting/caret-position.html
xji@chromium.org5fa610d2010-11-30 00:12:47 +0000431fast/dom/tab-in-right-alignment.html
justin.garcia@apple.com0ce73912011-01-10 05:46:56 +0000432svg/text/caret-in-svg-text.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +0000433
robert@webkit.org188a1262010-06-07 14:43:15 +0000434editing/inserting/5994480-2.html
commit-queue@webkit.org8a4754e2011-05-12 17:35:34 +0000435editing/inserting/typing-at-end-of-line.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000436
437# =========================================================================== #
438# Failing pasteboard tests. #
439# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +0000440#------ safe to skip. Qt results same as chromium's. Mac drops the 'b' in the final bar,
441#------ that looks like a bug.
442editing/pasteboard/interchange-newline-2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000443# ----- Results appear correct but have suspicious rendertree differences.
444editing/pasteboard/pasting-tabs.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000445# ----- Rendertree results OK but differences in editing delegate message due to rendering.
446# ----- This looks safe to unskip.
447editing/pasteboard/paste-xml.xhtml
dcheng@chromium.orge5c807a2011-03-08 04:49:37 +0000448
robert@webkit.org188a1262010-06-07 14:43:15 +0000449# =========================================================================== #
450# Failing plugins tests. #
451# =========================================================================== #
452
robert@webkit.org188a1262010-06-07 14:43:15 +0000453# ---- https://bugs.webkit.org/show_bug.cgi?id=36721
454plugins/get-url-with-blank-target.html
robert@webkit.org8b52a232010-06-13 13:29:34 +0000455
robert@webkit.orgce6930a2011-05-20 11:35:24 +0000456# ---- plugins rendered in incorrect position ?
robert@webkit.org188a1262010-06-07 14:43:15 +0000457plugins/embed-attributes-style.html
robert@webkit.orgce6930a2011-05-20 11:35:24 +0000458
robert@webkit.orgce6930a2011-05-20 11:35:24 +0000459# https://bugs.webkit.org/show_bug.cgi?id=60722
commit-queue@webkit.org21c56c12011-05-15 14:07:35 +0000460http/tests/plugins/plugin-document-has-focus.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000461
robert@webkit.orgce6930a2011-05-20 11:35:24 +0000462# [Qt] wrong ref count of npobject
463# https://bugs.webkit.org/show_bug.cgi?id=49749
464plugins/refcount-leaks.html
465
robert@webkit.org188a1262010-06-07 14:43:15 +0000466# =========================================================================== #
467# Failing Sputnik tests #
468# =========================================================================== #
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000469sputnik/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
470sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T1.html
471sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T2.html
472sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T3.html
473sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T4.html
474sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T5.html
475sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T6.html
476sputnik/Unicode/Unicode_500/S7.6_A3.1.html
477sputnik/Unicode/Unicode_500/S7.6_A3.2.html
478sputnik/Unicode/Unicode_500/S7.6_A5.3_T1.html
479sputnik/Unicode/Unicode_500/S7.6_A5.3_T2.html
480sputnik/Unicode/Unicode_510/S15.5.4.16_A1.html
481sputnik/Unicode/Unicode_510/S15.5.4.18_A1.html
482sputnik/Unicode/Unicode_510/S7.6_A1.1_T1.html
483sputnik/Unicode/Unicode_510/S7.6_A1.1_T2.html
484sputnik/Unicode/Unicode_510/S7.6_A1.1_T4.html
485sputnik/Unicode/Unicode_510/S7.6_A2.2_T1.html
486sputnik/Unicode/Unicode_510/S7.6_A2.2_T2.html
487sputnik/Unicode/Unicode_510/S7.6_A2.3.html
488sputnik/Unicode/Unicode_510/S7.6_A3.1.html
489sputnik/Unicode/Unicode_510/S7.6_A3.2.html
490sputnik/Unicode/Unicode_510/S7.6_A5.2_T1.html
491sputnik/Unicode/Unicode_510/S7.6_A5.2_T2.html
492sputnik/Unicode/Unicode_510/S7.6_A5.2_T4.html
493sputnik/Unicode/Unicode_510/S7.6_A5.2_T7.html
494sputnik/Unicode/Unicode_510/S7.6_A5.2_T8.html
495sputnik/Unicode/Unicode_510/S7.6_A5.2_T9.html
496sputnik/Unicode/Unicode_510/S7.6_A5.3_T1.html
497sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000498
499# Failing Sputnik tests on 32 bit
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000500sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
501sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000502
503# Failing Sputnik test on 64 bit
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000504sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent/S11.5.3_A4_T2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000505
506# Timed out Sputnik tests on ARM
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000507sputnik/Unicode/Unicode_218/S7.6_A3.1.html
508sputnik/Unicode/Unicode_218/S7.6_A3.2.html
509sputnik/Unicode/Unicode_218/S7.6_A5.3_T1.html
510sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000511
512# =========================================================================== #
ossy@webkit.org0627c412009-10-26 12:32:10 +0000513# Fluctuating/flakey tests
robert@webkit.org188a1262010-06-07 14:43:15 +0000514# =========================================================================== #
ossy@webkit.org5c835582010-01-04 10:05:07 +0000515animations/3d/transform-origin-vs-functions.html
hausmann@webkit.orge66110c2009-09-22 13:16:17 +0000516animations/change-one-anim.html
ossy@webkit.org2d266ea2009-12-08 00:59:30 +0000517fast/frames/sandboxed-iframe-plugins.html
ossy@webkit.org94880d32009-12-10 07:29:40 +0000518fast/frames/sandboxed-iframe-scripting.html
ossy@webkit.org3c47f422009-12-11 17:30:08 +0000519fast/frames/sandboxed-iframe-storage.html
ossy@webkit.org0627c412009-10-26 12:32:10 +0000520http/tests/cookies/simple-cookies-max-age.html
ossy@webkit.org3da4ced2010-02-16 23:55:05 +0000521
ossy@webkit.org576ee872009-10-26 17:10:26 +0000522transitions/change-values-during-transition.html
vestbo@webkit.orgce2d8662009-09-03 16:09:54 +0000523
abecsi@webkit.orge8b53b52010-07-13 13:43:06 +0000524# http/tests/inspector/resource-har-conversion.html is failing on the release bot after r63191
525# webkit.org/b/42162
526http/tests/inspector/resource-har-conversion.html
527
yurys@chromium.org6db63822011-03-16 08:18:29 +0000528# [Qt] Some inspector test fail intermittently
529# https://bugs.webkit.org/show_bug.cgi?id=42090
530http/tests/inspector/network/network-size.html
531# This test consistently fails if run with --singly flag
532inspector/timeline/timeline-paint.html
533
yurys@chromium.org6db63822011-03-16 08:18:29 +0000534# [Qt] New fails caused by change(s) between r79317-r79320.
podivilov@chromium.orgf4d0ae12011-03-30 13:53:58 +0000535inspector/debugger/open-close-open.html
yurys@chromium.org6db63822011-03-16 08:18:29 +0000536
robert@webkit.org188a1262010-06-07 14:43:15 +0000537# [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.org188a1262010-06-07 14:43:15 +0000541# Tests that currently fail but perhaps used to work at some point.
542fast/dom/open-and-close-by-DOM.html
543fast/dom/Window/new-window-opener.html
544fast/forms/001.html
545fast/forms/focus2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000546fast/frames/001.html
547fast/text/monospace-width-cache.html
548
549# Tests that fail randomly. Is this style related?
550fast/forms/listbox-width-change.html
551fast/forms/plaintext-mode-2.html
552fast/forms/menulist-width-change.html
553
ossy@webkit.org33fb4ee2011-04-08 07:21:32 +0000554# Flaky Test: fast/events/tabindex-focus-blur-all.html
555# https://bugs.webkit.org/show_bug.cgi?id=52115
556fast/events/tabindex-focus-blur-all.html
557
ossy@webkit.orgd6d09192011-06-28 08:02:23 +0000558# [Qt] http/tests/misc/link-rel-icon-beforeload.html is flakey
559# https://bugs.webkit.org/show_bug.cgi?id=63518
560http/tests/misc/link-rel-icon-beforeload.html
561
ossy@webkit.org5b17cf02011-10-19 14:30:44 +0000562# https://bugs.webkit.org/show_bug.cgi?id=64002
563fast/selectors/unqualified-hover-strict.html
564
robert@webkit.org188a1262010-06-07 14:43:15 +0000565# =========================================================================== #
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000566# failing media tests
robert@webkit.org188a1262010-06-07 14:43:15 +0000567# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +0000568
ossy@webkit.org22df4672011-04-06 21:31:55 +0000569# [Qt] media tests are flakey
570# https://bugs.webkit.org/show_bug.cgi?id=57983
571media
572
robert@webkit.org051adf82010-06-08 19:44:15 +0000573# https://bugs.webkit.org/show_bug.cgi?id=38376
574media/media-document-audio-size.html
575
576media/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
580media/audio-only-video-intrinsic-size.html
581
ossy@webkit.org4fb14282011-02-23 11:05:43 +0000582# [Qt] media/controls-without-preload.html is flakey
583# https://bugs.webkit.org/show_bug.cgi?id=55028
584media/controls-without-preload.html
585
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000586media/audio-controls-rendering.html
alexis.menard@openbossa.org54ce7432011-04-06 18:50:06 +0000587media/video-currentTime.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000588media/audio-data-url.html
alexis.menard@openbossa.org54ce7432011-04-06 18:50:06 +0000589media/audio-delete-while-slider-thumb-clicked.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000590media/audio-delete-while-step-button-clicked.html
alexis.menard@openbossa.org54ce7432011-04-06 18:50:06 +0000591media/audio-mpeg-supported.html
592media/audio-mpeg4-supported.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000593media/audio-no-installed-engines.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000594media/controls-after-reload.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000595media/controls-drag-timebar.html
596media/controls-right-click-on-timebar.html
597media/controls-strict.html
598media/controls-styling.html
599media/event-attributes.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000600media/media-captions.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000601media/media-fullscreen-inline.html
602media/media-fullscreen-not-in-document.html
603media/media-load-event.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000604media/unsupported-rtsp.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000605media/video-aspect-ratio.html
606media/video-autoplay.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000607media/video-canvas-source.html
andreas.kling@nokia.com6d0d3ff2010-10-29 23:44:29 +0000608media/video-canvas-alpha.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000609media/video-click-dblckick-standalone.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000610media/video-controls-rendering.html
611media/video-controls-transformed.html
612media/video-controls-visible-audio-only.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000613media/video-controls-zoomed.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000614media/video-currentTime-set.html
615media/video-display-aspect-ratio.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000616media/video-display-toggle.html
617media/video-document-types.html
philn@webkit.org5fe02362010-05-03 15:18:31 +0000618media/video-duration-known-after-eos.html
inferno@chromium.org5f2ea742010-12-30 08:29:04 +0000619media/video-element-other-namespace-crash.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000620media/video-empty-source.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000621media/video-layer-crash.html
622media/video-load-networkState.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000623media/video-loop.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000624media/video-no-audio.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000625media/video-pause-empty-events.html
alexis.menard@openbossa.org54ce7432011-04-06 18:50:06 +0000626media/video-pause-immediately.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000627media/video-played-collapse.html
628media/video-played-ranges-1.html
629media/video-played-reset.html
630media/video-play-empty-events.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000631media/video-replaces-poster.html
632media/video-reverse-play-duration.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000633media/video-seeking.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000634media/video-seek-past-end-paused.html
635media/video-seek-past-end-playing.html
636media/video-size.html
637media/video-size-intrinsic-scale.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000638media/video-source-error.html
639media/video-source-error-no-candidate.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000640media/video-source-type.html
641media/video-source-type-params.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000642media/video-timeupdate-during-playback.html
643media/video-timeupdate-reverse-play.html
644media/video-transformed.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000645media/video-volume-slider.html
646media/video-width-height.html
647media/video-zoom-controls.html
648media/video-zoom.html
649
vestbo@webkit.org27e2a152010-08-17 21:36:26 +0000650# Video size reported as 0,0 due to how size-hints are reported by QtMultimedia
651media/video-poster-delayed.html
652
eric.carlson@apple.come28be342010-08-30 17:18:32 +0000653# Test specific to QuickTime media engine
654media/video-does-not-loop.html
655
philn@webkit.org8212a4f2010-09-02 08:25:45 +0000656# https://bugs.webkit.org/show_bug.cgi?id=45093
657media/media-can-play-mpeg4-video.html
658
eric.carlson@apple.com501c3c92010-11-01 18:18:43 +0000659# https://bugs.webkit.org/show_bug.cgi?id=48617
660media/video-seek-by-small-increment.html
661
philn@webkit.org6b4764e2010-12-07 20:47:00 +0000662# requires video.buffered to be able to return multiple timeranges
663http/tests/media/video-buffered.html
664
robert@webkit.org188a1262010-06-07 14:43:15 +0000665# ============================================================================= #
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.orga7b93ac2009-12-04 10:37:26 +0000669#reproducible command: WebKitTools/Scripts/run-webkit-tests fast/runin/nonblock-runin.html fast/table/
670#crashed: fast/table/"random_test"
671#crasher:
672fast/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:
677http/tests/security/local-video-source-from-remote.html
678
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000679# ============================================================================= #
680# Missing features in our DumpRenderTree implementation #
681# ============================================================================= #
682
robert@webkit.org188a1262010-06-07 14:43:15 +0000683# DumpRenderTree code to enable Java is currently a no-op
684java
685
686# Missing DRT ability to override 'standard' preferences.
687fast/dom/Window/timer-resume-on-navigation-back.html
commit-queue@webkit.org7ef66462011-11-08 04:31:10 +0000688fast/text/international/locale-sensitive-fonts.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000689loader/go-back-to-different-window-size.html
690
aroben@apple.com9a725132010-11-30 15:25:59 +0000691# Missing layoutTestController.findString() http://webkit.org/b/50236
commit-queue@webkit.org8783f282011-06-12 21:24:09 +0000692editing/text-iterator/findString.html
mitz@apple.comb642f7c2010-11-30 07:25:39 +0000693
ossy@webkit.org4032abd2010-12-08 11:23:34 +0000694# Missing layoutTestController.testRepaint()
695fast/repaint/table-writing-modes-h.html
696fast/repaint/table-writing-modes-v.html
ossy@webkit.orgc22c2772010-12-20 09:23:58 +0000697fast/repaint/text-emphasis-h.html
698fast/repaint/text-emphasis-v.html
commit-queue@webkit.org418b6452011-09-06 18:13:20 +0000699fast/repaint/background-clip-text.html
ossy@webkit.org4032abd2010-12-08 11:23:34 +0000700
robert@webkit.orgd1b70442010-06-19 11:02:54 +0000701# This requires didClearWindowObjectForFrameInIsolatedWorld foo in FrameLoaderClient
702http/tests/security/isolatedWorld/didClearWindowObject.html
703# This needs more investigation
704http/tests/security/isolatedWorld/world-reuse.html
ossy@webkit.org420f04c2010-01-22 12:56:31 +0000705
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000706# ------- broken ICO file decoding
707fast/images/favicon-as-image.html
708fast/images/icon-0colors.html
709fast/images/icon-decoding.html
710
ossy@webkit.org5de99582009-11-09 11:08:58 +0000711# ------- missing ruby annotation support for japanese fonts
rolandsteiner@chromium.org131f3582010-10-13 07:25:57 +0000712fast/ruby/ruby-beforeafter.html
ossy@webkit.org5de99582009-11-09 11:08:58 +0000713fast/ruby/ruby-empty-rt.html
714fast/ruby/ruby-length.html
715fast/ruby/ruby-run-break.html
716fast/ruby/ruby-runs-spans.html
717fast/ruby/ruby-runs.html
718fast/ruby/ruby-simple-rp.html
719fast/ruby/ruby-simple.html
720fast/ruby/ruby-trailing.html
721fast/ruby/rubyDOM-insert-rt.html
722fast/ruby/rubyDOM-insert-text1.html
723fast/ruby/rubyDOM-insert-text2.html
724fast/ruby/rubyDOM-insert-text3.html
725fast/ruby/rubyDOM-remove-rt1.html
726fast/ruby/rubyDOM-remove-rt2.html
727fast/ruby/rubyDOM-remove-text1.html
728fast/ruby/rubyDOM-remove-text2.html
729
ossy@webkit.orga5d0ad02011-04-13 00:18:04 +0000730# [Qt] http/tests/misc/favicon-loads-with-icon-loading-override.html fails
731# https://bugs.webkit.org/show_bug.cgi?id=58396
732http/tests/misc/favicon-loads-with-icon-loading-override.html
733
robert@webkit.org188a1262010-06-07 14:43:15 +0000734# ============================================================================= #
robert@webkit.org188a1262010-06-07 14:43:15 +0000735# Failing SVG tests
736# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +0000737
738svg/batik/filters/feTile.svg
739
robert@webkit.org188a1262010-06-07 14:43:15 +0000740svg/dom/length-list-parser.html
741svg/css/group-with-shadow.svg
742svg/filters/big-sized-filter-2.svg
743svg/filters/big-sized-filter.svg
744svg/filters/feDisplacementMap.svg
745svg/filters/filterRes.svg
746svg/css/composite-shadow-example.html
747svg/css/composite-shadow-with-opacity.html
larsfe7751b2007-10-05 08:57:06 +0000748
robert@webkit.org188a1262010-06-07 14:43:15 +0000749# --- to be reviewed
robert@webkit.org188a1262010-06-07 14:43:15 +0000750svg/batik/paints/gradientLimit.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000751svg/batik/text/textLayout.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000752svg/batik/text/textOnPathSpaces.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000753svg/batik/text/textStyles.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000754svg/batik/text/verticalText.svg
755svg/batik/text/xmlSpace.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000756svg/custom/hit-test-with-br.xhtml
ossy@webkit.org05ae9dd2011-02-18 23:42:03 +0000757svg/custom/feComponentTransfer-Discrete.svg
758svg/custom/feComponentTransfer-Gamma.svg
759svg/custom/feComponentTransfer-Linear.svg
760svg/custom/feComponentTransfer-Table.svg
761svg/custom/feDisplacementMap-01.svg
ossy@webkit.org05ae9dd2011-02-18 23:42:03 +0000762svg/custom/js-late-pattern-and-object-creation.svg
763svg/custom/js-late-pattern-creation.svg
764svg/custom/junk-data.svg
ossy@webkit.org05ae9dd2011-02-18 23:42:03 +0000765svg/custom/missing-xlink.svg
766svg/custom/path-bad-data.svg
ossy@webkit.org05ae9dd2011-02-18 23:42:03 +0000767svg/custom/visibility-override-filter.svg
768svg/custom/stroke-width-click.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000769svg/text/text-fonts-01-t.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000770svg/text/text-intro-05-t.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000771svg/text/text-tselect-02-f.svg
lars8a548c82007-10-02 14:04:42 +0000772svg/W3C-SVG-1.1/animate-elem-80-t.svg
lars8a548c82007-10-02 14:04:42 +0000773svg/W3C-SVG-1.1/coords-viewattr-01-b.svg
774svg/W3C-SVG-1.1/coords-viewattr-02-b.svg
lars8a548c82007-10-02 14:04:42 +0000775svg/W3C-SVG-1.1/filters-image-01-b.svg
lars8a548c82007-10-02 14:04:42 +0000776svg/W3C-SVG-1.1/filters-offset-01-b.svg
lars8a548c82007-10-02 14:04:42 +0000777svg/W3C-SVG-1.1/fonts-desc-02-t.svg
lars8a548c82007-10-02 14:04:42 +0000778svg/W3C-SVG-1.1/fonts-glyph-04-t.svg
lars8a548c82007-10-02 14:04:42 +0000779svg/W3C-SVG-1.1/metadata-example-01-b.svg
lars8a548c82007-10-02 14:04:42 +0000780svg/W3C-SVG-1.1/paths-data-10-t.svg
lars8a548c82007-10-02 14:04:42 +0000781svg/W3C-SVG-1.1/shapes-polyline-01-t.svg
lars8a548c82007-10-02 14:04:42 +0000782svg/W3C-SVG-1.1/struct-cond-02-t.svg
lars8a548c82007-10-02 14:04:42 +0000783svg/W3C-SVG-1.1/text-fonts-01-t.svg
lars8a548c82007-10-02 14:04:42 +0000784svg/W3C-SVG-1.1/text-intro-05-t.svg
lars8a548c82007-10-02 14:04:42 +0000785svg/W3C-SVG-1.1/text-tselect-02-f.svg
lars8a548c82007-10-02 14:04:42 +0000786svg/hixie/cascade/002.xml
lars8a548c82007-10-02 14:04:42 +0000787svg/hixie/data-types/002.xhtml
lars8a548c82007-10-02 14:04:42 +0000788svg/hixie/error/012.xml
hausmann@webkit.org9f6c2932008-05-26 12:29:11 +0000789
ossy@webkit.org91b5de12011-03-16 16:52:49 +0000790# --- missing test fonts
791svg/W3C-I18N/g-dirLTR-ubNone.svg
792svg/W3C-I18N/g-dirLTR-ubOverride.svg
793svg/W3C-I18N/g-dirRTL-ubNone.svg
794svg/W3C-I18N/g-dirRTL-ubOverride.svg
795svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg
796svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg
797svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg
798svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg
799svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg
800svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg
801svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg
802svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg
803svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg
804svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg
805svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg
806svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg
807svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg
808svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg
809svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg
810svg/W3C-I18N/text-anchor-no-markup.svg
811svg/W3C-I18N/text-dirLTR-ubNone.svg
812svg/W3C-I18N/text-dirLTR-ubOverride.svg
813svg/W3C-I18N/text-dirRTL-ubNone.svg
814svg/W3C-I18N/text-dirRTL-ubOverride.svg
815svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg
816svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg
817svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg
818svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg
819svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg
820svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg
821svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg
822svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context.svg
823svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context.svg
824svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context.svg
825svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context.svg
826svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context.svg
827svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context.svg
828svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context.svg
829svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context.svg
830svg/W3C-I18N/tspan-direction-ltr.svg
831svg/W3C-I18N/tspan-direction-rtl.svg
ossy@webkit.org752f6482011-03-16 17:22:50 +0000832svg/W3C-SVG-1.1/text-fonts-01-t.svg
833svg/W3C-SVG-1.1/text-intro-05-t.svg
834svg/W3C-SVG-1.1/text-tselect-02-f.svg
ossy@webkit.org91b5de12011-03-16 16:52:49 +0000835svg/W3C-SVG-1.1-SE/text-intro-02-b.svg
836svg/W3C-SVG-1.1-SE/text-intro-05-t.svg
837svg/W3C-SVG-1.1-SE/text-intro-09-b.svg
838svg/text/bidi-reorder-value-lists.svg
839svg/text/bidi-text-anchor-direction.svg
840svg/text/bidi-text-query.svg
841svg/text/bidi-tspans.svg
ossy@webkit.org752f6482011-03-16 17:22:50 +0000842svg/text/text-fonts-01-t.svg
843svg/text/text-intro-05-t.svg
844svg/text/text-tselect-02-f.svg
ossy@webkit.org91b5de12011-03-16 16:52:49 +0000845
robert@webkit.org188a1262010-06-07 14:43:15 +0000846# ============================================================================= #
847# failing animations tests
848# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +0000849# Needs expected results
hausmann@webkit.org47333ae2009-05-22 14:26:39 +0000850animations/animation-drt-api.html
851animations/animation-drt-api-multiple-keyframes.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000852
robert@webkit.org188a1262010-06-07 14:43:15 +0000853# ============================================================================= #
854# Failing CSS Tests
855# ============================================================================= #
robert@webkit.org188a1262010-06-07 14:43:15 +0000856# REGRESSION (r53450) - skipped until fix
857# https://bugs.webkit.org/show_bug.cgi?id=33834
858css1/box_properties/acid_test.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000859
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000860css2.1/t051201-c23-first-line-00-b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000861css2.1/t1004-c43-rpl-ibx-00-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000862css2.1/t100801-c544-valgn-01-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000863css2.1/t100801-c548-ln-ht-02-b-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000864css2.1/t1008-c44-ln-box-02-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000865css2.1/t1202-counters-04-b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000866css2.1/t1601-c547-indent-00-b-a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000867css2.1/t1602-c43-center-00-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000868css2.1/t1604-c541-word-sp-00-b-a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000869css2.1/t1604-c542-letter-sp-00-b-a.html
870css2.1/t1604-c542-letter-sp-01-b-a.html
871css2.1/t1605-c545-txttrans-00-b-ag.html
hausmann@webkit.orga4200b642009-09-30 12:16:33 +0000872css2.1/t140201-c534-bgreps-00-c-ag.html
873css2.1/t140201-c534-bgreps-01-c-ag.html
874css2.1/t140201-c534-bgreps-02-c-ag.html
875css2.1/t140201-c534-bgreps-03-c-ag.html
876css2.1/t140201-c534-bgreps-04-c-ag.html
877css2.1/t140201-c534-bgreps-05-c-ag.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000878
ossy@webkit.org1b8f2e42011-06-15 10:03:44 +0000879# [Qt] css2.1/20110323/inline-non-replaced-height-* tests fail
880# https://bugs.webkit.org/show_bug.cgi?id=62710
881css2.1/20110323/inline-non-replaced-height-002.htm
882css2.1/20110323/inline-non-replaced-height-003.htm
883
robert@webkit.org188a1262010-06-07 14:43:15 +0000884# ============================================================================= #
885# Failing dom/xhtml tests
886# ============================================================================= #
887dom/xhtml/level3/core/canonicalform08.xhtml
888dom/xhtml/level3/core/canonicalform09.xhtml
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000889dom/xhtml/level3/core/documentgetinputencoding03.xhtml
890dom/xhtml/level3/core/entitygetinputencoding02.xhtml
891dom/xhtml/level3/core/entitygetxmlversion02.xhtml
892dom/xhtml/level3/core/nodegetbaseuri05.xhtml
893dom/xhtml/level3/core/nodegetbaseuri07.xhtml
894dom/xhtml/level3/core/nodegetbaseuri09.xhtml
895dom/xhtml/level3/core/nodegetbaseuri10.xhtml
896dom/xhtml/level3/core/nodegetbaseuri11.xhtml
897dom/xhtml/level3/core/nodegetbaseuri15.xhtml
898dom/xhtml/level3/core/nodegetbaseuri17.xhtml
899dom/xhtml/level3/core/nodegetbaseuri18.xhtml
900dom/xhtml/level3/core/nodelookupnamespaceuri01.xhtml
901dom/xhtml/level3/core/nodelookupprefix19.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +0000902
903# ============================================================================= #
904# Failing editing/deleting tests
905# ============================================================================= #
906
907# -- fail with --platform mac --ignore-metrics
robert@webkit.org188a1262010-06-07 14:43:15 +0000908editing/deleting/delete-block-table.html
ossy@webkit.org48c74ec8f82011-08-01 16:01:39 +0000909editing/deleting/delete-ligature-001.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000910editing/deleting/delete-tab-001.html
911editing/deleting/delete-tab-002.html
912editing/deleting/delete-tab-003.html
913editing/deleting/delete-tab-004.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000914
robert@webkit.org15857942010-05-03 15:39:54 +0000915# =========================================================================== #
916# Failing editing/selection tests. #
917# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +0000918
robert@webkit.org051adf82010-06-08 19:44:15 +0000919# This seems to pass now!
920editing/selection/extend-selection-after-double-click.html
921
robert@webkit.org188a1262010-06-07 14:43:15 +0000922# -- fail with --platform mac --ignore-metrics
robert@webkit.org051adf82010-06-08 19:44:15 +0000923editing/selection/doubleclick-beside-cr-span.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000924editing/selection/hit-test-anonymous.html
925editing/selection/4895428-1.html
926editing/selection/4895428-4.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000927editing/selection/5232159.html
928editing/selection/5333725.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000929editing/selection/contains-boundaries.html
930editing/selection/designmode-no-caret.html
931editing/selection/drag-to-contenteditable-iframe.html
932editing/selection/fake-drag.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000933editing/selection/select-from-textfield-outwards.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000934editing/selection/move-left-right.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000935editing/selection/move-past-trailing-space.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000936
ossy@webkit.org7a5a5b62011-01-21 12:16:20 +0000937# https://bugs.webkit.org/show_bug.cgi?id=52883
938editing/selection/rtl-move-selection-right-left.html
939
commit-queue@webkit.orgddd8f6d2010-08-17 01:19:45 +0000940# [Qt] editing tests fails after r54980
941# https://bugs.webkit.org/show_bug.cgi?id=35145
commit-queue@webkit.orgddd8f6d2010-08-17 01:19:45 +0000942editing/selection/extend-after-mouse-selection.html
943
robert@webkit.org188a1262010-06-07 14:43:15 +0000944# stderr
945editing/selection/editable-links.html
946editing/selection/drag-text-delay.html
947
948# https://bugs.webkit.org/show_bug.cgi?id=38656
949editing/selection/shift-click.html
950
951# -- pass with --platform mac --ignore-metrics
robert@webkit.org188a1262010-06-07 14:43:15 +0000952editing/selection/extend-selection-bidi.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000953editing/selection/caret-rtl-2.html
954editing/selection/caret-rtl.html
robert@webkit.org15857942010-05-03 15:39:54 +0000955
ojan@chromium.org1ce008c2010-07-08 23:51:58 +0000956# https://bugs.webkit.org/show_bug.cgi?id=41918
957editing/selection/5195166-1.html
robert@webkit.org15857942010-05-03 15:39:54 +0000958
philn@webkit.orgfd504282010-09-21 06:54:09 +0000959# and https://bugs.webkit.org/show_bug.cgi?id=45021
960media/context-menu-actions.html
philn@webkit.org88a209f2010-09-16 16:06:46 +0000961
ossy@webkit.org1deabf22011-01-24 14:24:10 +0000962# 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
964editing/selection/extend-to-line-boundary.html
965
rniwa@webkit.orgd5b8cc02011-06-16 21:17:49 +0000966# [Qt] editing/selection/move-vertically-with-paddings-borders.html fails
967# https://bugs.webkit.org/show_bug.cgi?id=62821
968editing/selection/move-vertically-with-paddings-borders.html
969
reni@webkit.org33016202011-08-18 08:09:34 +0000970# [Qt] editing/selection/collapse-selection-in-bidi.html fails
reni@webkit.org7dc4ce72011-08-18 06:34:55 +0000971# https://bugs.webkit.org/show_bug.cgi?id=66431
reni@webkit.org33016202011-08-18 08:09:34 +0000972editing/selection/collapse-selection-in-bidi.html
reni@webkit.org7dc4ce72011-08-18 06:34:55 +0000973
robert@webkit.org188a1262010-06-07 14:43:15 +0000974# ============================================================================= #
975# Failing editing/spelling tests
976# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +0000977# Need to dump context menu items on eventSender.contextClick(true).
978# https://bugs.webkit.org/show_bug.cgi?id=39103
979editing/spelling/context-menu-suggestions.html
980
robert@webkit.org188a1262010-06-07 14:43:15 +0000981# -- fail with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +0000982editing/spelling/inline_spelling_markers.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000983editing/spelling/spelling-linebreak.html
984
985# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +0000986editing/spelling/spellcheck-attribute.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000987editing/spelling/spelling.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000988
ossy@webkit.org5a7bf752011-03-02 14:45:44 +0000989# textInputController.hasMarkedText() is not implemented.
990editing/input/setting-input-value-cancel-ime-composition.html
991
commit-queue@webkit.org77ba1452010-09-03 10:36:04 +0000992# textInputController.hasSpellingMarkers() is not implemented.
morrita@google.com3cb95c72010-11-05 04:58:51 +0000993editing/spelling/spelling-hasspellingmarker.html
commit-queue@webkit.org77ba1452010-09-03 10:36:04 +0000994
adele@apple.comaeeb7f12011-03-28 21:48:28 +0000995# textInputController.hasGrammarMarkers() is not implemented.
996editing/spelling/grammar.html
commit-queue@webkit.org73b94f32011-12-13 09:33:57 +0000997editing/spelling/grammar-paste.html
adele@apple.comaeeb7f12011-03-28 21:48:28 +0000998
commit-queue@webkit.org35045ab2011-11-10 06:10:59 +0000999# Needs grammar checking.
1000editing/spelling/markers.html
1001
morrita@google.com00b3f0f2010-09-09 03:26:17 +00001002# https://bugs.webkit.org/show_bug.cgi?id=45435
1003editing/spelling/spelling-backspace-between-lines.html
1004
morrita@google.comd165d1d2010-10-28 10:41:58 +00001005editing/spelling/spelling-attribute-change.html
morrita@google.com447109a2010-11-02 06:34:26 +00001006editing/spelling/spelling-attribute-at-child.html
morrita@google.comd165d1d2010-10-28 10:41:58 +00001007
morrita@google.com7a18fee2010-12-13 06:06:19 +00001008# EditorClient::requestCheckingOfString() is not implemented
1009editing/spelling/spellcheck-paste.html
commit-queue@webkit.orgd2ce3bb2011-12-05 08:47:33 +00001010editing/spelling/spellcheck-queue.html
commit-queue@webkit.org8276a672011-12-07 12:34:02 +00001011editing/spelling/spellcheck-sequencenum.html
morrita@google.com7a18fee2010-12-13 06:06:19 +00001012
ossy@webkit.org95cb7ec2011-11-23 07:09:25 +00001013# [Qt][GTK] editing/spelling/spellcheck-async.html fails
1014# https://bugs.webkit.org/show_bug.cgi?id=73003
1015editing/spelling/spellcheck-async.html
1016
robert@webkit.org188a1262010-06-07 14:43:15 +00001017# ============================================================================= #
1018# failing editing/style tests
1019# ============================================================================= #
1020
robert@webkit.org188a1262010-06-07 14:43:15 +00001021editing/style/style-3681552-fix-002.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001022editing/style/style-3681552-fix-001.html
1023editing/style/typing-style-001.html
1024editing/style/typing-style-002.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001025editing/style/style-boundary-002.html
1026editing/style/style-boundary-003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001027editing/style/style-boundary-005.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001028
1029# ============================================================================= #
1030# failing undo tests
1031# ============================================================================= #
1032
robert@webkit.org188a1262010-06-07 14:43:15 +00001033# ============================================================================= #
1034# failing unsupported-content tests
1035# ============================================================================= #
robert@webkit.org188a1262010-06-07 14:43:15 +00001036
1037# ============================================================================= #
1038# failing fast tests
1039# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001040
ossy@webkit.org70d3e782011-04-05 10:35:36 +00001041# [Qt] fast/ruby/overhang* tests fail
1042# https://bugs.webkit.org/show_bug.cgi?id=57824
1043fast/ruby/overhang-horizontal.html
1044fast/ruby/overhang-vertical.html
1045
robert@webkit.org188a1262010-06-07 14:43:15 +00001046# 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
1048fast/css/case-transform.html
1049
robert@webkit.org051adf82010-06-08 19:44:15 +00001050# New test hangs QT bot
1051# Discussed in https://bugs.webkit.org/show_bug.cgi?id=38928
1052fast/loader/recursive-before-unload-crash.html
1053
robert@webkit.org188a1262010-06-07 14:43:15 +00001054# REGRESSION (r53450) - skipped until fix
1055# https://bugs.webkit.org/show_bug.cgi?id=33834
1056fast/forms/textarea-scrollbar-height.html
1057# Final four tests before Qt buildbot is green
1058# https://bugs.webkit.org/show_bug.cgi?id=27914
1059fast/css/positioned-overflow-scroll.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001060# This port doesn't support detecting slow unload handlers.
1061fast/dom/Window/slow-unload-handler.html
1062fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html
1063# Need rebaseline: https://bugs.webkit.org/show_bug.cgi?id=26830
1064fast/multicol/single-line.html
1065# validationMessage: https://bugs.webkit.org/show_bug.cgi?id=27959
1066fast/forms/validationMessage.html
1067fast/css/color-correction-backgrounds-and-text.html
1068fast/css/color-correction-on-background-image.html
1069fast/css/color-correction-on-backgrounds.html
1070fast/css/color-correction-on-box-shadow.html
1071fast/css/color-correction-on-text-shadow.html
1072fast/css/color-correction-on-text.html
1073fast/css/color-correction-untagged-images.html
1074fast/css/color-correction.html
1075
1076fast/block/positioning/relative-positioned-inline-container.html
1077fast/repaint/block-selection-gap-in-composited-layer.html
1078fast/repaint/block-selection-gap-in-table-cell.html
1079fast/repaint/block-selection-gap-stale-cache-2.html
1080fast/repaint/block-selection-gap-stale-cache.html
1081fast/repaint/inline-overflow.html
1082fast/repaint/inline-relative-positioned.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001083# eventSender missing touchCancel() and cancelTouchPoint()
1084fast/events/touch/send-oncancel-event.html
1085
robert@webkit.org188a1262010-06-07 14:43:15 +00001086# Relies on WebKit API [WebView _loadBackForwardListFromOtherView:]
1087fast/loader/crash-copying-backforwardlist.html
1088
robert@webkit.org188a1262010-06-07 14:43:15 +00001089# Needs platform specific API implemented in DRT, maybe not relevant for non-Mac and non-Windows ports
1090fast/loader/api-test-new-window-data-load-base-url.html
1091fast/loader/api-test-go-to-current-back-forward-item.html
1092
1093# Slider tests that need new results
tkent@chromium.org353b0be2011-08-23 12:39:55 +00001094fast/forms/range/slider-padding.html
1095fast/forms/range/slider-thumb-shared-style.html
1096fast/forms/range/slider-thumb-stylability.html
1097fast/forms/range/slider-zoomed.html
1098fast/forms/range/slider-mouse-events.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001099
robert@webkit.org188a1262010-06-07 14:43:15 +00001100# For some reason crashes when run with all tests. Passes individually.
1101fast/forms/multiple-form-submission-protection-mouse.html
1102
robert@webkit.org188a1262010-06-07 14:43:15 +00001103# https://bugs.webkit.org/show_bug.cgi?id=35973
1104fast/multicol/hit-test-above-or-below.html
1105
robert@webkit.org188a1262010-06-07 14:43:15 +00001106# Not sure why this is failing on Qt.
1107# https://bugs.webkit.org/show_bug.cgi?id=37697
1108fast/url/host.html
1109
1110# -- fail with --platform mac --ignore-metrics
1111fast/box-sizing/percentage-height.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001112fast/dom/focus-contenteditable.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001113fast/dom/isindex-002.html
1114# seems to trigger some bugs/missing features in QTextCodec
1115fast/encoding/char-encoding.html
1116# QUrl::from/toACE seems to be stricter than what ICU does.
1117fast/encoding/idn-security.html
1118fast/encoding/xmacroman-encoding-test.html
1119fast/encoding/GBK/EUC-CN.html
1120fast/encoding/GBK/chinese.html
1121fast/encoding/GBK/cn-gb.html
1122fast/encoding/GBK/csgb2312.html
1123fast/encoding/GBK/csgb231280.html
1124fast/encoding/GBK/gb2312.html
1125fast/encoding/GBK/gb_2312-80.html
1126fast/encoding/GBK/gbk.html
1127fast/encoding/GBK/iso-ir-58.html
1128fast/encoding/GBK/x-euc-cn.html
1129fast/encoding/GBK/x-gbk.html
1130fast/events/autoscroll.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001131fast/events/content-changed-during-drop.html
1132fast/events/js-keyboard-event-creation.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001133fast/events/keypress-insert-tab.html
1134fast/events/ondragenter.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001135fast/events/standalone-image-drag-to-editable.html
1136fast/events/updateLayoutForHitTest.html
1137fast/forms/input-selectedoption.html
1138fast/forms/drag-into-textarea.html
1139fast/forms/input-readonly-autoscroll.html
1140fast/forms/input-text-click-outside.html
1141fast/forms/input-text-drag-down.html
1142fast/forms/input-text-scroll-left-on-blur.html
1143fast/forms/listbox-onchange.html
1144fast/forms/listbox-selection-2.html
1145fast/forms/listbox-selection.html
1146fast/forms/onselect-textarea.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001147fast/forms/select-writing-direction-natural.html
1148fast/forms/tabbing-input-iframe.html
1149fast/forms/textAreaLineHeight.html
1150fast/forms/textarea-scroll-height.html
1151fast/forms/textarea-scrollbar.html
1152fast/forms/textarea-scrolled-type.html
1153fast/frames/iframe-window-focus.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001154fast/invalid/missing-end-tag.xhtml
1155fast/invalid/residual-style.html
1156fast/js/string-capitalization.html
1157fast/lists/drag-into-marker.html
1158fast/overflow/clip-rects-fixed-ancestor.html
1159fast/overflow/overflow-rtl.html
1160fast/overflow/overflow-x-y.html
1161fast/overflow/scroll-nested-positioned-layer-in-overflow.html
1162fast/overflow/scrollRevealButton.html
1163fast/parser/external-entities.xml
1164fast/parser/xhtml-alternate-entities.xml
1165fast/repaint/box-shadow-h.html
1166fast/repaint/box-shadow-v.html
1167fast/repaint/fixed.html
1168fast/repaint/flexible-box-overflow-horizontal.html
1169fast/repaint/flexible-box-overflow.html
1170fast/repaint/inline-block-overflow.html
1171fast/repaint/layer-child-outline.html
1172fast/repaint/layer-outline-horizontal.html
1173fast/repaint/layer-outline.html
1174fast/repaint/list-marker.html
1175fast/repaint/overflow-outline-repaint.html
1176fast/repaint/selection-gap-overflow-scroll.html
1177fast/repaint/table-cell-vertical-overflow.html
1178fast/repaint/text-selection-rect-in-overflow-2.html
1179fast/repaint/text-selection-rect-in-overflow.html
1180fast/repaint/text-shadow-horizontal.html
1181fast/repaint/text-shadow.html
1182fast/replaced/width100percent-textarea.html
1183fast/table/giantCellspacing.html
1184fast/text/atsui-pointtooffset-calls-cg.html
1185fast/text/atsui-rtl-override-selection.html
1186fast/text/in-rendered-text-rtl.html
1187fast/text/large-text-composed-char-dos.html
1188fast/text/international/002.html
1189fast/block/positioning/absolute-in-inline-rtl-4.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001190fast/canvas/canvas-gradient-addStop-error.html
1191fast/css/zoom-body-scroll.html
1192fast/dom/Element/getBoundingClientRect.html
1193fast/dom/Element/getClientRects.html
1194fast/dom/Range/getBoundingClientRect.html
1195fast/dom/Range/getClientRects.html
1196fast/dom/tabindex-clamp.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001197fast/dom/Window/webkitConvertPoint.html
1198fast/encoding/char-encoding-mac.html
1199fast/encoding/hebrew/8859-8-e.html
1200fast/encoding/hebrew/8859-8-i.html
1201fast/encoding/hebrew/logical.html
1202fast/events/crash-on-mutate-during-drop.html
1203fast/forms/option-mouseevents.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001204fast/forms/text-control-intrinsic-widths.html
1205fast/forms/textarea-metrics.html
1206fast/history/window-open.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001207fast/dom/Range/range-expand.html
1208fast/encoding/char-decoding.html
1209fast/encoding/frame-default-enc.html
1210fast/encoding/invalid-xml.html
1211fast/events/attempt-scroll-with-no-scrollbars.html
1212fast/events/key-events-in-input-button.html
1213fast/forms/input-radio-checked-tab.html
1214fast/frames/onlyCommentInIFrame.html
1215fast/invalid/junk-data.xml
1216fast/loader/text-document-wrapping.html
1217fast/overflow/005.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001218fast/repaint/inline-outline-repaint.html
1219fast/text/find-case-folding.html
1220fast/text/large-text-composed-char.html
1221fast/text/basic/014.html
xji@chromium.orge66fb082011-01-25 00:58:57 +00001222fast/text/international/cjk-segmentation.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001223fast/text/international/rtl-white-space-pre-wrap.html
1224fast/text/whitespace/pre-wrap-overflow-selection.html
1225fast/block/basic/text-indent-rtl.html
1226fast/block/float/026.html
1227fast/block/float/028.html
1228fast/block/float/editable-text-overlapping-float.html
1229fast/block/margin-collapse/103.html
1230fast/block/positioning/auto/006.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001231fast/css/text-overflow-ellipsis-bidi.html
1232fast/css/text-overflow-ellipsis.html
1233fast/css/text-overflow-ellipsis-strict.html
1234fast/dom/HTMLTextAreaElement/reset-textarea.html
1235fast/dom/icon-url-property.html
1236fast/dynamic/008.html
1237fast/encoding/char-decoding-mac.html
1238fast/encoding/hebrew/csISO88598I.html
1239fast/events/offsetX-offsetY.html
1240fast/forms/basic-textareas.html
1241fast/forms/box-shadow-override.html
1242fast/forms/button-white-space.html
1243fast/forms/disabled-select-change-index.html
tkent@chromium.orgf537bc92011-10-07 09:19:07 +00001244fast/forms/file/file-input-direction.html
1245fast/forms/file/file-input-disabled.html
1246fast/forms/file/hidden-input-file.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001247fast/forms/form-element-geometry.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001248fast/forms/input-appearance-height.html
1249fast/forms/input-appearance-width.html
1250fast/forms/input-disabled-color.html
1251fast/forms/input-table.html
1252fast/forms/input-value.html
1253fast/forms/listbox-deselect-scroll.html
1254fast/forms/listbox-hit-test-zoomed.html
1255fast/forms/negativeLineHeight.html
1256fast/forms/placeholder-pseudo-style.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001257fast/forms/textarea-align.html
1258fast/forms/textarea-setinnerhtml.html
1259fast/forms/textarea-width.html
1260fast/inline/inline-borders-with-bidi-override.html
1261fast/layers/scroll-rect-to-visible.html
1262fast/layers/video-layer.html
1263fast/media/mq-transform-02.html
1264fast/media/mq-transform-03.html
1265fast/overflow/image-selection-highlight.html
1266fast/overflow/infiniteRecursionGuard.html
1267fast/overflow/overflow_hidden.html
1268fast/overflow/overflow-text-hit-testing.html
1269fast/overflow/unreachable-overflow-rtl-bug.html
1270fast/parser/entity-comment-in-textarea.html
1271fast/parser/open-comment-in-textarea.html
1272fast/repaint/focus-ring.html
1273fast/repaint/selection-after-delete.html
1274fast/repaint/selection-after-remove.html
1275fast/repaint/shadow-multiple-horizontal.html
1276fast/repaint/shadow-multiple-strict-horizontal.html
1277fast/repaint/shadow-multiple-strict-vertical.html
1278fast/repaint/shadow-multiple-vertical.html
1279fast/replaced/border-radius-clip.html
1280fast/table/003.html
1281fast/table/cell-pref-width-invalidation.html
1282fast/text/atsui-spacing-features.html
tony@chromium.org7ca6bde2010-11-17 23:41:36 +00001283fast/text/atsui-negative-spacing-features.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001284fast/text/basic/015.html
1285fast/text/capitalize-boundaries.html
1286fast/text/complex-text-opacity.html
1287fast/text/embed-at-end-of-pre-wrap-line.html
1288fast/text/international/003.html
1289fast/text/international/bidi-AN-after-empty-run.html
1290fast/text/international/bidi-layout-across-linebreak.html
1291fast/text/international/bidi-LDB-2-formatting-characters.html
1292fast/text/international/bidi-LDB-2-HTML.html
1293fast/text/international/bidi-listbox-atsui.html
1294fast/text/international/bidi-listbox.html
1295fast/text/international/bidi-override.html
1296fast/text/line-breaks-after-white-space.html
1297fast/text/trailing-white-space-2.html
1298fast/text/trailing-white-space.html
1299fast/text/whitespace/normal-after-nowrap-breaking.html
1300fast/text/whitespace/pre-break-word.html
1301fast/text/whitespace/pre-wrap-line-test.html
1302fast/text/whitespace/pre-wrap-spaces-after-newline.html
1303fast/text/whitespace/tab-character-basics.html
1304fast/text/word-break.html
1305fast/text/word-break-run-rounding.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001306
1307# -- timedout with --platform mac --ignore-metrics
1308fast/events/5056619.html
1309fast/events/drag-in-frames.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001310fast/text/international/thai-line-breaks.html
1311
1312# --crashed with --platform mac --ignore-metrics
1313fast/text/midword-break-after-breakable-char.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001314
hausmann@webkit.org8edc6372011-11-07 15:43:21 +00001315# No support for <keygen> with Qt (see TemporaryLinkStubs.cpp)
1316fast/html/keygen.html
1317http/tests/misc/submit-post-keygen.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001318
1319# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001320fast/backgrounds/animated-gif-as-background.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001321fast/block/float/independent-align-positioning.html
1322fast/block/float/multiple-float-positioning.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001323fast/block/positioning/001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001324fast/block/positioning/absolute-in-inline-ltr-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001325fast/block/positioning/absolute-in-inline-ltr.html
1326fast/block/positioning/absolute-in-inline-rtl-2.html
1327fast/block/positioning/absolute-in-inline-rtl-3.html
1328fast/block/positioning/absolute-in-inline-rtl.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001329fast/borders/border-image-omit-right-slice.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001330fast/borders/borderRadiusAllStylesAllCorners.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001331fast/borders/borderRadiusDashed01.html
1332fast/borders/borderRadiusDashed02.html
1333fast/borders/borderRadiusDashed03.html
1334fast/borders/borderRadiusDotted01.html
1335fast/borders/borderRadiusDotted02.html
1336fast/borders/borderRadiusDotted03.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001337fast/compact/001.html
1338fast/compact/002.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001339fast/css/apple-prefix.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001340fast/css/ex-after-font-variant.html
yuzo@google.com98fae232010-07-20 06:23:03 +00001341fast/css/font-face-download-error.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001342fast/css/font-face-locally-installed.html
yuzo@google.com62a37c22010-07-06 08:27:08 +00001343fast/css/font-face-multiple-ranges-for-unicode-range.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001344fast/css/font-face-unicode-range.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001345fast/css/font-weight-1.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001346fast/css/percentage-non-integer.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001347fast/css/rtl-ordering.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001348fast/css/text-security.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001349fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001350fast/dom/HTMLImageElement/image-alt-text.html
morrita@google.com6294b7b2010-06-18 05:48:31 +00001351# meter-element.html is temporally disabled.We need to rebaseline.
morrita@google.com9622191b2010-06-18 06:11:23 +00001352fast/dom/HTMLMeterElement/meter-element.html
morrita@google.comabc3f552010-06-28 13:07:44 +00001353# progress-bar-value-pseudo-element.html and progress-element.html is temporally disabled.
1354# We need to rebaseline.
robert@webkit.org188a1262010-06-07 14:43:15 +00001355fast/dom/Window/btoa-pnglet.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001356fast/encoding/denormalised-voiced-japanese-chars.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001357fast/encoding/invalid-UTF-8.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001358fast/forms/focus-selection-input.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001359fast/forms/input-type-text-min-width.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001360fast/forms/menulist-narrow-width.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001361fast/forms/menulist-restrict-line-height.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001362fast/forms/searchfield-heights.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001363fast/forms/select-visual-hebrew.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001364fast/forms/visual-hebrew-text-field.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001365fast/gradients/generated-gradients.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001366fast/gradients/simple-gradients.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001367fast/images/pdf-as-background.html
1368fast/images/pdf-as-image-landscape.html
1369fast/images/pdf-as-tiled-background.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001370fast/invalid/016.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001371fast/parser/fonts.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001372fast/repaint/button-spurious-layout-hint.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001373fast/repaint/control-clip.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001374fast/repaint/selection-clear.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001375fast/repaint/static-to-positioned.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001376fast/replaced/image-solid-color-with-alpha.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001377fast/replaced/pdf-as-image.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001378fast/replaced/width100percent-menulist.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001379fast/text/atsui-multiple-renderers.html
1380fast/text/atsui-partial-selection.html
1381fast/text/atsui-small-caps-punctuation-size.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001382fast/text/basic/003.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001383fast/text/basic/013.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001384fast/text/bidi-embedding-pop-and-push-same.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001385fast/text/cg-fallback-bolding.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001386fast/text/cg-vs-atsui.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001387fast/text/drawBidiText.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001388fast/text/fixed-pitch-control-characters.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001389fast/text/international/001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001390fast/text/international/bidi-AN-after-L.html
1391fast/text/international/bidi-CS-after-AN.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001392fast/text/international/bidi-L2-run-reordering.html
1393fast/text/international/bidi-LDB-2-CSS.html
1394fast/text/international/bidi-control-chars-treated-as-ZWS.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001395fast/text/international/bidi-european-terminators.html
1396fast/text/international/bidi-explicit-embedding.html
1397fast/text/international/bidi-ignored-for-first-child-inline.html
1398fast/text/international/bidi-innertext.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001399fast/text/international/bidi-linebreak-001.html
1400fast/text/international/bidi-linebreak-002.html
1401fast/text/international/bidi-linebreak-003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001402fast/text/international/bidi-neutral-directionality-paragraph-start.html
1403fast/text/international/bidi-neutral-run.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001404fast/text/international/complex-character-based-fallback.html
1405fast/text/international/danda-space.html
1406fast/text/international/hindi-spacing.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001407fast/text/international/rtl-caret.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001408fast/text/international/thai-baht-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001409fast/text/letter-spacing-negative-opacity.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001410fast/text/line-breaks.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001411fast/text/selection-painted-separately.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001412fast/text/soft-hyphen-2.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001413fast/text/whitespace/001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001414fast/text/whitespace/004.html
1415fast/text/whitespace/005.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001416fast/text/whitespace/010.html
1417fast/text/whitespace/011.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001418fast/text/whitespace/015.html
1419fast/text/whitespace/016.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001420fast/text/whitespace/024.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001421fast/text/wide-zero-width-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001422fast/text/word-break-soft-hyphen.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001423fast/text/word-space.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001424
1425# ------- failures due to missing support for particular XSLT features
1426# xsl:output
1427fast/xsl/xslt-doc-enc.xml
1428fast/xsl/xslt-url.xml
1429fast/xsl/default-html.html
1430fast/xsl/xslt-text.html
1431fast/xsl/xslt-entity.xml
1432fast/xsl/xslt-extra-content-at-end.xml
1433# external entities support
1434fast/xsl/dtd-in-source-document.xml
1435fast/xsl/xslt-second-level-import.xml
1436fast/parser/external-entities-in-xslt.xml
1437# exslt:node-set() function
1438fast/xsl/exslt-node-set.xml
1439# xsl:import
1440fast/xsl/import-after-comment.xml
1441fast/xsl/xslt-import-depth.xml
1442fast/xsl/xslt-nested-stylesheets.xml
1443# xsl:attribute-set
1444fast/xsl/mozilla-tests.xml
1445# xsl:sort: lang and case-order
1446fast/xsl/sort-locale.xml
1447fast/xsl/sort-unicode.xml
1448# output formatting issues (might be related to the lack of xsl:output support)
1449fast/xsl/xslt-processor.html
1450# to be investigated
1451fast/xsl/xslt-enc16.xml
1452fast/xsl/xslt-enc16to16.xml
1453fast/xsl/xslt-enc-cyr.xml
1454fast/xsl/xslt-enc.xml
1455fast/xsl/xslt-relative-path.xml
1456fast/xsl/xslt-missing-namespace-in-xslt.xml
1457fast/xsl/xslt_unicode.xml
1458
ap@apple.com97b01182010-11-18 18:31:17 +00001459# https://bugs.webkit.org/show_bug.cgi?id=49743
1460fast/xsl/import-non-document-node.xhtml
1461
robert@webkit.org188a1262010-06-07 14:43:15 +00001462fast/forms/drag-out-of-textarea.html
1463fast/frames/frame-src-attribute.html
1464fast/overflow/003.xml
1465fast/text/international/bidi-menulist.html
xji@chromium.org8de4b3f2011-02-08 18:37:15 +00001466fast/text/international/pop-up-button-text-alignment-and-direction.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001467fast/text/international/wrap-CJK-001.html
1468fast/xpath/string-value.html
1469
ossy@webkit.org752f6482011-03-16 17:22:50 +00001470# --- missing test fonts
ossy@webkit.org752f6482011-03-16 17:22:50 +00001471fast/repaint/japanese-rl-selection-clear.html
1472fast/repaint/japanese-rl-selection-repaint.html
ossy@webkit.orgba458c92011-08-17 10:49:25 +00001473fast/repaint/japanese-rl-selection-repaint-in-regions.html
ossy@webkit.org752f6482011-03-16 17:22:50 +00001474fast/text/international/bidi-mirror-he-ar.html
1475fast/text/international/bold-bengali.html
1476fast/text/international/hebrew-vowels.html
1477fast/text/international/plane2.html
ossy@webkit.org590f8402011-06-28 07:55:17 +00001478fast/text/international/unicode-bidi-plaintext.html
ossy@webkit.org752f6482011-03-16 17:22:50 +00001479fast/text/international/vertical-text-glyph-test.html
1480fast/text/international/vertical-text-metrics-test.html
mitz@apple.com731aa5f2011-08-06 03:49:48 +00001481fast/writing-mode/japanese-ruby-horizontal-bt.html
1482fast/writing-mode/japanese-ruby-vertical-lr.html
1483fast/writing-mode/japanese-ruby-vertical-rl.html
1484fast/writing-mode/japanese-lr-selection.html
1485fast/writing-mode/japanese-lr-text.html
1486fast/writing-mode/japanese-rl-selection.html
1487fast/writing-mode/japanese-rl-text.html
1488fast/writing-mode/japanese-ruby-horizontal-bt.html
1489fast/writing-mode/japanese-ruby-vertical-lr.html
1490fast/writing-mode/japanese-ruby-vertical-rl.html
ossy@webkit.org752f6482011-03-16 17:22:50 +00001491
robert@webkit.org188a1262010-06-07 14:43:15 +00001492# ============================================================================= #
1493# failing fonts tests
1494# ============================================================================= #
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001495fonts/cursive.html
1496fonts/default.html
1497fonts/fantasy.html
1498fonts/monospace.html
1499fonts/sans-serif.html
1500fonts/serif.html
yuzo@google.com0cdcbbe2010-03-15 08:33:18 +00001501printing/return-from-printing-mode.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001502
1503# ============================================================================= #
robert@webkit.org188a1262010-06-07 14:43:15 +00001504# failing security tests
1505# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001506# https://bugs.webkit.org/show_bug.cgi?id=39160
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001507security/block-test-no-port.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001508security/block-test.html
1509
1510# ============================================================================= #
1511# failing tables tests
1512# ============================================================================= #
1513
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001514tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom.html
1515tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden.html
1516tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001517tables/mozilla_expected_failures/marvin/table_overflow_caption.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001518tables/mozilla_expected_failures/marvin/table_overflow_caption_left.html
1519tables/mozilla_expected_failures/marvin/table_overflow_caption_right.html
1520tables/mozilla_expected_failures/marvin/table_overflow_caption_top.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001521tables/mozilla_expected_failures/marvin/table_overflow_hidden_table.html
1522tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody.html
1523tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001524tables/mozilla/marvin/colgroup_width_pct.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001525tables/mozilla/marvin/table_overflow_hidden_td.html
ossy@webkit.orgbada65d2011-02-21 19:33:23 +00001526tables/mozilla_expected_failures/bugs/bug178855.xml
1527tables/mozilla_expected_failures/bugs/bug2479-5.html
ossy@webkit.org8ebb1a22011-02-22 12:12:52 +00001528tables/mozilla/bugs/bug12384.html
1529tables/mozilla/bugs/bug99948.html
aroben@apple.com73e87622009-04-03 21:21:23 +00001530
robert@webkit.org188a1262010-06-07 14:43:15 +00001531# ============================================================================= #
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001532# Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/
robert@webkit.org051adf82010-06-08 19:44:15 +00001533# ============================================================================= #
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001534canvas/philip/tests/2d.composite.operation.clear.html
1535canvas/philip/tests/2d.composite.operation.darker.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001536canvas/philip/tests/2d.drawImage.broken.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001537canvas/philip/tests/2d.gradient.radial.cone.behind.html
1538canvas/philip/tests/2d.gradient.radial.cone.beside.html
1539canvas/philip/tests/2d.gradient.radial.cone.bottom.html
1540canvas/philip/tests/2d.gradient.radial.cone.cylinder.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001541canvas/philip/tests/2d.gradient.radial.cone.shape2.html
1542canvas/philip/tests/2d.gradient.radial.cone.top.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001543canvas/philip/tests/2d.gradient.radial.touch1.html
1544canvas/philip/tests/2d.gradient.radial.touch2.html
1545canvas/philip/tests/2d.gradient.radial.touch3.html
1546canvas/philip/tests/2d.imageData.create1.type.html
1547canvas/philip/tests/2d.imageData.create2.type.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001548canvas/philip/tests/2d.imageData.get.type.html
oliver@apple.com6da1c312011-02-24 00:04:41 +00001549canvas/philip/tests/2d.imageData.object.round.html
1550canvas/philip/tests/2d.imageData.object.wrap.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001551canvas/philip/tests/2d.imageData.put.unchanged.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001552canvas/philip/tests/2d.line.cap.open.html
1553canvas/philip/tests/2d.line.join.open.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001554canvas/philip/tests/2d.missingargs.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001555canvas/philip/tests/2d.path.quadraticCurveTo.shape.html
andreas.kling@nokia.comf67d5962010-07-18 00:11:35 +00001556canvas/philip/tests/2d.path.quadraticCurveTo.scaled.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001557canvas/philip/tests/2d.path.stroke.scale2.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001558canvas/philip/tests/2d.pattern.image.broken.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001559canvas/philip/tests/2d.text.draw.baseline.bottom.html
1560canvas/philip/tests/2d.text.draw.baseline.hanging.html
1561canvas/philip/tests/2d.text.draw.baseline.ideographic.html
1562canvas/philip/tests/2d.text.draw.baseline.middle.html
1563canvas/philip/tests/2d.text.draw.baseline.top.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001564canvas/philip/tests/2d.text.draw.fontface.notinpage.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001565canvas/philip/tests/2d.text.draw.space.collapse.end.html
1566canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html
1567canvas/philip/tests/2d.text.draw.space.collapse.other.html
1568canvas/philip/tests/2d.text.draw.space.collapse.space.html
1569canvas/philip/tests/2d.text.draw.space.collapse.start.html
1570canvas/philip/tests/2d.text.font.parse.basic.html
1571canvas/philip/tests/2d.text.font.parse.complex.html
1572canvas/philip/tests/2d.text.font.parse.invalid.html
1573canvas/philip/tests/2d.text.font.parse.size.percentage.default.html
1574canvas/philip/tests/2d.text.font.parse.size.percentage.html
1575canvas/philip/tests/2d.text.font.parse.system.html
1576canvas/philip/tests/2d.text.measure.width.space.html
1577canvas/philip/tests/2d.transformation.setTransform.skewed.html
1578canvas/philip/tests/2d.transformation.transform.skewed.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001579canvas/philip/tests/type.prototype.html
robert@webkit.org051adf82010-06-08 19:44:15 +00001580
ossy@webkit.org07c4a802010-06-09 14:33:28 +00001581# [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
1583canvas/philip/tests/2d.path.stroke.overlap.html
1584
andreas.kling@nokia.come82d1682010-08-25 20:08:20 +00001585
andreas.kling@nokia.com7817c162010-11-07 13:49:39 +00001586# Failing tests after sync with Philip Taylor's upstream tests
1587canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html
1588canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html
1589canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html
1590canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html
1591canvas/philip/tests/2d.imageData.put.wrongtype.html
1592canvas/philip/tests/2d.pattern.image.incomplete.empty.html
1593canvas/philip/tests/2d.pattern.image.incomplete.omitted.html
andreas.kling@nokia.com7817c162010-11-07 13:49:39 +00001594
robert@webkit.org051adf82010-06-08 19:44:15 +00001595# ============================================================================= #
1596# failing transforms tests
1597# ============================================================================= #
commit-queue@webkit.orgaa3fc332011-05-12 06:00:31 +00001598
robert@webkit.org051adf82010-06-08 19:44:15 +00001599# -- pass with --platform mac --ignore-metrics
robert@webkit.org051adf82010-06-08 19:44:15 +00001600transforms/2d/hindi-rotated.html
1601
1602# ============================================================================= #
1603# failing printing tests
1604# ============================================================================= #
1605printing/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
1608printing/media-queries-print.html
1609
1610# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001611# new tests without expected results
1612# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001613editing/selection/transformed-selection-rects.html
1614svg/W3C-SVG-1.1/filters-light-04-f.svg
1615
commit-queue@webkit.org6efeb122011-08-23 19:54:28 +00001616# Needs new baseline http://webkit.org/b/66671
1617fast/block/float/fit_line_below_floats.html
1618
robert@webkit.org051adf82010-06-08 19:44:15 +00001619# ============================================================================= #
ossy@webkit.org7f2f2222010-11-30 08:56:46 +00001620# Qt 4.7 related bugs
1621# ============================================================================= #
1622
ossy@webkit.org7f2f2222010-11-30 08:56:46 +00001623# [Qt] editing/execCommand/move-selection-back-line.html fails with Qt 4.7.1
1624# https://bugs.webkit.org/show_bug.cgi?id=50144
1625editing/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
1629fast/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
1633css2.1/t1202-counter-09-b.html
1634css2.1/t1202-counter-15-b.html
1635css2.1/t1202-counters-09-b.html
1636css2.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
1640fast/text/format-control.html
1641fast/text/justification-padding-mid-word.html
1642fast/text/zero-width-characters.html
1643fast/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.org7f2f2222010-11-30 08:56:46 +00001647media/video-can-play-type.html
1648media/video-delay-load-event.html
1649
1650# ============================================================================= #
ossy@webkit.org44210ac2011-10-20 13:38:08 +00001651# 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
1657http/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
1661svg/text/lengthAdjust-text-metrics.html
1662
1663# ============================================================================= #
robert@webkit.org80205f22011-07-03 17:14:16 +00001664# 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.org44e591c2011-11-16 14:28:05 +00001670platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html
robert@webkit.org80205f22011-07-03 17:14:16 +00001671
1672# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001673# new skipped tests yet to be sorted
1674# ============================================================================= #
eric@webkit.org05a35f42010-06-16 09:12:04 +00001675
ossy@webkit.org9cf66492010-06-26 01:11:01 +00001676# [Qt] fast/text/bidi-explicit-embedding-past-end.html fails
1677# https://bugs.webkit.org/show_bug.cgi?id=41241
1678fast/text/bidi-explicit-embedding-past-end.html
commit-queue@webkit.org6501d602010-07-01 11:11:01 +00001679
ossy@webkit.org1fdca602010-07-08 21:02:32 +00001680# [Qt] fast/dom/beforeload/script-before-load-dynamic.html is crashy-flakey
1681# https://bugs.webkit.org/show_bug.cgi?id=41452
1682fast/dom/beforeload/remove-video-in-beforeload-listener.html
ossy@webkit.orgbbc7a002010-07-12 17:28:07 +00001683
hamaji@chromium.orgd58d8e02010-07-16 06:25:48 +00001684# Need setPrinting. See https://bugs.webkit.org/show_bug.cgi?id=20011
1685printing/setPrinting.html
haraken@google.com89fcc852011-09-16 01:17:37 +00001686printing/single-line-must-not-be-split-into-two-pages.html
haraken@chromium.orgbe8127d2011-12-08 00:25:17 +00001687printing/width-overflow.html
tonyg@chromium.org4562d5c2010-07-16 16:38:52 +00001688
ossy@webkit.org06765552010-12-17 13:07:20 +00001689# Web Timing related bugs
1690# https://bugs.webkit.org/show_bug.cgi?id=51245
tonyg@chromium.org4562d5c2010-07-16 16:38:52 +00001691fast/dom/webtiming.html
ossy@webkit.org0f9c8202011-01-06 12:48:54 +00001692http/tests/misc/webtiming-origins.html
ap@apple.comce371392010-07-21 17:20:30 +00001693
1694# Advanced credential handling
1695http/tests/security/401-logout/401-logout.php
1696http/tests/xmlhttprequest/remember-bad-password.html
abarth@webkit.orgbfd99482010-07-21 22:46:47 +00001697
tkent@chromium.org70b62992011-05-11 09:11:36 +00001698# Need to call Settings::setValidationMessageTimerMagnification(-1) in DRT.
tkent@chromium.org6f499f02011-03-30 04:14:46 +00001699fast/forms/validation-message-appearance.html
tkent@chromium.org260c0bd2011-06-28 09:59:11 +00001700fast/forms/validation-message-clone.html
tkent@chromium.org38e51632011-07-22 17:46:12 +00001701fast/forms/validation-message-in-relative-body.html
tkent@chromium.org70b62992011-05-11 09:11:36 +00001702fast/forms/validation-message-on-checkbox.html
1703fast/forms/validation-message-on-listbox.html
1704fast/forms/validation-message-on-menulist.html
1705fast/forms/validation-message-on-radio.html
tkent@chromium.org26430bc2011-06-14 03:46:30 +00001706fast/forms/validation-message-on-range.html
tkent@chromium.org70b62992011-05-11 09:11:36 +00001707fast/forms/validation-message-on-textarea.html
tkent@chromium.orga2166462010-07-27 07:31:39 +00001708
ossy@webkit.orge9265b62010-07-22 14:26:45 +00001709# [Qt] REGRESSION(63862): animations/play-state.html fails intermittently
1710# https://bugs.webkit.org/show_bug.cgi?id=42821
1711animations/play-state.html
ossy@webkit.org15e4f1e2010-07-23 11:24:22 +00001712
ossy@webkit.orge1b8b022010-11-05 22:34:00 +00001713# [Qt] animations tests fails which uses suspend/resume
ossy@webkit.org1c91c612010-08-12 12:00:06 +00001714# https://bugs.webkit.org/show_bug.cgi?id=43905
1715animations/suspend-resume-animation.html
ossy@webkit.orge1b8b022010-11-05 22:34:00 +00001716animations/suspend-resume-animation-events.html
1717animations/stop-animation-on-suspend.html
ossy@webkit.org1c91c612010-08-12 12:00:06 +00001718
vestbo@webkit.org1c701982010-07-27 10:05:22 +00001719# Assumes spesific metrics
1720# See http://code.google.com/p/chromium/issues/detail?id=19897
1721svg/custom/getscreenctm-in-mixed-content2.xhtml
mrobinson@webkit.orgb2e8fca2010-08-02 17:28:23 +00001722
ojan@chromium.org6d277a42010-08-18 20:51:44 +00001723# Still working out flakiness issues with the perf tests.
1724# https://bugs.webkit.org/show_bug.cgi?id=44199
1725perf/
1726
jianli@chromium.org35cdf142010-08-05 18:19:13 +00001727# BlodBuilder is not enabled
1728http/tests/local/blob/send-data-blob.html
commit-queue@webkit.org5c314242010-08-21 10:11:19 +00001729
mitz@apple.com963e24a2010-09-03 19:33:05 +00001730# https://bugs.webkit.org/show_bug.cgi?id=45194
1731fast/text/decomposed-after-stacked-diacritics.html
andreas.kling@nokia.come17b50c2010-09-12 18:35:58 +00001732
kenneth@webkit.org8a9df012010-09-13 10:37:28 +00001733# viewport meta tag tests that differ from the Opera results
1734fast/viewport/viewport-65.html
1735fast/viewport/viewport-82.html
1736fast/viewport/viewport-84.html
1737fast/viewport/viewport-87.html
1738fast/viewport/viewport-126.html
1739fast/viewport/viewport-127.html
andreas.kling@nokia.comdcd34242010-09-13 11:35:48 +00001740
1741# viewport meta tag tests that fail on the bot for yet unknown reasons
1742fast/viewport/viewport-6.html
andreas.kling@nokia.comdcd34242010-09-13 11:35:48 +00001743fast/viewport/viewport-58.html
ossy@webkit.org9e9989b2010-09-20 15:18:17 +00001744
1745# [Qt]REGRESSION? (r67762): 23 layout tests fail
1746# https://bugs.webkit.org/show_bug.cgi?id=46093
1747svg/custom/use-font-face-crash.svg
1748svg/zoom/text/zoom-coords-viewattr-01-b.svg
aestes@apple.com7fb43f62010-09-20 23:01:12 +00001749
1750# Pre-HMTL5 parser quirks only apply to the mac port for now.
1751fast/parser/pre-html5-parser-quirks.html
1752
ossy@webkit.org754f0b52010-10-01 08:21:08 +00001753# https://bugs.webkit.org/show_bug.cgi?id=46966
1754# [Qt] fast/media/color-does-not-include-alpha.html fails
1755fast/media/color-does-not-include-alpha.html
abarth@webkit.orgf7a10872010-10-18 07:53:10 +00001756
1757# Requires WebP support.
noel.gordon@gmail.comf00d37a2011-11-04 21:14:24 +00001758fast/canvas/canvas-toDataURL-webp.html
abarth@webkit.orgf7a10872010-10-18 07:53:10 +00001759fast/images/webp-image-decoding.html
ossy@webkit.org7d75cd32010-11-01 15:27:33 +00001760
ossy@webkit.org2ff28be2010-11-04 11:17:40 +00001761# [Qt] svg/animations/animate-path-nested-transforms.html fails
1762# https://bugs.webkit.org/show_bug.cgi?id=48987
1763svg/animations/animate-path-nested-transforms.html
ossy@webkit.orga06fcfd2010-11-10 11:03:01 +00001764svg/animations/animate-text-nested-transforms.html
ossy@webkit.org33f53322010-11-08 09:12:49 +00001765
1766# [Qt] REGRESSION (r71465): editing/selection/after-line-break.html fails
1767# https://bugs.webkit.org/show_bug.cgi?id=49127
1768editing/selection/after-line-break.html
ossy@webkit.orgda5108e2010-11-09 10:39:04 +00001769
1770# [Qt] REGRESSION (r71582): Two editing tests fail
1771# https://bugs.webkit.org/show_bug.cgi?id=49243
1772editing/deleting/delete-line-011.html
1773editing/pasteboard/paste-4039777-fix.html
tony@chromium.org25124ac2010-11-18 19:00:14 +00001774
rniwa@webkit.orgb6ce5012010-11-30 04:31:35 +00001775# 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
1777editing/selection/click-left-of-rtl-wrapping-text.html
1778editing/selection/modify-up-on-rtl-wrapping-text.html
ossy@webkit.org1a619712010-12-01 17:04:29 +00001779
antti@apple.coma48e9362010-12-13 20:30:49 +00001780# For https://bugs.webkit.org/show_bug.cgi?id=50758
1781# These require DRT setSerializeHTTPLoads implementation to be reliable.
1782http/tests/local/link-stylesheet-load-order.html
1783http/tests/local/link-stylesheet-load-order-preload.html
antti@apple.com5080b132011-03-31 23:32:34 +00001784fast/preloader/document-write.html
1785fast/preloader/document-write-2.html
ossy@webkit.org1346f8a2010-12-20 09:55:23 +00001786
1787# [Qt] fast/text/emphasis-overlap.html fails
1788# https://bugs.webkit.org/show_bug.cgi?id=51324
1789fast/text/emphasis-overlap.html
laszlo.1.gombos@nokia.comc40ff5f2011-01-03 18:12:54 +00001790
rniwa@webkit.orgd70045e2011-01-04 19:04:07 +00001791# 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.orge445a842011-01-04 20:34:49 +00001793editing/selection/caret-bidi-first-and-last-letters.html
ossy@webkit.org7d70c732011-01-10 14:49:09 +00001794
ossy@webkit.org8c6f5b82011-01-10 18:53:50 +00001795# [Qt] fast/text/emphasis-avoid-ruby.html fails
1796# https://bugs.webkit.org/show_bug.cgi?id=52155
1797fast/text/emphasis-avoid-ruby.html
ossy@webkit.org4fbb6bb2011-01-11 13:26:40 +00001798
1799# https://bugs.webkit.org/show_bug.cgi?id=42578
1800# [Qt] DRT sideeffect revealed by r63657 and r75305
1801fast/tokenizer/flush-characters-in-document-write-evil.html
1802fast/tokenizer/flush-characters-in-document-write.html
1803fast/viewport/viewport-128.html
ossy@webkit.org4fbb6bb2011-01-11 13:26:40 +00001804fast/xmlhttprequest/null-document-xmlhttprequest-open.html
1805fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
ossy@webkit.org146ded82011-01-18 08:43:30 +00001806
jer.noble@apple.comeb640582011-01-21 02:18:47 +00001807# [Qt] LayoutTests/media/video-currentTime-delay.html fails
1808# https://bugs.webkit.org/show_bug.cgi?id=52859
1809media/video-currentTime-delay.html
ossy@webkit.orga9949722011-02-03 13:43:39 +00001810
ossy@webkit.org0559c6d2011-02-03 23:54:10 +00001811# small text which is scaled to be large renders pixelated
1812# https://bugs.webkit.org/show_bug.cgi?id=12448
1813css3/zoom-coords.xhtml
1814svg/zoom/page/zoom-zoom-coords.xhtml
jer.noble@apple.com45787e12011-02-05 07:35:54 +00001815
1816# [Qt] media/video-frame-accurate-seek.html fails
1817# https://bugs.webkit.org/show_bug.cgi?id=53843
1818media/video-frame-accurate-seek.html
robert@webkit.orgf2792e12011-02-06 10:46:45 +00001819
1820# [Qt] fast/notifications/notifications-document-close-crash.html fails after r77738
1821# https://bugs.webkit.org/show_bug.cgi?id=53868
1822fast/notifications/notifications-document-close-crash.html
1823
ossy@webkit.org4c35d4b2011-02-18 07:30:08 +00001824# [Qt]REGRESSION(r78846): editing/selection/mixed-editability-10.html
1825# https://bugs.webkit.org/show_bug.cgi?id=54725
1826editing/selection/mixed-editability-10.html
ossy@webkit.orgd98f9802011-02-18 21:40:40 +00001827
jer.noble@apple.come6ff40d2011-02-22 20:40:28 +00001828# [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
1830media/audio-repaint.html
ossy@webkit.org76e5fa92011-02-22 22:00:43 +00001831media/media-document-audio-repaint.html
1832
pfeldman@chromium.org81b45e52011-02-28 15:26:44 +00001833# [Qt] XML Viewer fails due to specifics in the parser implementation
1834# https://bugs.webkit.org/show_bug.cgi?id=55302
commit-queue@webkit.org7e3b8ab2011-03-31 19:27:30 +00001835http/tests/xmlviewer/extensions-api.html
pfeldman@chromium.org81b45e52011-02-28 15:26:44 +00001836http/tests/xmlviewer/dumpAsText/svg.xml
pfeldman@chromium.org81b45e52011-02-28 15:26:44 +00001837http/tests/xmlviewer/dumpAsText/xlink.xml
1838http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml
1839http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml
1840http/tests/xmlviewer/dumpAsText/xmlviewer.xml
1841http/tests/xmlviewer/dumpAsText/xsl-stylesheet.xml
1842http/tests/xmlviewer/dumpAsText/xul.xml
commit-queue@webkit.org283a0162011-03-04 05:13:10 +00001843
ossy@webkit.org00e7c362011-03-04 12:37:04 +00001844# [Qt] Two http auth tests fail with Qt 4.7.2
1845# https://bugs.webkit.org/show_bug.cgi?id=55767
1846http/tests/appcache/auth.html
commit-queue@webkit.orgbad43c02011-03-19 21:28:57 +00001847
1848# LayoutTestController::clearApplicationCacheForOrigin is not implemented
1849http/tests/appcache/origin-delete.html
commit-queue@webkit.org13f1be62011-03-23 00:57:31 +00001850# LayoutTestController::getOriginsWithApplicationCache is not implemented
1851http/tests/appcache/origins-with-appcache.html
commit-queue@webkit.org4168acc2011-05-11 01:47:03 +00001852# LayoutTestController::applicationCacheDiskUsageForOrigin isn't implemented - https://bugs.webkit.org/show_bug.cgi?id=57127
1853http/tests/appcache/origin-usage.html
commit-queue@webkit.org895428d2011-03-21 14:40:33 +00001854
morrita@google.com72c85b82011-04-01 15:59:19 +00001855# Needs rebaseline
1856fast/dom/HTMLMeterElement/meter-element.html
1857fast/dom/HTMLMeterElement/meter-boundary-values.html
1858fast/dom/HTMLMeterElement/meter-optimums.html
1859fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html
1860fast/dom/HTMLMeterElement/meter-styles.html
1861
commit-queue@webkit.org895428d2011-03-21 14:40:33 +00001862# https://bugs.webkit.org/show_bug.cgi?id=56691
1863http/tests/inspector/network/network-size-chunked.html
commit-queue@webkit.orgfc684af2011-03-24 21:17:58 +00001864http/tests/inspector/network/network-size-sync.html
aestes@apple.combb90bb62011-03-29 04:36:28 +00001865
vsevik@chromium.org5f84f382011-07-20 21:52:18 +00001866# https://bugs.webkit.org/show_bug.cgi?id=64097
vsevik@chromium.org5f84f382011-07-20 21:52:18 +00001867http/tests/inspector/network/network-disable-cache-xhrs.html
1868
vsevik@chromium.org21fcbc32011-08-09 12:26:28 +00001869# https://bugs.webkit.org/show_bug.cgi?id=65911
1870http/tests/inspector/resource-main-cookies.php
1871
ossy@webkit.org768a8bb2011-03-30 18:23:11 +00001872# [Qt] media/video-playbackrate.html fails
1873# https://bugs.webkit.org/show_bug.cgi?id=57476
ossy@webkit.org427f2ad2011-03-29 22:59:41 +00001874media/video-playbackrate.html
ossy@webkit.org768a8bb2011-03-30 18:23:11 +00001875
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001876# New tests without Qt specific expected files. Need investigation.
1877animations/3d/matrix-transform-type-animation.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001878fast/block/lineboxcontain/block-font.html
1879fast/block/lineboxcontain/block-glyphs-replaced.html
1880fast/block/lineboxcontain/block-glyphs.html
1881fast/block/lineboxcontain/block-replaced.html
1882fast/block/lineboxcontain/block.html
1883fast/block/lineboxcontain/font-replaced.html
1884fast/block/lineboxcontain/font.html
1885fast/block/lineboxcontain/glyphs.html
1886fast/block/lineboxcontain/inline-box-replaced.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001887fast/block/lineboxcontain/inline.html
1888fast/block/lineboxcontain/none.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001889fast/block/positioning/differing-writing-modes-replaced.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001890fast/block/positioning/vertical-lr/002.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001891fast/block/positioning/vertical-rl/002.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001892fast/borders/rtl-border-04.html
1893fast/borders/rtl-border-05.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001894fast/box-shadow/inset-box-shadow-radius.html
1895fast/box-shadow/inset-box-shadows.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001896fast/box-shadow/shadow-buffer-partial.html
1897fast/box-shadow/shadow-tiling-artifact.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001898fast/css/line-height-determined-by-primary-font.html
1899fast/css/transformed-mask.html
1900fast/dom/34176.html
1901fast/dom/52776.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001902fast/dom/HTMLMeterElement/meter-appearances-capacity.html
1903fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy.html
1904fast/dynamic/text-combine.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001905fast/forms/input-placeholder-visibility-1.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001906fast/forms/input-placeholder-visibility-3.html
1907fast/forms/listbox-bidi-align.html
1908fast/forms/placeholder-position.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001909fast/forms/textfield-focus-ring.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001910fast/images/pixel-crack-image-background-webkit-transform-scale.html
1911fast/images/support-broken-image-delegate.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001912fast/inline/inline-box-background-long-image.html
1913fast/inline/inline-box-background-repeat-x.html
1914fast/inline/inline-box-background-repeat-y.html
1915fast/inline/inline-box-background.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001916fast/multicol/positioned-split.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001917fast/multicol/vertical-lr/column-count-with-rules.html
1918fast/multicol/vertical-rl/column-count-with-rules.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001919fast/repaint/block-layout-inline-children-float-positioned.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001920fast/repaint/inline-horizontal-bt-overflow.html
1921fast/repaint/inline-vertical-lr-overflow.html
1922fast/repaint/inline-vertical-rl-overflow.html
1923fast/repaint/repaint-across-writing-mode-boundary.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001924fast/ruby/base-shorter-than-text.html
1925fast/ruby/nested-ruby.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001926fast/text/decorations-transformed.html
1927fast/text/emphasis-combined-text.html
1928fast/text/emphasis-vertical.html
1929fast/text/emphasis.html
1930fast/text/hyphenate-first-word.html
1931fast/text/hyphenate-limit-before-after.html
1932fast/text/hyphenate-locale.html
1933fast/text/justify-ideograph-complex.html
1934fast/text/justify-ideograph-leading-expansion.html
1935fast/text/justify-ideograph-simple.html
1936fast/text/justify-ideograph-vertical.html
1937fast/text/international/text-combine-image-test.html
mitz@apple.com731aa5f2011-08-06 03:49:48 +00001938fast/writing-mode/Kusa-Makura-background-canvas.html
1939fast/writing-mode/border-image-horizontal-bt.html
1940fast/writing-mode/border-image-vertical-lr.html
1941fast/writing-mode/border-image-vertical-rl.html
1942fast/writing-mode/border-vertical-lr.html
1943fast/writing-mode/broken-ideograph-small-caps.html
1944fast/writing-mode/broken-ideographic-font.html
1945fast/writing-mode/fallback-orientation.html
1946fast/writing-mode/japanese-rl-text-with-broken-font.html
1947fast/writing-mode/text-orientation-basic.html
1948fast/writing-mode/vertical-align-table-baseline.html
1949fast/writing-mode/vertical-baseline-alignment.html
1950fast/writing-mode/vertical-font-fallback.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001951printing/simultaneous-position-float-change.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001952svg/css/shadow-changes.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001953svg/custom/mask-colorspace.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001954svg/custom/path-zero-strokewidth.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001955svg/custom/svg-curve-with-relative-cordinates.html
1956svg/custom/use-invalid-pattern.svg
1957svg/filters/feColorMatrix-offset.svg
1958svg/filters/filterRes1.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001959svg/filters/filterRes3.svg
1960svg/filters/parent-children-with-same-filter.svg
1961svg/repaint/filter-repaint.svg
1962svg/text/bidi-embedded-direction.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001963svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg
1964svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg
1965svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg
1966svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg
1967svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg
1968svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg
1969svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001970transitions/default-timing-function.html
1971http/tests/inspector/console-websocket-error.html
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00001972
ossy@webkit.org6979bbd2011-07-29 16:10:17 +00001973# [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.orgaaeaf4e2011-04-12 08:39:34 +00001974# https://bugs.webkit.org/show_bug.cgi?id=52810
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00001975fast/repaint/moving-shadow-on-container.html
1976fast/repaint/moving-shadow-on-path.html
ossy@webkit.orgd6ff3132011-11-02 07:57:22 +00001977svg/as-image/img-preserveAspectRatio-support-1.html
ossy@webkit.org7f5f0e672011-07-29 13:42:40 +00001978svg/batik/masking/maskRegions.svg
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00001979svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg
1980svg/css/stars-with-shadow.html
1981svg/custom/circular-marker-reference-1.svg
1982svg/custom/circular-marker-reference-2.svg
1983svg/custom/circular-marker-reference-3.svg
1984svg/custom/circular-marker-reference-4.svg
ossy@webkit.org4512b592011-06-06 14:57:30 +00001985svg/custom/embedding-external-svgs.xhtml
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00001986svg/custom/empty-merge.svg
ossy@webkit.org45d2b522011-07-27 14:12:12 +00001987svg/custom/image-with-transform-clip-filter.svg
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00001988svg/custom/non-circular-marker-reference.svg
1989svg/custom/non-scaling-stroke-markers.svg
ossy@webkit.org6cd3a602011-06-06 12:23:09 +00001990svg/custom/object-sizing-explicit-width-height.xhtml
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00001991svg/custom/recursive-filter.svg
1992svg/custom/relative-sized-inner-svg.xhtml
1993svg/custom/relative-sized-use-on-symbol.xhtml
1994svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml
1995svg/custom/resource-invalidate-on-target-update.svg
ossy@webkit.orgd6ff3132011-11-02 07:57:22 +00001996svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00001997svg/custom/stroked-pattern.svg
1998svg/custom/text-rotated-gradient.svg
1999svg/custom/use-css-events.svg
2000svg/custom/use-detach.svg
2001svg/custom/use-on-symbol-inside-pattern.svg
2002svg/filters/feColorMatrix-values.svg
ossy@webkit.org2078ccb2011-10-04 12:58:27 +00002003svg/filters/feColorMatrix-saturate.svg
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002004svg/filters/filteredImage.svg
ossy@webkit.org7f5f0e672011-07-29 13:42:40 +00002005svg/hixie/links/001.xml
2006svg/hixie/perf/007.xml
2007svg/hixie/viewbox/preserveAspectRatio/001.xml
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002008svg/overflow/overflow-on-inner-svg-element.svg
ossy@webkit.org24f36e02011-07-13 13:02:54 +00002009svg/text/small-fonts-2.svg
ossy@webkit.orgadd524a2011-04-14 20:24:20 +00002010svg/text/text-align-05-b.svg
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002011svg/W3C-SVG-1.1/animate-elem-06-t.svg
2012svg/W3C-SVG-1.1/extend-namespace-01-f.svg
2013svg/W3C-SVG-1.1/painting-marker-03-f.svg
2014svg/W3C-SVG-1.1/paths-data-03-f.svg
ossy@webkit.org452f3952011-09-08 12:07:06 +00002015svg/W3C-SVG-1.1-SE/filters-image-05-f.svg
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002016svg/W3C-SVG-1.1-SE/types-dom-05-b.svg
2017svg/W3C-SVG-1.1/struct-frag-02-t.svg
2018svg/W3C-SVG-1.1/struct-frag-03-t.svg
2019svg/W3C-SVG-1.1/text-align-04-b.svg
2020svg/zoom/page/zoom-mask-with-percentages.svg
ossy@webkit.org32aea772011-11-14 16:22:43 +00002021svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html
ossy@webkit.org7bd0d612011-11-24 07:47:49 +00002022svg/dom/css-transforms.xhtml
ossy@webkit.org997847f2011-04-12 11:09:05 +00002023
ossy@webkit.org83b6bd42011-11-29 11:37:25 +00002024# [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.
2027svg/batik/text/textAnchor.svg
2028svg/text/select-x-list-with-tspans-1.svg
2029svg/text/select-x-list-with-tspans-3.svg
2030svg/text/select-textLength-spacing-stretch-3.svg
2031svg/text/select-textLength-spacingAndGlyphs-stretch-4.svg
2032svg/text/select-x-list-2.svg
2033svg/text/select-textLength-spacing-stretch-4.svg
2034svg/text/select-textLength-spacing-squeeze-4.svg
2035svg/text/select-textLength-spacing-stretch-1.svg
2036svg/text/select-textLength-spacing-squeeze-1.svg
2037svg/text/select-x-list-3.svg
2038svg/text/select-x-list-with-tspans-4.svg
2039svg/text/select-textLength-spacing-stretch-2.svg
2040svg/text/select-x-list-4.svg
2041svg/text/select-x-list-with-tspans-2.svg
2042svg/text/select-textLength-spacing-squeeze-3.svg
2043svg/text/select-x-list-1.svg
2044svg/text/select-textLength-spacing-squeeze-2.svg
2045svg/W3C-SVG-1.1/text-text-01-b.svg
2046
ossy@webkit.org997847f2011-04-12 11:09:05 +00002047# [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
2049inspector/styles/styles-disable-then-enable.html
ossy@webkit.org9267fe62011-04-14 09:56:25 +00002050
andreas.kling@nokia.com1d825bc2011-04-15 20:56:18 +00002051# Stuff Kling broke while happy-hacking DRT (r84010, r84012)
2052fast/css/font-face-repeated-url.html
andreas.kling@nokia.comd8690d62011-05-09 14:06:43 +00002053
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.com1d825bc2011-04-15 20:56:18 +00002059http/tests/misc/redirect-to-external-url.html
kinuko@chromium.org66e0cf72011-04-15 23:58:43 +00002060
evan@chromium.org9c3b5042011-04-18 22:58:38 +00002061# Expose title direction in WebKit API
2062# https://bugs.webkit.org/show_bug.cgi?id=58845
2063fast/dom/title-directionality.html
rniwa@webkit.org2c8b9b42011-04-19 21:15:18 +00002064
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
2067fast/text/zero-width-characters-complex-script.html
ossy@webkit.orgb19bdf02011-04-20 10:57:51 +00002068
ossy@webkit.org64071672011-04-22 11:24:29 +00002069# [Qt]fast/url/idna tests fail
2070# https://bugs.webkit.org/show_bug.cgi?id=59187
2071fast/url/idna2003.html
2072fast/url/idna2008.html
xji@chromium.orgeca41002011-04-23 01:09:28 +00002073
2074# https://bugs.webkit.org/show_bug.cgi?id=59265
xji@chromium.orgaeb580c2011-07-27 19:26:08 +00002075editing/selection/move-by-word-visually-multi-line.html
2076editing/selection/move-by-word-visually-multi-space.html
2077editing/selection/move-by-word-visually-null-box.html
2078editing/selection/move-by-word-visually-single-space-inline-element.html
2079editing/selection/move-by-word-visually-single-space-one-element.html
xji@chromium.org77934f32011-10-26 05:17:48 +00002080editing/selection/move-by-word-visually-inline-block-positioned-element.html
ossy@webkit.org837f11a2011-04-25 17:47:28 +00002081
2082# [Qt] New tests introduced in r84742 fail
2083# https://bugs.webkit.org/show_bug.cgi?id=59334
2084http/tests/misc/will-send-request-returns-null-on-redirect.html
2085http/tests/security/XFrameOptions/x-frame-options-deny.html
2086http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html
ossy@webkit.orgbf23db92011-04-27 15:44:29 +00002087
2088# [Qt] Migrate to Debian Squeeze
2089# https://bugs.webkit.org/show_bug.cgi?id=59609
2090fast/workers/storage/use-same-database-in-page-and-workers.html
2091svg/W3C-SVG-1.1/struct-image-06-t.svg
2092http/tests/loading/preload-slow-loading.php
2093http/tests/security/contentSecurityPolicy/media-src-allowed.html
2094http/tests/security/contentSecurityPolicy/media-src-blocked.html
dino@apple.com9173d972011-04-29 18:15:06 +00002095
abarth@webkit.org2d422e72011-07-26 23:25:49 +00002096# Tests that require ENABLE(DOWNLOAD_ATTRIBUTE).
2097fast/dom/HTMLAnchorElement/anchor-nodownload.html
2098fast/dom/HTMLAnchorElement/anchor-download.html
2099fast/dom/HTMLAnchorElement/anchor-nodownload-set.html
2100fast/dom/HTMLAnchorElement/anchor-download-unset.html
2101
commit-queue@webkit.org084ff962011-05-09 11:00:47 +00002102# This platform does not support the Page Visibility API.
2103fast/events/page-visibility-iframe-delete-test.html
2104fast/events/page-visibility-iframe-move-test.html
2105fast/events/page-visibility-iframe-propagation-test.html
2106fast/events/page-visibility-transition-test.html
andreas.kling@nokia.com3b5690e2011-05-09 15:23:01 +00002107
ossy@webkit.org5a202012011-05-14 08:48:19 +00002108# [Qt]fast/events/remove-target-in-mouseup* tests fail
2109# https://bugs.webkit.org/show_bug.cgi?id=60833
2110fast/events/remove-target-in-mouseup-deep.html
2111fast/events/remove-target-in-mouseup-insertback.html
2112fast/events/remove-target-in-mouseup-twice.html
2113fast/events/remove-target-in-mouseup.html
2114
rniwa@webkit.orgb60f9a22011-05-24 19:51:54 +00002115# [Qt] Selectstart event tests added by r87096 are failing on Qt
2116# https://bugs.webkit.org/show_bug.cgi?id=61322
2117fast/events/selectstart-by-double-triple-clicks.html
2118fast/events/selectstart-by-drag.html
mihaip@chromium.org7ef8e032011-05-26 19:53:00 +00002119
2120# JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540)
2121http/tests/security/isolatedWorld/cross-origin-xhr.html
dglazkov@chromium.orgb4a80372011-06-02 20:15:34 +00002122
ossy@webkit.org24990772011-06-06 11:12:21 +00002123# failing new tests
2124fast/block/float/overhanging-tall-block.html
2125fast/backgrounds/border-radius-split-background-image.html
2126fast/backgrounds/border-radius-split-background.html
ossy@webkit.org24990772011-06-06 11:12:21 +00002127fast/borders/border-antialiasing.html
2128fast/borders/border-styles-split.html
2129fast/borders/mixed-border-styles-radius2.html
2130fast/box-shadow/scaled-box-shadow.html
2131fast/box-shadow/single-pixel-shadow.html
2132fast/text/selection-rect-rounding.html
ossy@webkit.org4c825ae2011-06-06 13:33:22 +00002133svg/as-object/object-box-sizing-no-width-height.html
ossy@webkit.org24990772011-06-06 11:12:21 +00002134svg/custom/object-sizing-explicit-height.xhtml
2135svg/custom/object-sizing-explicit-width.xhtml
ossy@webkit.org24990772011-06-06 11:12:21 +00002136svg/custom/object-no-size-attributes.xhtml
2137svg/custom/painting-marker-07-f-inherit.svg
2138svg/custom/small-rect-scale.svg
2139svg/filters/feConvolveFilter-y-bounds.svg
ossy@webkit.org534882d2011-06-08 06:13:06 +00002140
ossy@webkit.org590f8402011-06-28 07:55:17 +00002141# failing new tests
tkent@chromium.org353b0be2011-08-23 12:39:55 +00002142fast/forms/range/input-appearance-range.html
ossy@webkit.org590f8402011-06-28 07:55:17 +00002143fast/text/midword-break-before-surrogate-pair.html
2144printing/page-count-relayout-shrink.html
2145svg/custom/svg-fonts-fallback.xhtml
2146svg/custom/svg-fonts-segmented.xhtml
2147svg/custom/svg-fonts-word-spacing.html
2148
2149# new tests, they needs investigation
2150fast/block/float/intruding-float-add-in-sibling-block-on-static-position2.html
2151fast/block/float/intruding-float-add-in-sibling-block-on-static-position.html
2152fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2.html
2153fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position.html
2154fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2.html
2155fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position.html
2156fast/block/float/overhanging-float-add-in-static-position-block2.html
2157fast/block/float/overhanging-float-add-in-static-position-block.html
2158fast/block/float/overhanging-float-remove-from-absolute-position-block2.html
2159fast/block/float/overhanging-float-remove-from-absolute-position-block.html
2160fast/block/float/overhanging-float-remove-from-fixed-position-block2.html
2161fast/block/float/overhanging-float-remove-from-fixed-position-block.html
2162
ossy@webkit.org534882d2011-06-08 06:13:06 +00002163# New tests introduced in r88307, but fail on Qt
2164# https://bugs.webkit.org/show_bug.cgi?id=54417
2165fast/events/touch/touch-gesture-click.html
2166fast/events/touch/touch-gesture-scroll.html
apavlov@chromium.org064af552011-06-08 15:24:41 +00002167
rniwa@webkit.org9858a742011-08-12 22:48:27 +00002168# [Qt] Add eventSender.gestureTap
2169# https://bugs.webkit.org/show_bug.cgi?id=66173
2170fast/events/touch/gesture/gesture-click.html
commit-queue@webkit.orgaa76d242011-10-28 23:44:30 +00002171# New tests introduced in https://bugs.webkit.org/show_bug.cgi?id=66272. Needs
2172# Qt implementation.
2173fast/events/touch/gesture/gesture-scroll.html
rniwa@webkit.org9858a742011-08-12 22:48:27 +00002174
ossy@webkit.orgb4c49f82011-06-16 06:55:54 +00002175# new test introduced in r88958, but fail on Qt
eric.carlson@apple.com09820a92011-06-16 15:44:15 +00002176# https://bugs.webkit.org/show_bug.cgi?id=62741
ossy@webkit.orgb4c49f82011-06-16 06:55:54 +00002177http/tests/appcache/video.html
ossy@webkit.orge59f8a42011-06-17 08:11:11 +00002178
2179# new test introduced in r89118, but fail on Qt
2180# https://bugs.webkit.org/show_bug.cgi?id=62847
2181fast/parser/xhtml-innerhtml-null-byte.xhtml
ossy@webkit.org8d575e82011-06-23 13:31:28 +00002182
ossy@webkit.orgc3c6edb2011-06-27 07:46:10 +00002183# new failing inspector tests
2184inspector/console/console-trace-in-eval.html
ossy@webkit.orgc3c6edb2011-06-27 07:46:10 +00002185
vsevik@chromium.org8c884f62011-10-31 12:28:37 +00002186# 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
2188inspector/debugger/selected-call-frame-after-formatting-source.html
2189
zimmermann@webkit.org88e0aeb2011-06-25 06:28:12 +00002190# 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.
2195svg/W3C-SVG-1.1/animate-elem-03-t.svg
2196svg/W3C-SVG-1.1/animate-elem-24-t.svg
2197svg/W3C-SVG-1.1/animate-elem-36-t.svg
2198svg/W3C-SVG-1.1/animate-elem-40-t.svg
2199svg/W3C-SVG-1.1/fonts-elem-01-t.svg
2200svg/W3C-SVG-1.1/fonts-elem-02-t.svg
2201svg/W3C-SVG-1.1/fonts-elem-03-b.svg
2202svg/W3C-SVG-1.1/fonts-elem-04-b.svg
2203svg/W3C-SVG-1.1/fonts-elem-05-t.svg
2204svg/W3C-SVG-1.1/fonts-elem-06-t.svg
2205svg/W3C-SVG-1.1/fonts-elem-07-b.svg
2206svg/W3C-SVG-1.1/fonts-glyph-02-t.svg
2207svg/W3C-SVG-1.1/fonts-glyph-03-t.svg
2208svg/W3C-SVG-1.1/fonts-kern-01-t.svg
2209svg/W3C-SVG-1.1/masking-mask-01-b.svg
2210svg/W3C-SVG-1.1/pservers-grad-08-b.svg
2211svg/W3C-SVG-1.1/struct-cond-03-t.svg
2212svg/W3C-SVG-1.1/struct-image-02-b.svg
2213svg/W3C-SVG-1.1/text-align-08-b.svg
2214svg/W3C-SVG-1.1/text-altglyph-01-b.svg
2215svg/W3C-SVG-1.1/text-fonts-03-t.svg
2216svg/W3C-SVG-1.1/text-intro-01-t.svg
2217svg/W3C-SVG-1.1/text-intro-02-b.svg
2218svg/W3C-SVG-1.1/text-intro-03-b.svg
2219svg/W3C-SVG-1.1/text-intro-04-t.svg
2220svg/W3C-SVG-1.1/text-text-04-t.svg
2221svg/W3C-SVG-1.1/text-text-05-t.svg
2222svg/W3C-SVG-1.1/text-text-06-t.svg
2223svg/custom/acid3-test-77.html
2224svg/custom/altglyph.svg
2225svg/custom/font-face-simple.svg
2226svg/custom/global-constructors.html
2227svg/custom/glyph-selection-lang-attribute.svg
2228svg/custom/glyph-setting-d-attribute.svg
2229svg/custom/insertItemBefore-from-non-list-origin.svg
2230svg/custom/svg-fonts-in-text-controls.html
2231svg/custom/svg-fonts-with-no-element-reference.html
2232svg/custom/svg-fonts-without-missing-glyph.xhtml
2233svg/dom/altGlyph-dom.xhtml
2234svg/dom/baseVal-animVal-crash.html
2235svg/dom/font-face-elements.html
2236svg/text/kerning.svg
2237svg/text/multichar-glyph.svg
2238svg/text/text-altglyph-01-b.svg
2239svg/text/text-hkern-on-vertical-text.svg
2240svg/text/text-hkern.svg
2241svg/text/text-text-04-t.svg
2242svg/text/text-text-05-t.svg
2243svg/text/text-text-06-t.svg
2244svg/text/text-vkern-on-horizontal-text.svg
2245svg/text/text-vkern.svg
2246http/tests/misc/SVGFont-delayed-load.html
weinig@apple.com19d92052011-07-15 20:41:19 +00002247
kbalazs@webkit.orgd9cad382011-07-21 10:22:26 +00002248# https://bugs.webkit.org/show_bug.cgi?id=64927
2249inspector/styles/css-live-edit.html
2250
2251# https://bugs.webkit.org/show_bug.cgi?id=64928
2252inspector/styles/get-set-stylesheet-text.html
crogers@google.comdbcecc32011-07-25 22:54:16 +00002253
2254# For now, Web Audio API is disabled
2255webaudio/
ossy@webkit.org9bc5b1b2011-07-27 17:09:29 +00002256
2257# [Qt] svg/W3C-SVG-1.1-SE/styling-pres-02-f.svg fails
ossy@webkit.org017be472011-07-28 13:15:26 +00002258# https://bugs.webkit.org/show_bug.cgi?id=65266
ossy@webkit.org9bc5b1b2011-07-27 17:09:29 +00002259svg/W3C-SVG-1.1-SE/styling-pres-02-f.svg
ossy@webkit.org017be472011-07-28 13:15:26 +00002260
2261# REGRESSION (r91125): Google Drawings is broken
2262# https://bugs.webkit.org/show_bug.cgi?id=65257
2263svg/custom/zero-path-square-cap-rendering2.svg
ossy@webkit.orgdecf9a22011-07-29 08:16:58 +00002264
ossy@webkit.org8d0c2642011-08-03 11:55:26 +00002265# [Qt]REGRESSION(r92254): It made 2 tests timeout
2266# https://bugs.webkit.org/show_bug.cgi?id=65609
2267fast/frames/lots-of-objects.html
2268fast/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
2272editing/text-iterator/basic-iteration.html
abarth@webkit.org078895a2011-08-04 07:10:25 +00002273
2274# This test tickles another crasher on Qt.
2275fast/loader/reload-zero-byte-plugin.html
yael.aharon@nokia.com9daa7102011-08-04 21:50:51 +00002276
2277# Failing after http://trac.webkit.org/changeset/92375
2278# https://bugs.webkit.org/show_bug.cgi?id=65721
yael.aharon@nokia.com9daa7102011-08-04 21:50:51 +00002279fast/replaced/table-percent-height.html
yael.aharon@nokia.com9daa7102011-08-04 21:50:51 +00002280fast/forms/basic-buttons.html
yael.aharon@nokia.com9daa7102011-08-04 21:50:51 +00002281
rniwa@webkit.org1a4ce812011-08-06 00:41:15 +00002282# [Qt] move-selection-back-line-strict.html fails
2283# https://bugs.webkit.org/show_bug.cgi?id=65801
2284editing/execCommand/move-selection-back-line-strict.html
kbalazs@webkit.org1dd9a3f2011-08-07 22:16:27 +00002285
2286# [Qt] svg/zoom/page/zoom-svg-through-* results diverging between bots
2287# https://bugs.webkit.org/show_bug.cgi?id=65831
2288svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml
2289svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml
2290svg/zoom/page/zoom-svg-through-object-with-auto-size.html
2291svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml
zoltan@webkit.orgf2cd7a32011-08-08 07:32:09 +00002292# 4 other tests are diverging on Qt SnowLeopard Intel
2293fast/writing-mode/border-styles-vertical-lr.html
2294fast/writing-mode/border-styles-vertical-rl.html
2295svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml
2296svg/zoom/page/zoom-svg-through-object-with-override-size.html
2297
ossy@webkit.org4a0115b2011-08-11 08:48:39 +00002298# [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
2301fast/canvas/webgl
kbalazs@webkit.orge623b822011-08-11 17:57:05 +00002302
2303# [Qt] fast/dom/HTMLDocument/hasFocus.html fails
2304# https://bugs.webkit.org/show_bug.cgi?id=66076
2305fast/dom/HTMLDocument/hasFocus.html
rniwa@webkit.orgadb81752011-08-12 20:56:14 +00002306
2307# [Qt] Implement layouTestController.setShouldStayOnPageAfterHandlingBeforeUnload
2308# https://bugs.webkit.org/show_bug.cgi?id=66162
2309fast/loader/form-submission-after-beforeunload-cancel.html
zoltan@webkit.orgbd665862011-08-16 08:57:13 +00002310
2311# [Qt] editing/deleting/regional-indicators.html after r93068
2312# https://bugs.webkit.org/show_bug.cgi?id=66268
2313editing/deleting/regional-indicators.html
hayato@chromium.orgba3ac322011-08-17 01:29:17 +00002314
2315# This test verifies that a mismatch reftest will fail as intended if both results are same.
2316fast/harness/sample-fail-mismatch-reftest.html
zoltan@webkit.orgdf89d6f2011-08-19 11:37:20 +00002317
rniwa@webkit.org06fe1862011-08-20 03:19:39 +00002318# [Qt] editing/spelling/spelling-insert-html.html fails
2319# https://bugs.webkit.org/show_bug.cgi?id=66619
2320editing/spelling/spelling-insert-html.html
kbalazs@webkit.org6d6d2182011-08-20 12:15:25 +00002321
commit-queue@webkit.orgac489712011-08-23 19:38:05 +00002322# Need new baseline http://webkit.org/b/66662
2323fast/block/float/floats-and-text-indent.html
2324fast/block/float/floats-and-text-indent-rl.html
2325
rniwa@webkit.org6add3532011-08-22 22:01:17 +00002326# [Qt] editing/selection/caret-at-bidi-boundary.html fails
2327# https://bugs.webkit.org/show_bug.cgi?id=66514
2328editing/selection/caret-at-bidi-boundary.html
reni@webkit.org09d56712011-08-23 08:25:17 +00002329
2330# [Qt] Three tests are failed after r93567
2331# https://bugs.webkit.org/show_bug.cgi?id=66749
2332fast/frames/iframe-onload-remove-self-no-crash.html
2333fast/loader/create-frame-in-DOMContentLoaded.html
caseq@chromium.org783a94d2011-08-23 17:41:19 +00002334fast/loader/frame-creation-removal.html
2335
zoltan@webkit.orgd0e83c12011-08-29 11:19:10 +00002336# [Qt] REGRESSION(r93937): 4 failing and 3 flaky tests
2337# https://bugs.webkit.org/show_bug.cgi?id=67118
zoltan@webkit.orgd0e83c12011-08-29 11:19:10 +00002338# Flaky
tkent@chromium.orgebdc11a2011-12-07 09:36:06 +00002339fast/forms/number/input-number-large-padding.html
2340fast/forms/number/input-spinbutton-capturing.html
2341fast/forms/number/input-number-events.html
loki@webkit.orgd2ed2c62011-08-29 14:14:45 +00002342
reni@webkit.org209d2cb2011-08-30 09:36:11 +00002343# [Qt] Two tests failed after r94037
2344# https://bugs.webkit.org/show_bug.cgi?id=67188
2345fast/multicol/initial-column-values.html
2346fast/multicol/inherit-column-values.html
kbalazs@webkit.org61fc8062011-08-30 12:04:51 +00002347
ossy@webkit.orgd5b73602011-08-30 12:39:59 +00002348# [Qt] The square-button-appearance test is wrong
2349# https://bugs.webkit.org/show_bug.cgi?id=67128
2350fast/css/square-button-appearance.html
kbalazs@webkit.org20384bb2011-08-31 12:07:26 +00002351
kbalazs@webkit.orge1752fb2011-08-31 13:37:12 +00002352# [Qt] css2.1/t090204-display-change-01-b-ao.html fails after r94084
2353# https://bugs.webkit.org/show_bug.cgi?id=67286
2354css2.1/t090204-display-change-01-b-ao.html
2355
kbalazs@webkit.org4bcac322011-08-31 15:25:57 +00002356# [Qt] Incorrect results for new fast/multicol tests added in r94084
2357# https://bugs.webkit.org/show_bug.cgi?id=67293
2358fast/multicol/positive-leading.html
2359fast/multicol/overflow-unsplittable.html
2360fast/multicol/overflow-across-columns.html
ossy@webkit.org17a4edd2011-09-08 10:16:49 +00002361
2362# new test introduced in r94696, but fails on Qt.
2363# https://bugs.webkit.org/show_bug.cgi?id=67772
2364fast/css/line-after-floating-div.html
ossy@webkit.org29f045f2011-09-08 20:23:53 +00002365
2366# new tests introduced in r94775, but fails on Qt because of missing test font
2367css3/unicode-bidi-isolate-aharon.html
2368css3/unicode-bidi-isolate-basic.html
zoltan@webkit.orgfddabc02011-09-09 12:27:35 +00002369
2370# new test introduced in r94828, but fails on Qt.
2371# https://bugs.webkit.org/show_bug.cgi?id=66588
haraken@google.com89fcc852011-09-16 01:17:37 +00002372http/tests/security/xssAuditor/script-tag-with-16bit-unicode4.html
reni@webkit.org7e509302011-09-16 08:16:30 +00002373
reni@webkit.org676e4e12011-09-16 08:26:15 +00002374# [Qt] One test failed after r95203
2375# https://bugs.webkit.org/show_bug.cgi?id=68233
2376editing/pasteboard/paste-noscript.html
mihaip@chromium.orgcf960e62011-09-16 20:43:41 +00002377
2378# Fails on non-Chromium bots
2379# https://bugs.webkit.org/show_bug.cgi?id=68278
2380http/tests/history/back-with-fragment-change.php
reni@webkit.orgd33056f2011-09-26 14:39:24 +00002381
rniwa@webkit.org39b17232011-09-27 00:55:57 +00002382# editing/selection/select-bidi-run.html fails on Qt
2383# https://bugs.webkit.org/show_bug.cgi?id=68854
2384editing/selection/select-bidi-run.html
rgabor@webkit.org997b9bf2011-09-28 08:47:08 +00002385
ossy@webkit.org63e68252011-10-06 11:31:04 +00002386# [Qt] inspector/styles/styles-disable-inherited.html make the next test fail after r96257
kbalazs@webkit.org76f2dd32011-10-03 13:58:35 +00002387# https://bugs.webkit.org/show_bug.cgi?id=69257
ossy@webkit.org63e68252011-10-06 11:31:04 +00002388inspector/styles/styles-disable-inherited.html
ossy@webkit.org7298e962011-10-06 10:53:07 +00002389
2390# [Qt] REGRESSION(r96779): It made svg/as-image/svg-nested.html timeout
2391# https://bugs.webkit.org/show_bug.cgi?id=69511
2392svg/as-image/svg-nested.html
rniwa@webkit.org0258c232011-10-07 01:02:35 +00002393
2394# REGRESSION(r96870): editing/pasteboard/smart-paste-008.html fails on non-Mac
2395# https://bugs.webkit.org/show_bug.cgi?id=69587
2396editing/pasteboard/smart-paste-008.html
zoltan@webkit.orgf5b72332011-10-07 11:11:41 +00002397
ossy@webkit.org7b8c5962011-10-09 10:39:11 +00002398# [Qt] fast/text/line-initial-and-final-swashes.html fails
2399# https://bugs.webkit.org/show_bug.cgi?id=69719
2400fast/text/line-initial-and-final-swashes.html
kbalazs@webkit.org647d22a2011-10-10 14:47:07 +00002401
kbalazs@webkit.org3e3acd22011-10-12 15:54:12 +00002402# [Qt] Assertion fail in CSSPrimitiveValue ctor
2403# https://bugs.webkit.org/show_bug.cgi?id=69933
2404fast/borders/inline-mask-overlay-image-outset-vertical-rl.html
ossy@webkit.org8ed25ad2011-10-13 07:07:15 +00002405
ossy@webkit.org814ec322011-10-19 11:09:56 +00002406# [Qt] Assertion fail in CSSPrimitiveValue ctor
2407# https://bugs.webkit.org/show_bug.cgi?id=69933
2408fast/borders/inline-mask-overlay-image-outset.html
ossy@webkit.org9bf06812011-10-20 06:47:43 +00002409
zoltan@webkit.org56209342011-10-21 12:02:58 +00002410# 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
2413fast/events/touch/page-scaled-touch-gesture-click.html
rgabor@webkit.org25fe4e82011-10-26 09:41:27 +00002414
ossy@webkit.orgfbe40e62011-11-07 14:04:34 +00002415# fast/canvas/canvas-composite-image.html and -canvas.html is failing
rgabor@webkit.orgd2d267c2011-10-27 09:33:59 +00002416# https://bugs.webkit.org/show_bug.cgi?id=70893
rgabor@webkit.org25fe4e82011-10-26 09:41:27 +00002417fast/canvas/canvas-composite-image.html
ossy@webkit.orgfbe40e62011-11-07 14:04:34 +00002418fast/canvas/canvas-composite-canvas.html
kbalazs@webkit.orga7dcd0f2011-10-26 12:11:14 +00002419
ossy@webkit.orgf5d12852011-11-03 17:26:56 +00002420# REGRESSION(r99195)
2421# https://bugs.webkit.org/show_bug.cgi?id=70609
2422fast/viewport/viewport-83.html
2423fast/viewport/viewport-54.html
2424fast/viewport/viewport-37.html
2425fast/viewport/viewport-121.html
2426fast/viewport/viewport-86.html
2427fast/viewport/viewport-52.html
2428fast/viewport/viewport-129.html
2429fast/viewport/viewport-36.html
2430fast/viewport/viewport-122.html
2431fast/viewport/viewport-125.html
2432fast/viewport/viewport-60.html
2433fast/viewport/viewport-55.html
2434fast/viewport/viewport-18.html
2435fast/viewport/viewport-46.html
2436fast/viewport/viewport-warnings-4.html
2437fast/viewport/viewport-43.html
2438fast/viewport/viewport-53.html
2439fast/viewport/viewport-75.html
2440fast/viewport/viewport-76.html
2441fast/viewport/viewport-warnings-6.html
2442fast/viewport/viewport-warnings-3.html
eric.carlson@apple.comc567e352011-11-04 04:53:36 +00002443
2444# track not functional yet.
2445fast/events/constructors/track-event-constructor.html
eric.carlson@apple.come3f1e6d2011-12-05 15:38:11 +00002446http/tests/security/text-track-crossorigin.html
ossy@webkit.orga005dea2011-11-04 15:48:51 +00002447
hausmann@webkit.org93a6b612011-11-06 11:04:17 +00002448# Skip because this platform does not support a paging mouse wheel event
2449fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html
2450fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html
2451fast/events/platform-wheelevent-paging-x-in-scrolling-div.html
2452fast/events/platform-wheelevent-paging-x-in-scrolling-page.html
2453fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html
2454fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html
2455fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html
2456fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html
2457fast/events/platform-wheelevent-paging-y-in-scrolling-div.html
2458fast/events/platform-wheelevent-paging-y-in-scrolling-page.html
ossy@webkit.org74a63bd2011-11-08 06:27:20 +00002459
2460# [Qt] svg/custom/getBBox-path.svg fails
2461# https://bugs.webkit.org/show_bug.cgi?id=71766
2462svg/custom/getBBox-path.svg
ossy@webkit.orge874d6f2011-11-08 09:04:45 +00002463
ossy@webkit.org30d2a6a2011-12-01 15:22:08 +00002464# [Qt] http/tests/notifications tests make fast/notifications/notifications-click-event.html fail
ossy@webkit.orge874d6f2011-11-08 09:04:45 +00002465# https://bugs.webkit.org/show_bug.cgi?id=71693
2466http/tests/notifications/icon-does-not-exist.html
ossy@webkit.org30d2a6a2011-12-01 15:22:08 +00002467http/tests/notifications/icon-exists-show-alert-during-load.html
ossy@webkit.orge874d6f2011-11-08 09:04:45 +00002468
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
2471http/tests/xmlhttprequest/workers/abort-exception-assert.html
ossy@webkit.org856b77b2011-11-14 09:25:37 +00002472
2473# [Qt] new test editing/spelling/spelling-unified-emulation.html is failing
2474# https://bugs.webkit.org/show_bug.cgi?id=72251
2475editing/spelling/spelling-unified-emulation.html
ossy@webkit.org32aea772011-11-14 16:22:43 +00002476
2477# [Qt] new test http/tests/misc/xslt-bad-import.html is failing
2478# https://bugs.webkit.org/show_bug.cgi?id=72252
2479http/tests/misc/xslt-bad-import.html
2480
reni@webkit.org83e7ad62011-11-15 09:13:59 +00002481# [Qt] fast/dom/Window/window-postmessage-arrays.html fails after r100239
2482# https://bugs.webkit.org/show_bug.cgi?id=72363
2483fast/dom/Window/window-postmessage-arrays.html
2484
tony@chromium.org915a2452011-11-15 23:29:19 +00002485# [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
2487editing/pasteboard/data-transfer-items-image-png.html
2488
rgabor@webkit.orgdbc6c792011-11-16 13:09:25 +00002489# [Qt] new test css3/flexbox/line-wrapping.html failing
2490# https://bugs.webkit.org/show_bug.cgi?id=72490
2491css3/flexbox/line-wrapping.html
rgabor@webkit.org48efb282011-11-16 14:42:14 +00002492
rgabor@webkit.org48efb282011-11-16 14:42:14 +00002493# [Qt] http/tests/misc/onload-remove-iframe-crash-2.html crashing after r100311
2494# https://bugs.webkit.org/show_bug.cgi?id=72491
2495http/tests/misc/onload-remove-iframe-crash-2.html
kbalazs@webkit.org04423642011-11-16 15:52:43 +00002496
scheib@chromium.org2f7342e2011-11-22 21:41:13 +00002497# Pointer Lock is not implemented.
2498pointer-lock/
2499
kbalazs@webkit.org04423642011-11-16 15:52:43 +00002500# [Qt] inspector/elements/elements-panel-selection-on-refresh.html crashing
2501# https://bugs.webkit.org/show_bug.cgi?id=72504
2502inspector/elements/elements-panel-selection-on-refresh.html
ossy@webkit.org1f1ecc62011-11-18 08:36:04 +00002503
2504# [Qt] fast/canvas/canvas-lineWidth.html timeouts intermittently on 64 bit
2505# https://bugs.webkit.org/show_bug.cgi?id=72694
2506fast/canvas/canvas-lineWidth.html
reni@webkit.org9a5f6f42011-11-22 08:50:59 +00002507
2508# [Qt] inspector/extensions/extensions-events.html crashing after r100926
2509# https://bugs.webkit.org/show_bug.cgi?id=72932
2510inspector/extensions/extensions-events.html
ossy@webkit.org83ddb6e2011-11-29 17:10:40 +00002511
dslomov@google.comea7c2d92011-12-01 17:57:32 +00002512# https://bugs.webkit.org/show_bug.cgi?id=73493
2513fast/canvas/webgl/arraybuffer-transfer-of-control.html
ossy@webkit.org7c8867a2011-12-02 16:17:11 +00002514
2515# [Qt] fast/forms/select/listbox-in-multi-column.html fails
2516# https://bugs.webkit.org/show_bug.cgi?id=73660
2517fast/forms/select/listbox-in-multi-column.html
ossy@webkit.org094cf5c2011-12-03 09:36:54 +00002518
ossy@webkit.orgabf5eba2011-12-05 08:19:46 +00002519# [Qt] REGRESSION(101967): It made editing/style/iframe-onload-crash-mac.html timeout
2520# https://bugs.webkit.org/show_bug.cgi?id=73802
2521editing/style/iframe-onload-crash-mac.html
jchaffraix@webkit.org27536552011-12-05 21:38:50 +00002522
2523# Needs a rebaseline
2524fast/table/027.html
2525fast/table/027-vertical.html
2526tables/mozilla/bugs/bug14929.html
2527tables/mozilla/bugs/bug2947.html
ossy@webkit.orgb21746d2011-12-06 08:00:53 +00002528
ossy@webkit.org9eff1612011-12-14 06:49:42 +00002529# [Qt] plugins/netscape-plugin-page-cache-works.html fails
2530# https://bugs.webkit.org/show_bug.cgi?id=74482
2531plugins/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
2535html5lib/runner.html