blob: 5c4850ac5393dd443d98bef4a548bffc9cdd62d9 [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# - failing websocket tests
48# - new tests without expected results
ossy@webkit.org7f2f2222010-11-30 08:56:46 +000049# - Qt 4.7 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
64# =========================================================================== #
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +000065# Disabled features. #
robert@webkit.org188a1262010-06-07 14:43:15 +000066# =========================================================================== #
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +000067
68# ENABLE(FULLSCREEN_API) is disabled.
69fullscreen
ossy@webkit.org621a68b2011-09-17 07:49:33 +000070plugins/fullscreen-plugins-dont-reload.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +000071
72# ENABLE(INPUT_COLOR) is disabled.
73fast/forms/color
74
tkent@chromium.orgdfc91a42011-10-05 06:06:43 +000075# ENABLE(INPUT_TYPE_*) are not enabled.
76# https://bugs.webkit.org/show_bug.cgi?id=29359
77fast/forms/date
78fast/css/pseudo-in-range.html
79fast/css/pseudo-out-of-range.html
80fast/css/pseudo-in-range-invalid-value.html
81fast/forms/datetime
82fast/forms/datetimelocal
83fast/forms/month
84fast/forms/time
85fast/forms/week
86
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +000087# ENABLE(INPUT_SPEECH) is disabled.
88fast/speech
89
90# ENABLE(MEDIA_STREAM) is disabled.
91fast/dom/MediaStream
92
93# ENABLE(DIRECTORY_UPLOAD) is disabled.
tkent@chromium.orgf537bc92011-10-07 09:19:07 +000094fast/forms/file/input-file-directory-upload.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +000095
96# ENABLE(INDEXED_DATABASE) is disabled.
97storage/indexeddb
98
99# ENABLE(REQUEST_ANIMATION_FRAME) is disabled.
100fast/animation
loislo@chromium.orgec7ed422011-09-19 07:36:12 +0000101inspector/timeline/timeline-animation-frame.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000102
103# ENABLE(ANIMATION_API) is disabled.
104animations/animation-api-1.html
105
106# ENABLE(WEB_ARCHIVE) is disabled.
robert@webkit.org188a1262010-06-07 14:43:15 +0000107svg/custom/image-with-prefix-in-webarchive.svg
108http/tests/webarchive
109webarchive
110svg/webarchive
111
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000112# ENABLE(FILE_SYSTEM) is disabled.
113fast/filesystem
114http/tests/filesystem
115http/tests/security/filesystem-iframe-from-remote.html
yutak@chromium.org7fe8a732011-09-02 11:16:40 +0000116http/tests/websocket/tests/hybi/send-file-blob.html
117http/tests/websocket/tests/hybi/send-file-blob-fail.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000118
119# ENABLE(QUOTA) is disabled.
120storage/storageinfo-query-usage.html
121storage/storageinfo-request-quota.html
122storage/storageinfo-no-callbacks.html
123
124# ENABLE(WEBGL) is disabled.
125http/tests/canvas/webgl
126compositing/webgl
kbr@google.com3e37b3c2011-06-09 22:02:22 +0000127http/tests/security/webgl-remote-read-remote-image-allowed.html
128http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html
129http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000130
131# ENABLE(LINK_PREFETCH) is disabled.
132fast/dom/HTMLLinkElement/link-and-subresource-test.html
gavinp@chromium.orgdf9d0772011-07-07 22:29:57 +0000133fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000134fast/dom/HTMLLinkElement/prefetch.html
135fast/dom/HTMLLinkElement/prefetch-beforeload.html
136fast/dom/HTMLLinkElement/prefetch-onerror.html
137fast/dom/HTMLLinkElement/prefetch-onload.html
138fast/dom/HTMLLinkElement/prefetch-too-many-clients.html
139fast/dom/HTMLLinkElement/prerender.html
140fast/dom/HTMLLinkElement/subresource.html
141http/tests/misc/link-rel-prefetch-and-subresource.html
142http/tests/misc/prefetch-purpose.html
143
144# ENABLE(DASHBOARD_SUPPORT) is disabled
145http/tests/xmlhttprequest/default-content-type-dashboard.html
146http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html
147svg/custom/embedded-svg-disallowed-in-dashboard.xml
148svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html
149svg/custom/manually-parsed-svg-disallowed-in-dashboard.html
150svg/custom/svg-disallowed-in-dashboard-object.html
151
ossy@webkit.orgc3c6edb2011-06-27 07:46:10 +0000152# New flexbox is not yet enabled. http://webkit.org/b/62048
kbalazs@webkit.orgfc00eea2011-06-25 19:02:07 +0000153css3/flexbox
154
commit-queue@webkit.orgc916d532011-06-29 23:54:37 +0000155# CSS Regions support not yet enabled. http://webkit.org/b/57312
156fast/regions
157
commit-queue@webkit.org96c09232011-06-30 23:05:33 +0000158# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
159fast/exclusions
160
adamk@chromium.org136a5cf2011-10-11 16:57:07 +0000161# ENABLE(MUTATION_OBSERVERS) is not yet enabled. http://webkit.org/b/68729
162fast/mutation
163
laszlo.1.gombos@nokia.com81aefba2011-06-03 08:22:42 +0000164# USE(V8)
165
166# v8 i18n extension.
167fast/js/i18n-bindings-locale.html
168
169# JSC does not support setIsolatedWorldSecurityOrigin, (http://webkit.org/b/61540)
170http/tests/security/isolatedWorld/cross-origin-xhr.html
171
adele@apple.comb9d22b12010-07-09 01:01:14 +0000172# This test is for clients that choose to make the missing plugin indicator a button
173plugins/clicking-missing-plugin-fires-delegate.html
174
commit-queue@webkit.orgc8368ca2011-03-12 05:38:13 +0000175# StorageTracker is not enabled.
176storage/domstorage/localstorage/storagetracker
177
robert@webkit.org188a1262010-06-07 14:43:15 +0000178# ----- No User Scripts
179userscripts
bweinstein@apple.comba391932010-09-30 06:26:13 +0000180plugins/plugin-document-load-prevented-userscript.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000181
182# ------ Doesn't support WOFF yet.
183fast/css/font-face-woff.html
184
bashi@chromium.orgdcda5d92011-07-11 02:28:59 +0000185# Need to implement getFormValue().
186plugins/form-value.html
187
robert@webkit.org188a1262010-06-07 14:43:15 +0000188# accessibility support
189accessibility
190
191# Tests requiring 3D_RENDERING and ACCELERATED_COMPOSITING support
192transforms/3d
193compositing
194
195fast/loader/subframe-navigate-during-main-frame-load.html
196
mitz@apple.comb2107652010-06-21 16:54:52 +0000197# Hyphenation is not implemented yet.
198fast/text/hyphenate-character.html
199fast/text/hyphens.html
ossy@webkit.orgccf3f742011-03-16 15:49:17 +0000200fast/text/soft-hyphen-4.html
vestbo@webkit.org6fa13582009-09-29 14:25:21 +0000201
commit-queue@webkit.org92c9cfa2010-08-23 09:49:29 +0000202# https://bugs.webkit.org/show_bug.cgi?id=43332
pfeldman@chromium.org003e6012011-02-15 10:55:28 +0000203inspector/debugger/dom-breakpoints.html
podivilov@chromium.orgeabad082011-03-17 15:46:27 +0000204inspector/debugger/event-listener-breakpoints.html
podivilov@chromium.org4fb37d12011-03-15 15:12:14 +0000205inspector/debugger/xhr-breakpoints.html
commit-queue@webkit.org92c9cfa2010-08-23 09:49:29 +0000206
podivilov@chromium.orgebf9d3a2011-02-28 18:23:06 +0000207# https://bugs.webkit.org/show_bug.cgi?id=40300
208inspector/debugger/live-edit.html
209
qi.2.zhang@nokia.com6d4b51c2011-06-06 23:31:52 +0000210# Needs rebaseline
bdakin@apple.com04df6372011-04-07 04:39:55 +0000211fast/repaint/scale-page-shrink.html
bdakin@apple.comde722882011-04-02 23:46:28 +0000212
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000213# =========================================================================== #
rniwa@webkit.org43433272011-08-01 21:16:33 +0000214# Feature not yet supported. #
215# =========================================================================== #
216
217# Tests for WebVTT parser for <track>. Feature is not yet functional.
218# https://bugs.webkit.org/show_bug.cgi?id=43668
219media/track/
220
commit-queue@webkit.org7b352312011-08-30 23:15:56 +0000221# Tests for MediaSource API. Feature is not yet functional.
222# https://bugs.webkit.org/show_bug.cgi?id=64731
223http/tests/media/media-source/
224
bashi@chromium.org2416da72011-08-10 19:24:26 +0000225# Font feature settings is not implemented.
226css3/font-feature-settings-rendering.html
227
dino@apple.com335772d2011-09-23 23:43:38 +0000228# CSS Filters is disabled
229css3/filters
230
ossy@webkit.orgdb957282011-10-11 11:12:46 +0000231# Support multipart responses is not implemented.
232# https://bugs.webkit.org/show_bug.cgi?id=47060
233# https://bugs.webkit.org/show_bug.cgi?id=47059
234http/tests/multipart
235
rniwa@webkit.org43433272011-08-01 21:16:33 +0000236# =========================================================================== #
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000237# Drag and Drop Support in DRT. #
238# =========================================================================== #
239# Drag n drop support on DRT cannot work at the moment because Qt's drag'n'drop
240# relies on an X event getting to the main window. In the absence of being able
241# to receive this event, running windowless, DRT cannot tell what is being dropped and where.
242# Bug: https://bugs.webkit.org/show_bug.cgi?id=31332
243
244http/tests/misc/bubble-drag-events.html
245http/tests/security/drag-over-remote-content-iframe.html
246http/tests/local/drag-over-remote-content.html
247http/tests/local/fileapi
248http/tests/security/drag-drop-same-unique-origin.html
commit-queue@webkit.org222d6cc2011-05-26 04:16:36 +0000249http/tests/misc/drag-not-loaded-image.html
abecsi@webkit.org7e33ae12011-07-06 13:41:12 +0000250
251# [Qt] DumpRenderTree needs a beginDragWithFiles implementation
252# https://bugs.webkit.org/show_bug.cgi?id=50902
tkent@chromium.orgf537bc92011-10-07 09:19:07 +0000253fast/forms/file/file-input-change-event.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000254http/tests/local/blob/send-hybrid-blob.html
255http/tests/local/blob/send-sliced-data-blob.html
256http/tests/local/formdata
257
laszlo.1.gombos@nokia.com7a39f242011-06-04 11:35:00 +0000258fast/files/apply-blob-url-to-img.html
259fast/files/apply-blob-url-to-xhr.html
260fast/files/file-reader-abort.html
261fast/files/read-blob-async.html
262fast/files/read-file-async.html
263fast/files/workers/worker-apply-blob-url-to-xhr.html
264fast/files/workers/worker-read-blob-async.html
265fast/files/workers/worker-read-blob-sync.html
266fast/files/workers/worker-read-file-async.html
267fast/files/workers/worker-read-file-sync.html
268
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000269editing/pasteboard/drag-image-in-about-blank-frame.html
270editing/pasteboard/files-during-page-drags.html
ossy@webkit.orgfa85c292011-06-01 11:03:05 +0000271editing/pasteboard/drag-drop-list.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000272editing/pasteboard/4947130.html
273editing/pasteboard/copy-standalone-image.html
274editing/pasteboard/drag-drop-dead-frame.html
275editing/pasteboard/drag-drop-input-textarea.html
leo.yang@torchmobile.com.cn08a9c222011-05-25 01:26:53 +0000276editing/pasteboard/drag-drop-input-in-svg.svg
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000277editing/pasteboard/drag-drop-iframe-refresh-crash.html
278editing/pasteboard/drag-drop-modifies-page.html
279editing/pasteboard/drag-drop-url-text.html
morrita@google.comccce70a2011-03-15 05:50:57 +0000280editing/pasteboard/drop-file-svg.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000281editing/pasteboard/drag-image-to-contenteditable-in-iframe.html
282editing/pasteboard/drag-selected-image-to-contenteditable.html
283editing/pasteboard/drop-link.html
284editing/pasteboard/drop-text-without-selection.html
285editing/pasteboard/emacs-ctrl-a-k-y.html
286editing/pasteboard/emacs-ctrl-k-y-001.html
287editing/pasteboard/smart-drag-drop.html
288editing/pasteboard/subframe-dragndrop-1.html
289editing/pasteboard/get-data-text-plain-drop.html
290editing/pasteboard/drop-text-events.html
291editing/pasteboard/drop-text-events-sideeffect.html
commit-queue@webkit.org969b4522011-08-10 15:27:17 +0000292editing/pasteboard/drag-and-drop-image-contenteditable.html
293editing/pasteboard/drag-and-drop-inputimage-contenteditable.html
294editing/pasteboard/drag-and-drop-objectimage-contenteditable.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000295
ossy@webkit.org8424d092011-05-03 22:16:47 +0000296# data-transfer-items is not a default build option
297# See bug https://bugs.webkit.org/show_bug.cgi?id=60068
298editing/pasteboard/data-transfer-items.html
299
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000300# Missing drag & drop functionality in DRT
301editing/pasteboard/drop-inputtext-acquires-style.html
302fast/css/user-drag-none.html
zimmermann@webkit.orgfc6a2362011-06-01 08:02:19 +0000303svg/as-image/drag-svg-as-image.html
tkent@chromium.org353b0be2011-08-23 12:39:55 +0000304fast/forms/range/slider-delete-while-dragging-thumb.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000305
dcheng@chromium.org122eceb2011-06-01 21:13:06 +0000306# EventSender::dumpFilenameBeingDragged not implemented.
307# https://bugs.webkit.org/show_bug.cgi?id=61828
308fast/events/drag-image-filename.html
309
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000310# ------- missing drag-and-drop support
311# See bug https://bugs.webkit.org/show_bug.cgi?id=31332
312fast/events/drag-parent-node.html
313fast/events/drag-and-drop.html
314fast/events/drag-and-drop-dataTransfer-types-nocrash.html
315fast/events/drag-and-drop-fire-drag-dragover.html
316fast/events/ondrop-text-html.html
yael.aharon@nokia.com757e8e02011-05-27 12:48:21 +0000317fast/events/dropzone-001.html
318fast/events/dropzone-002.html
319fast/events/dropzone-003.html
320fast/events/dropzone-004.html
321
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000322# caused by: http://trac.webkit.org/changeset/52192
323http/tests/misc/drag-over-iframe-invalid-source-crash.html
324
325# Missing eventSender.beginDragWithFiles()
326fast/dom/Window/window-postmessage-clone-frames.html
327
328# ------- missing eventSender.beginDragWithFiles
329editing/pasteboard/dataTransfer-setData-getData.html
330editing/pasteboard/file-drag-to-editable.html
331editing/pasteboard/file-input-files-access.html
332fast/dom/Window/window-postmessage-clone.html
333fast/events/drag-to-navigate.html
334fast/events/prevent-drag-to-navigate.html
tkent@chromium.orgf537bc92011-10-07 09:19:07 +0000335fast/forms/file/get-file-upload.html
336fast/forms/file/input-file-re-render.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000337fast/events/drag-file-crash.html
338http/tests/security/clipboard/clipboard-file-access.html
339
340# =========================================================================== #
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000341# Failing HTTP tests. #
342# =========================================================================== #
343
344# no expected results
robert@webkit.org188a1262010-06-07 14:43:15 +0000345http/tests/misc/favicon-as-image.html
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000346
robert@webkit.org188a1262010-06-07 14:43:15 +0000347# https://bugs.webkit.org/show_bug.cgi?id=34004
348# [Qt] http/tests/misc/slow-loading-mask.html timed out.
349http/tests/misc/slow-loading-mask.html
350
robert@webkit.org188a1262010-06-07 14:43:15 +0000351# No authentication challenge handling
352http/tests/loading/basic-credentials-sent-automatically.html
353http/tests/loading/basic-auth-resend-wrong-credentials.html
reni@webkit.org7dc4ce72011-08-18 06:34:55 +0000354http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin.html
355http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html
356http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000357
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000358# This needs more attention!
robert@webkit.org188a1262010-06-07 14:43:15 +0000359http/tests/misc/acid3.html
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000360
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000361# Page reload does not send any cache control headers.
362# https://bugs.webkit.org/show_bug.cgi?id=45598
363# Fixed in Qt 4.8
robert@webkit.org188a1262010-06-07 14:43:15 +0000364http/tests/misc/refresh-headers.php
robert@webkit.org188a1262010-06-07 14:43:15 +0000365
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000366# Benign pixel differences except for:
367# +selection start: position 0 of child 5 {IMG} of body
368# +selection end: position 1 of child 5 {IMG} of body
369# at end.
robert@webkit.org188a1262010-06-07 14:43:15 +0000370http/tests/security/dataTransfer-set-data-file-url.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000371
372# Fails with a mysterious unrelated whitespace difference
373# We should find out what dumpAsText() is doing wrong
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000374http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000375
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000376# - FAIL: Subframe did not finish loading.
robert@webkit.org188a1262010-06-07 14:43:15 +0000377http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html
robert@webkit.org051adf82010-06-08 19:44:15 +0000378
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000379# Disabled HTTP subdirs for now, needs investigation.
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000380http/tests/media
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000381
robert@webkit.orgddd9ea52010-07-03 10:00:40 +0000382# --- Failing navigation tests
383#CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: fillTestForm
384#CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: scrollDocDown
385http/tests/navigation/javascriptlink-goback.html
386http/tests/navigation/metaredirect-goback.html
387http/tests/navigation/timerredirect-goback.html
388
robert@webkit.org188a1262010-06-07 14:43:15 +0000389# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +0000390# Failing xmlhttprequest tests #
robert@webkit.org188a1262010-06-07 14:43:15 +0000391# =========================================================================== #
hausmann@webkit.orgfc43c8d2009-07-17 14:44:11 +0000392
robert@webkit.org051adf82010-06-08 19:44:15 +0000393# DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail:
394# https://bugs.webkit.org/show_bug.cgi?id=32961
robert@webkit.orgf22ff112011-04-20 20:28:49 +0000395# Passes against Qt trunk (4e2d549e8b2e34c5bd4c77a4a6eba99ed0912168) but not 4.7.2
robert@webkit.org051adf82010-06-08 19:44:15 +0000396http/tests/xmlhttprequest/basic-auth-default.html
397
robert@webkit.org188a1262010-06-07 14:43:15 +0000398# Skip xmlhttprequest tests - NETWORK_ERR: XMLHttpRequest Exception 101: A network error occured in synchronous requests.
399http/tests/xmlhttprequest/logout.html
400http/tests/xmlhttprequest/methods-async.html
401http/tests/xmlhttprequest/workers/shared-worker-methods.html
larsaa8a9ac12007-10-24 12:33:19 +0000402
robert@webkit.org188a1262010-06-07 14:43:15 +0000403# Caused by the way Qt caches network connections using user@hostname as the key
404# See https://bugs.webkit.org/show_bug.cgi?id=37084 and http://bugreports.qt.nokia.com/browse/QTBUG-9619
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000405# Fixed in Qt 4.8
robert@webkit.org188a1262010-06-07 14:43:15 +0000406http/tests/xmlhttprequest/re-login-async.html
407http/tests/xmlhttprequest/re-login.html
408
409# DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail:
410# https://bugs.webkit.org/show_bug.cgi?id=32961
robert@webkit.orgf22ff112011-04-20 20:28:49 +0000411# Passes against Qt trunk (4e2d549e8b2e34c5bd4c77a4a6eba99ed0912168) but not 4.7.2
robert@webkit.org188a1262010-06-07 14:43:15 +0000412http/tests/xmlhttprequest/failed-auth.html
413
robert@webkit.org188a1262010-06-07 14:43:15 +0000414
ossy@webkit.org7f2f2222010-11-30 08:56:46 +0000415# Still fail with Qt 4.7.1
416http/tests/xmlhttprequest/cache-override.html
417http/tests/xmlhttprequest/cross-origin-authorization.html
418http/tests/xmlhttprequest/cross-origin-no-authorization.html
ossy@webkit.org7f2f2222010-11-30 08:56:46 +0000419
robert@webkit.org188a1262010-06-07 14:43:15 +0000420# =========================================================================== #
421# Failing inserting tests. #
422# =========================================================================== #
423# ---- rendertree results OK but suspicious diffs.
424editing/inserting/4960120-1.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000425editing/inserting/before-after-input-element.html
426
427# ---- rendertree results OK but diff in editing delegate msgs.
428editing/inserting/insert-tab-003.html
429editing/inserting/insert-text-with-newlines.html
430# Missing textInputController.firstRectForCharacterRange()
431editing/inserting/caret-position.html
xji@chromium.org5fa610d2010-11-30 00:12:47 +0000432fast/dom/tab-in-right-alignment.html
justin.garcia@apple.com0ce73912011-01-10 05:46:56 +0000433svg/text/caret-in-svg-text.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +0000434
robert@webkit.org188a1262010-06-07 14:43:15 +0000435editing/inserting/5994480-2.html
commit-queue@webkit.org8a4754e2011-05-12 17:35:34 +0000436editing/inserting/typing-at-end-of-line.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000437
ariya@webkit.orge2166ec2010-12-24 04:06:26 +0000438# http://bugreports.qt.nokia.com/browse/QTBUG-15566
439http/tests/xmlhttprequest/basic-auth-nouser.html
440
robert@webkit.org188a1262010-06-07 14:43:15 +0000441# =========================================================================== #
442# Failing pasteboard tests. #
443# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +0000444#------ safe to skip. Qt results same as chromium's. Mac drops the 'b' in the final bar,
445#------ that looks like a bug.
446editing/pasteboard/interchange-newline-2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000447# ----- Results appear correct but have suspicious rendertree differences.
448editing/pasteboard/pasting-tabs.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000449# ----- Rendertree results OK but differences in editing delegate message due to rendering.
450# ----- This looks safe to unskip.
451editing/pasteboard/paste-xml.xhtml
dcheng@chromium.orge5c807a2011-03-08 04:49:37 +0000452
robert@webkit.org188a1262010-06-07 14:43:15 +0000453# =========================================================================== #
454# Failing plugins tests. #
455# =========================================================================== #
456
robert@webkit.org188a1262010-06-07 14:43:15 +0000457# ---- https://bugs.webkit.org/show_bug.cgi?id=36721
458plugins/get-url-with-blank-target.html
robert@webkit.org8b52a232010-06-13 13:29:34 +0000459
robert@webkit.orgce6930a2011-05-20 11:35:24 +0000460# ---- plugins rendered in incorrect position ?
robert@webkit.org188a1262010-06-07 14:43:15 +0000461plugins/embed-attributes-style.html
robert@webkit.orgce6930a2011-05-20 11:35:24 +0000462
robert@webkit.orgce6930a2011-05-20 11:35:24 +0000463# https://bugs.webkit.org/show_bug.cgi?id=60722
commit-queue@webkit.org21c56c12011-05-15 14:07:35 +0000464http/tests/plugins/plugin-document-has-focus.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000465
robert@webkit.orgce6930a2011-05-20 11:35:24 +0000466# [Qt] wrong ref count of npobject
467# https://bugs.webkit.org/show_bug.cgi?id=49749
468plugins/refcount-leaks.html
469
robert@webkit.org188a1262010-06-07 14:43:15 +0000470# =========================================================================== #
471# Failing Sputnik tests #
472# =========================================================================== #
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000473sputnik/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
474sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T1.html
475sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T2.html
476sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T3.html
477sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T4.html
478sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T5.html
479sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T6.html
480sputnik/Unicode/Unicode_500/S7.6_A3.1.html
481sputnik/Unicode/Unicode_500/S7.6_A3.2.html
482sputnik/Unicode/Unicode_500/S7.6_A5.3_T1.html
483sputnik/Unicode/Unicode_500/S7.6_A5.3_T2.html
484sputnik/Unicode/Unicode_510/S15.5.4.16_A1.html
485sputnik/Unicode/Unicode_510/S15.5.4.18_A1.html
486sputnik/Unicode/Unicode_510/S7.6_A1.1_T1.html
487sputnik/Unicode/Unicode_510/S7.6_A1.1_T2.html
488sputnik/Unicode/Unicode_510/S7.6_A1.1_T4.html
489sputnik/Unicode/Unicode_510/S7.6_A2.2_T1.html
490sputnik/Unicode/Unicode_510/S7.6_A2.2_T2.html
491sputnik/Unicode/Unicode_510/S7.6_A2.3.html
492sputnik/Unicode/Unicode_510/S7.6_A3.1.html
493sputnik/Unicode/Unicode_510/S7.6_A3.2.html
494sputnik/Unicode/Unicode_510/S7.6_A5.2_T1.html
495sputnik/Unicode/Unicode_510/S7.6_A5.2_T2.html
496sputnik/Unicode/Unicode_510/S7.6_A5.2_T4.html
497sputnik/Unicode/Unicode_510/S7.6_A5.2_T7.html
498sputnik/Unicode/Unicode_510/S7.6_A5.2_T8.html
499sputnik/Unicode/Unicode_510/S7.6_A5.2_T9.html
500sputnik/Unicode/Unicode_510/S7.6_A5.3_T1.html
501sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000502
503# Failing Sputnik tests on 32 bit
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000504sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
505sputnik/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 +0000506
507# Failing Sputnik test on 64 bit
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000508sputnik/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 +0000509
510# Timed out Sputnik tests on ARM
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000511sputnik/Unicode/Unicode_218/S7.6_A3.1.html
512sputnik/Unicode/Unicode_218/S7.6_A3.2.html
513sputnik/Unicode/Unicode_218/S7.6_A5.3_T1.html
514sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000515
516# =========================================================================== #
ossy@webkit.org0627c412009-10-26 12:32:10 +0000517# Fluctuating/flakey tests
robert@webkit.org188a1262010-06-07 14:43:15 +0000518# =========================================================================== #
ossy@webkit.org5c835582010-01-04 10:05:07 +0000519animations/3d/transform-origin-vs-functions.html
hausmann@webkit.orge66110c2009-09-22 13:16:17 +0000520animations/change-one-anim.html
ossy@webkit.org2d266ea2009-12-08 00:59:30 +0000521fast/frames/sandboxed-iframe-plugins.html
ossy@webkit.org94880d32009-12-10 07:29:40 +0000522fast/frames/sandboxed-iframe-scripting.html
ossy@webkit.org3c47f422009-12-11 17:30:08 +0000523fast/frames/sandboxed-iframe-storage.html
ossy@webkit.org0627c412009-10-26 12:32:10 +0000524http/tests/cookies/simple-cookies-max-age.html
ossy@webkit.orgee20b072009-12-26 09:40:23 +0000525http/tests/cookies/simple-cookies-expired.html
ossy@webkit.org0627c412009-10-26 12:32:10 +0000526http/tests/xmlhttprequest/workers/close.html
ossy@webkit.org6b34fc02009-10-26 17:54:28 +0000527http/tests/xmlhttprequest/workers/shared-worker-close.html
ossy@webkit.org3da4ced2010-02-16 23:55:05 +0000528
ossy@webkit.org576ee872009-10-26 17:10:26 +0000529transitions/change-values-during-transition.html
vestbo@webkit.orgce2d8662009-09-03 16:09:54 +0000530
abecsi@webkit.orge8b53b52010-07-13 13:43:06 +0000531# http/tests/inspector/resource-har-conversion.html is failing on the release bot after r63191
532# webkit.org/b/42162
533http/tests/inspector/resource-har-conversion.html
534
yurys@chromium.org6db63822011-03-16 08:18:29 +0000535# [Qt] Some inspector test fail intermittently
536# https://bugs.webkit.org/show_bug.cgi?id=42090
537http/tests/inspector/network/network-size.html
538# This test consistently fails if run with --singly flag
539inspector/timeline/timeline-paint.html
540
541# https://bugs.webkit.org/show_bug.cgi?id=56453
542# This test will fail if it's the first inspector test to run.
543inspector/styles/styles-add-blank-property.html
544
545# [Qt] New fails caused by change(s) between r79317-r79320.
yurys@chromium.org6db63822011-03-16 08:18:29 +0000546http/tests/inspector/change-iframe-src.html
podivilov@chromium.orgf4d0ae12011-03-30 13:53:58 +0000547inspector/debugger/open-close-open.html
yurys@chromium.org6db63822011-03-16 08:18:29 +0000548
robert@webkit.org188a1262010-06-07 14:43:15 +0000549# [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
550# Fails caused by layoutTestController.display() in fast/frames/flattening/frameset-flattening-subframe-resize.html
551# https://bugs.webkit.org/show_bug.cgi?id=37334
552
robert@webkit.org188a1262010-06-07 14:43:15 +0000553# Tests that currently fail but perhaps used to work at some point.
554fast/dom/open-and-close-by-DOM.html
555fast/dom/Window/new-window-opener.html
556fast/forms/001.html
557fast/forms/focus2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000558fast/frames/001.html
559fast/text/monospace-width-cache.html
560
561# Tests that fail randomly. Is this style related?
562fast/forms/listbox-width-change.html
563fast/forms/plaintext-mode-2.html
564fast/forms/menulist-width-change.html
565
ossy@webkit.org33fb4ee2011-04-08 07:21:32 +0000566# Flaky Test: fast/events/tabindex-focus-blur-all.html
567# https://bugs.webkit.org/show_bug.cgi?id=52115
568fast/events/tabindex-focus-blur-all.html
569
ossy@webkit.orgd6d09192011-06-28 08:02:23 +0000570# [Qt] http/tests/misc/link-rel-icon-beforeload.html is flakey
571# https://bugs.webkit.org/show_bug.cgi?id=63518
572http/tests/misc/link-rel-icon-beforeload.html
573
robert@webkit.org188a1262010-06-07 14:43:15 +0000574# =========================================================================== #
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000575# failing media tests
robert@webkit.org188a1262010-06-07 14:43:15 +0000576# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +0000577
ossy@webkit.org22df4672011-04-06 21:31:55 +0000578# [Qt] media tests are flakey
579# https://bugs.webkit.org/show_bug.cgi?id=57983
580media
581
robert@webkit.org051adf82010-06-08 19:44:15 +0000582# https://bugs.webkit.org/show_bug.cgi?id=38376
583media/media-document-audio-size.html
584
585media/invalid-media-url-crash.html
586
587# [Qt] media/media-can-play-ogg.html crashes intermittently on the bot
588# https://bugs.webkit.org/show_bug.cgi?id=39481
589media/audio-only-video-intrinsic-size.html
590
ossy@webkit.org4fb14282011-02-23 11:05:43 +0000591# [Qt] media/controls-without-preload.html is flakey
592# https://bugs.webkit.org/show_bug.cgi?id=55028
593media/controls-without-preload.html
594
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000595media/audio-controls-rendering.html
alexis.menard@openbossa.org54ce7432011-04-06 18:50:06 +0000596media/video-currentTime.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000597media/audio-data-url.html
alexis.menard@openbossa.org54ce7432011-04-06 18:50:06 +0000598media/audio-delete-while-slider-thumb-clicked.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000599media/audio-delete-while-step-button-clicked.html
alexis.menard@openbossa.org54ce7432011-04-06 18:50:06 +0000600media/audio-mpeg-supported.html
601media/audio-mpeg4-supported.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000602media/audio-no-installed-engines.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000603media/controls-after-reload.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000604media/controls-drag-timebar.html
605media/controls-right-click-on-timebar.html
606media/controls-strict.html
607media/controls-styling.html
608media/event-attributes.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000609media/media-captions.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000610media/media-fullscreen-inline.html
611media/media-fullscreen-not-in-document.html
612media/media-load-event.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000613media/unsupported-rtsp.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000614media/video-aspect-ratio.html
615media/video-autoplay.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000616media/video-canvas-source.html
andreas.kling@nokia.com6d0d3ff2010-10-29 23:44:29 +0000617media/video-canvas-alpha.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000618media/video-click-dblckick-standalone.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000619media/video-controls-rendering.html
620media/video-controls-transformed.html
621media/video-controls-visible-audio-only.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000622media/video-controls-zoomed.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000623media/video-currentTime-set.html
624media/video-display-aspect-ratio.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000625media/video-display-toggle.html
626media/video-document-types.html
philn@webkit.org5fe02362010-05-03 15:18:31 +0000627media/video-duration-known-after-eos.html
inferno@chromium.org5f2ea742010-12-30 08:29:04 +0000628media/video-element-other-namespace-crash.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000629media/video-empty-source.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000630media/video-layer-crash.html
631media/video-load-networkState.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000632media/video-loop.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000633media/video-no-audio.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000634media/video-pause-empty-events.html
alexis.menard@openbossa.org54ce7432011-04-06 18:50:06 +0000635media/video-pause-immediately.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000636media/video-played-collapse.html
637media/video-played-ranges-1.html
638media/video-played-reset.html
639media/video-play-empty-events.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000640media/video-replaces-poster.html
641media/video-reverse-play-duration.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000642media/video-seeking.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000643media/video-seek-past-end-paused.html
644media/video-seek-past-end-playing.html
645media/video-size.html
646media/video-size-intrinsic-scale.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000647media/video-source-error.html
648media/video-source-error-no-candidate.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000649media/video-source-type.html
650media/video-source-type-params.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000651media/video-timeupdate-during-playback.html
652media/video-timeupdate-reverse-play.html
653media/video-transformed.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000654media/video-volume-slider.html
655media/video-width-height.html
656media/video-zoom-controls.html
657media/video-zoom.html
658
vestbo@webkit.org27e2a152010-08-17 21:36:26 +0000659# Video size reported as 0,0 due to how size-hints are reported by QtMultimedia
660media/video-poster-delayed.html
661
eric.carlson@apple.come28be342010-08-30 17:18:32 +0000662# Test specific to QuickTime media engine
663media/video-does-not-loop.html
664
philn@webkit.org8212a4f2010-09-02 08:25:45 +0000665# https://bugs.webkit.org/show_bug.cgi?id=45093
666media/media-can-play-mpeg4-video.html
667
eric.carlson@apple.com501c3c92010-11-01 18:18:43 +0000668# https://bugs.webkit.org/show_bug.cgi?id=48617
669media/video-seek-by-small-increment.html
670
philn@webkit.org6b4764e2010-12-07 20:47:00 +0000671# requires video.buffered to be able to return multiple timeranges
672http/tests/media/video-buffered.html
673
robert@webkit.org188a1262010-06-07 14:43:15 +0000674# ============================================================================= #
675# Crashing tests due to re-enabled Phonon support in Buildbot's Qt #
676# Skip these until a proper solution for the Phonon related crashes found. #
677# ============================================================================= #
ossy@webkit.orga7b93ac2009-12-04 10:37:26 +0000678#reproducible command: WebKitTools/Scripts/run-webkit-tests fast/runin/nonblock-runin.html fast/table/
679#crashed: fast/table/"random_test"
680#crasher:
681fast/runin/nonblock-runin.html
682
683#reproducible command: WebKitTools/Scripts/run-webkit-tests http/tests/security/local-video-source-from-remote.html http/tests/security/local-video-src-from-remote.html
684#crashed: http/tests/security/local-video-src-from-remote.html
685#crasher:
686http/tests/security/local-video-source-from-remote.html
687
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000688# ============================================================================= #
689# Missing features in our DumpRenderTree implementation #
690# ============================================================================= #
691
robert@webkit.org188a1262010-06-07 14:43:15 +0000692# DumpRenderTree code to enable Java is currently a no-op
693java
694
695# Missing DRT ability to override 'standard' preferences.
696fast/dom/Window/timer-resume-on-navigation-back.html
697loader/go-back-to-different-window-size.html
698
aroben@apple.com9a725132010-11-30 15:25:59 +0000699# Missing layoutTestController.findString() http://webkit.org/b/50236
commit-queue@webkit.org8783f282011-06-12 21:24:09 +0000700editing/text-iterator/findString.html
mitz@apple.comb642f7c2010-11-30 07:25:39 +0000701
ossy@webkit.org4032abd2010-12-08 11:23:34 +0000702# Missing layoutTestController.testRepaint()
703fast/repaint/table-writing-modes-h.html
704fast/repaint/table-writing-modes-v.html
ossy@webkit.orgc22c2772010-12-20 09:23:58 +0000705fast/repaint/text-emphasis-h.html
706fast/repaint/text-emphasis-v.html
commit-queue@webkit.org418b6452011-09-06 18:13:20 +0000707fast/repaint/background-clip-text.html
ossy@webkit.org4032abd2010-12-08 11:23:34 +0000708
robert@webkit.orgd1b70442010-06-19 11:02:54 +0000709# This requires didClearWindowObjectForFrameInIsolatedWorld foo in FrameLoaderClient
710http/tests/security/isolatedWorld/didClearWindowObject.html
711# This needs more investigation
712http/tests/security/isolatedWorld/world-reuse.html
ossy@webkit.org420f04c2010-01-22 12:56:31 +0000713
ossy@webkit.org2df68bd2010-04-19 16:41:05 +0000714# Missing layoutTestController.dumpWillCacheResponse
715http/tests/misc/willCacheResponse-delegate-callback.html
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000716
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000717# ------- broken ICO file decoding
718fast/images/favicon-as-image.html
719fast/images/icon-0colors.html
720fast/images/icon-decoding.html
721
ossy@webkit.org5de99582009-11-09 11:08:58 +0000722# ------- missing ruby annotation support for japanese fonts
rolandsteiner@chromium.org131f3582010-10-13 07:25:57 +0000723fast/ruby/ruby-beforeafter.html
ossy@webkit.org5de99582009-11-09 11:08:58 +0000724fast/ruby/ruby-empty-rt.html
725fast/ruby/ruby-length.html
726fast/ruby/ruby-run-break.html
727fast/ruby/ruby-runs-spans.html
728fast/ruby/ruby-runs.html
729fast/ruby/ruby-simple-rp.html
730fast/ruby/ruby-simple.html
731fast/ruby/ruby-trailing.html
732fast/ruby/rubyDOM-insert-rt.html
733fast/ruby/rubyDOM-insert-text1.html
734fast/ruby/rubyDOM-insert-text2.html
735fast/ruby/rubyDOM-insert-text3.html
736fast/ruby/rubyDOM-remove-rt1.html
737fast/ruby/rubyDOM-remove-rt2.html
738fast/ruby/rubyDOM-remove-text1.html
739fast/ruby/rubyDOM-remove-text2.html
740
ossy@webkit.orga5d0ad02011-04-13 00:18:04 +0000741# [Qt] http/tests/misc/favicon-loads-with-icon-loading-override.html fails
742# https://bugs.webkit.org/show_bug.cgi?id=58396
743http/tests/misc/favicon-loads-with-icon-loading-override.html
744
ossy@webkit.org76bf3a82011-08-02 11:00:53 +0000745# Missing layoutTestController.setAlwaysAcceptCookies - implemented for Qt version >= 4.8
ossy@webkit.orga3ecf8c2011-08-02 10:57:53 +0000746http/tests/security/cookies/third-party-cookie-blocking-main-frame.html
747http/tests/security/cookies/third-party-cookie-blocking-user-action.html
748http/tests/security/cookies/third-party-cookie-blocking.html
749
robert@webkit.org188a1262010-06-07 14:43:15 +0000750# ============================================================================= #
robert@webkit.org188a1262010-06-07 14:43:15 +0000751# Failing SVG tests
752# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +0000753
754svg/batik/filters/feTile.svg
755
robert@webkit.org188a1262010-06-07 14:43:15 +0000756svg/dom/length-list-parser.html
757svg/css/group-with-shadow.svg
758svg/filters/big-sized-filter-2.svg
759svg/filters/big-sized-filter.svg
760svg/filters/feDisplacementMap.svg
761svg/filters/filterRes.svg
762svg/css/composite-shadow-example.html
763svg/css/composite-shadow-with-opacity.html
larsfe7751b2007-10-05 08:57:06 +0000764
robert@webkit.org188a1262010-06-07 14:43:15 +0000765# --- to be reviewed
robert@webkit.org188a1262010-06-07 14:43:15 +0000766svg/batik/paints/gradientLimit.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000767svg/batik/text/textLayout.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000768svg/batik/text/textOnPathSpaces.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000769svg/batik/text/textStyles.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000770svg/batik/text/verticalText.svg
771svg/batik/text/xmlSpace.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000772svg/custom/hit-test-with-br.xhtml
ossy@webkit.org05ae9dd2011-02-18 23:42:03 +0000773svg/custom/feComponentTransfer-Discrete.svg
774svg/custom/feComponentTransfer-Gamma.svg
775svg/custom/feComponentTransfer-Linear.svg
776svg/custom/feComponentTransfer-Table.svg
777svg/custom/feDisplacementMap-01.svg
ossy@webkit.org05ae9dd2011-02-18 23:42:03 +0000778svg/custom/js-late-pattern-and-object-creation.svg
779svg/custom/js-late-pattern-creation.svg
780svg/custom/junk-data.svg
ossy@webkit.org05ae9dd2011-02-18 23:42:03 +0000781svg/custom/missing-xlink.svg
782svg/custom/path-bad-data.svg
ossy@webkit.org05ae9dd2011-02-18 23:42:03 +0000783svg/custom/visibility-override-filter.svg
784svg/custom/stroke-width-click.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000785svg/text/text-fonts-01-t.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000786svg/text/text-intro-05-t.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000787svg/text/text-tselect-02-f.svg
lars8a548c82007-10-02 14:04:42 +0000788svg/W3C-SVG-1.1/animate-elem-80-t.svg
lars8a548c82007-10-02 14:04:42 +0000789svg/W3C-SVG-1.1/coords-viewattr-01-b.svg
790svg/W3C-SVG-1.1/coords-viewattr-02-b.svg
lars8a548c82007-10-02 14:04:42 +0000791svg/W3C-SVG-1.1/filters-image-01-b.svg
lars8a548c82007-10-02 14:04:42 +0000792svg/W3C-SVG-1.1/filters-offset-01-b.svg
lars8a548c82007-10-02 14:04:42 +0000793svg/W3C-SVG-1.1/fonts-desc-02-t.svg
lars8a548c82007-10-02 14:04:42 +0000794svg/W3C-SVG-1.1/fonts-glyph-04-t.svg
lars8a548c82007-10-02 14:04:42 +0000795svg/W3C-SVG-1.1/metadata-example-01-b.svg
lars8a548c82007-10-02 14:04:42 +0000796svg/W3C-SVG-1.1/paths-data-10-t.svg
lars8a548c82007-10-02 14:04:42 +0000797svg/W3C-SVG-1.1/shapes-polyline-01-t.svg
lars8a548c82007-10-02 14:04:42 +0000798svg/W3C-SVG-1.1/struct-cond-02-t.svg
lars8a548c82007-10-02 14:04:42 +0000799svg/W3C-SVG-1.1/text-fonts-01-t.svg
lars8a548c82007-10-02 14:04:42 +0000800svg/W3C-SVG-1.1/text-intro-05-t.svg
lars8a548c82007-10-02 14:04:42 +0000801svg/W3C-SVG-1.1/text-tselect-02-f.svg
lars8a548c82007-10-02 14:04:42 +0000802svg/hixie/cascade/002.xml
lars8a548c82007-10-02 14:04:42 +0000803svg/hixie/data-types/002.xhtml
lars8a548c82007-10-02 14:04:42 +0000804svg/hixie/error/012.xml
hausmann@webkit.org9f6c2932008-05-26 12:29:11 +0000805
ossy@webkit.org91b5de12011-03-16 16:52:49 +0000806# --- missing test fonts
807svg/W3C-I18N/g-dirLTR-ubNone.svg
808svg/W3C-I18N/g-dirLTR-ubOverride.svg
809svg/W3C-I18N/g-dirRTL-ubNone.svg
810svg/W3C-I18N/g-dirRTL-ubOverride.svg
811svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg
812svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg
813svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg
814svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg
815svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg
816svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg
817svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg
818svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg
819svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg
820svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg
821svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg
822svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg
823svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg
824svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg
825svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg
826svg/W3C-I18N/text-anchor-no-markup.svg
827svg/W3C-I18N/text-dirLTR-ubNone.svg
828svg/W3C-I18N/text-dirLTR-ubOverride.svg
829svg/W3C-I18N/text-dirRTL-ubNone.svg
830svg/W3C-I18N/text-dirRTL-ubOverride.svg
831svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg
832svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg
833svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg
834svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg
835svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg
836svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg
837svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg
838svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context.svg
839svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context.svg
840svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context.svg
841svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context.svg
842svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context.svg
843svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context.svg
844svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context.svg
845svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context.svg
846svg/W3C-I18N/tspan-direction-ltr.svg
847svg/W3C-I18N/tspan-direction-rtl.svg
ossy@webkit.org752f6482011-03-16 17:22:50 +0000848svg/W3C-SVG-1.1/text-fonts-01-t.svg
849svg/W3C-SVG-1.1/text-intro-05-t.svg
850svg/W3C-SVG-1.1/text-tselect-02-f.svg
ossy@webkit.org91b5de12011-03-16 16:52:49 +0000851svg/W3C-SVG-1.1-SE/text-intro-02-b.svg
852svg/W3C-SVG-1.1-SE/text-intro-05-t.svg
853svg/W3C-SVG-1.1-SE/text-intro-09-b.svg
854svg/text/bidi-reorder-value-lists.svg
855svg/text/bidi-text-anchor-direction.svg
856svg/text/bidi-text-query.svg
857svg/text/bidi-tspans.svg
ossy@webkit.org752f6482011-03-16 17:22:50 +0000858svg/text/text-fonts-01-t.svg
859svg/text/text-intro-05-t.svg
860svg/text/text-tselect-02-f.svg
ossy@webkit.org91b5de12011-03-16 16:52:49 +0000861
robert@webkit.org188a1262010-06-07 14:43:15 +0000862# ============================================================================= #
863# failing animations tests
864# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +0000865# Needs expected results
hausmann@webkit.org47333ae2009-05-22 14:26:39 +0000866animations/animation-drt-api.html
867animations/animation-drt-api-multiple-keyframes.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000868
robert@webkit.org188a1262010-06-07 14:43:15 +0000869# ============================================================================= #
870# Failing CSS Tests
871# ============================================================================= #
robert@webkit.org188a1262010-06-07 14:43:15 +0000872# REGRESSION (r53450) - skipped until fix
873# https://bugs.webkit.org/show_bug.cgi?id=33834
874css1/box_properties/acid_test.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000875
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000876css2.1/t051201-c23-first-line-00-b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000877css2.1/t1004-c43-rpl-ibx-00-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000878css2.1/t100801-c544-valgn-01-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000879css2.1/t100801-c548-ln-ht-02-b-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000880css2.1/t1008-c44-ln-box-02-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000881css2.1/t1202-counters-04-b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000882css2.1/t1601-c547-indent-00-b-a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000883css2.1/t1602-c43-center-00-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000884css2.1/t1604-c541-word-sp-00-b-a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000885css2.1/t1604-c542-letter-sp-00-b-a.html
886css2.1/t1604-c542-letter-sp-01-b-a.html
887css2.1/t1605-c545-txttrans-00-b-ag.html
hausmann@webkit.orga4200b642009-09-30 12:16:33 +0000888css2.1/t140201-c534-bgreps-00-c-ag.html
889css2.1/t140201-c534-bgreps-01-c-ag.html
890css2.1/t140201-c534-bgreps-02-c-ag.html
891css2.1/t140201-c534-bgreps-03-c-ag.html
892css2.1/t140201-c534-bgreps-04-c-ag.html
893css2.1/t140201-c534-bgreps-05-c-ag.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000894
ossy@webkit.org1b8f2e42011-06-15 10:03:44 +0000895# [Qt] css2.1/20110323/inline-non-replaced-height-* tests fail
896# https://bugs.webkit.org/show_bug.cgi?id=62710
897css2.1/20110323/inline-non-replaced-height-002.htm
898css2.1/20110323/inline-non-replaced-height-003.htm
899
robert@webkit.org188a1262010-06-07 14:43:15 +0000900# ============================================================================= #
901# Failing dom/xhtml tests
902# ============================================================================= #
903dom/xhtml/level3/core/canonicalform08.xhtml
904dom/xhtml/level3/core/canonicalform09.xhtml
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000905dom/xhtml/level3/core/documentgetinputencoding03.xhtml
906dom/xhtml/level3/core/entitygetinputencoding02.xhtml
907dom/xhtml/level3/core/entitygetxmlversion02.xhtml
908dom/xhtml/level3/core/nodegetbaseuri05.xhtml
909dom/xhtml/level3/core/nodegetbaseuri07.xhtml
910dom/xhtml/level3/core/nodegetbaseuri09.xhtml
911dom/xhtml/level3/core/nodegetbaseuri10.xhtml
912dom/xhtml/level3/core/nodegetbaseuri11.xhtml
913dom/xhtml/level3/core/nodegetbaseuri15.xhtml
914dom/xhtml/level3/core/nodegetbaseuri17.xhtml
915dom/xhtml/level3/core/nodegetbaseuri18.xhtml
916dom/xhtml/level3/core/nodelookupnamespaceuri01.xhtml
917dom/xhtml/level3/core/nodelookupprefix19.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +0000918
919# ============================================================================= #
920# Failing editing/deleting tests
921# ============================================================================= #
922
923# -- fail with --platform mac --ignore-metrics
robert@webkit.org188a1262010-06-07 14:43:15 +0000924editing/deleting/delete-block-table.html
ossy@webkit.org48c74ec8f82011-08-01 16:01:39 +0000925editing/deleting/delete-ligature-001.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000926editing/deleting/delete-tab-001.html
927editing/deleting/delete-tab-002.html
928editing/deleting/delete-tab-003.html
929editing/deleting/delete-tab-004.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000930
robert@webkit.org15857942010-05-03 15:39:54 +0000931# =========================================================================== #
932# Failing editing/selection tests. #
933# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +0000934
robert@webkit.org051adf82010-06-08 19:44:15 +0000935# This seems to pass now!
936editing/selection/extend-selection-after-double-click.html
937
robert@webkit.org188a1262010-06-07 14:43:15 +0000938# -- fail with --platform mac --ignore-metrics
robert@webkit.org051adf82010-06-08 19:44:15 +0000939editing/selection/doubleclick-beside-cr-span.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000940editing/selection/hit-test-anonymous.html
941editing/selection/4895428-1.html
942editing/selection/4895428-4.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000943editing/selection/5232159.html
944editing/selection/5333725.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000945editing/selection/contains-boundaries.html
946editing/selection/designmode-no-caret.html
947editing/selection/drag-to-contenteditable-iframe.html
948editing/selection/fake-drag.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000949editing/selection/select-from-textfield-outwards.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000950editing/selection/move-left-right.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000951editing/selection/move-past-trailing-space.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000952
ossy@webkit.org7a5a5b62011-01-21 12:16:20 +0000953# https://bugs.webkit.org/show_bug.cgi?id=52883
954editing/selection/rtl-move-selection-right-left.html
955
commit-queue@webkit.orgddd8f6d2010-08-17 01:19:45 +0000956# [Qt] editing tests fails after r54980
957# https://bugs.webkit.org/show_bug.cgi?id=35145
commit-queue@webkit.orgddd8f6d2010-08-17 01:19:45 +0000958editing/selection/extend-after-mouse-selection.html
959
robert@webkit.org188a1262010-06-07 14:43:15 +0000960# stderr
961editing/selection/editable-links.html
962editing/selection/drag-text-delay.html
963
964# https://bugs.webkit.org/show_bug.cgi?id=38656
965editing/selection/shift-click.html
966
967# -- pass with --platform mac --ignore-metrics
robert@webkit.org188a1262010-06-07 14:43:15 +0000968editing/selection/extend-selection-bidi.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +0000969editing/selection/caret-rtl-2.html
970editing/selection/caret-rtl.html
robert@webkit.org15857942010-05-03 15:39:54 +0000971
ojan@chromium.org1ce008c2010-07-08 23:51:58 +0000972# https://bugs.webkit.org/show_bug.cgi?id=41918
973editing/selection/5195166-1.html
robert@webkit.org15857942010-05-03 15:39:54 +0000974
philn@webkit.orgfd504282010-09-21 06:54:09 +0000975# and https://bugs.webkit.org/show_bug.cgi?id=45021
976media/context-menu-actions.html
philn@webkit.org88a209f2010-09-16 16:06:46 +0000977
ossy@webkit.org1deabf22011-01-24 14:24:10 +0000978# RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
979# https://bugs.webkit.org/show_bug.cgi?id=51517
980editing/selection/extend-to-line-boundary.html
981
rniwa@webkit.orgd5b8cc02011-06-16 21:17:49 +0000982# [Qt] editing/selection/move-vertically-with-paddings-borders.html fails
983# https://bugs.webkit.org/show_bug.cgi?id=62821
984editing/selection/move-vertically-with-paddings-borders.html
985
reni@webkit.org33016202011-08-18 08:09:34 +0000986# [Qt] editing/selection/collapse-selection-in-bidi.html fails
reni@webkit.org7dc4ce72011-08-18 06:34:55 +0000987# https://bugs.webkit.org/show_bug.cgi?id=66431
reni@webkit.org33016202011-08-18 08:09:34 +0000988editing/selection/collapse-selection-in-bidi.html
reni@webkit.org7dc4ce72011-08-18 06:34:55 +0000989
robert@webkit.org188a1262010-06-07 14:43:15 +0000990# ============================================================================= #
991# Failing editing/spelling tests
992# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +0000993# Need to dump context menu items on eventSender.contextClick(true).
994# https://bugs.webkit.org/show_bug.cgi?id=39103
995editing/spelling/context-menu-suggestions.html
996
robert@webkit.org188a1262010-06-07 14:43:15 +0000997# -- fail with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +0000998editing/spelling/inline_spelling_markers.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000999editing/spelling/spelling-linebreak.html
1000
1001# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001002editing/spelling/spellcheck-attribute.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001003editing/spelling/spelling.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001004
ossy@webkit.org5a7bf752011-03-02 14:45:44 +00001005# textInputController.hasMarkedText() is not implemented.
1006editing/input/setting-input-value-cancel-ime-composition.html
1007
commit-queue@webkit.org77ba1452010-09-03 10:36:04 +00001008# textInputController.hasSpellingMarkers() is not implemented.
morrita@google.com3cb95c72010-11-05 04:58:51 +00001009editing/spelling/spelling-hasspellingmarker.html
commit-queue@webkit.org77ba1452010-09-03 10:36:04 +00001010
adele@apple.comaeeb7f12011-03-28 21:48:28 +00001011# textInputController.hasGrammarMarkers() is not implemented.
1012editing/spelling/grammar.html
1013
morrita@google.com00b3f0f2010-09-09 03:26:17 +00001014# https://bugs.webkit.org/show_bug.cgi?id=45435
1015editing/spelling/spelling-backspace-between-lines.html
1016
morrita@google.comd165d1d2010-10-28 10:41:58 +00001017editing/spelling/spelling-attribute-change.html
morrita@google.com447109a2010-11-02 06:34:26 +00001018editing/spelling/spelling-attribute-at-child.html
morrita@google.comd165d1d2010-10-28 10:41:58 +00001019
morrita@google.com7a18fee2010-12-13 06:06:19 +00001020# EditorClient::requestCheckingOfString() is not implemented
1021editing/spelling/spellcheck-paste.html
1022
robert@webkit.org188a1262010-06-07 14:43:15 +00001023# ============================================================================= #
1024# failing editing/style tests
1025# ============================================================================= #
1026
robert@webkit.org188a1262010-06-07 14:43:15 +00001027editing/style/style-3681552-fix-002.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001028editing/style/style-3681552-fix-001.html
1029editing/style/typing-style-001.html
1030editing/style/typing-style-002.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001031editing/style/style-boundary-002.html
1032editing/style/style-boundary-003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001033editing/style/style-boundary-005.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001034
1035# ============================================================================= #
1036# failing undo tests
1037# ============================================================================= #
1038
robert@webkit.org188a1262010-06-07 14:43:15 +00001039# ============================================================================= #
1040# failing unsupported-content tests
1041# ============================================================================= #
robert@webkit.org188a1262010-06-07 14:43:15 +00001042
1043# ============================================================================= #
1044# failing fast tests
1045# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001046
ossy@webkit.org70d3e782011-04-05 10:35:36 +00001047# [Qt] fast/ruby/overhang* tests fail
1048# https://bugs.webkit.org/show_bug.cgi?id=57824
1049fast/ruby/overhang-horizontal.html
1050fast/ruby/overhang-vertical.html
1051
ossy@webkit.org71bb4c52010-06-14 20:05:21 +00001052# [Qt] fast/text/justify-padding-distribution.html fails
1053# https://bugs.webkit.org/show_bug.cgi?id=40584
1054fast/text/justify-padding-distribution.html
1055
robert@webkit.org188a1262010-06-07 14:43:15 +00001056# This test fails because Qt does not support conditionals in unicode special casing.
1057# See also http://trolltech.com/developer/task-tracker/index_html?id=212870&method=entry
1058fast/css/case-transform.html
1059
robert@webkit.org051adf82010-06-08 19:44:15 +00001060# New test hangs QT bot
1061# Discussed in https://bugs.webkit.org/show_bug.cgi?id=38928
1062fast/loader/recursive-before-unload-crash.html
1063
robert@webkit.org188a1262010-06-07 14:43:15 +00001064# REGRESSION (r53450) - skipped until fix
1065# https://bugs.webkit.org/show_bug.cgi?id=33834
1066fast/forms/textarea-scrollbar-height.html
1067# Final four tests before Qt buildbot is green
1068# https://bugs.webkit.org/show_bug.cgi?id=27914
1069fast/css/positioned-overflow-scroll.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001070# This port doesn't support detecting slow unload handlers.
1071fast/dom/Window/slow-unload-handler.html
1072fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html
1073# Need rebaseline: https://bugs.webkit.org/show_bug.cgi?id=26830
1074fast/multicol/single-line.html
1075# validationMessage: https://bugs.webkit.org/show_bug.cgi?id=27959
1076fast/forms/validationMessage.html
1077fast/css/color-correction-backgrounds-and-text.html
1078fast/css/color-correction-on-background-image.html
1079fast/css/color-correction-on-backgrounds.html
1080fast/css/color-correction-on-box-shadow.html
1081fast/css/color-correction-on-text-shadow.html
1082fast/css/color-correction-on-text.html
1083fast/css/color-correction-untagged-images.html
1084fast/css/color-correction.html
1085
1086fast/block/positioning/relative-positioned-inline-container.html
1087fast/repaint/block-selection-gap-in-composited-layer.html
1088fast/repaint/block-selection-gap-in-table-cell.html
1089fast/repaint/block-selection-gap-stale-cache-2.html
1090fast/repaint/block-selection-gap-stale-cache.html
1091fast/repaint/inline-overflow.html
1092fast/repaint/inline-relative-positioned.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001093# eventSender missing touchCancel() and cancelTouchPoint()
1094fast/events/touch/send-oncancel-event.html
1095
robert@webkit.org188a1262010-06-07 14:43:15 +00001096# Relies on WebKit API [WebView _loadBackForwardListFromOtherView:]
1097fast/loader/crash-copying-backforwardlist.html
1098
robert@webkit.org188a1262010-06-07 14:43:15 +00001099# Needs platform specific API implemented in DRT, maybe not relevant for non-Mac and non-Windows ports
1100fast/loader/api-test-new-window-data-load-base-url.html
1101fast/loader/api-test-go-to-current-back-forward-item.html
1102
1103# Slider tests that need new results
tkent@chromium.org353b0be2011-08-23 12:39:55 +00001104fast/forms/range/slider-padding.html
1105fast/forms/range/slider-thumb-shared-style.html
1106fast/forms/range/slider-thumb-stylability.html
1107fast/forms/range/slider-zoomed.html
1108fast/forms/range/slider-mouse-events.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001109
robert@webkit.org188a1262010-06-07 14:43:15 +00001110# For some reason crashes when run with all tests. Passes individually.
1111fast/forms/multiple-form-submission-protection-mouse.html
1112
robert@webkit.org188a1262010-06-07 14:43:15 +00001113# https://bugs.webkit.org/show_bug.cgi?id=35973
1114fast/multicol/hit-test-above-or-below.html
1115
robert@webkit.org188a1262010-06-07 14:43:15 +00001116# Not sure why this is failing on Qt.
1117# https://bugs.webkit.org/show_bug.cgi?id=37697
1118fast/url/host.html
1119
1120# -- fail with --platform mac --ignore-metrics
1121fast/box-sizing/percentage-height.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001122fast/dom/focus-contenteditable.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001123fast/dom/isindex-002.html
1124# seems to trigger some bugs/missing features in QTextCodec
1125fast/encoding/char-encoding.html
1126# QUrl::from/toACE seems to be stricter than what ICU does.
1127fast/encoding/idn-security.html
1128fast/encoding/xmacroman-encoding-test.html
1129fast/encoding/GBK/EUC-CN.html
1130fast/encoding/GBK/chinese.html
1131fast/encoding/GBK/cn-gb.html
1132fast/encoding/GBK/csgb2312.html
1133fast/encoding/GBK/csgb231280.html
1134fast/encoding/GBK/gb2312.html
1135fast/encoding/GBK/gb_2312-80.html
1136fast/encoding/GBK/gbk.html
1137fast/encoding/GBK/iso-ir-58.html
1138fast/encoding/GBK/x-euc-cn.html
1139fast/encoding/GBK/x-gbk.html
1140fast/events/autoscroll.html
1141fast/events/click-count.html
1142fast/events/content-changed-during-drop.html
1143fast/events/js-keyboard-event-creation.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001144fast/events/keypress-insert-tab.html
1145fast/events/ondragenter.html
1146fast/events/reveal-link-when-focused.html
1147fast/events/standalone-image-drag-to-editable.html
1148fast/events/updateLayoutForHitTest.html
1149fast/forms/input-selectedoption.html
1150fast/forms/drag-into-textarea.html
1151fast/forms/input-readonly-autoscroll.html
1152fast/forms/input-text-click-outside.html
1153fast/forms/input-text-drag-down.html
1154fast/forms/input-text-scroll-left-on-blur.html
1155fast/forms/listbox-onchange.html
1156fast/forms/listbox-selection-2.html
1157fast/forms/listbox-selection.html
1158fast/forms/onselect-textarea.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001159fast/forms/select-writing-direction-natural.html
1160fast/forms/tabbing-input-iframe.html
1161fast/forms/textAreaLineHeight.html
1162fast/forms/textarea-scroll-height.html
1163fast/forms/textarea-scrollbar.html
1164fast/forms/textarea-scrolled-type.html
1165fast/frames/iframe-window-focus.html
1166fast/html/keygen.html
1167fast/invalid/missing-end-tag.xhtml
1168fast/invalid/residual-style.html
1169fast/js/string-capitalization.html
1170fast/lists/drag-into-marker.html
1171fast/overflow/clip-rects-fixed-ancestor.html
1172fast/overflow/overflow-rtl.html
1173fast/overflow/overflow-x-y.html
1174fast/overflow/scroll-nested-positioned-layer-in-overflow.html
1175fast/overflow/scrollRevealButton.html
1176fast/parser/external-entities.xml
1177fast/parser/xhtml-alternate-entities.xml
1178fast/repaint/box-shadow-h.html
1179fast/repaint/box-shadow-v.html
1180fast/repaint/fixed.html
1181fast/repaint/flexible-box-overflow-horizontal.html
1182fast/repaint/flexible-box-overflow.html
1183fast/repaint/inline-block-overflow.html
1184fast/repaint/layer-child-outline.html
1185fast/repaint/layer-outline-horizontal.html
1186fast/repaint/layer-outline.html
1187fast/repaint/list-marker.html
1188fast/repaint/overflow-outline-repaint.html
1189fast/repaint/selection-gap-overflow-scroll.html
1190fast/repaint/table-cell-vertical-overflow.html
1191fast/repaint/text-selection-rect-in-overflow-2.html
1192fast/repaint/text-selection-rect-in-overflow.html
1193fast/repaint/text-shadow-horizontal.html
1194fast/repaint/text-shadow.html
1195fast/replaced/width100percent-textarea.html
1196fast/table/giantCellspacing.html
1197fast/text/atsui-pointtooffset-calls-cg.html
1198fast/text/atsui-rtl-override-selection.html
1199fast/text/in-rendered-text-rtl.html
1200fast/text/large-text-composed-char-dos.html
1201fast/text/international/002.html
1202fast/block/positioning/absolute-in-inline-rtl-4.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001203fast/canvas/canvas-gradient-addStop-error.html
1204fast/css/zoom-body-scroll.html
1205fast/dom/Element/getBoundingClientRect.html
1206fast/dom/Element/getClientRects.html
1207fast/dom/Range/getBoundingClientRect.html
1208fast/dom/Range/getClientRects.html
1209fast/dom/tabindex-clamp.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001210fast/dom/Window/webkitConvertPoint.html
1211fast/encoding/char-encoding-mac.html
1212fast/encoding/hebrew/8859-8-e.html
1213fast/encoding/hebrew/8859-8-i.html
1214fast/encoding/hebrew/logical.html
1215fast/events/crash-on-mutate-during-drop.html
1216fast/forms/option-mouseevents.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001217fast/forms/text-control-intrinsic-widths.html
1218fast/forms/textarea-metrics.html
1219fast/history/window-open.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001220fast/dom/Range/range-expand.html
1221fast/encoding/char-decoding.html
1222fast/encoding/frame-default-enc.html
1223fast/encoding/invalid-xml.html
1224fast/events/attempt-scroll-with-no-scrollbars.html
1225fast/events/key-events-in-input-button.html
1226fast/forms/input-radio-checked-tab.html
1227fast/frames/onlyCommentInIFrame.html
1228fast/invalid/junk-data.xml
1229fast/loader/text-document-wrapping.html
1230fast/overflow/005.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001231fast/repaint/inline-outline-repaint.html
1232fast/text/find-case-folding.html
1233fast/text/large-text-composed-char.html
1234fast/text/basic/014.html
xji@chromium.orge66fb082011-01-25 00:58:57 +00001235fast/text/international/cjk-segmentation.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001236fast/text/international/rtl-white-space-pre-wrap.html
1237fast/text/whitespace/pre-wrap-overflow-selection.html
1238fast/block/basic/text-indent-rtl.html
1239fast/block/float/026.html
1240fast/block/float/028.html
1241fast/block/float/editable-text-overlapping-float.html
1242fast/block/margin-collapse/103.html
1243fast/block/positioning/auto/006.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001244fast/css/text-overflow-ellipsis-bidi.html
1245fast/css/text-overflow-ellipsis.html
1246fast/css/text-overflow-ellipsis-strict.html
1247fast/dom/HTMLTextAreaElement/reset-textarea.html
1248fast/dom/icon-url-property.html
1249fast/dynamic/008.html
1250fast/encoding/char-decoding-mac.html
1251fast/encoding/hebrew/csISO88598I.html
1252fast/events/offsetX-offsetY.html
1253fast/forms/basic-textareas.html
1254fast/forms/box-shadow-override.html
1255fast/forms/button-white-space.html
1256fast/forms/disabled-select-change-index.html
tkent@chromium.orgf537bc92011-10-07 09:19:07 +00001257fast/forms/file/file-input-direction.html
1258fast/forms/file/file-input-disabled.html
1259fast/forms/file/hidden-input-file.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001260fast/forms/form-element-geometry.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001261fast/forms/input-appearance-height.html
1262fast/forms/input-appearance-width.html
1263fast/forms/input-disabled-color.html
1264fast/forms/input-table.html
1265fast/forms/input-value.html
1266fast/forms/listbox-deselect-scroll.html
1267fast/forms/listbox-hit-test-zoomed.html
1268fast/forms/negativeLineHeight.html
1269fast/forms/placeholder-pseudo-style.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001270fast/forms/textarea-align.html
1271fast/forms/textarea-setinnerhtml.html
1272fast/forms/textarea-width.html
1273fast/inline/inline-borders-with-bidi-override.html
1274fast/layers/scroll-rect-to-visible.html
1275fast/layers/video-layer.html
1276fast/media/mq-transform-02.html
1277fast/media/mq-transform-03.html
1278fast/overflow/image-selection-highlight.html
1279fast/overflow/infiniteRecursionGuard.html
1280fast/overflow/overflow_hidden.html
1281fast/overflow/overflow-text-hit-testing.html
1282fast/overflow/unreachable-overflow-rtl-bug.html
1283fast/parser/entity-comment-in-textarea.html
1284fast/parser/open-comment-in-textarea.html
1285fast/repaint/focus-ring.html
1286fast/repaint/selection-after-delete.html
1287fast/repaint/selection-after-remove.html
1288fast/repaint/shadow-multiple-horizontal.html
1289fast/repaint/shadow-multiple-strict-horizontal.html
1290fast/repaint/shadow-multiple-strict-vertical.html
1291fast/repaint/shadow-multiple-vertical.html
1292fast/replaced/border-radius-clip.html
1293fast/table/003.html
1294fast/table/cell-pref-width-invalidation.html
1295fast/text/atsui-spacing-features.html
tony@chromium.org7ca6bde2010-11-17 23:41:36 +00001296fast/text/atsui-negative-spacing-features.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001297fast/text/basic/015.html
1298fast/text/capitalize-boundaries.html
1299fast/text/complex-text-opacity.html
1300fast/text/embed-at-end-of-pre-wrap-line.html
1301fast/text/international/003.html
1302fast/text/international/bidi-AN-after-empty-run.html
1303fast/text/international/bidi-layout-across-linebreak.html
1304fast/text/international/bidi-LDB-2-formatting-characters.html
1305fast/text/international/bidi-LDB-2-HTML.html
1306fast/text/international/bidi-listbox-atsui.html
1307fast/text/international/bidi-listbox.html
1308fast/text/international/bidi-override.html
1309fast/text/line-breaks-after-white-space.html
1310fast/text/trailing-white-space-2.html
1311fast/text/trailing-white-space.html
1312fast/text/whitespace/normal-after-nowrap-breaking.html
1313fast/text/whitespace/pre-break-word.html
1314fast/text/whitespace/pre-wrap-line-test.html
1315fast/text/whitespace/pre-wrap-spaces-after-newline.html
1316fast/text/whitespace/tab-character-basics.html
1317fast/text/word-break.html
1318fast/text/word-break-run-rounding.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001319
1320# -- timedout with --platform mac --ignore-metrics
1321fast/events/5056619.html
1322fast/events/drag-in-frames.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001323fast/text/international/thai-line-breaks.html
1324
1325# --crashed with --platform mac --ignore-metrics
1326fast/text/midword-break-after-breakable-char.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001327
1328
1329# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001330fast/backgrounds/animated-gif-as-background.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001331fast/block/float/independent-align-positioning.html
1332fast/block/float/multiple-float-positioning.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001333fast/block/positioning/001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001334fast/block/positioning/absolute-in-inline-ltr-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001335fast/block/positioning/absolute-in-inline-ltr.html
1336fast/block/positioning/absolute-in-inline-rtl-2.html
1337fast/block/positioning/absolute-in-inline-rtl-3.html
1338fast/block/positioning/absolute-in-inline-rtl.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001339fast/borders/border-image-omit-right-slice.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001340fast/borders/borderRadiusAllStylesAllCorners.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001341fast/borders/borderRadiusDashed01.html
1342fast/borders/borderRadiusDashed02.html
1343fast/borders/borderRadiusDashed03.html
1344fast/borders/borderRadiusDotted01.html
1345fast/borders/borderRadiusDotted02.html
1346fast/borders/borderRadiusDotted03.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001347fast/compact/001.html
1348fast/compact/002.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001349fast/css/apple-prefix.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001350fast/css/ex-after-font-variant.html
yuzo@google.com98fae232010-07-20 06:23:03 +00001351fast/css/font-face-download-error.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001352fast/css/font-face-locally-installed.html
yuzo@google.com62a37c22010-07-06 08:27:08 +00001353fast/css/font-face-multiple-ranges-for-unicode-range.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001354fast/css/font-face-unicode-range.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001355fast/css/font-weight-1.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001356fast/css/percentage-non-integer.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001357fast/css/rtl-ordering.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001358fast/css/text-security.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001359fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001360fast/dom/HTMLImageElement/image-alt-text.html
morrita@google.com6294b7b2010-06-18 05:48:31 +00001361# meter-element.html is temporally disabled.We need to rebaseline.
morrita@google.com9622191b2010-06-18 06:11:23 +00001362fast/dom/HTMLMeterElement/meter-element.html
morrita@google.comabc3f552010-06-28 13:07:44 +00001363# progress-bar-value-pseudo-element.html and progress-element.html is temporally disabled.
1364# We need to rebaseline.
robert@webkit.org188a1262010-06-07 14:43:15 +00001365fast/dom/Window/btoa-pnglet.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001366fast/encoding/denormalised-voiced-japanese-chars.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001367fast/encoding/invalid-UTF-8.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001368fast/forms/focus-selection-input.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001369fast/forms/input-type-text-min-width.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001370fast/forms/menulist-narrow-width.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001371fast/forms/menulist-restrict-line-height.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001372fast/forms/searchfield-heights.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001373fast/forms/select-visual-hebrew.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001374fast/forms/visual-hebrew-text-field.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001375fast/gradients/generated-gradients.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001376fast/gradients/simple-gradients.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001377fast/images/pdf-as-background.html
1378fast/images/pdf-as-image-landscape.html
1379fast/images/pdf-as-tiled-background.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001380fast/invalid/016.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001381fast/parser/fonts.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001382fast/repaint/button-spurious-layout-hint.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001383fast/repaint/control-clip.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001384fast/repaint/selection-clear.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001385fast/repaint/static-to-positioned.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001386fast/replaced/image-solid-color-with-alpha.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001387fast/replaced/pdf-as-image.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001388fast/replaced/width100percent-menulist.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001389fast/text/atsui-multiple-renderers.html
1390fast/text/atsui-partial-selection.html
1391fast/text/atsui-small-caps-punctuation-size.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001392fast/text/basic/003.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001393fast/text/basic/013.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001394fast/text/bidi-embedding-pop-and-push-same.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001395fast/text/cg-fallback-bolding.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001396fast/text/cg-vs-atsui.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001397fast/text/drawBidiText.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001398fast/text/fixed-pitch-control-characters.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001399fast/text/international/001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001400fast/text/international/bidi-AN-after-L.html
1401fast/text/international/bidi-CS-after-AN.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001402fast/text/international/bidi-L2-run-reordering.html
1403fast/text/international/bidi-LDB-2-CSS.html
1404fast/text/international/bidi-control-chars-treated-as-ZWS.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001405fast/text/international/bidi-european-terminators.html
1406fast/text/international/bidi-explicit-embedding.html
1407fast/text/international/bidi-ignored-for-first-child-inline.html
1408fast/text/international/bidi-innertext.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001409fast/text/international/bidi-linebreak-001.html
1410fast/text/international/bidi-linebreak-002.html
1411fast/text/international/bidi-linebreak-003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001412fast/text/international/bidi-neutral-directionality-paragraph-start.html
1413fast/text/international/bidi-neutral-run.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001414fast/text/international/complex-character-based-fallback.html
1415fast/text/international/danda-space.html
1416fast/text/international/hindi-spacing.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001417fast/text/international/rtl-caret.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001418fast/text/international/thai-baht-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001419fast/text/letter-spacing-negative-opacity.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001420fast/text/line-breaks.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001421fast/text/selection-painted-separately.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001422fast/text/soft-hyphen-2.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001423fast/text/whitespace/001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001424fast/text/whitespace/004.html
1425fast/text/whitespace/005.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001426fast/text/whitespace/010.html
1427fast/text/whitespace/011.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001428fast/text/whitespace/015.html
1429fast/text/whitespace/016.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001430fast/text/whitespace/024.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001431fast/text/wide-zero-width-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001432fast/text/word-break-soft-hyphen.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001433fast/text/word-space.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001434
1435# ------- failures due to missing support for particular XSLT features
1436# xsl:output
1437fast/xsl/xslt-doc-enc.xml
1438fast/xsl/xslt-url.xml
1439fast/xsl/default-html.html
1440fast/xsl/xslt-text.html
1441fast/xsl/xslt-entity.xml
1442fast/xsl/xslt-extra-content-at-end.xml
1443# external entities support
1444fast/xsl/dtd-in-source-document.xml
1445fast/xsl/xslt-second-level-import.xml
1446fast/parser/external-entities-in-xslt.xml
1447# exslt:node-set() function
1448fast/xsl/exslt-node-set.xml
1449# xsl:import
1450fast/xsl/import-after-comment.xml
1451fast/xsl/xslt-import-depth.xml
1452fast/xsl/xslt-nested-stylesheets.xml
1453# xsl:attribute-set
1454fast/xsl/mozilla-tests.xml
1455# xsl:sort: lang and case-order
1456fast/xsl/sort-locale.xml
1457fast/xsl/sort-unicode.xml
1458# output formatting issues (might be related to the lack of xsl:output support)
1459fast/xsl/xslt-processor.html
1460# to be investigated
1461fast/xsl/xslt-enc16.xml
1462fast/xsl/xslt-enc16to16.xml
1463fast/xsl/xslt-enc-cyr.xml
1464fast/xsl/xslt-enc.xml
1465fast/xsl/xslt-relative-path.xml
1466fast/xsl/xslt-missing-namespace-in-xslt.xml
1467fast/xsl/xslt_unicode.xml
1468
ap@apple.com97b01182010-11-18 18:31:17 +00001469# https://bugs.webkit.org/show_bug.cgi?id=49743
1470fast/xsl/import-non-document-node.xhtml
1471
robert@webkit.org188a1262010-06-07 14:43:15 +00001472fast/forms/drag-out-of-textarea.html
1473fast/frames/frame-src-attribute.html
1474fast/overflow/003.xml
1475fast/text/international/bidi-menulist.html
xji@chromium.org8de4b3f2011-02-08 18:37:15 +00001476fast/text/international/pop-up-button-text-alignment-and-direction.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001477fast/text/international/wrap-CJK-001.html
1478fast/xpath/string-value.html
1479
ossy@webkit.org752f6482011-03-16 17:22:50 +00001480# --- missing test fonts
ossy@webkit.org752f6482011-03-16 17:22:50 +00001481fast/repaint/japanese-rl-selection-clear.html
1482fast/repaint/japanese-rl-selection-repaint.html
ossy@webkit.orgba458c92011-08-17 10:49:25 +00001483fast/repaint/japanese-rl-selection-repaint-in-regions.html
ossy@webkit.org752f6482011-03-16 17:22:50 +00001484fast/text/international/bidi-mirror-he-ar.html
1485fast/text/international/bold-bengali.html
1486fast/text/international/hebrew-vowels.html
1487fast/text/international/plane2.html
ossy@webkit.org590f8402011-06-28 07:55:17 +00001488fast/text/international/unicode-bidi-plaintext.html
ossy@webkit.org752f6482011-03-16 17:22:50 +00001489fast/text/international/vertical-text-glyph-test.html
1490fast/text/international/vertical-text-metrics-test.html
mitz@apple.com731aa5f2011-08-06 03:49:48 +00001491fast/writing-mode/japanese-ruby-horizontal-bt.html
1492fast/writing-mode/japanese-ruby-vertical-lr.html
1493fast/writing-mode/japanese-ruby-vertical-rl.html
1494fast/writing-mode/japanese-lr-selection.html
1495fast/writing-mode/japanese-lr-text.html
1496fast/writing-mode/japanese-rl-selection.html
1497fast/writing-mode/japanese-rl-text.html
1498fast/writing-mode/japanese-ruby-horizontal-bt.html
1499fast/writing-mode/japanese-ruby-vertical-lr.html
1500fast/writing-mode/japanese-ruby-vertical-rl.html
ossy@webkit.org752f6482011-03-16 17:22:50 +00001501
robert@webkit.org188a1262010-06-07 14:43:15 +00001502# ============================================================================= #
1503# failing fonts tests
1504# ============================================================================= #
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001505fonts/cursive.html
1506fonts/default.html
1507fonts/fantasy.html
1508fonts/monospace.html
1509fonts/sans-serif.html
1510fonts/serif.html
yuzo@google.com0cdcbbe2010-03-15 08:33:18 +00001511printing/return-from-printing-mode.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001512
1513# ============================================================================= #
robert@webkit.org188a1262010-06-07 14:43:15 +00001514# failing security tests
1515# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001516# https://bugs.webkit.org/show_bug.cgi?id=39160
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001517security/block-test-no-port.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001518security/block-test.html
1519
1520# ============================================================================= #
1521# failing tables tests
1522# ============================================================================= #
1523
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001524tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom.html
1525tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden.html
1526tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001527tables/mozilla_expected_failures/marvin/table_overflow_caption.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001528tables/mozilla_expected_failures/marvin/table_overflow_caption_left.html
1529tables/mozilla_expected_failures/marvin/table_overflow_caption_right.html
1530tables/mozilla_expected_failures/marvin/table_overflow_caption_top.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001531tables/mozilla_expected_failures/marvin/table_overflow_hidden_table.html
1532tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody.html
1533tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001534tables/mozilla/marvin/colgroup_width_pct.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001535tables/mozilla/marvin/table_overflow_hidden_td.html
ossy@webkit.orgbada65d2011-02-21 19:33:23 +00001536tables/mozilla_expected_failures/bugs/bug178855.xml
1537tables/mozilla_expected_failures/bugs/bug2479-5.html
ossy@webkit.org8ebb1a22011-02-22 12:12:52 +00001538tables/mozilla/bugs/bug12384.html
1539tables/mozilla/bugs/bug99948.html
aroben@apple.com73e87622009-04-03 21:21:23 +00001540
robert@webkit.org188a1262010-06-07 14:43:15 +00001541# ============================================================================= #
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001542# Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/
robert@webkit.org051adf82010-06-08 19:44:15 +00001543# ============================================================================= #
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001544canvas/philip/tests/2d.composite.operation.clear.html
1545canvas/philip/tests/2d.composite.operation.darker.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001546canvas/philip/tests/2d.composite.uncovered.fill.copy.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001547canvas/philip/tests/2d.composite.uncovered.image.copy.html
1548canvas/philip/tests/2d.composite.uncovered.image.destination-atop.html
1549canvas/philip/tests/2d.composite.uncovered.image.destination-in.html
1550canvas/philip/tests/2d.composite.uncovered.image.source-in.html
1551canvas/philip/tests/2d.composite.uncovered.image.source-out.html
1552canvas/philip/tests/2d.composite.uncovered.pattern.copy.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001553canvas/philip/tests/2d.drawImage.broken.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001554canvas/philip/tests/2d.gradient.radial.cone.behind.html
1555canvas/philip/tests/2d.gradient.radial.cone.beside.html
1556canvas/philip/tests/2d.gradient.radial.cone.bottom.html
1557canvas/philip/tests/2d.gradient.radial.cone.cylinder.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001558canvas/philip/tests/2d.gradient.radial.cone.shape2.html
1559canvas/philip/tests/2d.gradient.radial.cone.top.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001560canvas/philip/tests/2d.gradient.radial.touch1.html
1561canvas/philip/tests/2d.gradient.radial.touch2.html
1562canvas/philip/tests/2d.gradient.radial.touch3.html
1563canvas/philip/tests/2d.imageData.create1.type.html
1564canvas/philip/tests/2d.imageData.create2.type.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001565canvas/philip/tests/2d.imageData.get.type.html
oliver@apple.com6da1c312011-02-24 00:04:41 +00001566canvas/philip/tests/2d.imageData.object.round.html
1567canvas/philip/tests/2d.imageData.object.wrap.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001568canvas/philip/tests/2d.imageData.put.unchanged.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001569canvas/philip/tests/2d.line.cap.open.html
1570canvas/philip/tests/2d.line.join.open.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001571canvas/philip/tests/2d.missingargs.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001572canvas/philip/tests/2d.path.quadraticCurveTo.shape.html
andreas.kling@nokia.comf67d5962010-07-18 00:11:35 +00001573canvas/philip/tests/2d.path.quadraticCurveTo.scaled.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001574canvas/philip/tests/2d.path.stroke.scale2.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001575canvas/philip/tests/2d.pattern.image.broken.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001576canvas/philip/tests/2d.text.draw.baseline.bottom.html
1577canvas/philip/tests/2d.text.draw.baseline.hanging.html
1578canvas/philip/tests/2d.text.draw.baseline.ideographic.html
1579canvas/philip/tests/2d.text.draw.baseline.middle.html
1580canvas/philip/tests/2d.text.draw.baseline.top.html
1581canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface.html
1582canvas/philip/tests/2d.text.draw.fontface.notinpage.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001583canvas/philip/tests/2d.text.draw.space.collapse.end.html
1584canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html
1585canvas/philip/tests/2d.text.draw.space.collapse.other.html
1586canvas/philip/tests/2d.text.draw.space.collapse.space.html
1587canvas/philip/tests/2d.text.draw.space.collapse.start.html
1588canvas/philip/tests/2d.text.font.parse.basic.html
1589canvas/philip/tests/2d.text.font.parse.complex.html
1590canvas/philip/tests/2d.text.font.parse.invalid.html
1591canvas/philip/tests/2d.text.font.parse.size.percentage.default.html
1592canvas/philip/tests/2d.text.font.parse.size.percentage.html
1593canvas/philip/tests/2d.text.font.parse.system.html
1594canvas/philip/tests/2d.text.measure.width.space.html
1595canvas/philip/tests/2d.transformation.setTransform.skewed.html
1596canvas/philip/tests/2d.transformation.transform.skewed.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00001597canvas/philip/tests/type.prototype.html
robert@webkit.org051adf82010-06-08 19:44:15 +00001598
ossy@webkit.org07c4a802010-06-09 14:33:28 +00001599# [Qt] canvas/philip/tests/2d.path.stroke.overlap.html fails with Qt-4.6.2 or higher
1600# https://bugs.webkit.org/show_bug.cgi?id=40362
1601canvas/philip/tests/2d.path.stroke.overlap.html
1602
andreas.kling@nokia.come82d1682010-08-25 20:08:20 +00001603
andreas.kling@nokia.com7817c162010-11-07 13:49:39 +00001604# Failing tests after sync with Philip Taylor's upstream tests
1605canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html
1606canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html
1607canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html
1608canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html
1609canvas/philip/tests/2d.imageData.put.wrongtype.html
1610canvas/philip/tests/2d.pattern.image.incomplete.empty.html
1611canvas/philip/tests/2d.pattern.image.incomplete.omitted.html
andreas.kling@nokia.com7817c162010-11-07 13:49:39 +00001612
robert@webkit.org051adf82010-06-08 19:44:15 +00001613# ============================================================================= #
1614# failing transforms tests
1615# ============================================================================= #
commit-queue@webkit.orgaa3fc332011-05-12 06:00:31 +00001616
robert@webkit.org051adf82010-06-08 19:44:15 +00001617# -- pass with --platform mac --ignore-metrics
robert@webkit.org051adf82010-06-08 19:44:15 +00001618transforms/2d/hindi-rotated.html
1619
1620# ============================================================================= #
1621# failing printing tests
1622# ============================================================================= #
1623printing/compositing-layer-printing.html
1624# Printing related layout test failure has no results, but obvious error message
1625# https://bugs.webkit.org/show_bug.cgi?id=27913
1626printing/media-queries-print.html
1627
1628# ============================================================================= #
yutak@chromium.orgc31ef472011-07-11 07:51:22 +00001629# failing websocket tests
1630# ============================================================================= #
1631
1632# Skipped until new WebSocket protocol is implemented. http://webkit.org/b/50099
1633http/tests/websocket/tests/hybi/
1634
1635# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001636# new tests without expected results
1637# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001638editing/selection/transformed-selection-rects.html
1639svg/W3C-SVG-1.1/filters-light-04-f.svg
1640
commit-queue@webkit.org6efeb122011-08-23 19:54:28 +00001641# Needs new baseline http://webkit.org/b/66671
1642fast/block/float/fit_line_below_floats.html
1643
robert@webkit.org051adf82010-06-08 19:44:15 +00001644# ============================================================================= #
ossy@webkit.org7f2f2222010-11-30 08:56:46 +00001645# Qt 4.7 related bugs
1646# ============================================================================= #
1647
ossy@webkit.org7f2f2222010-11-30 08:56:46 +00001648# [Qt] editing/execCommand/move-selection-back-line.html fails with Qt 4.7.1
1649# https://bugs.webkit.org/show_bug.cgi?id=50144
1650editing/execCommand/move-selection-back-line.html
1651
1652# [Qt] fast/forms/textarea-appearance-wrap.html fails with Qt 4.7.1
1653# https://bugs.webkit.org/show_bug.cgi?id=50145
1654fast/forms/textarea-appearance-wrap.html
1655
1656# [Qt] 4 css2.1/t1202-counter tests fail with Qt 4.7.1
1657# https://bugs.webkit.org/show_bug.cgi?id=50146
1658css2.1/t1202-counter-09-b.html
1659css2.1/t1202-counter-15-b.html
1660css2.1/t1202-counters-09-b.html
1661css2.1/t1202-counters-15-b.html
1662
1663# [Qt] 4 fast/text tests fail with Qt 4.7.1
1664# https://bugs.webkit.org/show_bug.cgi?id=50147
1665fast/text/format-control.html
1666fast/text/justification-padding-mid-word.html
1667fast/text/zero-width-characters.html
1668fast/text/international/khmer-selection.html
1669
1670# 3 media tests fail with Qt version 4.6.3 and 4.7.0
1671# https://bugs.webkit.org/show_bug.cgi?id=46249
ossy@webkit.org7f2f2222010-11-30 08:56:46 +00001672media/video-can-play-type.html
1673media/video-delay-load-event.html
1674
1675# ============================================================================= #
robert@webkit.org80205f22011-07-03 17:14:16 +00001676# Fixed in Qt 4.8
1677# ============================================================================= #
1678
1679# Support for third-party cookie blocking
1680# https://bugs.webkit.org/show_bug.cgi?id=45455
1681# See also http://bugreports.qt.nokia.com/browse/QTBUG-13601
1682http/tests/cookies/third-party-cookie-relaxing.html
1683http/tests/xmlhttprequest/cross-origin-cookie-storage.html
1684http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html
1685http/tests/plugins/third-party-cookie-accept-policy.html
robert@webkit.org0a6ec292011-07-03 17:42:01 +00001686platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html
robert@webkit.org80205f22011-07-03 17:14:16 +00001687
1688# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001689# new skipped tests yet to be sorted
1690# ============================================================================= #
eric@webkit.org05a35f42010-06-16 09:12:04 +00001691
ossy@webkit.org9cf66492010-06-26 01:11:01 +00001692# [Qt] fast/text/bidi-explicit-embedding-past-end.html fails
1693# https://bugs.webkit.org/show_bug.cgi?id=41241
1694fast/text/bidi-explicit-embedding-past-end.html
commit-queue@webkit.org6501d602010-07-01 11:11:01 +00001695
ossy@webkit.org1fdca602010-07-08 21:02:32 +00001696# [Qt] fast/dom/beforeload/script-before-load-dynamic.html is crashy-flakey
1697# https://bugs.webkit.org/show_bug.cgi?id=41452
1698fast/dom/beforeload/remove-video-in-beforeload-listener.html
ossy@webkit.orgbbc7a002010-07-12 17:28:07 +00001699
hamaji@chromium.orgd58d8e02010-07-16 06:25:48 +00001700# Need setPrinting. See https://bugs.webkit.org/show_bug.cgi?id=20011
1701printing/setPrinting.html
haraken@google.com89fcc852011-09-16 01:17:37 +00001702printing/single-line-must-not-be-split-into-two-pages.html
tonyg@chromium.org4562d5c2010-07-16 16:38:52 +00001703
ossy@webkit.org06765552010-12-17 13:07:20 +00001704# Web Timing related bugs
1705# https://bugs.webkit.org/show_bug.cgi?id=51245
tonyg@chromium.org4562d5c2010-07-16 16:38:52 +00001706fast/dom/webtiming.html
ossy@webkit.org06765552010-12-17 13:07:20 +00001707http/tests/misc/webtiming-ssl.php
ossy@webkit.org0f9c8202011-01-06 12:48:54 +00001708http/tests/misc/webtiming-origins.html
1709http/tests/misc/webtiming-slow-load.php
ap@apple.comce371392010-07-21 17:20:30 +00001710
1711# Advanced credential handling
1712http/tests/security/401-logout/401-logout.php
1713http/tests/xmlhttprequest/remember-bad-password.html
abarth@webkit.orgbfd99482010-07-21 22:46:47 +00001714
tkent@chromium.org70b62992011-05-11 09:11:36 +00001715# Need to call Settings::setValidationMessageTimerMagnification(-1) in DRT.
tkent@chromium.org6f499f02011-03-30 04:14:46 +00001716fast/forms/validation-message-appearance.html
tkent@chromium.org260c0bd2011-06-28 09:59:11 +00001717fast/forms/validation-message-clone.html
tkent@chromium.org38e51632011-07-22 17:46:12 +00001718fast/forms/validation-message-in-relative-body.html
tkent@chromium.org70b62992011-05-11 09:11:36 +00001719fast/forms/validation-message-on-checkbox.html
1720fast/forms/validation-message-on-listbox.html
1721fast/forms/validation-message-on-menulist.html
1722fast/forms/validation-message-on-radio.html
tkent@chromium.org26430bc2011-06-14 03:46:30 +00001723fast/forms/validation-message-on-range.html
tkent@chromium.org70b62992011-05-11 09:11:36 +00001724fast/forms/validation-message-on-textarea.html
tkent@chromium.orga2166462010-07-27 07:31:39 +00001725
ossy@webkit.orge9265b62010-07-22 14:26:45 +00001726# [Qt] REGRESSION(63862): animations/play-state.html fails intermittently
1727# https://bugs.webkit.org/show_bug.cgi?id=42821
1728animations/play-state.html
ossy@webkit.org15e4f1e2010-07-23 11:24:22 +00001729
ossy@webkit.orge1b8b022010-11-05 22:34:00 +00001730# [Qt] animations tests fails which uses suspend/resume
ossy@webkit.org1c91c612010-08-12 12:00:06 +00001731# https://bugs.webkit.org/show_bug.cgi?id=43905
1732animations/suspend-resume-animation.html
ossy@webkit.orge1b8b022010-11-05 22:34:00 +00001733animations/suspend-resume-animation-events.html
1734animations/stop-animation-on-suspend.html
ossy@webkit.org1c91c612010-08-12 12:00:06 +00001735
vestbo@webkit.org1c701982010-07-27 10:05:22 +00001736# Assumes spesific metrics
1737# See http://code.google.com/p/chromium/issues/detail?id=19897
1738svg/custom/getscreenctm-in-mixed-content2.xhtml
mrobinson@webkit.orgb2e8fca2010-08-02 17:28:23 +00001739
ojan@chromium.org6d277a42010-08-18 20:51:44 +00001740# Still working out flakiness issues with the perf tests.
1741# https://bugs.webkit.org/show_bug.cgi?id=44199
1742perf/
1743
jianli@chromium.org35cdf142010-08-05 18:19:13 +00001744# BlodBuilder is not enabled
1745http/tests/local/blob/send-data-blob.html
commit-queue@webkit.org5c314242010-08-21 10:11:19 +00001746
mitz@apple.com963e24a2010-09-03 19:33:05 +00001747# https://bugs.webkit.org/show_bug.cgi?id=45194
1748fast/text/decomposed-after-stacked-diacritics.html
andreas.kling@nokia.come17b50c2010-09-12 18:35:58 +00001749
kenneth@webkit.org8a9df012010-09-13 10:37:28 +00001750# viewport meta tag tests that differ from the Opera results
1751fast/viewport/viewport-65.html
1752fast/viewport/viewport-82.html
1753fast/viewport/viewport-84.html
1754fast/viewport/viewport-87.html
1755fast/viewport/viewport-126.html
1756fast/viewport/viewport-127.html
andreas.kling@nokia.comdcd34242010-09-13 11:35:48 +00001757
1758# viewport meta tag tests that fail on the bot for yet unknown reasons
1759fast/viewport/viewport-6.html
andreas.kling@nokia.comdcd34242010-09-13 11:35:48 +00001760fast/viewport/viewport-58.html
ossy@webkit.org9e9989b2010-09-20 15:18:17 +00001761
1762# [Qt]REGRESSION? (r67762): 23 layout tests fail
1763# https://bugs.webkit.org/show_bug.cgi?id=46093
1764svg/custom/use-font-face-crash.svg
1765svg/zoom/text/zoom-coords-viewattr-01-b.svg
aestes@apple.com7fb43f62010-09-20 23:01:12 +00001766
1767# Pre-HMTL5 parser quirks only apply to the mac port for now.
1768fast/parser/pre-html5-parser-quirks.html
1769
ossy@webkit.org754f0b52010-10-01 08:21:08 +00001770# https://bugs.webkit.org/show_bug.cgi?id=46966
1771# [Qt] fast/media/color-does-not-include-alpha.html fails
1772fast/media/color-does-not-include-alpha.html
abarth@webkit.orgf7a10872010-10-18 07:53:10 +00001773
1774# Requires WebP support.
1775fast/images/webp-image-decoding.html
ossy@webkit.org7d75cd32010-11-01 15:27:33 +00001776
ossy@webkit.org2ff28be2010-11-04 11:17:40 +00001777# [Qt] svg/animations/animate-path-nested-transforms.html fails
1778# https://bugs.webkit.org/show_bug.cgi?id=48987
1779svg/animations/animate-path-nested-transforms.html
ossy@webkit.orga06fcfd2010-11-10 11:03:01 +00001780svg/animations/animate-text-nested-transforms.html
ossy@webkit.org33f53322010-11-08 09:12:49 +00001781
1782# [Qt] REGRESSION (r71465): editing/selection/after-line-break.html fails
1783# https://bugs.webkit.org/show_bug.cgi?id=49127
1784editing/selection/after-line-break.html
ossy@webkit.orgda5108e2010-11-09 10:39:04 +00001785
1786# [Qt] REGRESSION (r71582): Two editing tests fail
1787# https://bugs.webkit.org/show_bug.cgi?id=49243
1788editing/deleting/delete-line-011.html
1789editing/pasteboard/paste-4039777-fix.html
tony@chromium.org25124ac2010-11-18 19:00:14 +00001790
rniwa@webkit.orgb6ce5012010-11-30 04:31:35 +00001791# REGRESSION(r72861): editing/selection/click-left-of-rtl-wrapping-text.html and modify-up-on-rtl-wrapping-text.html fail on all but Mac platform
1792# https://bugs.webkit.org/show_bug.cgi?id=50204
1793editing/selection/click-left-of-rtl-wrapping-text.html
1794editing/selection/modify-up-on-rtl-wrapping-text.html
ossy@webkit.org1a619712010-12-01 17:04:29 +00001795
antti@apple.coma48e9362010-12-13 20:30:49 +00001796# For https://bugs.webkit.org/show_bug.cgi?id=50758
1797# These require DRT setSerializeHTTPLoads implementation to be reliable.
1798http/tests/local/link-stylesheet-load-order.html
1799http/tests/local/link-stylesheet-load-order-preload.html
antti@apple.com5080b132011-03-31 23:32:34 +00001800fast/preloader/document-write.html
1801fast/preloader/document-write-2.html
ossy@webkit.org1346f8a2010-12-20 09:55:23 +00001802
1803# [Qt] fast/text/emphasis-overlap.html fails
1804# https://bugs.webkit.org/show_bug.cgi?id=51324
1805fast/text/emphasis-overlap.html
laszlo.1.gombos@nokia.comc40ff5f2011-01-03 18:12:54 +00001806
rniwa@webkit.orgd70045e2011-01-04 19:04:07 +00001807# REGRESSION(r74971): [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails
1808# https://bugs.webkit.org/show_bug.cgi?id=51884
ossy@webkit.orge445a842011-01-04 20:34:49 +00001809editing/selection/caret-bidi-first-and-last-letters.html
ossy@webkit.org7d70c732011-01-10 14:49:09 +00001810
ossy@webkit.org8c6f5b82011-01-10 18:53:50 +00001811# [Qt] fast/text/emphasis-avoid-ruby.html fails
1812# https://bugs.webkit.org/show_bug.cgi?id=52155
1813fast/text/emphasis-avoid-ruby.html
ossy@webkit.org4fbb6bb2011-01-11 13:26:40 +00001814
1815# https://bugs.webkit.org/show_bug.cgi?id=42578
1816# [Qt] DRT sideeffect revealed by r63657 and r75305
1817fast/tokenizer/flush-characters-in-document-write-evil.html
1818fast/tokenizer/flush-characters-in-document-write.html
1819fast/viewport/viewport-128.html
ossy@webkit.org4fbb6bb2011-01-11 13:26:40 +00001820fast/xmlhttprequest/null-document-xmlhttprequest-open.html
1821fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
ossy@webkit.org146ded82011-01-18 08:43:30 +00001822
jer.noble@apple.comeb640582011-01-21 02:18:47 +00001823# [Qt] LayoutTests/media/video-currentTime-delay.html fails
1824# https://bugs.webkit.org/show_bug.cgi?id=52859
1825media/video-currentTime-delay.html
ossy@webkit.orga9949722011-02-03 13:43:39 +00001826
ossy@webkit.org0559c6d2011-02-03 23:54:10 +00001827# small text which is scaled to be large renders pixelated
1828# https://bugs.webkit.org/show_bug.cgi?id=12448
1829css3/zoom-coords.xhtml
1830svg/zoom/page/zoom-zoom-coords.xhtml
jer.noble@apple.com45787e12011-02-05 07:35:54 +00001831
1832# [Qt] media/video-frame-accurate-seek.html fails
1833# https://bugs.webkit.org/show_bug.cgi?id=53843
1834media/video-frame-accurate-seek.html
robert@webkit.orgf2792e12011-02-06 10:46:45 +00001835
morrita@google.com4c99e4f2011-02-07 02:20:27 +00001836# https://bugs.webkit.org/show_bug.cgi?id=53030
1837html5lib/runner.html
1838
robert@webkit.orgf2792e12011-02-06 10:46:45 +00001839# [Qt] fast/notifications/notifications-document-close-crash.html fails after r77738
1840# https://bugs.webkit.org/show_bug.cgi?id=53868
1841fast/notifications/notifications-document-close-crash.html
1842
ossy@webkit.org4c35d4b2011-02-18 07:30:08 +00001843# [Qt]REGRESSION(r78846): editing/selection/mixed-editability-10.html
1844# https://bugs.webkit.org/show_bug.cgi?id=54725
1845editing/selection/mixed-editability-10.html
ossy@webkit.orgd98f9802011-02-18 21:40:40 +00001846
jer.noble@apple.come6ff40d2011-02-22 20:40:28 +00001847# [Qt] Generate results for media/audio-repaint.html and media/media-document-audio-repaint.html
1848# https://bugs.webkit.org/show_bug.cgi?id=54984
1849media/audio-repaint.html
ossy@webkit.org76e5fa92011-02-22 22:00:43 +00001850media/media-document-audio-repaint.html
1851
pfeldman@chromium.org81b45e52011-02-28 15:26:44 +00001852# [Qt] XML Viewer fails due to specifics in the parser implementation
1853# https://bugs.webkit.org/show_bug.cgi?id=55302
commit-queue@webkit.org7e3b8ab2011-03-31 19:27:30 +00001854http/tests/xmlviewer/extensions-api.html
pfeldman@chromium.org81b45e52011-02-28 15:26:44 +00001855http/tests/xmlviewer/dumpAsText/svg.xml
pfeldman@chromium.org81b45e52011-02-28 15:26:44 +00001856http/tests/xmlviewer/dumpAsText/xlink.xml
1857http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml
1858http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml
1859http/tests/xmlviewer/dumpAsText/xmlviewer.xml
1860http/tests/xmlviewer/dumpAsText/xsl-stylesheet.xml
1861http/tests/xmlviewer/dumpAsText/xul.xml
commit-queue@webkit.org283a0162011-03-04 05:13:10 +00001862
ossy@webkit.org00e7c362011-03-04 12:37:04 +00001863# [Qt] Two http auth tests fail with Qt 4.7.2
1864# https://bugs.webkit.org/show_bug.cgi?id=55767
1865http/tests/appcache/auth.html
1866http/tests/xmlhttprequest/basic-auth.html
commit-queue@webkit.orgbad43c02011-03-19 21:28:57 +00001867
1868# LayoutTestController::clearApplicationCacheForOrigin is not implemented
1869http/tests/appcache/origin-delete.html
commit-queue@webkit.org13f1be62011-03-23 00:57:31 +00001870# LayoutTestController::getOriginsWithApplicationCache is not implemented
1871http/tests/appcache/origins-with-appcache.html
commit-queue@webkit.org4168acc2011-05-11 01:47:03 +00001872# LayoutTestController::applicationCacheDiskUsageForOrigin isn't implemented - https://bugs.webkit.org/show_bug.cgi?id=57127
1873http/tests/appcache/origin-usage.html
commit-queue@webkit.org895428d2011-03-21 14:40:33 +00001874
morrita@google.com72c85b82011-04-01 15:59:19 +00001875# Needs rebaseline
1876fast/dom/HTMLMeterElement/meter-element.html
1877fast/dom/HTMLMeterElement/meter-boundary-values.html
1878fast/dom/HTMLMeterElement/meter-optimums.html
1879fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html
1880fast/dom/HTMLMeterElement/meter-styles.html
1881
commit-queue@webkit.org895428d2011-03-21 14:40:33 +00001882# https://bugs.webkit.org/show_bug.cgi?id=56691
1883http/tests/inspector/network/network-size-chunked.html
commit-queue@webkit.orgfc684af2011-03-24 21:17:58 +00001884http/tests/inspector/network/network-size-sync.html
aestes@apple.combb90bb62011-03-29 04:36:28 +00001885
vsevik@chromium.org5f84f382011-07-20 21:52:18 +00001886# https://bugs.webkit.org/show_bug.cgi?id=64097
1887http/tests/inspector/network/network-disable-cache-memory.html
1888http/tests/inspector/network/network-disable-cache-xhrs.html
1889
vsevik@chromium.org21fcbc32011-08-09 12:26:28 +00001890# https://bugs.webkit.org/show_bug.cgi?id=65911
1891http/tests/inspector/resource-main-cookies.php
1892
ossy@webkit.org768a8bb2011-03-30 18:23:11 +00001893# [Qt] media/video-playbackrate.html fails
1894# https://bugs.webkit.org/show_bug.cgi?id=57476
ossy@webkit.org427f2ad2011-03-29 22:59:41 +00001895media/video-playbackrate.html
ossy@webkit.org768a8bb2011-03-30 18:23:11 +00001896
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001897# New tests without Qt specific expected files. Need investigation.
1898animations/3d/matrix-transform-type-animation.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001899fast/block/lineboxcontain/block-font.html
1900fast/block/lineboxcontain/block-glyphs-replaced.html
1901fast/block/lineboxcontain/block-glyphs.html
1902fast/block/lineboxcontain/block-replaced.html
1903fast/block/lineboxcontain/block.html
1904fast/block/lineboxcontain/font-replaced.html
1905fast/block/lineboxcontain/font.html
1906fast/block/lineboxcontain/glyphs.html
1907fast/block/lineboxcontain/inline-box-replaced.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001908fast/block/lineboxcontain/inline.html
1909fast/block/lineboxcontain/none.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001910fast/block/positioning/differing-writing-modes-replaced.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001911fast/block/positioning/vertical-lr/002.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001912fast/block/positioning/vertical-rl/002.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001913fast/borders/rtl-border-04.html
1914fast/borders/rtl-border-05.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001915fast/box-shadow/inset-box-shadow-radius.html
1916fast/box-shadow/inset-box-shadows.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001917fast/box-shadow/shadow-buffer-partial.html
1918fast/box-shadow/shadow-tiling-artifact.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001919fast/css/line-height-determined-by-primary-font.html
1920fast/css/transformed-mask.html
1921fast/dom/34176.html
1922fast/dom/52776.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001923fast/dom/HTMLMeterElement/meter-appearances-capacity.html
1924fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy.html
1925fast/dynamic/text-combine.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001926fast/forms/input-placeholder-visibility-1.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001927fast/forms/input-placeholder-visibility-3.html
1928fast/forms/listbox-bidi-align.html
1929fast/forms/placeholder-position.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001930fast/forms/textfield-focus-ring.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001931fast/images/pixel-crack-image-background-webkit-transform-scale.html
1932fast/images/support-broken-image-delegate.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001933fast/inline/inline-box-background-long-image.html
1934fast/inline/inline-box-background-repeat-x.html
1935fast/inline/inline-box-background-repeat-y.html
1936fast/inline/inline-box-background.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001937fast/multicol/positioned-split.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001938fast/multicol/vertical-lr/column-count-with-rules.html
1939fast/multicol/vertical-rl/column-count-with-rules.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001940fast/repaint/block-layout-inline-children-float-positioned.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001941fast/repaint/inline-horizontal-bt-overflow.html
1942fast/repaint/inline-vertical-lr-overflow.html
1943fast/repaint/inline-vertical-rl-overflow.html
1944fast/repaint/repaint-across-writing-mode-boundary.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001945fast/ruby/base-shorter-than-text.html
1946fast/ruby/nested-ruby.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001947fast/text/decorations-transformed.html
1948fast/text/emphasis-combined-text.html
1949fast/text/emphasis-vertical.html
1950fast/text/emphasis.html
1951fast/text/hyphenate-first-word.html
1952fast/text/hyphenate-limit-before-after.html
1953fast/text/hyphenate-locale.html
1954fast/text/justify-ideograph-complex.html
1955fast/text/justify-ideograph-leading-expansion.html
1956fast/text/justify-ideograph-simple.html
1957fast/text/justify-ideograph-vertical.html
1958fast/text/international/text-combine-image-test.html
mitz@apple.com731aa5f2011-08-06 03:49:48 +00001959fast/writing-mode/Kusa-Makura-background-canvas.html
1960fast/writing-mode/border-image-horizontal-bt.html
1961fast/writing-mode/border-image-vertical-lr.html
1962fast/writing-mode/border-image-vertical-rl.html
1963fast/writing-mode/border-vertical-lr.html
1964fast/writing-mode/broken-ideograph-small-caps.html
1965fast/writing-mode/broken-ideographic-font.html
1966fast/writing-mode/fallback-orientation.html
1967fast/writing-mode/japanese-rl-text-with-broken-font.html
1968fast/writing-mode/text-orientation-basic.html
1969fast/writing-mode/vertical-align-table-baseline.html
1970fast/writing-mode/vertical-baseline-alignment.html
1971fast/writing-mode/vertical-font-fallback.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001972printing/simultaneous-position-float-change.html
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001973svg/css/shadow-changes.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001974svg/custom/mask-colorspace.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001975svg/custom/path-zero-strokewidth.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001976svg/custom/svg-curve-with-relative-cordinates.html
1977svg/custom/use-invalid-pattern.svg
1978svg/filters/feColorMatrix-offset.svg
1979svg/filters/filterRes1.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001980svg/filters/filterRes3.svg
1981svg/filters/parent-children-with-same-filter.svg
1982svg/repaint/filter-repaint.svg
1983svg/text/bidi-embedded-direction.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001984svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg
1985svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg
1986svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg
1987svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg
1988svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg
1989svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg
1990svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg
ossy@webkit.orgf09f5142011-04-09 17:24:32 +00001991transitions/default-timing-function.html
1992http/tests/inspector/console-websocket-error.html
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00001993
ossy@webkit.org6979bbd2011-07-29 16:10:17 +00001994# [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 +00001995# https://bugs.webkit.org/show_bug.cgi?id=52810
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00001996fast/repaint/moving-shadow-on-container.html
1997fast/repaint/moving-shadow-on-path.html
ossy@webkit.org7f5f0e672011-07-29 13:42:40 +00001998svg/batik/masking/maskRegions.svg
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00001999svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg
2000svg/css/stars-with-shadow.html
2001svg/custom/circular-marker-reference-1.svg
2002svg/custom/circular-marker-reference-2.svg
2003svg/custom/circular-marker-reference-3.svg
2004svg/custom/circular-marker-reference-4.svg
ossy@webkit.org4512b592011-06-06 14:57:30 +00002005svg/custom/embedding-external-svgs.xhtml
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002006svg/custom/empty-merge.svg
ossy@webkit.org45d2b522011-07-27 14:12:12 +00002007svg/custom/image-with-transform-clip-filter.svg
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002008svg/custom/non-circular-marker-reference.svg
2009svg/custom/non-scaling-stroke-markers.svg
ossy@webkit.org6cd3a602011-06-06 12:23:09 +00002010svg/custom/object-sizing-explicit-width-height.xhtml
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002011svg/custom/recursive-filter.svg
2012svg/custom/relative-sized-inner-svg.xhtml
2013svg/custom/relative-sized-use-on-symbol.xhtml
2014svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml
2015svg/custom/resource-invalidate-on-target-update.svg
2016svg/custom/stroked-pattern.svg
2017svg/custom/text-rotated-gradient.svg
2018svg/custom/use-css-events.svg
2019svg/custom/use-detach.svg
2020svg/custom/use-on-symbol-inside-pattern.svg
2021svg/filters/feColorMatrix-values.svg
ossy@webkit.org2078ccb2011-10-04 12:58:27 +00002022svg/filters/feColorMatrix-saturate.svg
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002023svg/filters/filteredImage.svg
ossy@webkit.org7f5f0e672011-07-29 13:42:40 +00002024svg/hixie/links/001.xml
2025svg/hixie/perf/007.xml
2026svg/hixie/viewbox/preserveAspectRatio/001.xml
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002027svg/overflow/overflow-on-inner-svg-element.svg
ossy@webkit.org24f36e02011-07-13 13:02:54 +00002028svg/text/small-fonts-2.svg
ossy@webkit.orgadd524a2011-04-14 20:24:20 +00002029svg/text/text-align-05-b.svg
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002030svg/W3C-SVG-1.1/animate-elem-06-t.svg
2031svg/W3C-SVG-1.1/extend-namespace-01-f.svg
2032svg/W3C-SVG-1.1/painting-marker-03-f.svg
2033svg/W3C-SVG-1.1/paths-data-03-f.svg
ossy@webkit.org452f3952011-09-08 12:07:06 +00002034svg/W3C-SVG-1.1-SE/filters-image-05-f.svg
ossy@webkit.orgaaeaf4e2011-04-12 08:39:34 +00002035svg/W3C-SVG-1.1-SE/types-dom-05-b.svg
2036svg/W3C-SVG-1.1/struct-frag-02-t.svg
2037svg/W3C-SVG-1.1/struct-frag-03-t.svg
2038svg/W3C-SVG-1.1/text-align-04-b.svg
2039svg/zoom/page/zoom-mask-with-percentages.svg
ossy@webkit.org997847f2011-04-12 11:09:05 +00002040
2041# [Qt] inspector/styles/styles-disable-then-enable.html make inspector/styles/styles-iframe.html fail in debug mode
2042# https://bugs.webkit.org/show_bug.cgi?id=58313
2043inspector/styles/styles-disable-then-enable.html
ossy@webkit.org9267fe62011-04-14 09:56:25 +00002044
ossy@webkit.org1f3c2b52011-04-14 18:33:24 +00002045# [Qt] fast/transforms/scrollIntoView-transformed.html fails
2046# https://bugs.webkit.org/show_bug.cgi?id=58559
2047fast/transforms/scrollIntoView-transformed.html
andreas.kling@nokia.com1d825bc2011-04-15 20:56:18 +00002048
2049# Stuff Kling broke while happy-hacking DRT (r84010, r84012)
2050fast/css/font-face-repeated-url.html
andreas.kling@nokia.comd8690d62011-05-09 14:06:43 +00002051
2052# We cannot implement FrameLoaderClient::canHandleRequest() since QNAM doesn't know
2053# whether or not a given scheme is supported prior to createRequest().
2054# This means we will never reach FrameLoaderClient::dispatchUnableToImplementPolicy()
2055# due to spaceballs:// being an unhandled scheme, and thus the expected warning
2056# will not be in the output.
andreas.kling@nokia.com1d825bc2011-04-15 20:56:18 +00002057http/tests/misc/redirect-to-external-url.html
kinuko@chromium.org66e0cf72011-04-15 23:58:43 +00002058
evan@chromium.org9c3b5042011-04-18 22:58:38 +00002059# Expose title direction in WebKit API
2060# https://bugs.webkit.org/show_bug.cgi?id=58845
2061fast/dom/title-directionality.html
rniwa@webkit.org2c8b9b42011-04-19 21:15:18 +00002062
2063# fast/text/zero-width-characters-complex-script fails on Chrome and Qt on Linux
2064# https://bugs.webkit.org/show_bug.cgi?id=58741
2065fast/text/zero-width-characters-complex-script.html
ossy@webkit.orgb19bdf02011-04-20 10:57:51 +00002066
ossy@webkit.org64071672011-04-22 11:24:29 +00002067# [Qt]fast/url/idna tests fail
2068# https://bugs.webkit.org/show_bug.cgi?id=59187
2069fast/url/idna2003.html
2070fast/url/idna2008.html
xji@chromium.orgeca41002011-04-23 01:09:28 +00002071
2072# https://bugs.webkit.org/show_bug.cgi?id=59265
xji@chromium.orgaeb580c2011-07-27 19:26:08 +00002073editing/selection/move-by-word-visually-multi-line.html
2074editing/selection/move-by-word-visually-multi-space.html
2075editing/selection/move-by-word-visually-null-box.html
2076editing/selection/move-by-word-visually-single-space-inline-element.html
2077editing/selection/move-by-word-visually-single-space-one-element.html
ossy@webkit.org837f11a2011-04-25 17:47:28 +00002078
2079# [Qt] New tests introduced in r84742 fail
2080# https://bugs.webkit.org/show_bug.cgi?id=59334
2081http/tests/misc/will-send-request-returns-null-on-redirect.html
2082http/tests/security/XFrameOptions/x-frame-options-deny.html
2083http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html
ossy@webkit.orgbf23db92011-04-27 15:44:29 +00002084
2085# [Qt] Migrate to Debian Squeeze
2086# https://bugs.webkit.org/show_bug.cgi?id=59609
2087fast/workers/storage/use-same-database-in-page-and-workers.html
2088svg/W3C-SVG-1.1/struct-image-06-t.svg
2089http/tests/loading/preload-slow-loading.php
2090http/tests/security/contentSecurityPolicy/media-src-allowed.html
2091http/tests/security/contentSecurityPolicy/media-src-blocked.html
dino@apple.com9173d972011-04-29 18:15:06 +00002092
abarth@webkit.org2d422e72011-07-26 23:25:49 +00002093# Tests that require ENABLE(DOWNLOAD_ATTRIBUTE).
2094fast/dom/HTMLAnchorElement/anchor-nodownload.html
2095fast/dom/HTMLAnchorElement/anchor-download.html
2096fast/dom/HTMLAnchorElement/anchor-nodownload-set.html
2097fast/dom/HTMLAnchorElement/anchor-download-unset.html
2098
commit-queue@webkit.org084ff962011-05-09 11:00:47 +00002099# This platform does not support the Page Visibility API.
2100fast/events/page-visibility-iframe-delete-test.html
2101fast/events/page-visibility-iframe-move-test.html
2102fast/events/page-visibility-iframe-propagation-test.html
2103fast/events/page-visibility-transition-test.html
andreas.kling@nokia.com3b5690e2011-05-09 15:23:01 +00002104
2105# Fails with Qt 4.7.3.
2106http/tests/inspector/network/download.html
2107http/tests/inspector/network/x-frame-options-deny.html
ossy@webkit.org88951fd2011-05-10 12:30:44 +00002108
ossy@webkit.org5a202012011-05-14 08:48:19 +00002109# [Qt]fast/events/remove-target-in-mouseup* tests fail
2110# https://bugs.webkit.org/show_bug.cgi?id=60833
2111fast/events/remove-target-in-mouseup-deep.html
2112fast/events/remove-target-in-mouseup-insertback.html
2113fast/events/remove-target-in-mouseup-twice.html
2114fast/events/remove-target-in-mouseup.html
2115
rniwa@webkit.orgb60f9a22011-05-24 19:51:54 +00002116# [Qt] Selectstart event tests added by r87096 are failing on Qt
2117# https://bugs.webkit.org/show_bug.cgi?id=61322
2118fast/events/selectstart-by-double-triple-clicks.html
2119fast/events/selectstart-by-drag.html
mihaip@chromium.org7ef8e032011-05-26 19:53:00 +00002120
2121# JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540)
2122http/tests/security/isolatedWorld/cross-origin-xhr.html
dglazkov@chromium.orgb4a80372011-06-02 20:15:34 +00002123
ossy@webkit.org24990772011-06-06 11:12:21 +00002124# failing new tests
2125fast/block/float/overhanging-tall-block.html
2126fast/backgrounds/border-radius-split-background-image.html
2127fast/backgrounds/border-radius-split-background.html
ossy@webkit.org24990772011-06-06 11:12:21 +00002128fast/borders/border-antialiasing.html
2129fast/borders/border-styles-split.html
2130fast/borders/mixed-border-styles-radius2.html
2131fast/box-shadow/scaled-box-shadow.html
2132fast/box-shadow/single-pixel-shadow.html
2133fast/text/selection-rect-rounding.html
ossy@webkit.org4c825ae2011-06-06 13:33:22 +00002134svg/as-object/object-box-sizing-no-width-height.html
ossy@webkit.org24990772011-06-06 11:12:21 +00002135svg/custom/object-sizing-explicit-height.xhtml
2136svg/custom/object-sizing-explicit-width.xhtml
ossy@webkit.org24990772011-06-06 11:12:21 +00002137svg/custom/object-no-size-attributes.xhtml
2138svg/custom/painting-marker-07-f-inherit.svg
2139svg/custom/small-rect-scale.svg
2140svg/filters/feConvolveFilter-y-bounds.svg
ossy@webkit.org534882d2011-06-08 06:13:06 +00002141
ossy@webkit.org590f8402011-06-28 07:55:17 +00002142# failing new tests
tkent@chromium.org353b0be2011-08-23 12:39:55 +00002143fast/forms/range/input-appearance-range.html
ossy@webkit.org590f8402011-06-28 07:55:17 +00002144fast/text/midword-break-before-surrogate-pair.html
2145printing/page-count-relayout-shrink.html
2146svg/custom/svg-fonts-fallback.xhtml
2147svg/custom/svg-fonts-segmented.xhtml
2148svg/custom/svg-fonts-word-spacing.html
2149
2150# new tests, they needs investigation
2151fast/block/float/intruding-float-add-in-sibling-block-on-static-position2.html
2152fast/block/float/intruding-float-add-in-sibling-block-on-static-position.html
2153fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2.html
2154fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position.html
2155fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2.html
2156fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position.html
2157fast/block/float/overhanging-float-add-in-static-position-block2.html
2158fast/block/float/overhanging-float-add-in-static-position-block.html
2159fast/block/float/overhanging-float-remove-from-absolute-position-block2.html
2160fast/block/float/overhanging-float-remove-from-absolute-position-block.html
2161fast/block/float/overhanging-float-remove-from-fixed-position-block2.html
2162fast/block/float/overhanging-float-remove-from-fixed-position-block.html
2163
ossy@webkit.org534882d2011-06-08 06:13:06 +00002164# New tests introduced in r88307, but fail on Qt
2165# https://bugs.webkit.org/show_bug.cgi?id=54417
2166fast/events/touch/touch-gesture-click.html
2167fast/events/touch/touch-gesture-scroll.html
apavlov@chromium.org064af552011-06-08 15:24:41 +00002168
rniwa@webkit.org9858a742011-08-12 22:48:27 +00002169# [Qt] Add eventSender.gestureTap
2170# https://bugs.webkit.org/show_bug.cgi?id=66173
2171fast/events/touch/gesture/gesture-click.html
2172
ossy@webkit.orgb4c49f82011-06-16 06:55:54 +00002173# new test introduced in r88958, but fail on Qt
eric.carlson@apple.com09820a92011-06-16 15:44:15 +00002174# https://bugs.webkit.org/show_bug.cgi?id=62741
ossy@webkit.orgb4c49f82011-06-16 06:55:54 +00002175http/tests/appcache/video.html
ossy@webkit.orge59f8a42011-06-17 08:11:11 +00002176
2177# new test introduced in r89118, but fail on Qt
2178# https://bugs.webkit.org/show_bug.cgi?id=62847
2179fast/parser/xhtml-innerhtml-null-byte.xhtml
ossy@webkit.org8d575e82011-06-23 13:31:28 +00002180
ossy@webkit.orgc3c6edb2011-06-27 07:46:10 +00002181# new failing inspector tests
2182inspector/console/console-trace-in-eval.html
2183inspector/debugger/source-frame.html
2184inspector/styles/styles-update-from-js.html
2185
zimmermann@webkit.org88e0aeb2011-06-25 06:28:12 +00002186# Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths
2187# from Font, making it possible to reuse the simple text code path for SVG Fonts
2188# https://bugs.webkit.org/show_bug.cgi?id=59085
2189# Failing tests after http://trac.webkit.org/changeset/89233
2190# They will pass again when QRawFont is enabled by default.
2191svg/W3C-SVG-1.1/animate-elem-03-t.svg
2192svg/W3C-SVG-1.1/animate-elem-24-t.svg
2193svg/W3C-SVG-1.1/animate-elem-36-t.svg
2194svg/W3C-SVG-1.1/animate-elem-40-t.svg
2195svg/W3C-SVG-1.1/fonts-elem-01-t.svg
2196svg/W3C-SVG-1.1/fonts-elem-02-t.svg
2197svg/W3C-SVG-1.1/fonts-elem-03-b.svg
2198svg/W3C-SVG-1.1/fonts-elem-04-b.svg
2199svg/W3C-SVG-1.1/fonts-elem-05-t.svg
2200svg/W3C-SVG-1.1/fonts-elem-06-t.svg
2201svg/W3C-SVG-1.1/fonts-elem-07-b.svg
2202svg/W3C-SVG-1.1/fonts-glyph-02-t.svg
2203svg/W3C-SVG-1.1/fonts-glyph-03-t.svg
2204svg/W3C-SVG-1.1/fonts-kern-01-t.svg
2205svg/W3C-SVG-1.1/masking-mask-01-b.svg
2206svg/W3C-SVG-1.1/pservers-grad-08-b.svg
2207svg/W3C-SVG-1.1/struct-cond-03-t.svg
2208svg/W3C-SVG-1.1/struct-image-02-b.svg
2209svg/W3C-SVG-1.1/text-align-08-b.svg
2210svg/W3C-SVG-1.1/text-altglyph-01-b.svg
2211svg/W3C-SVG-1.1/text-fonts-03-t.svg
2212svg/W3C-SVG-1.1/text-intro-01-t.svg
2213svg/W3C-SVG-1.1/text-intro-02-b.svg
2214svg/W3C-SVG-1.1/text-intro-03-b.svg
2215svg/W3C-SVG-1.1/text-intro-04-t.svg
2216svg/W3C-SVG-1.1/text-text-04-t.svg
2217svg/W3C-SVG-1.1/text-text-05-t.svg
2218svg/W3C-SVG-1.1/text-text-06-t.svg
2219svg/custom/acid3-test-77.html
2220svg/custom/altglyph.svg
2221svg/custom/font-face-simple.svg
2222svg/custom/global-constructors.html
2223svg/custom/glyph-selection-lang-attribute.svg
2224svg/custom/glyph-setting-d-attribute.svg
2225svg/custom/insertItemBefore-from-non-list-origin.svg
2226svg/custom/svg-fonts-in-text-controls.html
2227svg/custom/svg-fonts-with-no-element-reference.html
2228svg/custom/svg-fonts-without-missing-glyph.xhtml
2229svg/dom/altGlyph-dom.xhtml
2230svg/dom/baseVal-animVal-crash.html
2231svg/dom/font-face-elements.html
2232svg/text/kerning.svg
2233svg/text/multichar-glyph.svg
2234svg/text/text-altglyph-01-b.svg
2235svg/text/text-hkern-on-vertical-text.svg
2236svg/text/text-hkern.svg
2237svg/text/text-text-04-t.svg
2238svg/text/text-text-05-t.svg
2239svg/text/text-text-06-t.svg
2240svg/text/text-vkern-on-horizontal-text.svg
2241svg/text/text-vkern.svg
2242http/tests/misc/SVGFont-delayed-load.html
weinig@apple.com19d92052011-07-15 20:41:19 +00002243
kbalazs@webkit.orgd9cad382011-07-21 10:22:26 +00002244# https://bugs.webkit.org/show_bug.cgi?id=64927
2245inspector/styles/css-live-edit.html
2246
2247# https://bugs.webkit.org/show_bug.cgi?id=64928
2248inspector/styles/get-set-stylesheet-text.html
crogers@google.comdbcecc32011-07-25 22:54:16 +00002249
2250# For now, Web Audio API is disabled
2251webaudio/
ossy@webkit.org9bc5b1b2011-07-27 17:09:29 +00002252
2253# [Qt] svg/W3C-SVG-1.1-SE/styling-pres-02-f.svg fails
ossy@webkit.org017be472011-07-28 13:15:26 +00002254# https://bugs.webkit.org/show_bug.cgi?id=65266
ossy@webkit.org9bc5b1b2011-07-27 17:09:29 +00002255svg/W3C-SVG-1.1-SE/styling-pres-02-f.svg
ossy@webkit.org017be472011-07-28 13:15:26 +00002256
2257# REGRESSION (r91125): Google Drawings is broken
2258# https://bugs.webkit.org/show_bug.cgi?id=65257
2259svg/custom/zero-path-square-cap-rendering2.svg
ossy@webkit.orgdecf9a22011-07-29 08:16:58 +00002260
ossy@webkit.orga3ecf8c2011-08-02 10:57:53 +00002261# [Qt]Web Inspector: http/tests/inspector/network/network-sidebar-width.html fails
2262# https://bugs.webkit.org/show_bug.cgi?id=65526
2263http/tests/inspector/network/network-sidebar-width.html
ossy@webkit.org8d0c2642011-08-03 11:55:26 +00002264
2265# [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
2336# Web Inspector: LayoutTests/inspector/extensions/extensions-resources.html fails on Qt
2337inspector/extensions/extensions-resources.html
zoltan@webkit.orgd0e83c12011-08-29 11:19:10 +00002338
2339# [Qt] REGRESSION(r93937): 4 failing and 3 flaky tests
2340# https://bugs.webkit.org/show_bug.cgi?id=67118
zoltan@webkit.orgd0e83c12011-08-29 11:19:10 +00002341# Flaky
2342fast/forms/input-number-large-padding.html
2343fast/forms/input-spinbutton-capturing.html
2344fast/forms/input-number-events.html
loki@webkit.orgd2ed2c62011-08-29 14:14:45 +00002345
reni@webkit.org209d2cb2011-08-30 09:36:11 +00002346# [Qt] Two tests failed after r94037
2347# https://bugs.webkit.org/show_bug.cgi?id=67188
2348fast/multicol/initial-column-values.html
2349fast/multicol/inherit-column-values.html
kbalazs@webkit.org61fc8062011-08-30 12:04:51 +00002350
ossy@webkit.orgd5b73602011-08-30 12:39:59 +00002351# [Qt] The square-button-appearance test is wrong
2352# https://bugs.webkit.org/show_bug.cgi?id=67128
2353fast/css/square-button-appearance.html
kbalazs@webkit.org20384bb2011-08-31 12:07:26 +00002354
kbalazs@webkit.orge1752fb2011-08-31 13:37:12 +00002355# [Qt] css2.1/t090204-display-change-01-b-ao.html fails after r94084
2356# https://bugs.webkit.org/show_bug.cgi?id=67286
2357css2.1/t090204-display-change-01-b-ao.html
2358
kbalazs@webkit.org4bcac322011-08-31 15:25:57 +00002359# [Qt] Incorrect results for new fast/multicol tests added in r94084
2360# https://bugs.webkit.org/show_bug.cgi?id=67293
2361fast/multicol/positive-leading.html
2362fast/multicol/overflow-unsplittable.html
2363fast/multicol/overflow-across-columns.html
ossy@webkit.org17a4edd2011-09-08 10:16:49 +00002364
2365# new test introduced in r94696, but fails on Qt.
2366# https://bugs.webkit.org/show_bug.cgi?id=67772
2367fast/css/line-after-floating-div.html
ossy@webkit.org29f045f2011-09-08 20:23:53 +00002368
2369# new tests introduced in r94775, but fails on Qt because of missing test font
2370css3/unicode-bidi-isolate-aharon.html
2371css3/unicode-bidi-isolate-basic.html
zoltan@webkit.orgfddabc02011-09-09 12:27:35 +00002372
2373# new test introduced in r94828, but fails on Qt.
2374# https://bugs.webkit.org/show_bug.cgi?id=66588
haraken@google.com89fcc852011-09-16 01:17:37 +00002375http/tests/security/xssAuditor/script-tag-with-16bit-unicode4.html
reni@webkit.org7e509302011-09-16 08:16:30 +00002376
reni@webkit.org676e4e12011-09-16 08:26:15 +00002377# [Qt] One test failed after r95203
2378# https://bugs.webkit.org/show_bug.cgi?id=68233
2379editing/pasteboard/paste-noscript.html
mihaip@chromium.orgcf960e62011-09-16 20:43:41 +00002380
2381# Fails on non-Chromium bots
2382# https://bugs.webkit.org/show_bug.cgi?id=68278
2383http/tests/history/back-with-fragment-change.php
reni@webkit.orgd33056f2011-09-26 14:39:24 +00002384
reni@webkit.org43e39542011-09-26 14:45:33 +00002385# Test failed after r95899
2386# https://bugs.webkit.org/show_bug.cgi?id=68796
2387canvas/philip/tests/2d.drawImage.outsidesource.html
rniwa@webkit.org39b17232011-09-27 00:55:57 +00002388
2389# editing/selection/select-bidi-run.html fails on Qt
2390# https://bugs.webkit.org/show_bug.cgi?id=68854
2391editing/selection/select-bidi-run.html
rgabor@webkit.org997b9bf2011-09-28 08:47:08 +00002392
ossy@webkit.org63e68252011-10-06 11:31:04 +00002393# [Qt] inspector/styles/styles-disable-inherited.html make the next test fail after r96257
kbalazs@webkit.org76f2dd32011-10-03 13:58:35 +00002394# https://bugs.webkit.org/show_bug.cgi?id=69257
ossy@webkit.org63e68252011-10-06 11:31:04 +00002395inspector/styles/styles-disable-inherited.html
ossy@webkit.org7298e962011-10-06 10:53:07 +00002396
2397# [Qt] REGRESSION(r96779): It made svg/as-image/svg-nested.html timeout
2398# https://bugs.webkit.org/show_bug.cgi?id=69511
2399svg/as-image/svg-nested.html
rniwa@webkit.org0258c232011-10-07 01:02:35 +00002400
2401# REGRESSION(r96870): editing/pasteboard/smart-paste-008.html fails on non-Mac
2402# https://bugs.webkit.org/show_bug.cgi?id=69587
2403editing/pasteboard/smart-paste-008.html
zoltan@webkit.orgf5b72332011-10-07 11:11:41 +00002404
ossy@webkit.org7b8c5962011-10-09 10:39:11 +00002405# [Qt] fast/text/line-initial-and-final-swashes.html fails
2406# https://bugs.webkit.org/show_bug.cgi?id=69719
2407fast/text/line-initial-and-final-swashes.html
kbalazs@webkit.org647d22a2011-10-10 14:47:07 +00002408
2409# [Qt] inspector/debugger/script-formatter.html failed after r97056
2410# https://bugs.webkit.org/show_bug.cgi?id=69757
2411inspector/debugger/script-formatter.html