commit-queue@webkit.org | b885a8d | 2013-02-15 00:56:23 +0000 | [diff] [blame] | 1 | # This file contains generic test expectations that apply to all ports of WebKit. |
| 2 | # |
| 3 | # See http://trac.webkit.org/wiki/TestExpectations for more information on this file. |
glenn@skynav.com | 6eafcdd | 2013-02-19 21:46:06 +0000 | [diff] [blame] | 4 | |
simon.fraser@apple.com | ed79632 | 2015-08-03 22:34:57 +0000 | [diff] [blame] | 5 | #////////////////////////////////////////////////////////////////////////////////////////// |
simon.fraser@apple.com | b5cdd8e | 2015-08-07 21:07:40 +0000 | [diff] [blame] | 6 | # Platform-specific tests. Skipped here, then re-enabled on the appropriate platform. |
simon.fraser@apple.com | ed79632 | 2015-08-03 22:34:57 +0000 | [diff] [blame] | 7 | #////////////////////////////////////////////////////////////////////////////////////////// |
| 8 | |
wenson_hsieh@apple.com | 0b1ed76 | 2015-10-22 13:54:55 +0000 | [diff] [blame] | 9 | css3/touch-action [ Skip ] |
simon.fraser@apple.com | af2d239 | 2015-08-04 22:52:42 +0000 | [diff] [blame] | 10 | accessibility/ios-simulator [ Skip ] |
simon.fraser@apple.com | ed79632 | 2015-08-03 22:34:57 +0000 | [diff] [blame] | 11 | accessibility/gtk [ Skip ] |
simon.fraser@apple.com | f75227e | 2015-08-04 03:00:09 +0000 | [diff] [blame] | 12 | accessibility/mac [ Skip ] |
simon.fraser@apple.com | 0d5efa3 | 2015-08-04 03:00:24 +0000 | [diff] [blame] | 13 | accessibility/win [ Skip ] |
simon.fraser@apple.com | 3891571 | 2016-01-15 23:57:41 +0000 | [diff] [blame] | 14 | displaylists [ Skip ] |
simon.fraser@apple.com | 4d83201 | 2015-08-05 01:39:10 +0000 | [diff] [blame] | 15 | editing/mac [ Skip ] |
simon.fraser@apple.com | e380a6e | 2015-08-04 03:11:39 +0000 | [diff] [blame] | 16 | editing/pasteboard/gtk [ Skip ] |
simon.fraser@apple.com | 87e6671 | 2015-08-04 22:53:28 +0000 | [diff] [blame] | 17 | tiled-drawing [ Skip ] |
timothy_horton@apple.com | 8635bd6 | 2015-09-03 21:11:44 +0000 | [diff] [blame] | 18 | swipe [ Skip ] |
simon.fraser@apple.com | 943a967 | 2015-09-21 19:10:48 +0000 | [diff] [blame] | 19 | fast/zooming/ios [ Skip ] |
simon.fraser@apple.com | 45930c7 | 2016-06-15 23:07:42 +0000 | [diff] [blame] | 20 | fast/forms/ios [ Skip ] |
simon.fraser@apple.com | 00096f3 | 2015-09-26 00:17:27 +0000 | [diff] [blame] | 21 | fast/viewport/ios [ Skip ] |
simon.fraser@apple.com | 4161136 | 2015-09-30 21:48:00 +0000 | [diff] [blame] | 22 | fast/events/ios [ Skip ] |
simon.fraser@apple.com | cc125d9 | 2015-10-01 18:26:42 +0000 | [diff] [blame] | 23 | fast/events/touch/ios [ Skip ] |
simon.fraser@apple.com | 4671f1a | 2016-05-10 00:20:27 +0000 | [diff] [blame] | 24 | fast/scrolling/ios [ Skip ] |
adachan@apple.com | f4dc622 | 2016-05-24 21:48:20 +0000 | [diff] [blame] | 25 | media/mac [ Skip ] |
simon.fraser@apple.com | ed79632 | 2015-08-03 22:34:57 +0000 | [diff] [blame] | 26 | |
simon.fraser@apple.com | b5cdd8e | 2015-08-07 21:07:40 +0000 | [diff] [blame] | 27 | fast/forms/attributed-strings.html [ Skip ] |
simon.fraser@apple.com | e7195a6 | 2015-08-07 21:07:55 +0000 | [diff] [blame] | 28 | fast/scrolling/latching [ Skip ] |
simon.fraser@apple.com | b5cdd8e | 2015-08-07 21:07:40 +0000 | [diff] [blame] | 29 | |
wenson_hsieh@apple.com | 889271e | 2015-08-19 02:09:44 +0000 | [diff] [blame] | 30 | fast/forms/search/search-padding-cancel-results-buttons.html [ Skip ] |
wenson_hsieh@apple.com | fec1916 | 2015-08-25 18:00:02 +0000 | [diff] [blame] | 31 | fast/forms/search/search-results-hidden-crash.html [ Skip ] |
wenson_hsieh@apple.com | 889271e | 2015-08-19 02:09:44 +0000 | [diff] [blame] | 32 | |
ap@apple.com | e238610 | 2015-09-03 20:54:01 +0000 | [diff] [blame] | 33 | # This doesn't have to be platform-specific, but it's only implemented on Mac now. |
| 34 | fast/url/user-visible [ Skip ] |
| 35 | |
bdakin@apple.com | e183b42 | 2015-09-04 22:41:32 +0000 | [diff] [blame] | 36 | # Only Mac supports force tests. |
bdakin@apple.com | 3a7a0a0 | 2015-09-05 00:23:50 +0000 | [diff] [blame] | 37 | fast/events/cancelled-force-click-link-navigation.html [ Skip ] |
bdakin@apple.com | e183b42 | 2015-09-04 22:41:32 +0000 | [diff] [blame] | 38 | fast/events/force-click-link-selection-behavior.html [ Skip ] |
| 39 | fast/events/force-click-on-link-navigation.html [ Skip ] |
| 40 | fast/events/force-click-text-selection-behavior.html [ Skip ] |
| 41 | fast/events/mouse-force-changed.html [ Skip ] |
| 42 | fast/events/mouse-force-down.html [ Skip ] |
| 43 | fast/events/mouse-force-up.html [ Skip ] |
| 44 | |
aestes@apple.com | a2301d3 | 2015-09-09 16:56:14 +0000 | [diff] [blame] | 45 | # Only iOS supports QuickLook |
| 46 | quicklook [ Skip ] |
aestes@apple.com | d8cad20 | 2015-10-15 00:21:27 +0000 | [diff] [blame] | 47 | http/tests/quicklook [ Skip ] |
aestes@apple.com | a2301d3 | 2015-09-09 16:56:14 +0000 | [diff] [blame] | 48 | |
achristensen@apple.com | 775405f | 2015-12-10 21:26:28 +0000 | [diff] [blame] | 49 | # These tests are WebKit2-only |
aestes@apple.com | dcf1cf3 | 2015-09-21 04:26:43 +0000 | [diff] [blame] | 50 | http/tests/appcache/decide-navigation-policy-after-delay.html [ Skip ] |
achristensen@apple.com | 775405f | 2015-12-10 21:26:28 +0000 | [diff] [blame] | 51 | http/tests/misc/will-send-request-with-client-provided-http-body.html [ Skip ] |
aestes@apple.com | dcf1cf3 | 2015-09-21 04:26:43 +0000 | [diff] [blame] | 52 | |
simon.fraser@apple.com | 943a967 | 2015-09-21 19:10:48 +0000 | [diff] [blame] | 53 | # Only Mac and iOS have an implementation of UIScriptController::doAsyncTask(). |
| 54 | fast/harness/ui-side-scripts.html [ Skip ] |
| 55 | fast/harness/concurrent-ui-side-scripts.html [ Skip ] |
| 56 | |
timothy_horton@apple.com | a0be1e1 | 2016-06-16 01:14:02 +0000 | [diff] [blame] | 57 | # This test only makes sense on Mac |
| 58 | fast/attachment/attachment-subtitle-resize.html |
| 59 | |
simon.fraser@apple.com | ed79632 | 2015-08-03 22:34:57 +0000 | [diff] [blame] | 60 | #////////////////////////////////////////////////////////////////////////////////////////// |
simon.fraser@apple.com | b5cdd8e | 2015-08-07 21:07:40 +0000 | [diff] [blame] | 61 | # End platform-specific tests. |
simon.fraser@apple.com | ed79632 | 2015-08-03 22:34:57 +0000 | [diff] [blame] | 62 | #////////////////////////////////////////////////////////////////////////////////////////// |
| 63 | |
rniwa@webkit.org | 7f3c3b2 | 2013-05-17 07:07:47 +0000 | [diff] [blame] | 64 | # media/video-seek-after-end.html is flaky |
| 65 | webkit.org/b/116293 media/video-seek-after-end.html [ Pass Failure ] |
rniwa@webkit.org | e269a57 | 2013-05-20 23:05:33 +0000 | [diff] [blame] | 66 | |
| 67 | webkit.org/b/116473 editing/selection/user-drag-element-and-user-select-none.html [ Failure ] |
kbalazs@webkit.org | 2f8d80f | 2013-05-23 10:32:51 +0000 | [diff] [blame] | 68 | |
g.czajkowski@samsung.com | 0a434a0 | 2014-12-23 09:36:44 +0000 | [diff] [blame] | 69 | webkit.org/b/139862 editing/spelling/editing-multiple-words-with-markers.html [ Timeout Pass ] |
ap@apple.com | cb943e8 | 2015-01-11 09:17:56 +0000 | [diff] [blame] | 70 | webkit.org/b/139903 editing/spelling/grammar-paste.html [ Timeout Pass ] |
g.czajkowski@samsung.com | 701b721 | 2014-12-23 08:26:49 +0000 | [diff] [blame] | 71 | |
kbalazs@webkit.org | 2f8d80f | 2013-05-23 10:32:51 +0000 | [diff] [blame] | 72 | # media/W3C/video/networkState/networkState_during_progress.html is flaky |
| 73 | webkit.org/b/76280 media/W3C/video/networkState/networkState_during_progress.html [ Pass Failure ] |
commit-queue@webkit.org | 6362c30 | 2013-06-27 20:33:07 +0000 | [diff] [blame] | 74 | |
akling@apple.com | 723a7a8 | 2013-07-02 13:31:27 +0000 | [diff] [blame] | 75 | webkit.org/b/118301 fast/dom/timer-throttling-hidden-page.html [ Skip ] |
mark.lam@apple.com | 9c9893e | 2013-08-01 00:28:05 +0000 | [diff] [blame] | 76 | |
fpizlo@apple.com | 1fabb41 | 2013-08-20 23:50:41 +0000 | [diff] [blame] | 77 | # This test will run slowly in debug mode, but is plenty fast in release. |
commit-queue@webkit.org | 4f141ba | 2014-04-15 19:49:23 +0000 | [diff] [blame] | 78 | [ Debug ] js/slow-stress/emscripten-memops.html [ Skip ] |
dino@apple.com | 2e66b71 | 2013-08-29 21:12:11 +0000 | [diff] [blame] | 79 | |
ap@apple.com | d1faf58 | 2013-09-17 22:03:44 +0000 | [diff] [blame] | 80 | webkit.org/b/112521 [ Release ] webaudio/javascriptaudionode.html [ Pass Failure ] |
ap@apple.com | ab45bdf | 2014-04-15 16:29:16 +0000 | [diff] [blame] | 81 | webkit.org/b/112521 [ Debug ] webaudio/javascriptaudionode.html [ Skip ] |
| 82 | webkit.org/b/112521 [ Release ] webaudio/javascriptaudionode-upmix2-8channel-input.html [ Pass Failure ] |
| 83 | webkit.org/b/112521 [ Debug ] webaudio/javascriptaudionode-upmix2-8channel-input.html [ Skip ] |
| 84 | webkit.org/b/112521 [ Release ] webaudio/javascriptaudionode-downmix8-2channel-input.html [ Pass Failure ] |
| 85 | webkit.org/b/112521 [ Debug ] webaudio/javascriptaudionode-downmix8-2channel-input.html [ Skip ] |
| 86 | webkit.org/b/112521 [ Release ] webaudio/audioprocessingevent.html [ Pass Failure ] |
| 87 | webkit.org/b/112521 [ Debug ] webaudio/audioprocessingevent.html [ Skip ] |
bdakin@apple.com | edfffb3 | 2014-10-02 20:50:08 +0000 | [diff] [blame] | 88 | webkit.org/b/137359 webaudio/distance-linear.html [ Pass Failure ] |
ap@apple.com | eedb8df | 2013-10-24 06:16:12 +0000 | [diff] [blame] | 89 | |
stavila@adobe.com | ac11f84 | 2014-12-18 12:54:31 +0000 | [diff] [blame] | 90 | webkit.org/b/139590 animations/cross-fade-webkit-mask-image.html [ Pass Failure ] |
| 91 | |
ap@apple.com | a2f5d53 | 2013-09-23 17:54:22 +0000 | [diff] [blame] | 92 | # The test frequently times out, and is just unsuccessful at detecting incorrect behavior when it passes. |
| 93 | webkit.org/b/72698 media/audio-garbage-collect.html [ Skip ] |
ap@apple.com | 6f540b2 | 2013-10-01 20:45:41 +0000 | [diff] [blame] | 94 | |
| 95 | webkit.org/b/53990 fast/forms/search-event-delay.html [ Pass Failure ] |
commit-queue@webkit.org | aadaf7a | 2013-10-10 23:17:17 +0000 | [diff] [blame] | 96 | |
ap@apple.com | 2689b76 | 2013-12-25 23:54:17 +0000 | [diff] [blame] | 97 | webkit.org/b/126142 css3/calc/transitions-dependent.html [ Pass Failure ] |
ap@apple.com | 6b7db95 | 2014-01-18 18:50:42 +0000 | [diff] [blame] | 98 | |
| 99 | webkit.org/b/124932 media/video-size.html [ Pass Failure ] |
ap@apple.com | 6e2fdd9 | 2014-01-22 19:53:24 +0000 | [diff] [blame] | 100 | |
| 101 | webkit.org/b/126166 [ Debug ] js/dfg-int32array.html [ Skip ] |
| 102 | webkit.org/b/126166 [ Debug ] js/dfg-uint16array.html [ Skip ] |
| 103 | webkit.org/b/126166 [ Debug ] js/dfg-float32array.html [ Skip ] |
| 104 | webkit.org/b/126166 [ Debug ] js/dfg-uint8clampedarray.html [ Skip ] |
| 105 | webkit.org/b/126166 [ Debug ] js/dfg-int8array.html [ Skip ] |
| 106 | webkit.org/b/126166 [ Debug ] js/dfg-float64array.html [ Skip ] |
| 107 | webkit.org/b/126166 [ Debug ] js/dfg-uint8array.html [ Skip ] |
| 108 | webkit.org/b/126166 [ Debug ] js/dfg-int16array.html [ Skip ] |
| 109 | webkit.org/b/126166 [ Debug ] js/dfg-int32array-overflow-values.html [ Skip ] |
| 110 | webkit.org/b/126166 [ Debug ] js/dfg-uint32array.html [ Skip ] |
| 111 | webkit.org/b/126166 [ Debug ] js/dfg-uint32array-overflow-values.html [ Skip ] |
ossy@webkit.org | a18f28e | 2014-01-23 12:38:39 +0000 | [diff] [blame] | 112 | |
mhahnenberg@apple.com | fd67cec | 2014-01-30 02:03:16 +0000 | [diff] [blame] | 113 | webkit.org/b/127860 [ Debug ] js/function-apply-aliased.html [ Skip ] |
| 114 | |
ossy@webkit.org | a18f28e | 2014-01-23 12:38:39 +0000 | [diff] [blame] | 115 | # This test verifies that a mismatch reftest will fail as intended if both results are same. (introduced in r93187) |
| 116 | fast/harness/sample-fail-mismatch-reftest.html [ WontFix ImageOnlyFailure ] |
antti@apple.com | 716ee95 | 2014-01-27 20:52:17 +0000 | [diff] [blame] | 117 | |
| 118 | webkit.org/b/127697 fast/writing-mode/ruby-text-logical-left.html [ Skip ] |
fpizlo@apple.com | b29dd0e | 2014-02-10 17:37:44 +0000 | [diff] [blame] | 119 | |
rniwa@webkit.org | ce065f3 | 2014-02-13 05:39:07 +0000 | [diff] [blame] | 120 | webkit.org/b/83618 fast/dom/inline-event-attributes-release.html [ Failure ] |
ap@apple.com | da89193 | 2014-02-19 21:53:08 +0000 | [diff] [blame] | 121 | |
| 122 | webkit.org/b/129057 media/controls-styling-strict.html [ Pass Failure ] |
zalan@apple.com | 5e034f6 | 2014-02-20 23:04:20 +0000 | [diff] [blame] | 123 | |
bburg@apple.com | 2e5ae99 | 2015-08-18 21:53:23 +0000 | [diff] [blame] | 124 | # These tests will be rewritten, just skip them until that time. |
bburg@apple.com | 6cb65f4 | 2015-08-21 17:05:59 +0000 | [diff] [blame] | 125 | webkit.org/b/148036 http/tests/inspector/css/ [ Skip ] |
| 126 | webkit.org/b/148036 http/tests/inspector/page/ [ Skip ] |
| 127 | webkit.org/b/148036 http/tests/inspector/replay/ [ Skip ] |
bburg@apple.com | 2e5ae99 | 2015-08-18 21:53:23 +0000 | [diff] [blame] | 128 | |
burg@cs.washington.edu | 27c9797 | 2015-08-07 18:33:16 +0000 | [diff] [blame] | 129 | webkit.org/b/129639 inspector/dom/dom-search-crash.html [ Skip ] |
ap@apple.com | 1e70272 | 2014-06-11 20:46:36 +0000 | [diff] [blame] | 130 | |
burg@cs.washington.edu | 27c9797 | 2015-08-07 18:33:16 +0000 | [diff] [blame] | 131 | webkit.org/b/128736 inspector/debugger/setBreakpoint-dfg.html [ Failure Pass ] |
| 132 | webkit.org/b/134982 inspector/debugger/setBreakpoint-dfg-and-modify-local.html [ Failure Pass ] |
ap@apple.com | 61eb4a6 | 2014-04-21 16:56:14 +0000 | [diff] [blame] | 133 | |
joepeck@webkit.org | df02b02 | 2015-07-31 23:57:22 +0000 | [diff] [blame] | 134 | webkit.org/b/142208 inspector/timeline/debugger-paused-while-recording.html [ Skip ] |
| 135 | webkit.org/b/142208 inspector/timeline/exception-in-injected-script-while-recording.html [ Skip ] |
mihnea@adobe.com | 4f79c29 | 2014-03-27 08:03:42 +0000 | [diff] [blame] | 136 | |
burg@cs.washington.edu | 2498594 | 2014-09-26 02:20:05 +0000 | [diff] [blame] | 137 | webkit.org/b/137130 inspector/replay [ Skip ] |
ap@apple.com | cb3f66b | 2014-04-15 16:37:29 +0000 | [diff] [blame] | 138 | |
sbarati@apple.com | f62951b | 2016-05-17 05:31:35 +0000 | [diff] [blame] | 139 | # This test is fast enough in release but quite slow in debug builds. |
| 140 | [ Debug ] inspector/debugger/debugger-stack-overflow.html [ Skip ] |
| 141 | |
burg@cs.washington.edu | 754e085 | 2014-04-17 00:56:35 +0000 | [diff] [blame] | 142 | # Doesn't work yet, relies on network replay functionality (webkit.org/b/130728, webkit.org/b/129391) |
| 143 | webkit.org/b/131318 http/tests/inspector/replay/document-last-modified-fallback-value.html [ Skip ] |
ap@apple.com | 14b42ed | 2014-04-21 06:02:35 +0000 | [diff] [blame] | 144 | |
burg@cs.washington.edu | 2498594 | 2014-09-26 02:20:05 +0000 | [diff] [blame] | 145 | # Collecting region's children in a named flow not supported yet |
| 146 | webkit.org/b/74144 fast/regions/flow-body-in-html.html [ Skip ] |
| 147 | webkit.org/b/74144 fast/regions/universal-selector-children-to-the-same-region.html [ Skip ] |
| 148 | webkit.org/b/74144 fast/regions/region-content-flown-into-region.html [ Skip ] |
andersca@apple.com | c5c6809 | 2014-05-20 17:06:29 +0000 | [diff] [blame] | 149 | |
cdumez@apple.com | 686067c | 2015-08-25 18:38:14 +0000 | [diff] [blame] | 150 | # These conformance tests are no longer in sync with the latest specification |
cdumez@apple.com | d02238d | 2015-08-25 17:58:27 +0000 | [diff] [blame] | 151 | # and expect compareDocumentPosition() to return: |
| 152 | # DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC | DOCUMENT_POSITION_DISCONNECTED |
| 153 | # for disconnected nodes (missing PRECEDING / FOLLOWING information). |
| 154 | # We cannot check rebaseline them because their output is likely to change |
| 155 | # between test runs as it decides PRECEDING / FOLLOWING using pointer |
| 156 | # comparison. |
| 157 | dom/xhtml/level3/core/nodecomparedocumentposition03.xhtml [ WontFix ] |
| 158 | dom/xhtml/level3/core/nodecomparedocumentposition05.xhtml [ WontFix ] |
| 159 | dom/xhtml/level3/core/nodecomparedocumentposition16.xhtml [ WontFix ] |
| 160 | dom/xhtml/level3/core/nodecomparedocumentposition33.xhtml [ WontFix ] |
| 161 | |
| 162 | # Node::compareDocumentPosition() wrongly reports an attribute and its content as disconnected. |
| 163 | webkit.org/b/119325 dom/xhtml/level3/core/nodecomparedocumentposition38.xhtml [ Failure ] |
| 164 | |
ap@apple.com | 14b42ed | 2014-04-21 06:02:35 +0000 | [diff] [blame] | 165 | # Expando properties on attribute nodes disappear |
| 166 | webkit.org/b/88045 fast/dom/gc-attribute-node.html [ Failure Pass ] |
akling@apple.com | 6cf896f | 2014-05-01 07:17:50 +0000 | [diff] [blame] | 167 | |
krit@webkit.org | d349f5d | 2014-05-06 06:06:28 +0000 | [diff] [blame] | 168 | # These tests are incorrect in the CSS test suite and should be fixed there first. |
| 169 | css2.1/20110323/replaced-intrinsic-001.htm [ Failure ] |
| 170 | css2.1/20110323/replaced-intrinsic-002.htm [ Failure ] |
rego@igalia.com | 506cf25 | 2014-05-08 08:05:58 +0000 | [diff] [blame] | 171 | |
ap@apple.com | 2e1482c | 2014-05-11 00:09:04 +0000 | [diff] [blame] | 172 | webkit.org/b/132791 svg/as-object/sizing/svg-in-object-placeholder-height-fixed.html [ Skip ] |
| 173 | webkit.org/b/132791 svg/as-object/sizing/svg-in-object-placeholder-height-percentage.html [ Skip ] |
| 174 | webkit.org/b/132791 svg/as-object/sizing/svg-in-object-placeholder-height-auto.html [ Skip ] |
ap@apple.com | ff62448 | 2014-05-20 17:08:59 +0000 | [diff] [blame] | 175 | |
mhock@apple.com | e7a16fd | 2014-06-02 18:19:28 +0000 | [diff] [blame] | 176 | webkit.org/b/133057 fast/table/border-collapsing/collapsed-borders-adjoining-sections.html [ ImageOnlyFailure ] |
antti@apple.com | 56378ef | 2014-07-09 17:12:39 +0000 | [diff] [blame] | 177 | |
enrica@apple.com | 7eb5cc0 | 2015-03-10 23:12:53 +0000 | [diff] [blame] | 178 | webkit.org/b/142548 editing/selection/extend-by-character-007.html [ Failure ] |
enrica@apple.com | f555d30 | 2015-02-17 01:05:28 +0000 | [diff] [blame] | 179 | |
betravis@adobe.com | fd15259 | 2014-07-31 17:24:38 +0000 | [diff] [blame] | 180 | # CSS Font Loading is not yet enabled on all platforms |
| 181 | webkit.org/b/135390 fast/css/fontloader-download-error.html [ Skip ] |
| 182 | webkit.org/b/135390 fast/css/fontloader-events.html [ Skip ] |
| 183 | webkit.org/b/135390 fast/css/fontloader-loadingdone.html [ Skip ] |
| 184 | webkit.org/b/135390 fast/css/fontloader-multiple-faces-download-error.html [ Skip ] |
| 185 | webkit.org/b/135390 fast/css/fontloader-multiple-faces.html [ Skip ] |
| 186 | webkit.org/b/135390 fast/css/fontloader-multiple-families.html [ Skip ] |
betravis@adobe.com | 161f4ac | 2014-09-03 17:26:09 +0000 | [diff] [blame] | 187 | webkit.org/b/135390 fast/css/fontloader-page-cache.html [ Skip ] |
rniwa@webkit.org | 5e672f0 | 2015-02-24 05:01:15 +0000 | [diff] [blame] | 188 | webkit.org/b/135390 fast/css/fontloader-svg-select.svg [ Skip ] |
betravis@adobe.com | fd15259 | 2014-07-31 17:24:38 +0000 | [diff] [blame] | 189 | webkit.org/b/135390 http/tests/webfont/fontloader-loading-attribute.html [ Skip ] |
mark.lam@apple.com | 863106d | 2014-08-07 19:28:04 +0000 | [diff] [blame] | 190 | |
commit-queue@webkit.org | 388e74c | 2014-08-18 23:10:04 +0000 | [diff] [blame] | 191 | # Various failures from the W3C CSS Shapes test suite import |
| 192 | |
commit-queue@webkit.org | 1d5ab19 | 2014-10-28 17:17:17 +0000 | [diff] [blame] | 193 | webkit.org/b/137788 css3/shapes/shape-outside/shape-image/shape-image-010.html [ ImageOnlyFailure ] |
| 194 | webkit.org/b/137788 css3/shapes/shape-outside/shape-image/shape-image-024.html [ ImageOnlyFailure ] |
| 195 | |
zalan@apple.com | fe8ae58 | 2014-08-20 14:44:56 +0000 | [diff] [blame] | 196 | # border painting diff (Path vs. drawLine) |
| 197 | webkit.org/b/136078 fast/borders/border-painting-dashed.html [ ImageOnlyFailure ] |
| 198 | webkit.org/b/136078 fast/borders/border-painting-dotted.html [ ImageOnlyFailure ] |
| 199 | webkit.org/b/136078 fast/borders/border-painting-double.html [ ImageOnlyFailure ] |
dino@apple.com | 7a1557d | 2014-09-12 22:41:09 +0000 | [diff] [blame] | 200 | |
| 201 | # official flexbox tests |
| 202 | webkit.org/b/136754 css3/flexbox/csswg/css-box-justify-content.html [ ImageOnlyFailure ] |
ap@apple.com | e80d889 | 2015-09-04 16:21:27 +0000 | [diff] [blame] | 203 | webkit.org/b/143294 css3/flexbox/csswg/css-flexbox-height-animation-stretch.html [ Pass ImageOnlyFailure ] |
dino@apple.com | 7a1557d | 2014-09-12 22:41:09 +0000 | [diff] [blame] | 204 | webkit.org/b/136754 css3/flexbox/csswg/css-flexbox-img-expand-evenly.html [ ImageOnlyFailure ] |
| 205 | webkit.org/b/136754 css3/flexbox/csswg/css-flexbox-row.html [ ImageOnlyFailure ] |
| 206 | webkit.org/b/136754 css3/flexbox/csswg/css-flexbox-test1.html [ ImageOnlyFailure ] |
| 207 | webkit.org/b/136754 css3/flexbox/csswg/flex-align-items-center.html [ ImageOnlyFailure ] |
| 208 | webkit.org/b/136754 css3/flexbox/csswg/flex-flexitem-percentage-prescation.html [ ImageOnlyFailure ] |
| 209 | webkit.org/b/136754 css3/flexbox/csswg/flex-items-flexibility.html [ ImageOnlyFailure ] |
| 210 | webkit.org/b/136754 css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html [ ImageOnlyFailure ] |
| 211 | webkit.org/b/136754 css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html [ ImageOnlyFailure ] |
dino@apple.com | 7a1557d | 2014-09-12 22:41:09 +0000 | [diff] [blame] | 212 | webkit.org/b/136754 css3/flexbox/csswg/flexbox-flex-wrap-flexing.html [ ImageOnlyFailure ] |
dino@apple.com | 7a1557d | 2014-09-12 22:41:09 +0000 | [diff] [blame] | 213 | webkit.org/b/136754 css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html [ ImageOnlyFailure ] |
| 214 | webkit.org/b/136754 css3/flexbox/csswg/flexbox_generated-container.html [ ImageOnlyFailure ] |
| 215 | webkit.org/b/136754 css3/flexbox/csswg/flexbox_justifycontent-center-overflow.html [ ImageOnlyFailure ] |
| 216 | webkit.org/b/136754 css3/flexbox/csswg/flexbox_min-height-auto.html [ ImageOnlyFailure ] |
| 217 | webkit.org/b/136754 css3/flexbox/csswg/flexbox_min-width-auto.html [ ImageOnlyFailure ] |
| 218 | webkit.org/b/136754 css3/flexbox/csswg/flexbox_stf-table-singleline.html [ ImageOnlyFailure ] |
| 219 | webkit.org/b/136754 css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping.html [ ImageOnlyFailure ] |
| 220 | webkit.org/b/136754 css3/flexbox/csswg/flexbox_visibility-collapse.html [ ImageOnlyFailure ] |
| 221 | webkit.org/b/136754 css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html [ ImageOnlyFailure ] |
| 222 | webkit.org/b/136754 css3/flexbox/csswg/order/order-with-column-reverse.html [ ImageOnlyFailure ] |
| 223 | webkit.org/b/136754 css3/flexbox/csswg/ttwf-reftest-flex-direction-row-reverse.html [ ImageOnlyFailure ] |
| 224 | webkit.org/b/136754 css3/flexbox/csswg/ttwf-reftest-flex-inline.html [ ImageOnlyFailure ] |
| 225 | webkit.org/b/136754 css3/flexbox/csswg/ttwf-reftest-flex-order.html [ ImageOnlyFailure ] |
| 226 | webkit.org/b/136754 css3/flexbox/csswg/ttwf-reftest-flex-wrap-reverse.html [ ImageOnlyFailure ] |
| 227 | webkit.org/b/136754 css3/flexbox/csswg/ttwf-reftest-flex-wrap.html [ ImageOnlyFailure ] |
utatane.tea@gmail.com | 4f3b034 | 2014-09-27 03:52:52 +0000 | [diff] [blame] | 228 | |
| 229 | # nth-child tests takes long time and Debug build sometimes timeouts because there are many test cases. |
| 230 | webkit.org/b/137149 fast/selectors/nth-child-of-basics.html [ Slow ] |
fpizlo@apple.com | 9bb773c | 2014-09-27 20:27:59 +0000 | [diff] [blame] | 231 | |
msaboff@apple.com | f542506 | 2015-03-26 17:04:38 +0000 | [diff] [blame] | 232 | # Promises/A+ 2.3.3 has many tests and it sometimes exceeds the time limit. |
cdumez@apple.com | 410a131 | 2015-08-30 05:07:17 +0000 | [diff] [blame] | 233 | webkit.org/b/136878 js/promises-tests/promises-tests-2-3-3.html [ Slow ] |
| 234 | |
youenn.fablet@crf.canon.fr | 036c8b4 | 2015-10-21 07:44:33 +0000 | [diff] [blame] | 235 | # Resource files not in resources folder |
commit-queue@webkit.org | 6226acd | 2016-07-13 16:30:38 +0000 | [diff] [blame] | 236 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html [ Skip ] |
| 237 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-subframe.html [ Skip ] |
youenn.fablet@crf.canon.fr | 036c8b4 | 2015-10-21 07:44:33 +0000 | [diff] [blame] | 238 | imported/w3c/web-platform-tests/common/blank.html [ Skip ] |
commit-queue@webkit.org | 6226acd | 2016-07-13 16:30:38 +0000 | [diff] [blame] | 239 | imported/w3c/web-platform-tests/dom/events/EventListener-incumbent-global-subframe-1.sub.html [ Skip ] |
| 240 | imported/w3c/web-platform-tests/dom/events/EventListener-incumbent-global-subframe-2.sub.html [ Skip ] |
| 241 | imported/w3c/web-platform-tests/dom/events/EventListener-incumbent-global-subsubframe.sub.html [ Skip ] |
youenn.fablet@crf.canon.fr | 036c8b4 | 2015-10-21 07:44:33 +0000 | [diff] [blame] | 242 | imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests [ Skip ] |
youenn.fablet@crf.canon.fr | d4d9043 | 2016-01-05 09:28:20 +0000 | [diff] [blame] | 243 | imported/w3c/web-platform-tests/dom/nodes/Element-getElementsByTagName-change-document-HTMLNess-iframe.xml [ Skip ] |
| 244 | imported/w3c/web-platform-tests/dom/nodes/Node-isEqualNode-iframe1.xml [ Skip ] |
| 245 | imported/w3c/web-platform-tests/dom/nodes/Node-isEqualNode-iframe2.xml [ Skip ] |
youenn.fablet@crf.canon.fr | 036c8b4 | 2015-10-21 07:44:33 +0000 | [diff] [blame] | 246 | imported/w3c/web-platform-tests/dom/nodes/Node-parentNode-iframe.html [ Skip ] |
| 247 | imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html [ Skip ] |
| 248 | imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht [ Skip ] |
| 249 | imported/w3c/web-platform-tests/dom/nodes/getElementsByClassNameFrame.htm [ Skip ] |
| 250 | imported/w3c/web-platform-tests/dom/ranges/Range-test-iframe.html [ Skip ] |
| 251 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-1.html [ Skip ] |
| 252 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-2.html [ Skip ] |
| 253 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004-1.html [ Skip ] |
| 254 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html [ Skip ] |
| 255 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html [ Skip ] |
| 256 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1.html [ Skip ] |
| 257 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1.html [ Skip ] |
| 258 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html [ Skip ] |
| 259 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1.html [ Skip ] |
| 260 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1.html [ Skip ] |
| 261 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016-1.html [ Skip ] |
| 262 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html [ Skip ] |
| 263 | imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example.html [ Skip ] |
| 264 | imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html [ Skip ] |
commit-queue@webkit.org | 6226acd | 2016-07-13 16:30:38 +0000 | [diff] [blame] | 265 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-iframe.html [ Skip ] |
| 266 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html [ Skip ] |
| 267 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_child.html [ Skip ] |
| 268 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_grandchild.html [ Skip ] |
| 269 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_child.html [ Skip ] |
| 270 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_grandchild.html [ Skip ] |
| 271 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_helper.html [ Skip ] |
| 272 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_child.html [ Skip ] |
| 273 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_grandchild.html [ Skip ] |
| 274 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm [ Skip ] |
| 275 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/sandbox_allow_script.html [ Skip ] |
youenn.fablet@crf.canon.fr | 036c8b4 | 2015-10-21 07:44:33 +0000 | [diff] [blame] | 276 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html [ Skip ] |
| 277 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html [ Skip ] |
| 278 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html [ Skip ] |
| 279 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html [ Skip ] |
| 280 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html [ Skip ] |
| 281 | imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html [ Skip ] |
cdumez@apple.com | c670ad9 | 2016-02-04 00:04:34 +0000 | [diff] [blame] | 282 | imported/w3c/web-platform-tests/html/semantics/forms/the-button-element/button-activate-frame.html [ Skip ] |
youenn.fablet@crf.canon.fr | 036c8b4 | 2015-10-21 07:44:33 +0000 | [diff] [blame] | 283 | imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html [ Skip ] |
| 284 | imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html [ Skip ] |
| 285 | imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html [ Skip ] |
commit-queue@webkit.org | 6226acd | 2016-07-13 16:30:38 +0000 | [diff] [blame] | 286 | imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown-child.html [ Skip ] |
youenn.fablet@crf.canon.fr | 036c8b4 | 2015-10-21 07:44:33 +0000 | [diff] [blame] | 287 | imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html [ Skip ] |
commit-queue@webkit.org | 6226acd | 2016-07-13 16:30:38 +0000 | [diff] [blame] | 288 | |
youenn.fablet@crf.canon.fr | 6ae48df | 2016-01-05 12:44:41 +0000 | [diff] [blame] | 289 | imported/w3c/web-platform-tests/service-workers [ Skip ] |
youenn.fablet@crf.canon.fr | 036c8b4 | 2015-10-21 07:44:33 +0000 | [diff] [blame] | 290 | |
cdumez@apple.com | 410a131 | 2015-08-30 05:07:17 +0000 | [diff] [blame] | 291 | # Skip W3C tests that are too slow in debug builds. |
cdumez@apple.com | 486e92d | 2015-10-16 18:30:23 +0000 | [diff] [blame] | 292 | webkit.org/b/148546 [ Debug ] imported/w3c/web-platform-tests/dom/interfaces.html [ Skip ] |
cdumez@apple.com | 4e2833c | 2015-09-08 01:09:45 +0000 | [diff] [blame] | 293 | webkit.org/b/148546 [ Debug ] imported/w3c/web-platform-tests/dom/ranges/Range-compareBoundaryPoints.html [ Skip ] |
| 294 | webkit.org/b/148546 [ Debug ] imported/w3c/web-platform-tests/dom/ranges/Range-comparePoint.html [ Skip ] |
| 295 | webkit.org/b/148546 [ Debug ] imported/w3c/web-platform-tests/dom/ranges/Range-isPointInRange.html [ Skip ] |
| 296 | webkit.org/b/148546 [ Debug ] imported/w3c/web-platform-tests/dom/ranges/Range-mutations.html [ Skip ] |
| 297 | webkit.org/b/148546 [ Debug ] imported/w3c/web-platform-tests/dom/ranges/Range-set.html [ Skip ] |
cdumez@apple.com | f18ef33 | 2015-09-08 02:07:49 +0000 | [diff] [blame] | 298 | webkit.org/b/148736 [ Debug ] imported/w3c/web-platform-tests/html/dom/interfaces.html [ Skip ] |
cdumez@apple.com | e517a84 | 2015-09-08 05:08:45 +0000 | [diff] [blame] | 299 | webkit.org/b/148822 [ Debug ] imported/w3c/web-platform-tests/html/semantics/interfaces.html [ Skip ] |
cdumez@apple.com | b9aa04c | 2016-02-17 20:19:32 +0000 | [diff] [blame] | 300 | webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-embedded.html [ Skip ] |
| 301 | webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-forms.html [ Skip ] |
| 302 | webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-grouping.html [ Skip ] |
| 303 | webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-metadata.html [ Skip ] |
| 304 | webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-misc.html [ Skip ] |
| 305 | webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-obsolete.html [ Skip ] |
| 306 | webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-sections.html [ Skip ] |
| 307 | webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-tabular.html [ Skip ] |
| 308 | webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-text.html [ Skip ] |
rniwa@webkit.org | c5c353b | 2015-09-04 22:26:37 +0000 | [diff] [blame] | 309 | |
youenn.fablet@crf.canon.fr | d4d9043 | 2016-01-05 09:28:20 +0000 | [diff] [blame] | 310 | # WPT tests that fail after doing full test repository reimport and need further investigation |
| 311 | imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-document.htm [ Pass Failure ] |
youenn.fablet@crf.canon.fr | d4d9043 | 2016-01-05 09:28:20 +0000 | [diff] [blame] | 312 | imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace.html [ Pass Failure ] |
ap@apple.com | a25648e | 2016-03-15 22:22:55 +0000 | [diff] [blame] | 313 | webkit.org/b/155516 [ Debug ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/area-coords.html [ Skip ] |
| 314 | webkit.org/b/155516 [ Release ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/area-coords.html [ Failure ] |
youenn.fablet@crf.canon.fr | d4d9043 | 2016-01-05 09:28:20 +0000 | [diff] [blame] | 315 | |
youenn.fablet@crf.canon.fr | 9663e66 | 2015-10-25 07:39:22 +0000 | [diff] [blame] | 316 | # W3C XMLHttpRequest tests |
| 317 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-aborted.html [ Slow ] |
| 318 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html [ Slow ] |
| 319 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-overrides.html [ Slow ] |
| 320 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html [ Slow ] |
| 321 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-simple.html [ Slow ] |
| 322 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-synconmain.html [ Slow ] |
| 323 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-twice.html [ Slow ] |
| 324 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html [ Slow ] |
| 325 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html [ Slow ] |
| 326 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html [ Slow ] |
| 327 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html [ Slow ] |
| 328 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker.html [ Slow ] |
| 329 | imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html [ Slow ] |
youenn.fablet@crf.canon.fr | 24428d4 | 2016-01-14 08:39:13 +0000 | [diff] [blame] | 330 | # XMLHttpRequest tests requiring DTR/WTR to allow other URLs than localhost to not be blocked and be reachable (www2.localhost) |
| 331 | imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect-bogus.htm [ Skip ] |
| 332 | imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect-to-cors.htm [ Skip ] |
| 333 | imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect-to-non-cors.htm [ Skip ] |
commit-queue@webkit.org | 921ed23 | 2016-07-06 06:54:52 +0000 | [diff] [blame] | 334 | # Failing assertion with dynamic message |
| 335 | imported/w3c/web-platform-tests/XMLHttpRequest/responsexml-document-properties.htm [ Failure ] |
youenn.fablet@crf.canon.fr | 1b9381b | 2016-04-28 17:12:42 +0000 | [diff] [blame] | 336 | # Fetch Worker tests skipped until bug 156737 is resolved |
| 337 | imported/w3c/web-platform-tests/fetch/api/cors/cors-basic-worker.html [ Skip ] |
| 338 | imported/w3c/web-platform-tests/fetch/api/cors/cors-cookies-worker.html [ Skip ] |
| 339 | imported/w3c/web-platform-tests/fetch/api/cors/cors-filtering-worker.html [ Skip ] |
| 340 | imported/w3c/web-platform-tests/fetch/api/cors/cors-multiple-origins-worker.html [ Skip ] |
| 341 | imported/w3c/web-platform-tests/fetch/api/cors/cors-no-preflight-worker.html [ Skip ] |
| 342 | imported/w3c/web-platform-tests/fetch/api/cors/cors-origin-worker.html [ Skip ] |
| 343 | imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-redirect-worker.html [ Skip ] |
| 344 | imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-referrer-worker.html [ Skip ] |
| 345 | imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-status-worker.html [ Skip ] |
| 346 | imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-worker.html [ Skip ] |
| 347 | imported/w3c/web-platform-tests/fetch/api/cors/cors-redirect-credentials-worker.html [ Skip ] |
| 348 | imported/w3c/web-platform-tests/fetch/api/cors/cors-redirect-worker.html [ Skip ] |
| 349 | imported/w3c/web-platform-tests/fetch/api/credentials/authentication-basic-worker.html [ Skip ] |
| 350 | imported/w3c/web-platform-tests/fetch/api/credentials/cookies-worker.html [ Skip ] |
| 351 | imported/w3c/web-platform-tests/fetch/api/policies/csp-blocked-worker.html [ Skip ] |
| 352 | imported/w3c/web-platform-tests/fetch/api/policies/referrer-no-referrer-worker.html [ Skip ] |
| 353 | imported/w3c/web-platform-tests/fetch/api/policies/referrer-origin-worker.html [ Skip ] |
| 354 | imported/w3c/web-platform-tests/fetch/api/policies/referrer-unsafe-url-worker.html [ Skip ] |
| 355 | imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-worker.html [ Skip ] |
| 356 | imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-worker.html [ Skip ] |
| 357 | imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker.html [ Skip ] |
| 358 | imported/w3c/web-platform-tests/fetch/api/redirect/redirect-mode-worker.html [ Skip ] |
| 359 | imported/w3c/web-platform-tests/fetch/nosniff/worker.html [ Skip ] |
| 360 | |
| 361 | webkit.org/b/157068 imported/w3c/web-platform-tests/fetch/nosniff/importscripts.html [ Skip ] |
youenn.fablet@crf.canon.fr | bd199fa | 2016-04-28 19:35:30 +0000 | [diff] [blame] | 362 | webkit.org/b/157145 imported/w3c/web-platform-tests/fetch/nosniff/stylesheet.html [ Failure Pass ] |
commit-queue@webkit.org | 6226acd | 2016-07-13 16:30:38 +0000 | [diff] [blame] | 363 | webkit.org/b/159712 imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/document-without-browsing-context.html [ Timeout ] |
| 364 | webkit.org/b/159712 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping.html [ Failure Pass ] |
| 365 | webkit.org/b/159712 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping.html [ Failure Pass ] |
| 366 | webkit.org/b/159712 imported/w3c/web-platform-tests/XMLHttpRequest/open-url-multi-window-6.htm [ Pass Timeout ] |
commit-queue@webkit.org | 435fe26 | 2016-07-19 14:12:58 +0000 | [diff] [blame^] | 367 | |
| 368 | webkit.org/b/159724 imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect-post-upload.htm [ Failure Crash Pass ] |
youenn.fablet@crf.canon.fr | 1b9381b | 2016-04-28 17:12:42 +0000 | [diff] [blame] | 369 | |
rniwa@webkit.org | c5c353b | 2015-09-04 22:26:37 +0000 | [diff] [blame] | 370 | # New W3C ref tests that are failing. |
cdumez@apple.com | e517a84 | 2015-09-08 05:08:45 +0000 | [diff] [blame] | 371 | webkit.org/b/148856 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_initially_paused.html [ ImageOnlyFailure ] |
msaboff@apple.com | f542506 | 2015-03-26 17:04:38 +0000 | [diff] [blame] | 372 | |
dino@apple.com | 81065d8 | 2014-10-09 22:34:14 +0000 | [diff] [blame] | 373 | # @supports W3C Failures |
| 374 | webkit.org/b/137566 css3/conditional/w3c/at-supports-010.html [ ImageOnlyFailure ] |
| 375 | webkit.org/b/137568 css3/conditional/w3c/at-supports-014.html [ ImageOnlyFailure ] |
ap@apple.com | 5a78043 | 2014-10-20 16:40:42 +0000 | [diff] [blame] | 376 | |
ap@apple.com | 278cf47 | 2014-11-14 18:00:58 +0000 | [diff] [blame] | 377 | transitions/svg-text-shadow-transition.html [ Failure ] |
ap@apple.com | 5a78043 | 2014-10-20 16:40:42 +0000 | [diff] [blame] | 378 | webkit.org/b/137883 transitions/background-transitions.html [ Failure Pass ] |
| 379 | webkit.org/b/137883 transitions/border-radius-transition.html [ Failure Pass ] |
| 380 | webkit.org/b/137883 transitions/change-values-during-transition.html [ Failure Pass ] |
| 381 | webkit.org/b/137883 transitions/clip-transition.html [ Failure Pass ] |
| 382 | webkit.org/b/137883 transitions/color-transition-all.html [ Failure Pass ] |
| 383 | webkit.org/b/137883 transitions/color-transition-premultiplied.html [ Failure Pass ] |
| 384 | webkit.org/b/137883 transitions/color-transition-rounding.html [ Failure Pass ] |
| 385 | webkit.org/b/137883 transitions/created-while-suspended.html [ Failure Pass ] |
ap@apple.com | 278cf47 | 2014-11-14 18:00:58 +0000 | [diff] [blame] | 386 | webkit.org/b/137883 transitions/cross-fade-background-image.html [ Pass Failure ] |
| 387 | webkit.org/b/137883 transitions/cross-fade-border-image.html [ Pass Failure ] |
| 388 | webkit.org/b/137883 transitions/cubic-bezier-overflow-color.html [ Pass Failure ] |
| 389 | webkit.org/b/137883 transitions/cubic-bezier-overflow-length.html [ Pass Failure ] |
| 390 | webkit.org/b/137883 transitions/cubic-bezier-overflow-shadow.html [ Pass Failure ] |
| 391 | webkit.org/b/137883 transitions/cubic-bezier-overflow-svg-length.html [ Pass Failure ] |
| 392 | webkit.org/b/137883 transitions/cubic-bezier-overflow-transform.html [ Pass Failure ] |
| 393 | webkit.org/b/137883 transitions/delay.html [ Pass Failure ] |
| 394 | webkit.org/b/137883 transitions/equivalent-background-image-no-transition.html [ Pass Failure ] |
| 395 | webkit.org/b/137883 transitions/flex-transitions.html [ Pass Failure ] |
| 396 | webkit.org/b/137883 transitions/interrupt-transform-transition.html [ Pass Failure ] |
| 397 | webkit.org/b/137883 transitions/interrupt-zero-duration.html [ Pass Failure ] |
| 398 | webkit.org/b/137883 transitions/interrupted-accelerated-transition.html [ Pass Failure ] |
| 399 | webkit.org/b/137883 transitions/longhand-vs-shorthand-initial.html [ Pass Failure ] |
| 400 | webkit.org/b/137883 transitions/mask-transitions.html [ Pass Failure ] |
| 401 | webkit.org/b/137883 transitions/matched-transform-functions.html [ Pass Failure ] |
| 402 | webkit.org/b/137883 transitions/mismatched-shadow-styles.html [ Pass Failure ] |
| 403 | webkit.org/b/137883 transitions/mismatched-shadow-transitions.html [ Pass Failure ] |
| 404 | webkit.org/b/137883 transitions/mixed-type.html [ Pass Failure ] |
| 405 | webkit.org/b/137883 transitions/move-after-transition.html [ Pass Failure ] |
| 406 | webkit.org/b/137883 transitions/multiple-background-size-transitions.html [ Pass Failure ] |
| 407 | webkit.org/b/137883 transitions/multiple-background-transitions.html [ Pass Failure ] |
| 408 | webkit.org/b/137883 transitions/multiple-mask-transitions.html [ Pass Failure ] |
| 409 | webkit.org/b/137883 transitions/multiple-shadow-transitions.html [ Pass Failure ] |
| 410 | webkit.org/b/137883 transitions/negative-delay.html [ Pass Failure ] |
| 411 | webkit.org/b/137883 transitions/opacity-transition-zindex.html [ Pass Failure ] |
| 412 | webkit.org/b/137883 transitions/repeated-firing-background-color.html [ Pass Failure ] |
| 413 | webkit.org/b/137883 transitions/retargetted-transition.html [ Pass Failure ] |
| 414 | webkit.org/b/137883 transitions/rounded-rect-becomes-non-renderable-while-transitioning.html [ Pass Failure ] |
| 415 | webkit.org/b/137883 transitions/shorthand-border-transitions.html [ Pass Failure ] |
| 416 | webkit.org/b/137883 transitions/shorthand-transitions.html [ Pass Failure ] |
| 417 | webkit.org/b/137883 transitions/started-while-suspended.html [ Pass Failure ] |
| 418 | webkit.org/b/137883 transitions/transition-shorthand-delay.html |
| 419 | webkit.org/b/137883 transitions/transition-timing-function.html [ Pass Failure ] |
commit-queue@webkit.org | 9a94dd7 | 2014-11-14 23:45:41 +0000 | [diff] [blame] | 420 | |
youenn.fablet@crf.canon.fr | e855ef7 | 2015-01-31 09:46:40 +0000 | [diff] [blame] | 421 | # W3C web platform tests infrastructure directories are skipped as they may contain html files |
| 422 | imported/w3c/web-platform-tests/common [ Skip ] |
| 423 | imported/w3c/web-platform-tests/fonts [ Skip ] |
| 424 | imported/w3c/web-platform-tests/images [ Skip ] |
commit-queue@webkit.org | 77efc42 | 2016-06-21 18:15:48 +0000 | [diff] [blame] | 425 | imported/w3c/web-platform-tests/tools [ Skip ] |
youenn.fablet@crf.canon.fr | e855ef7 | 2015-01-31 09:46:40 +0000 | [diff] [blame] | 426 | |
commit-queue@webkit.org | 9a94dd7 | 2014-11-14 23:45:41 +0000 | [diff] [blame] | 427 | # Imported W3C canvas failed tests |
commit-queue@webkit.org | 9a94dd7 | 2014-11-14 23:45:41 +0000 | [diff] [blame] | 428 | webkit.org/b/138676 imported/w3c/canvas/2d.pattern.image.null.html [ Failure ] |
| 429 | webkit.org/b/138676 imported/w3c/canvas/2d.pattern.image.incomplete.omitted.html [ Failure ] |
| 430 | webkit.org/b/138676 imported/w3c/canvas/2d.drawImage.null.html [ Failure ] |
| 431 | webkit.org/b/138676 imported/w3c/canvas/2d.path.rect.winding.html [ Failure ] |
| 432 | webkit.org/b/138676 imported/w3c/canvas/2d.drawImage.image.incomplete.omitted.html [ Failure ] |
| 433 | webkit.org/b/138676 imported/w3c/canvas/security.pattern.canvas.fillStyle.html [ Failure ] |
| 434 | webkit.org/b/138676 imported/w3c/canvas/security.reset.html [ Failure ] |
| 435 | webkit.org/b/138676 imported/w3c/canvas/security.pattern.cross.html [ Failure ] |
| 436 | webkit.org/b/138676 imported/w3c/canvas/2d.pattern.image.incomplete.html [ Failure ] |
| 437 | webkit.org/b/138676 imported/w3c/canvas/2d.drawImage.animated.poster.html [ Failure ] |
| 438 | webkit.org/b/138676 imported/w3c/canvas/2d.fillStyle.parse.rgb-eof.html [ Failure ] |
| 439 | webkit.org/b/138676 imported/w3c/canvas/2d.imageData.put.null.html [ Failure ] |
| 440 | webkit.org/b/138676 imported/w3c/canvas/security.pattern.image.strokeStyle.html [ Failure ] |
commit-queue@webkit.org | 9a94dd7 | 2014-11-14 23:45:41 +0000 | [diff] [blame] | 441 | webkit.org/b/138676 imported/w3c/canvas/2d.imageData.get.nonfinite.html [ Failure ] |
| 442 | webkit.org/b/138676 imported/w3c/canvas/2d.line.cap.round.html [ Failure ] |
| 443 | webkit.org/b/138676 imported/w3c/canvas/2d.gradient.object.invalidoffset.html [ Failure ] |
| 444 | webkit.org/b/138676 imported/w3c/canvas/security.pattern.canvas.strokeStyle.html [ Failure ] |
| 445 | webkit.org/b/138676 imported/w3c/canvas/2d.gradient.radial.nonfinite.html [ Failure ] |
| 446 | webkit.org/b/138676 imported/w3c/canvas/2d.imageData.object.ctor.html [ Failure ] |
commit-queue@webkit.org | 9a94dd7 | 2014-11-14 23:45:41 +0000 | [diff] [blame] | 447 | webkit.org/b/138676 imported/w3c/canvas/2d.drawImage.incomplete.html [ Failure ] |
| 448 | webkit.org/b/138676 imported/w3c/canvas/2d.imageData.create2.nonfinite.html [ Failure ] |
| 449 | webkit.org/b/138676 imported/w3c/canvas/2d.composite.operation.clear.html [ Failure ] |
| 450 | webkit.org/b/138676 imported/w3c/canvas/2d.composite.operation.darker.html [ Failure ] |
| 451 | webkit.org/b/138676 imported/w3c/canvas/security.drawImage.image.html [ Failure ] |
| 452 | webkit.org/b/138676 imported/w3c/canvas/2d.drawImage.broken.html [ Failure ] |
| 453 | webkit.org/b/138676 imported/w3c/canvas/2d.imageData.create1.zero.html [ Failure ] |
| 454 | webkit.org/b/138676 imported/w3c/canvas/2d.gradient.linear.nonfinite.html [ Failure ] |
commit-queue@webkit.org | 9a94dd7 | 2014-11-14 23:45:41 +0000 | [diff] [blame] | 455 | webkit.org/b/138676 imported/w3c/canvas/2d.fillStyle.parse.rgba-eof.html [ Failure ] |
| 456 | webkit.org/b/138676 imported/w3c/canvas/security.drawImage.canvas.html [ Failure ] |
| 457 | webkit.org/b/138676 imported/w3c/canvas/security.pattern.image.fillStyle.html [ Failure ] |
| 458 | webkit.org/b/138676 imported/w3c/canvas/2d.imageData.put.nonfinite.html [ Failure ] |
| 459 | webkit.org/b/138676 imported/w3c/canvas/2d.pattern.image.incomplete.empty.html [ Failure ] |
commit-queue@webkit.org | 9a94dd7 | 2014-11-14 23:45:41 +0000 | [diff] [blame] | 460 | |
| 461 | # Imported W3C canvas tests need to be changed such that they can be automatically verified |
| 462 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.fontface.repeat.html [ Skip ] |
| 463 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.fill.maxWidth.small.html [ Skip ] |
| 464 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.fill.rtl.html [ Skip ] |
| 465 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.stroke.basic.html [ Skip ] |
| 466 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.align.end.rtl.html [ Skip ] |
| 467 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.align.left.html [ Skip ] |
| 468 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.align.right.html [ Skip ] |
| 469 | webkit.org/b/138676 imported/w3c/canvas/toDataURL.png.complexcolours.html [ Skip ] |
| 470 | webkit.org/b/138676 imported/w3c/canvas/2d.shadow.blur.high.html [ Skip ] |
| 471 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.space.collapse.nonspace.html [ Skip ] |
| 472 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.fontface.html [ Skip ] |
| 473 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.space.basic.html [ Skip ] |
| 474 | webkit.org/b/138676 imported/w3c/canvas/2d.scaled.html [ Skip ] |
| 475 | webkit.org/b/138676 imported/w3c/canvas/2d.text.measure.width.basic.html [ Skip ] |
| 476 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.fontface.notinpage.html [ Skip ] |
| 477 | webkit.org/b/138676 imported/w3c/canvas/2d.coordinatespace.html [ Skip ] |
| 478 | webkit.org/b/138676 imported/w3c/canvas/toDataURL.jpeg.primarycolours.html [ Skip ] |
| 479 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.fill.maxWidth.fontface.html [ Skip ] |
| 480 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.fill.maxWidth.zero.html [ Skip ] |
| 481 | webkit.org/b/138676 imported/w3c/canvas/security.dataURI.html [ Skip ] |
| 482 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.fill.maxWidth.bound.html [ Skip ] |
| 483 | webkit.org/b/138676 imported/w3c/canvas/2d.drawImage.animated.gif.html [ Skip ] |
| 484 | webkit.org/b/138676 imported/w3c/canvas/2d.pattern.animated.gif.html [ Skip ] |
| 485 | webkit.org/b/138676 imported/w3c/canvas/2d.pattern.modify.image1.html [ Skip ] |
| 486 | webkit.org/b/138676 imported/w3c/canvas/2d.pattern.modify.image2.html [ Skip ] |
| 487 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.align.center.html [ Skip ] |
| 488 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.fill.basic.html [ Skip ] |
| 489 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.baseline.alphabetic.html [ Skip ] |
| 490 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.kern.consistent.html [ Skip ] |
| 491 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.fill.maxWidth.large.html [ Skip ] |
| 492 | webkit.org/b/138676 imported/w3c/canvas/toDataURL.jpeg.alpha.html [ Skip ] |
| 493 | webkit.org/b/138676 imported/w3c/canvas/toDataURL.png.primarycolours.html [ Skip ] |
| 494 | webkit.org/b/138676 imported/w3c/canvas/2d.shadow.blur.low.html [ Skip ] |
| 495 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.align.start.ltr.html [ Skip ] |
| 496 | webkit.org/b/138676 imported/w3c/canvas/2d.drawImage.animated.apng.html [ Skip ] |
| 497 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.align.start.rtl.html [ Skip ] |
| 498 | webkit.org/b/138676 imported/w3c/canvas/2d.text.draw.align.end.ltr.html [ Skip ] |
| 499 | webkit.org/b/138676 imported/w3c/canvas/toDataURL.jpeg.quality.basic.html [ Skip ] |
| 500 | webkit.org/b/138676 imported/w3c/canvas/canvas_colorsandstyles_createlineargradient_001.htm [ Skip ] |
| 501 | webkit.org/b/138676 imported/w3c/canvas/canvas_compositing_globalcompositeoperation_001.htm [ Skip ] |
| 502 | webkit.org/b/138676 imported/w3c/canvas/canvas_complexshapes_beziercurveto_001.htm [ Skip ] |
| 503 | webkit.org/b/138676 imported/w3c/canvas/canvas_shadows_001.htm [ Skip ] |
| 504 | webkit.org/b/138676 imported/w3c/canvas/canvas_state_restore_001.htm [ Skip ] |
| 505 | webkit.org/b/138676 imported/w3c/canvas/canvas_text_font_001.htm [ Skip ] |
| 506 | webkit.org/b/138676 imported/w3c/canvas/canvas_complexshapes_arcto_001.htm [ Skip ] |
| 507 | webkit.org/b/138676 imported/w3c/canvas/canvas_linestyles_linecap_001.htm [ Skip ] |
| 508 | webkit.org/b/138676 imported/w3c/canvas/canvas_transformations_scale_001.htm [ Skip ] |
ap@apple.com | e6eee9b | 2014-11-17 20:59:13 +0000 | [diff] [blame] | 509 | |
ap@apple.com | 046e3b8 | 2014-12-12 22:17:59 +0000 | [diff] [blame] | 510 | webkit.org/b/139595 http/tests/xmlhttprequest/workers/abort-exception-assert.html [ Pass Failure Timeout ] |
ap@apple.com | f8218d7 | 2014-12-13 00:16:11 +0000 | [diff] [blame] | 511 | |
ap@apple.com | 0a9c11a | 2014-12-15 02:30:16 +0000 | [diff] [blame] | 512 | # Debug assertions are tracked as <rdar://problem/18216390>. |
ap@apple.com | f8218d7 | 2014-12-13 00:16:11 +0000 | [diff] [blame] | 513 | [ Debug ] fast/history/go-back-to-iframe-with-plugin.html [ Skip ] |
| 514 | [ Debug ] fast/history/history-back-while-pdf-in-pagecache.html [ Skip ] |
ap@apple.com | 0a9c11a | 2014-12-15 02:30:16 +0000 | [diff] [blame] | 515 | webkit.org/b/121628 [ Release ] fast/history/history-back-while-pdf-in-pagecache.html [ Pass ImageOnlyFailure ] |
ap@apple.com | 76eb592 | 2015-02-05 23:01:36 +0000 | [diff] [blame] | 516 | [ Debug ] fullscreen/full-screen-iframe-legacy.html [ Pass Crash ] |
carlosgc@webkit.org | 6f27067 | 2016-04-15 08:53:38 +0000 | [diff] [blame] | 517 | webkit.org/b/151488 [ Debug ] imported/blink/editing/selection/deleteFromDocument-undo-crash.html [ Skip ] |
ap@apple.com | 9cdb197 | 2014-12-15 02:38:01 +0000 | [diff] [blame] | 518 | |
ap@apple.com | 740c0b5 | 2014-12-15 06:27:10 +0000 | [diff] [blame] | 519 | webkit.org/b/139634 [ Debug ] fast/selectors/matches-backtracking.html [ Slow ] |
| 520 | webkit.org/b/139634 [ Debug ] fast/selectors/nth-child-of-register-requirement.html [ Slow ] |
| 521 | webkit.org/b/139634 [ Debug ] fast/selectors/not-backtracking.html [ Slow ] |
ap@apple.com | c1d9aa5 | 2014-12-15 06:40:12 +0000 | [diff] [blame] | 522 | |
ap@apple.com | 740c0b5 | 2014-12-15 06:27:10 +0000 | [diff] [blame] | 523 | webkit.org/b/61932 [ Debug ] jquery/manipulation.html [ Slow ] |
ap@apple.com | f4fc160 | 2014-12-19 19:26:50 +0000 | [diff] [blame] | 524 | [ Debug ] jquery/core.html [ Slow ] |
| 525 | [ Debug ] jquery/event.html [ Slow ] |
| 526 | [ Debug ] jquery/offset.html [ Slow ] |
| 527 | [ Debug ] jquery/traversing.html [ Slow ] |
ap@apple.com | 740c0b5 | 2014-12-15 06:27:10 +0000 | [diff] [blame] | 528 | |
| 529 | webkit.org/b/139638 [ Debug ] svg/filters/svg-deeply-nested-crash.html [ Slow ] |
simon.fraser@apple.com | 3d37d7d | 2015-10-02 20:37:28 +0000 | [diff] [blame] | 530 | webkit.org/b/126420 svg/custom/resource-invalidation-crash.svg [ Failure Pass ] |
ap@apple.com | c1d9aa5 | 2014-12-15 06:40:12 +0000 | [diff] [blame] | 531 | |
| 532 | webkit.org/b/139639 [ Debug ] cssom/non-subpixel-scroll-top-left-values.html [ Slow ] |
| 533 | |
| 534 | webkit.org/b/139640 [ Debug ] webgl/1.0.2/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Slow ] |
commit-queue@webkit.org | 9844d8b | 2014-12-16 02:19:52 +0000 | [diff] [blame] | 535 | |
ap@apple.com | b13e786 | 2014-12-19 18:43:33 +0000 | [diff] [blame] | 536 | [ Debug ] fast/workers/worker-cloneport.html [ Slow ] |
| 537 | |
cdumez@apple.com | 40a6ec6 | 2015-09-08 03:52:01 +0000 | [diff] [blame] | 538 | # Imported W3C HTML/DOM ref tests that are failing. |
| 539 | imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs.html [ ImageOnlyFailure ] |
| 540 | imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs.html [ ImageOnlyFailure ] |
| 541 | imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html [ ImageOnlyFailure ] |
| 542 | imported/w3c/web-platform-tests/html/dom/elements/global-attributes/style-01.html [ ImageOnlyFailure ] |
| 543 | |
youenn.fablet@crf.canon.fr | 35cb7e1 | 2016-04-08 14:45:24 +0000 | [diff] [blame] | 544 | imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html [ Failure Timeout ] |
| 545 | imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change.html [ Failure ] |
| 546 | |
commit-queue@webkit.org | 9844d8b | 2014-12-16 02:19:52 +0000 | [diff] [blame] | 547 | # Imported Mozilla SVG tests |
| 548 | webkit.org/b/5968 imported/mozilla/svg/linearGradient-basic-03.svg [ ImageOnlyFailure ] |
| 549 | webkit.org/b/32177 imported/mozilla/svg/as-image/background-image-rect-1png.html [ ImageOnlyFailure ] |
| 550 | webkit.org/b/32177 imported/mozilla/svg/as-image/background-image-rect-2.html [ ImageOnlyFailure ] |
| 551 | webkit.org/b/32177 imported/mozilla/svg/text-white-space-01.svg [ ImageOnlyFailure ] |
| 552 | webkit.org/b/72401 imported/mozilla/svg/pathLength-01.svg [ ImageOnlyFailure ] |
| 553 | webkit.org/b/112032 imported/mozilla/svg/text-layout-01.svg [ ImageOnlyFailure ] |
| 554 | webkit.org/b/139107 imported/mozilla/svg/clip-02a.svg [ ImageOnlyFailure ] |
| 555 | webkit.org/b/139107 imported/mozilla/svg/clip-02b.svg [ ImageOnlyFailure ] |
| 556 | webkit.org/b/139115 imported/mozilla/svg/conditions-01.svg [ ImageOnlyFailure ] |
| 557 | webkit.org/b/139115 imported/mozilla/svg/conditions-06.svg [ ImageOnlyFailure ] |
| 558 | webkit.org/b/139115 imported/mozilla/svg/dynamic-conditions-01.svg [ ImageOnlyFailure ] |
| 559 | webkit.org/b/139115 imported/mozilla/svg/dynamic-conditions-03.svg [ ImageOnlyFailure ] |
| 560 | webkit.org/b/139115 imported/mozilla/svg/switch-01.svg [ ImageOnlyFailure ] |
| 561 | webkit.org/b/139115 imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-02.xhtml [ ImageOnlyFailure ] |
| 562 | webkit.org/b/139115 imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-03.xhtml [ ImageOnlyFailure ] |
| 563 | webkit.org/b/139116 imported/mozilla/svg/conditions-07.svg [ ImageOnlyFailure ] |
| 564 | webkit.org/b/139117 imported/mozilla/svg/conditions-08.svg [ ImageOnlyFailure ] |
| 565 | webkit.org/b/139118 imported/mozilla/svg/cssComment-in-attribute-01.svg [ ImageOnlyFailure ] |
| 566 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-rtl.svg [ ImageOnlyFailure ] |
| 567 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-holes-rtl.svg [ ImageOnlyFailure ] |
| 568 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-multiple-dx-anchor-end-bidi.svg [ ImageOnlyFailure ] |
| 569 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-bidi.svg [ ImageOnlyFailure ] |
| 570 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-holes-bidi.svg [ ImageOnlyFailure ] |
| 571 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-holes-multiple-dx-rtl.svg [ ImageOnlyFailure ] |
| 572 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-multiple-dx-anchor-end-rtl.svg [ ImageOnlyFailure ] |
| 573 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-anchor-end-bidi.svg [ ImageOnlyFailure ] |
| 574 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-anchor-end-rtl.svg [ ImageOnlyFailure ] |
| 575 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-multiple-dx-bidi.svg [ ImageOnlyFailure ] |
| 576 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-x-multiple-dx-rtl.svg [ ImageOnlyFailure ] |
| 577 | webkit.org/b/139119 imported/mozilla/svg/text/simple-multiple-dx-anchor-end-bidi.svg [ ImageOnlyFailure ] |
| 578 | webkit.org/b/139119 imported/mozilla/svg/text/simple-multiple-dx-anchor-end-rtl.svg [ ImageOnlyFailure ] |
| 579 | webkit.org/b/139119 imported/mozilla/svg/text/simple-multiple-dx-rtl.svg [ ImageOnlyFailure ] |
| 580 | webkit.org/b/139119 imported/mozilla/svg/text/simple-multiple-dx-bidi.svg [ ImageOnlyFailure ] |
| 581 | webkit.org/b/139119 imported/mozilla/svg/text/simple-multiple-dx-anchor-middle-rtl.svg [ ImageOnlyFailure ] |
| 582 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-chunks-multiple-dx-bidi.svg [ ImageOnlyFailure ] |
| 583 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-chunks-multiple-dx-different-anchor-bidi.svg [ ImageOnlyFailure ] |
| 584 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-chunks-multiple-dx-different-anchor-rtl.svg [ ImageOnlyFailure ] |
| 585 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-chunks-multiple-dx-rtl.svg [ ImageOnlyFailure ] |
| 586 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-chunks-rtl.svg [ ImageOnlyFailure ] |
| 587 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-chunks-different-anchor-rtl.svg [ ImageOnlyFailure ] |
| 588 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-chunks-different-anchor-bidi.svg [ ImageOnlyFailure ] |
| 589 | webkit.org/b/139119 imported/mozilla/svg/text/multiple-chunks-bidi.svg [ ImageOnlyFailure ] |
| 590 | webkit.org/b/139132 imported/mozilla/svg/dynamic-switch-01.svg [ ImageOnlyFailure ] |
| 591 | webkit.org/b/139154 imported/mozilla/svg/dynamic-marker-01.svg [ ImageOnlyFailure ] |
| 592 | webkit.org/b/139155 imported/mozilla/svg/dynamic-textPath-01.svg [ ImageOnlyFailure ] |
| 593 | webkit.org/b/139155 imported/mozilla/svg/dynamic-textPath-02.svg [ ImageOnlyFailure ] |
| 594 | webkit.org/b/139155 imported/mozilla/svg/dynamic-textPath-03.svg [ ImageOnlyFailure ] |
| 595 | webkit.org/b/139155 imported/mozilla/svg/dynamic-pattern-01.svg [ ImageOnlyFailure ] |
| 596 | webkit.org/b/139155 imported/mozilla/svg/dynamic-use-01.svg [ ImageOnlyFailure ] |
commit-queue@webkit.org | 9844d8b | 2014-12-16 02:19:52 +0000 | [diff] [blame] | 597 | webkit.org/b/139155 imported/mozilla/svg/dynamic-use-03.svg [ ImageOnlyFailure ] |
| 598 | webkit.org/b/139155 imported/mozilla/svg/dynamic-use-07.svg [ ImageOnlyFailure ] |
| 599 | webkit.org/b/139183 imported/mozilla/svg/text/pseudo-first-letter.svg [ ImageOnlyFailure ] |
| 600 | webkit.org/b/139184 imported/mozilla/svg/text/pseudo-first-line.svg [ ImageOnlyFailure ] |
| 601 | webkit.org/b/139184 imported/mozilla/svg/text/simple-multiline-anchor-end.svg [ ImageOnlyFailure ] |
| 602 | webkit.org/b/139184 imported/mozilla/svg/text/simple-multiline-number.svg [ ImageOnlyFailure ] |
| 603 | webkit.org/b/139184 imported/mozilla/svg/text/simple-multiline-pc.svg [ ImageOnlyFailure ] |
| 604 | webkit.org/b/139184 imported/mozilla/svg/text/simple-multiline.svg [ ImageOnlyFailure ] |
| 605 | webkit.org/b/139186 imported/mozilla/svg/text/pseudo-first-line-2.svg [ ImageOnlyFailure ] |
| 606 | webkit.org/b/139186 imported/mozilla/svg/text/textpath-multiline.svg [ ImageOnlyFailure ] |
| 607 | webkit.org/b/139186 imported/mozilla/svg/text/textpath-multiline-2.svg [ ImageOnlyFailure ] |
| 608 | webkit.org/b/139186 imported/mozilla/svg/text/ignore-text-align-2.svg [ ImageOnlyFailure ] |
| 609 | webkit.org/b/139192 imported/mozilla/svg/smil/transform/rotate-angle-4.svg [ ImageOnlyFailure ] |
| 610 | webkit.org/b/139192 imported/mozilla/svg/smil/transform/rotate-angle-5.svg [ ImageOnlyFailure ] |
| 611 | webkit.org/b/139199 imported/mozilla/svg/as-image/img-content-outside-viewBox-1.html [ ImageOnlyFailure ] |
| 612 | webkit.org/b/131354 imported/mozilla/svg/blend-color.svg [ ImageOnlyFailure ] |
| 613 | webkit.org/b/131354 imported/mozilla/svg/blend-difference-stacking.html [ ImageOnlyFailure ] |
| 614 | webkit.org/b/131354 imported/mozilla/svg/blend-hard-light.svg [ ImageOnlyFailure ] |
| 615 | webkit.org/b/131354 imported/mozilla/svg/blend-hue.svg [ ImageOnlyFailure ] |
| 616 | webkit.org/b/131354 imported/mozilla/svg/blend-luminosity.svg [ ImageOnlyFailure ] |
| 617 | webkit.org/b/131354 imported/mozilla/svg/blend-saturation.svg [ ImageOnlyFailure ] |
| 618 | webkit.org/b/139210 imported/mozilla/svg/text/textLength-5.svg [ ImageOnlyFailure ] |
| 619 | webkit.org/b/139210 imported/mozilla/svg/text/textLength-6.svg [ ImageOnlyFailure ] |
| 620 | webkit.org/b/139237 imported/mozilla/svg/filters/feComposite-1.svg [ ImageOnlyFailure ] |
| 621 | webkit.org/b/139258 imported/mozilla/svg/text-layout-05.svg [ ImageOnlyFailure ] |
| 622 | webkit.org/b/139266 imported/mozilla/svg/text/dynamic-multiple-x.svg [ ImageOnlyFailure ] |
| 623 | webkit.org/b/139282 imported/mozilla/svg/image/image-filter-01.svg [ ImageOnlyFailure ] |
| 624 | webkit.org/b/139322 imported/mozilla/svg/text/dynamic-non-scaling-stroke.svg [ ImageOnlyFailure ] |
| 625 | webkit.org/b/139407 imported/mozilla/svg/as-image/border-image-simple-1.html [ ImageOnlyFailure ] |
commit-queue@webkit.org | 9844d8b | 2014-12-16 02:19:52 +0000 | [diff] [blame] | 626 | webkit.org/b/139412 imported/mozilla/svg/filters/svg-filter-chains/clip-input.svg [ ImageOnlyFailure ] |
| 627 | webkit.org/b/139412 imported/mozilla/svg/filters/svg-filter-chains/clip-output.svg [ ImageOnlyFailure ] |
| 628 | webkit.org/b/139414 imported/mozilla/svg/filters/feColorMatrix-1.svg [ ImageOnlyFailure ] |
| 629 | webkit.org/b/139414 imported/mozilla/svg/filters/feColorMatrix-2.svg [ ImageOnlyFailure ] |
| 630 | webkit.org/b/139414 imported/mozilla/svg/filters/feConvolveMatrix-bias-01.svg [ ImageOnlyFailure ] |
| 631 | webkit.org/b/139417 imported/mozilla/svg/filters/filter-marked-line-02.svg [ ImageOnlyFailure ] |
| 632 | webkit.org/b/139417 imported/mozilla/svg/filters/filter-marked-line-03.svg [ ImageOnlyFailure ] |
| 633 | webkit.org/b/139417 imported/mozilla/svg/filters/filter-marked-line-04.svg [ ImageOnlyFailure ] |
| 634 | webkit.org/b/139417 imported/mozilla/svg/filters/filter-marked-line-05.svg [ ImageOnlyFailure ] |
| 635 | webkit.org/b/139417 imported/mozilla/svg/filters/filter-marked-line-06.svg [ ImageOnlyFailure ] |
| 636 | webkit.org/b/139417 imported/mozilla/svg/filters/filter-marked-line-07.svg [ ImageOnlyFailure ] |
| 637 | webkit.org/b/139417 imported/mozilla/svg/filters/filter-marked-line-08.svg [ ImageOnlyFailure ] |
| 638 | webkit.org/b/139417 imported/mozilla/svg/filters/filter-marked-line-09.svg [ ImageOnlyFailure ] |
dbates@webkit.org | cebf847 | 2014-12-17 03:29:23 +0000 | [diff] [blame] | 639 | |
ap@apple.com | b13e786 | 2014-12-19 18:43:33 +0000 | [diff] [blame] | 640 | [ Debug ] fast/loader/document-with-fragment-url-3.html [ Pass Timeout ] |
| 641 | [ Debug ] fast/loader/document-with-fragment-url-4.html [ Pass Timeout ] |
| 642 | |
dbates@webkit.org | cebf847 | 2014-12-17 03:29:23 +0000 | [diff] [blame] | 643 | webkit.org/b/110546 [ Debug ] fast/parser/document-write-fighting-eof.html [ Skip ] |
| 644 | webkit.org/b/110546 [ Debug ] fast/parser/document-write-partial-entity-before-load.html [ Skip ] |
ap@apple.com | f4fc160 | 2014-12-19 19:26:50 +0000 | [diff] [blame] | 645 | |
| 646 | webkit.org/b/85902 [ Debug ] fast/overflow/lots-of-sibling-inline-boxes.html [ Slow ] |
| 647 | webkit.org/b/121452 [ Debug ] fast/frames/lots-of-objects.html [ Slow ] |
| 648 | webkit.org/b/121452 [ Debug ] fast/frames/lots-of-iframes.html [ Slow ] |
| 649 | webkit.org/b/135053 [ Debug ] html5lib/webkit-resumer.html [ Slow ] |
| 650 | [ Debug ] js/dfg-double-vote-fuzz.html [ Slow ] |
| 651 | [ Debug ] js/dom/string-replacement-outofmemory.html [ Slow ] |
ap@apple.com | 73cbce8 | 2015-01-19 18:32:16 +0000 | [diff] [blame] | 652 | [ Debug ] js/regress-139548.html [ Slow ] |
| 653 | [ Debug ] webgl/1.0.2/conformance/uniforms/gl-uniform-arrays.html [ Slow ] |
ap@apple.com | d06f32b | 2015-01-29 19:28:08 +0000 | [diff] [blame] | 654 | [ Debug ] js/dfg-osr-entry-hoisted-clobbered-structure-check.html [ Slow ] |
| 655 | [ Debug ] editing/selection/move-by-character-brute-force.html [ Slow ] |
ap@apple.com | 2f395fc | 2015-02-06 04:32:46 +0000 | [diff] [blame] | 656 | [ Debug ] fast/workers/dedicated-worker-lifecycle.html [ Slow ] |
ap@apple.com | 92780b2 | 2015-04-26 06:54:21 +0000 | [diff] [blame] | 657 | [ Debug ] js/dom/random-array-gc-stress.html [ Slow ] |
| 658 | [ Debug ] editing/selection/move-by-word-visually-crash-test-5.html [ Slow ] |
| 659 | [ Debug ] editing/selection/caret-at-bidi-boundary.html [ Slow ] |
| 660 | [ Debug ] js/dom/line-column-numbers.html [ Slow ] |
| 661 | [ Debug ] css3/flexbox/multiline-justify-content.html [ Slow ] |
| 662 | [ Debug ] accessibility/table-sections.html [ Slow ] |
ap@apple.com | df64862 | 2014-12-22 17:39:09 +0000 | [diff] [blame] | 663 | |
ap@apple.com | c973387 | 2015-03-02 17:52:02 +0000 | [diff] [blame] | 664 | webkit.org/b/142175 js/promises-tests/promises-tests-2-1-2.html [ Pass Timeout ] |
ap@apple.com | 8fb4740 | 2014-12-22 21:20:23 +0000 | [diff] [blame] | 665 | |
| 666 | webkit.org/b/139840 fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Pass Failure ] |
ap@apple.com | 62021b5 | 2015-01-02 18:32:38 +0000 | [diff] [blame] | 667 | |
| 668 | webkit.org/b/140043 [ Debug ] js/dom/Promise.html [ Pass Failure ] |
akling@apple.com | 99139ec | 2015-01-09 22:13:06 +0000 | [diff] [blame] | 669 | |
ap@apple.com | 25290e2 | 2015-02-04 23:28:17 +0000 | [diff] [blame] | 670 | webkit.org/b/141267 http/tests/misc/detached-frame-console.html [ Pass Failure ] |
ap@apple.com | bb7dc54 | 2015-02-08 18:47:01 +0000 | [diff] [blame] | 671 | |
ap@apple.com | 84230f1 | 2015-02-08 19:11:41 +0000 | [diff] [blame] | 672 | # Aborting application cache abort tests are intrinsically flaky. |
| 673 | webkit.org/b/87633 http/tests/appcache/abort-cache-onchecking-manifest-404.html [ Pass Failure ] |
| 674 | webkit.org/b/87633 http/tests/appcache/abort-cache-ondownloading-resource-404.html [ Pass Failure ] |
msaboff@apple.com | 4431b7f | 2015-07-23 14:02:24 +0000 | [diff] [blame] | 675 | webkit.org/b/87633 http/tests/appcache/deferred-events-delete-while-raising-timer.html [ Pass Failure ] |
| 676 | webkit.org/b/87633 http/tests/appcache/deferred-events-delete-while-raising.html [ Pass Failure ] |
| 677 | webkit.org/b/87633 http/tests/appcache/deferred-events.html [ Pass Failure ] |
joepeck@webkit.org | 63086e7 | 2015-08-04 23:30:43 +0000 | [diff] [blame] | 678 | |
| 679 | webkit.org/b/147520 http/tests/appcache/fail-on-update.html [ Pass Failure ] |
| 680 | webkit.org/b/147520 http/tests/appcache/fail-on-update-2.html [ Pass Failure ] |
ap@apple.com | 9bc23ca | 2015-02-08 19:17:57 +0000 | [diff] [blame] | 681 | |
| 682 | webkit.org/b/141370 http/tests/security/appcache-in-private-browsing.html [ Pass Failure ] |
timothy_horton@apple.com | 444ae03 | 2015-02-11 21:36:22 +0000 | [diff] [blame] | 683 | |
| 684 | # The current expectations for this test only make sense for WebKit on iOS; other platforms can have very different behaviors. |
| 685 | webkit.org/b/141488 fast/replaced/pdf-as-object-and-embed.html [ Skip ] |
ap@apple.com | 8b5c322 | 2015-02-17 06:42:39 +0000 | [diff] [blame] | 686 | |
ap@apple.com | 860ab0a | 2015-02-17 08:58:41 +0000 | [diff] [blame] | 687 | webkit.org/b/141695 [ Debug ] fast/selectors/nth-last-child-of-register-requirement.html [ Slow ] |
ap@apple.com | 92780b2 | 2015-04-26 06:54:21 +0000 | [diff] [blame] | 688 | [ Debug ] fast/selectors/case-insensitive-attribute-register-requirement-1.html [ Slow ] |
beidson@apple.com | 3457edc | 2015-02-25 20:42:28 +0000 | [diff] [blame] | 689 | |
achristensen@apple.com | 4b40eaa | 2015-03-04 22:10:21 +0000 | [diff] [blame] | 690 | # Content extensions are Mac-WK2-only for now |
| 691 | http/tests/contentextensions [ Skip ] |
slewis@apple.com | 44a0729 | 2015-03-06 02:58:33 +0000 | [diff] [blame] | 692 | |
ap@apple.com | 4e3d906 | 2015-09-11 21:26:39 +0000 | [diff] [blame] | 693 | webkit.org/b/149072 svg/animations/svgboolean-animation-1.html [ Pass Failure ] |
| 694 | |
ap@apple.com | ee28a7d | 2015-03-26 07:00:36 +0000 | [diff] [blame] | 695 | webkit.org/b/143085 media/track/track-mode.html [ Pass Timeout ] |
utatane.tea@gmail.com | 277095f | 2015-03-31 17:44:37 +0000 | [diff] [blame] | 696 | |
| 697 | # In ES6, Object type restrictions on a first parameter of several Object.* functions are relaxed. |
| 698 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.2-1.html [ Failure ] |
| 699 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.3-1.html [ Failure ] |
| 700 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.4-1.html [ Failure ] |
| 701 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.8-1.html [ Failure ] |
| 702 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.9-1.html [ Failure ] |
| 703 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.10-1.html [ Failure ] |
| 704 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.11-1.html [ Failure ] |
| 705 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.12-1.html [ Failure ] |
| 706 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.13-1.html [ Failure ] |
| 707 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.14-1-1.html [ Failure ] |
| 708 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.14-1-2.html [ Failure ] |
| 709 | webkit.org/b/142937 ietestcenter/Javascript/15.2.3.14-1-3.html [ Failure ] |
ap@apple.com | 8fea778 | 2015-04-13 17:50:44 +0000 | [diff] [blame] | 710 | |
ddkilzer@apple.com | d3f9b3a | 2015-06-29 03:18:29 +0000 | [diff] [blame] | 711 | [ Debug ] js/regress-141098.html [ Slow ] |
ap@apple.com | 13903e2 | 2015-04-15 16:36:29 +0000 | [diff] [blame] | 712 | |
darin@apple.com | 9c43739 | 2015-12-11 17:35:52 +0000 | [diff] [blame] | 713 | # IDBVersionChangeEvent tests need to be rewritten to use event constructors instead of createEvent, |
| 714 | # after we implement the IDBVersionChangeEvent constructor. |
| 715 | webkit.org/b/145390 storage/indexeddb/events.html [ Failure ] |
beidson@apple.com | 422df6a | 2016-01-19 06:02:30 +0000 | [diff] [blame] | 716 | webkit.org/b/145390 storage/indexeddb/events-private.html [ Failure ] |
darin@apple.com | 9c43739 | 2015-12-11 17:35:52 +0000 | [diff] [blame] | 717 | webkit.org/b/145390 storage/indexeddb/removed.html [ Failure ] |
beidson@apple.com | 422df6a | 2016-01-19 06:02:30 +0000 | [diff] [blame] | 718 | webkit.org/b/145390 storage/indexeddb/removed-private.html [ Failure ] |
darin@apple.com | 9c43739 | 2015-12-11 17:35:52 +0000 | [diff] [blame] | 719 | |
beidson@apple.com | 8ff3fe0 | 2016-01-21 02:13:21 +0000 | [diff] [blame] | 720 | webkit.org/b/145390 storage/indexeddb/deleteIndex-bug110792-private.html [ Pass Failure ] |
bdakin@apple.com | 9db7929 | 2015-05-26 22:15:34 +0000 | [diff] [blame] | 721 | webkit.org/b/145390 storage/indexeddb/deleteIndex-bug110792.html [ Pass Failure ] |
mark.lam@apple.com | 6ed0827 | 2015-06-05 18:52:12 +0000 | [diff] [blame] | 722 | |
darin@apple.com | 78c9822 | 2015-06-08 02:39:15 +0000 | [diff] [blame] | 723 | # DumpRenderTree does not allow GIFs to animate, thus animated GIF tests don't work in WebKit1. |
| 724 | fast/images/animated-gif-no-layout.html [ ImageOnlyFailure ] |
| 725 | fast/images/gif-loop-count.html [ ImageOnlyFailure ] |
ddkilzer@apple.com | 0b51bed | 2015-06-20 16:16:15 +0000 | [diff] [blame] | 726 | |
| 727 | webkit.org/b/146182 editing/selection/leak-document-with-selection-inside.html [ Pass Failure ] |
dino@apple.com | a0ed0dc | 2015-06-29 22:59:51 +0000 | [diff] [blame] | 728 | |
joepeck@webkit.org | 4fcb22a | 2015-08-01 01:36:13 +0000 | [diff] [blame] | 729 | # Media Sessions is not yet enabled by default: ENABLE(MEDIA_SESSION) |
| 730 | media/session [ Skip ] |
simon.fraser@apple.com | 5fa5c7f | 2015-08-07 17:30:16 +0000 | [diff] [blame] | 731 | |
| 732 | # Only iOS WK1 has testRunner.setPagePaused. |
ap@apple.com | 65935ef | 2015-08-14 17:09:35 +0000 | [diff] [blame] | 733 | fast/dom/timer-fire-after-page-pause.html [ Skip ] |
| 734 | |
| 735 | webkit.org/b/148026 [ Debug ] animations/restart-after-scroll.html [ Skip ] |
zalan@apple.com | b64927c | 2015-08-31 22:53:50 +0000 | [diff] [blame] | 736 | |
| 737 | webkit.org/b/148650 fast/repaint/add-table-overpaint.html [ Pass Failure ] |
rniwa@webkit.org | 0966e72 | 2015-09-04 17:21:53 +0000 | [diff] [blame] | 738 | |
| 739 | webkit.org/b/148801 imported/w3c/css/css-color-3/t422-rgba-onscreen-b.xht [ ImageOnlyFailure ] |
| 740 | webkit.org/b/148801 imported/w3c/css/css-color-3/t422-rgba-onscreen-multiple-boxes-c.xht [ ImageOnlyFailure ] |
| 741 | webkit.org/b/148801 imported/w3c/css/css-color-3/t425-hsla-onscreen-multiple-boxes-c.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 742 | |
rniwa@webkit.org | 1a3b1e6 | 2015-09-04 21:04:13 +0000 | [diff] [blame] | 743 | # Many CSS WG multicol-1 tests fail with 1px differences |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 744 | webkit.org/b/148806 imported/w3c/css/css-multicol-1/multicol-count-large-001.xht [ ImageOnlyFailure ] |
| 745 | webkit.org/b/148806 imported/w3c/css/css-multicol-1/multicol-count-large-002.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 746 | webkit.org/b/148806 imported/w3c/css/css-multicol-1/multicol-rule-fraction-003.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | 1a3b1e6 | 2015-09-04 21:04:13 +0000 | [diff] [blame] | 747 | webkit.org/b/148806 imported/w3c/css/css-multicol-1/multicol-count-computed-002.xht [ ImageOnlyFailure ] |
| 748 | |
| 749 | # http://www.w3.org/TR/css3-multicol/#column-span0 |
| 750 | # A spanning element takes up more space than the element would take up otherwise. |
| 751 | # When space is limited, it may be impossible to find room for the spanning element. |
| 752 | # In these cases, user agents may treat the element as if ‘none’ had been specified on this property. |
| 753 | imported/w3c/css/css-multicol-1/multicol-span-all-child-002.xht [ WontFix ] |
| 754 | |
| 755 | webkit.org/b/148818 imported/w3c/css/css-multicol-1/multicol-fill-auto-block-children-002.xht [ ImageOnlyFailure ] # only scrollbar |
| 756 | webkit.org/b/148818 imported/w3c/css/css-multicol-1/multicol-nested-column-rule-001.xht [ ImageOnlyFailure ] # only scrollbar |
| 757 | |
rniwa@webkit.org | 1a3b1e6 | 2015-09-04 21:04:13 +0000 | [diff] [blame] | 758 | webkit.org/b/148812 imported/w3c/css/css-multicol-1/multicol-width-small-001.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | 1a3b1e6 | 2015-09-04 21:04:13 +0000 | [diff] [blame] | 759 | webkit.org/b/148814 imported/w3c/css/css-multicol-1/multicol-break-001.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | 1a3b1e6 | 2015-09-04 21:04:13 +0000 | [diff] [blame] | 760 | webkit.org/b/148816 imported/w3c/css/css-multicol-1/multicol-rule-004.xht [ ImageOnlyFailure ] |
| 761 | webkit.org/b/148823 imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-003.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 762 | |
cdumez@apple.com | 00bb2c9 | 2015-09-08 05:43:39 +0000 | [diff] [blame] | 763 | # Causes the following test to be flaky. |
| 764 | webkit.org/b/148950 imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_specified.sub.html [ Skip ] |
| 765 | |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 766 | # FIXME: The following failures need individual bugs. |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 767 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-inherit-003.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | 1a3b1e6 | 2015-09-04 21:04:13 +0000 | [diff] [blame] | 768 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-inherit-004.xht [ ImageOnlyFailure ] |
| 769 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-span-all-margin-002.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 770 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-span-all-margin-bottom-001.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 771 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-002.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | 1a3b1e6 | 2015-09-04 21:04:13 +0000 | [diff] [blame] | 772 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-table-cell-vertical-align-001.xht [ ImageOnlyFailure ] |
| 773 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-count-computed-001.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 774 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-width-ems-001.xht [ ImageOnlyFailure ] # Could be a bad test? |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 775 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-nested-margin-002.xht [ ImageOnlyFailure ] |
| 776 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-nested-margin-003.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 777 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-br-inside-avoidcolumn-001.xht [ ImageOnlyFailure ] |
| 778 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-nested-margin-004.xht [ ImageOnlyFailure ] |
| 779 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-nested-margin-005.xht [ ImageOnlyFailure ] |
| 780 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-001.xht [ ImageOnlyFailure ] |
rniwa@webkit.org | ffccfb9 | 2015-09-04 18:44:29 +0000 | [diff] [blame] | 781 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-fill-auto.xht [ ImageOnlyFailure ] |
| 782 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-zero-height-001.xht [ ImageOnlyFailure ] |
| 783 | webkit.org/b/148805 imported/w3c/css/css-multicol-1/multicol-span-all-child-001.xht [ ImageOnlyFailure ] |
ap@apple.com | d0d907f | 2015-09-05 05:49:17 +0000 | [diff] [blame] | 784 | |
cdumez@apple.com | e517a84 | 2015-09-08 05:08:45 +0000 | [diff] [blame] | 785 | webkit.org/b/148884 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection.html [ Pass Failure ] |
ap@apple.com | 2756a2c | 2015-09-07 05:56:29 +0000 | [diff] [blame] | 786 | |
| 787 | webkit.org/b/148922 svg/as-object/svg-in-object-dynamic-attribute-change.html [ Pass ImageOnlyFailure ] |
ap@apple.com | 034ddc5 | 2015-09-07 06:14:38 +0000 | [diff] [blame] | 788 | webkit.org/b/148925 svg/dom/svg-root-lengths.html [ Pass Failure ] |
ap@apple.com | 56f6c12 | 2015-09-11 23:55:32 +0000 | [diff] [blame] | 789 | |
rniwa@webkit.org | 2bca0bc | 2016-01-15 02:59:03 +0000 | [diff] [blame] | 790 | webkit.org/b/150225 fast/custom-elements [ Failure ] |
clopez@igalia.com | 97baafb5 | 2016-06-10 18:41:11 +0000 | [diff] [blame] | 791 | webkit.org/b/148695 fast/shadow-dom [ Failure ImageOnlyFailure Timeout ] |
jacob_nielsen@apple.com | 41c6983 | 2015-09-18 22:30:07 +0000 | [diff] [blame] | 792 | |
hyatt@apple.com | 8c2518f | 2015-10-15 19:48:58 +0000 | [diff] [blame] | 793 | # Known failures on CSS Variables Test Suite |
| 794 | webkit.org/b/150183 fast/css/variables/test-suite/failures/024.html [ ImageOnlyFailure ] |
| 795 | webkit.org/b/150183 fast/css/variables/test-suite/failures/025.html [ ImageOnlyFailure ] |
| 796 | webkit.org/b/150183 fast/css/variables/test-suite/failures/026.html [ ImageOnlyFailure ] |
| 797 | webkit.org/b/150183 fast/css/variables/test-suite/failures/028.html [ ImageOnlyFailure ] |
| 798 | webkit.org/b/150183 fast/css/variables/test-suite/failures/030.html [ ImageOnlyFailure ] |
| 799 | webkit.org/b/150183 fast/css/variables/test-suite/failures/054.html [ ImageOnlyFailure ] |
| 800 | webkit.org/b/150183 fast/css/variables/test-suite/failures/055.html [ ImageOnlyFailure ] |
| 801 | webkit.org/b/150183 fast/css/variables/test-suite/failures/056.html [ ImageOnlyFailure ] |
| 802 | webkit.org/b/150183 fast/css/variables/test-suite/failures/058.html [ ImageOnlyFailure ] |
| 803 | webkit.org/b/150183 fast/css/variables/test-suite/failures/071.html [ ImageOnlyFailure ] |
| 804 | webkit.org/b/150183 fast/css/variables/test-suite/failures/081.html [ ImageOnlyFailure ] |
| 805 | webkit.org/b/150183 fast/css/variables/test-suite/failures/082.html [ ImageOnlyFailure ] |
| 806 | webkit.org/b/150183 fast/css/variables/test-suite/failures/085.html [ ImageOnlyFailure ] |
| 807 | webkit.org/b/150183 fast/css/variables/test-suite/failures/086.html [ ImageOnlyFailure ] |
| 808 | webkit.org/b/150183 fast/css/variables/test-suite/failures/087.html [ ImageOnlyFailure ] |
| 809 | webkit.org/b/150183 fast/css/variables/test-suite/failures/091.html [ ImageOnlyFailure ] |
| 810 | webkit.org/b/150183 fast/css/variables/test-suite/failures/103.html [ ImageOnlyFailure ] |
| 811 | webkit.org/b/150183 fast/css/variables/test-suite/failures/111.html [ ImageOnlyFailure ] |
| 812 | webkit.org/b/150183 fast/css/variables/test-suite/failures/115.html [ ImageOnlyFailure ] |
| 813 | webkit.org/b/150183 fast/css/variables/test-suite/failures/126.html [ ImageOnlyFailure ] |
hyatt@apple.com | 8c2518f | 2015-10-15 19:48:58 +0000 | [diff] [blame] | 814 | webkit.org/b/150183 fast/css/variables/test-suite/failures/152.html [ ImageOnlyFailure ] |
| 815 | webkit.org/b/150183 fast/css/variables/test-suite/failures/159.html [ ImageOnlyFailure ] |
| 816 | webkit.org/b/150183 fast/css/variables/test-suite/failures/161.html [ ImageOnlyFailure ] |
| 817 | webkit.org/b/150183 fast/css/variables/test-suite/failures/163.html [ ImageOnlyFailure ] |
| 818 | webkit.org/b/150183 fast/css/variables/test-suite/failures/169.html [ ImageOnlyFailure ] |
ap@apple.com | c654c6d | 2015-10-25 03:20:36 +0000 | [diff] [blame] | 819 | |
| 820 | webkit.org/b/150541 imported/blink/transitions/unprefixed-perspective.html [ Pass Failure Timeout ] |
zalan@apple.com | 5471a8d | 2015-10-27 16:38:10 +0000 | [diff] [blame] | 821 | |
| 822 | # Subpixel table failures. |
| 823 | # This test makes no sense (ceil on table and expect the same result) |
| 824 | fast/text/hyphen-min-preferred-width.html [ ImageOnlyFailure ] |
| 825 | # These fail the same way on FF. |
| 826 | fast/css-intrinsic-dimensions/height-css-tables.html [ ImageOnlyFailure ] |
| 827 | fast/sub-pixel/input-caret-on-subpixel-bound.html [ ImageOnlyFailure ] |
| 828 | fast/css-intrinsic-dimensions/height-tables.html [ ImageOnlyFailure ] |
| 829 | # integral hittest vs. subpixel table |
| 830 | fast/table/hittest-tablecell-with-borders-right-edge.html [ Pass Failure ] |
| 831 | fast/table/hittest-tablecell-right-edge.html [ Pass Failure ] |
| 832 | # Table vs. flex |
| 833 | css3/flexbox/multiline-reverse-wrap-baseline.html [ ImageOnlyFailure ] |
| 834 | ietestcenter/css3/flexbox/flexbox-layout-001.htm [ ImageOnlyFailure ] |
zalan@apple.com | 5d4f280 | 2015-10-27 19:09:09 +0000 | [diff] [blame] | 835 | |
zalan@apple.com | 5d4f280 | 2015-10-27 19:09:09 +0000 | [diff] [blame] | 836 | webkit.org/b/150598 fast/repaint/table-hover-on-link.html [ Pass Failure ] |
| 837 | |
calvaris@igalia.com | e9fe369 | 2015-12-07 20:35:09 +0000 | [diff] [blame] | 838 | webkit.org/b/151949 streams/reference-implementation/pipe-to.html [ Failure ] |
youenn.fablet@crf.canon.fr | 1dda0e2 | 2016-02-29 18:51:28 +0000 | [diff] [blame] | 839 | webkit.org/b/154687 streams/pipe-to.html [ Slow ] |
zalan@apple.com | df6351f | 2016-01-11 22:03:03 +0000 | [diff] [blame] | 840 | |
| 841 | webkit.org/b/52185 fast/css/vertical-align-baseline-rowspan-010.html [ ImageOnlyFailure ] |
dbates@webkit.org | 5b73a31 | 2016-01-20 20:59:37 +0000 | [diff] [blame] | 842 | |
youenn.fablet@crf.canon.fr | 02943cf | 2016-03-18 11:17:09 +0000 | [diff] [blame] | 843 | webkit.org/b/155634 http/tests/security/shape-image-cors-redirect-error-message-logging-1.html [ Pass Failure ] |
| 844 | webkit.org/b/155634 http/tests/security/shape-image-cors-redirect-error-message-logging-2.html [ Pass Failure ] |
| 845 | webkit.org/b/155634 http/tests/security/shape-image-cors-redirect-error-message-logging-3.html [ Pass Failure ] |
| 846 | webkit.org/b/155634 http/tests/security/shape-image-cors-redirect-error-message-logging-4.html [ Pass Failure ] |
| 847 | |
dbates@webkit.org | 5b73a31 | 2016-01-20 20:59:37 +0000 | [diff] [blame] | 848 | # Content Security Policy failures |
dbates@webkit.org | 5b73a31 | 2016-01-20 20:59:37 +0000 | [diff] [blame] | 849 | webkit.org/b/111869 http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html |
dbates@webkit.org | 3119604 | 2016-04-14 16:48:05 +0000 | [diff] [blame] | 850 | webkit.org/b/153148 http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-and-sends-report.php |
dbates@webkit.org | 8c34a38 | 2016-02-13 00:18:40 +0000 | [diff] [blame] | 851 | webkit.org/b/153150 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-fires-load-event-when-blocked.html |
| 852 | webkit.org/b/153150 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-fires-load-event-when-redirect-blocked.html |
dbates@webkit.org | 5b73a31 | 2016-01-20 20:59:37 +0000 | [diff] [blame] | 853 | webkit.org/b/153152 http/tests/security/contentSecurityPolicy/manifest-src-allowed.html # Needs testRunner.getManifestThen() |
| 854 | webkit.org/b/153152 http/tests/security/contentSecurityPolicy/manifest-src-blocked.html # Needs testRunner.getManifestThen() |
dbates@webkit.org | b5a87bf | 2016-03-10 17:46:06 +0000 | [diff] [blame] | 855 | webkit.org/b/153155 http/tests/security/contentSecurityPolicy/1.1/scripthash-basic-blocked-error-event.html |
| 856 | webkit.org/b/153155 http/tests/security/contentSecurityPolicy/1.1/stylehash-basic-blocked-error-event.html |
| 857 | webkit.org/b/153155 http/tests/security/contentSecurityPolicy/1.1/stylehash-svg-style-basic-blocked-error-event.html |
dbates@webkit.org | 5417dbd | 2016-03-10 18:30:38 +0000 | [diff] [blame] | 858 | webkit.org/b/153155 http/tests/security/contentSecurityPolicy/1.1/stylenonce-basic-blocked-error-event.html |
| 859 | webkit.org/b/153155 http/tests/security/contentSecurityPolicy/1.1/stylenonce-svg-style-basic-blocked-error-event.html |
dbates@webkit.org | 463d782 | 2016-04-15 00:30:23 +0000 | [diff] [blame] | 860 | webkit.org/b/153155 http/tests/security/contentSecurityPolicy/style-src-blocked-error-event.html |
dbates@webkit.org | 5b73a31 | 2016-01-20 20:59:37 +0000 | [diff] [blame] | 861 | webkit.org/b/153159 http/tests/security/contentSecurityPolicy/image-document-default-src-none.html [ Failure ] |
| 862 | webkit.org/b/153160 http/tests/security/contentSecurityPolicy/object-src-does-not-affect-child.html [ Failure ] |
| 863 | webkit.org/b/153160 http/tests/security/contentSecurityPolicy/plugin-in-iframe-with-csp.html [ Failure ] |
| 864 | webkit.org/b/153161 http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial.html [ Failure ] |
dbates@webkit.org | 3119604 | 2016-04-14 16:48:05 +0000 | [diff] [blame] | 865 | webkit.org/b/153162 http/tests/security/contentSecurityPolicy/report-multiple-violations-01.php [ Failure ] |
| 866 | webkit.org/b/153162 http/tests/security/contentSecurityPolicy/report-multiple-violations-02.php [ Failure ] |
dbates@webkit.org | 463d782 | 2016-04-15 00:30:23 +0000 | [diff] [blame] | 867 | webkit.org/b/154203 http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-overrides-xfo.html |
dbates@webkit.org | 40bfe7d | 2016-02-24 00:53:29 +0000 | [diff] [blame] | 868 | webkit.org/b/154522 http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-base-uri-deny.html |
dbates@webkit.org | 757eee8 | 2016-03-08 05:39:26 +0000 | [diff] [blame] | 869 | webkit.org/b/155132 http/tests/security/contentSecurityPolicy/video-with-https-url-allowed-by-csp-media-src-star.html [ Failure ] |
dbates@webkit.org | 5b73a31 | 2016-01-20 20:59:37 +0000 | [diff] [blame] | 870 | http/tests/security/contentSecurityPolicy/script-src-blocked-error-event.html [ Pass Failure ] |
ryanhaddad@apple.com | c9af1c9 | 2016-06-07 19:31:16 +0000 | [diff] [blame] | 871 | webkit.org/b/158480 http/tests/websocket/tests/hybi/upgrade-simple-ws.html [ Skip ] |
beidson@apple.com | f8ed632 | 2016-01-26 22:48:15 +0000 | [diff] [blame] | 872 | |
| 873 | # These state object tests purposefully stress a resource limit, and take multiple seconds to run. |
| 874 | loader/stateobjects/pushstate-size-iframe.html [ Slow ] |
| 875 | loader/stateobjects/pushstate-size.html [ Slow ] |
| 876 | loader/stateobjects/replacestate-size-iframe.html [ Slow ] |
| 877 | loader/stateobjects/replacestate-size.html [ Slow ] |
zalan@apple.com | d423bcc | 2016-02-06 23:07:54 +0000 | [diff] [blame] | 878 | |
| 879 | # outline: auto -focusring. |
| 880 | imported/blink/fast/multicol/outlines-at-column-boundaries.html [ ImageOnlyFailure ] |
| 881 | fast/multicol/multicol-with-child-renderLayer-for-input.html [ ImageOnlyFailure ] |
beidson@apple.com | 6e01f8d | 2016-02-25 19:21:49 +0000 | [diff] [blame] | 882 | |
ap@apple.com | b658730 | 2016-04-07 21:26:16 +0000 | [diff] [blame] | 883 | # Assertion failure in MessagePort::contextDestroyed, usually attributed to later tests |
| 884 | webkit.org/b/94458 http/tests/security/MessagePort/event-listener-context.html [ Skip ] |
| 885 | |
beidson@apple.com | 6e01f8d | 2016-02-25 19:21:49 +0000 | [diff] [blame] | 886 | ######################################## |
| 887 | ### START OF IndexedDB failures |
| 888 | |
| 889 | # Our IDL parser test harness is not what this test expects |
youenn.fablet@crf.canon.fr | d5bbb4a | 2016-03-18 10:15:53 +0000 | [diff] [blame] | 890 | imported/w3c/web-platform-tests/IndexedDB/interfaces.html [ Skip ] |
beidson@apple.com | 6e01f8d | 2016-02-25 19:21:49 +0000 | [diff] [blame] | 891 | |
beidson@apple.com | 6e01f8d | 2016-02-25 19:21:49 +0000 | [diff] [blame] | 892 | # Times out for unexplored reasons |
| 893 | storage/indexeddb/database-quota.html [ Skip ] |
| 894 | storage/indexeddb/database-quota-private.html [ Skip ] |
| 895 | |
| 896 | # Modern IDB page cache interaction not yet sorted out |
| 897 | fast/history/page-cache-indexed-closed-db.html [ Failure ] |
| 898 | |
| 899 | # IDB is currently disabled in private browsing. |
| 900 | # With Modern IDB and the in-memory backing store, that should change. |
| 901 | storage/indexeddb/open-db-private-browsing.html [ Failure ] |
| 902 | |
| 903 | # Relies on internals.observeGC |
| 904 | storage/indexeddb/connection-leak-private.html [ Skip ] |
| 905 | storage/indexeddb/connection-leak.html [ Skip ] |
| 906 | storage/indexeddb/cursor-leak-private.html [ Failure ] |
| 907 | storage/indexeddb/cursor-leak.html [ Skip ] |
| 908 | storage/indexeddb/cursor-request-cycle-private.html [ Failure ] |
| 909 | storage/indexeddb/cursor-request-cycle.html [ Skip ] |
| 910 | storage/indexeddb/delete-closed-database-object-private.html [ Skip ] |
| 911 | storage/indexeddb/delete-closed-database-object.html [ Skip ] |
| 912 | storage/indexeddb/request-leak-private.html [ Failure ] |
| 913 | storage/indexeddb/request-leak.html [ Failure ] |
| 914 | |
ryanhaddad@apple.com | 5eaf6c8 | 2016-03-14 22:03:19 +0000 | [diff] [blame] | 915 | webkit.org/b/154619 storage/indexeddb/odd-strings.html [ Skip ] |
beidson@apple.com | 6e01f8d | 2016-02-25 19:21:49 +0000 | [diff] [blame] | 916 | |
beidson@apple.com | 23acd49 | 2016-05-06 22:06:29 +0000 | [diff] [blame] | 917 | # IDB workers test fails - The worker's attempt to open the database creates a new UniqueIDBDatabase |
| 918 | # Could be a SessionID difference? Something is giving the worker a different namespace. |
beidson@apple.com | 63f7010 | 2016-05-06 21:04:25 +0000 | [diff] [blame] | 919 | storage/indexeddb/dont-commit-on-blocked-private.html [ Failure ] |
beidson@apple.com | 23acd49 | 2016-05-06 22:06:29 +0000 | [diff] [blame] | 920 | |
beidson@apple.com | 6e01f8d | 2016-02-25 19:21:49 +0000 | [diff] [blame] | 921 | # Test's behavior specific to Legacy IDB with LevelDB backend |
| 922 | # Modern IDB is spec-compliant without supporting this behavior |
| 923 | storage/indexeddb/transaction-starvation.html [ Skip ] |
| 924 | |
| 925 | # Times out because we only consider "onblocked"'ing one test at a time, |
| 926 | # which is allowed by the spec and is what Firefox and Edge do. |
| 927 | storage/indexeddb/deletedatabase-delayed-by-versionchange.html [ Skip ] |
| 928 | |
| 929 | # We allowed disabling IDB at runtime to support polyfills in WK1 before Modern IDB. |
| 930 | # It's unclear if we need to continue supporting this. |
| 931 | storage/indexeddb/properties-disabled-at-runtime.html [ Failure ] |
| 932 | |
| 933 | # Completes with passing results, but too slowly for our test timeouts. |
youenn.fablet@crf.canon.fr | d5bbb4a | 2016-03-18 10:15:53 +0000 | [diff] [blame] | 934 | imported/w3c/web-platform-tests/IndexedDB/idbindex-multientry-big.htm [ Failure ] |
| 935 | imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm [ Failure ] |
beidson@apple.com | 6e01f8d | 2016-02-25 19:21:49 +0000 | [diff] [blame] | 936 | |
| 937 | # SQLite backend tests that timeout |
| 938 | storage/indexeddb/modern/transaction-scheduler-1.html [ Skip ] |
| 939 | storage/indexeddb/modern/transaction-scheduler-2.html [ Skip ] |
| 940 | storage/indexeddb/modern/transaction-scheduler-5.html [ Skip ] |
| 941 | storage/indexeddb/modern/transaction-scheduler-6.html [ Skip ] |
| 942 | storage/indexeddb/transaction-coordination-within-database.html [ Skip ] |
| 943 | |
ryanhaddad@apple.com | 0db13d7 | 2016-03-09 01:00:34 +0000 | [diff] [blame] | 944 | # These two IDB tests are, by their nature, very slow |
| 945 | # Skip these until we have a fix for webkit.org/b/155041 |
| 946 | storage/indexeddb/modern/exceed-open-file-limit.html [ Skip ] |
| 947 | webkit.org/b/155028 storage/indexeddb/modern/256-open-databases.html [ Skip ] |
| 948 | |
beidson@apple.com | 6e01f8d | 2016-02-25 19:21:49 +0000 | [diff] [blame] | 949 | ### END OF IndexedDB failures |
| 950 | ######################################## |
mmaxfield@apple.com | 11fab7d | 2016-03-18 01:02:32 +0000 | [diff] [blame] | 951 | |
mcatanzaro@igalia.com | 6291f3e | 2016-05-15 22:05:05 +0000 | [diff] [blame] | 952 | # RTL Scrollbars are only implemented for GTK+ and certain versions of OS X |
mmaxfield@apple.com | 11fab7d | 2016-03-18 01:02:32 +0000 | [diff] [blame] | 953 | fast/scrolling/rtl-scrollbars.html [ ImageOnlyFailure ] |
| 954 | fast/scrolling/rtl-scrollbars-simple.html [ ImageOnlyFailure ] |
| 955 | fast/scrolling/rtl-scrollbars-overflow-contents.html [ ImageOnlyFailure ] |
| 956 | fast/scrolling/rtl-scrollbars-overflow-dir-rtl.html [ ImageOnlyFailure ] |
| 957 | fast/scrolling/rtl-scrollbars-overflow-padding.html [ ImageOnlyFailure ] |
| 958 | fast/scrolling/rtl-scrollbars-overflow-simple.html [ ImageOnlyFailure ] |
| 959 | fast/scrolling/rtl-scrollbars-overflow.html [ ImageOnlyFailure ] |
| 960 | fast/scrolling/rtl-scrollbars-overflow-elementFromPoint.html [ Failure ] |
| 961 | fast/scrolling/rtl-scrollbars-overflow-position-absolute.html [ ImageOnlyFailure ] |
| 962 | fast/scrolling/rtl-scrollbars-overflow-text-selection-scrolled.html [ ImageOnlyFailure ] |
| 963 | fast/scrolling/rtl-scrollbars-position-absolute.html [ ImageOnlyFailure ] |
| 964 | fast/scrolling/rtl-scrollbars-position-fixed.html [ ImageOnlyFailure ] |
| 965 | fast/scrolling/rtl-scrollbars-text-selection-scrolled.html [ ImageOnlyFailure ] |
| 966 | fast/scrolling/rtl-scrollbars-text-selection.html [ ImageOnlyFailure ] |
| 967 | fast/scrolling/rtl-scrollbars-iframe-offset.html [ ImageOnlyFailure ] |
| 968 | fast/scrolling/rtl-scrollbars-elementFromPoint-static.html [ Failure ] |
| 969 | fast/scrolling/rtl-scrollbars-iframe-scrolled.html [ ImageOnlyFailure ] |
mmaxfield@apple.com | 4280b49 | 2016-03-22 22:15:45 +0000 | [diff] [blame] | 970 | fast/scrolling/rtl-scrollbars-positioning.html [ ImageOnlyFailure ] |
mmaxfield@apple.com | 72fd0b4 | 2016-03-30 17:34:20 +0000 | [diff] [blame] | 971 | fast/scrolling/rtl-scrollbars-listbox-scroll.html [ ImageOnlyFailure ] |
| 972 | fast/scrolling/rtl-scrollbars-listbox-select-left.html [ ImageOnlyFailure ] |
| 973 | fast/scrolling/rtl-scrollbars-listbox-select-right.html [ ImageOnlyFailure ] |
| 974 | fast/scrolling/rtl-scrollbars-listbox-simple.html [ ImageOnlyFailure ] |
| 975 | fast/scrolling/rtl-scrollbars-listbox.html [ ImageOnlyFailure ] |
mmaxfield@apple.com | 6f1dfa6 | 2016-04-29 20:33:48 +0000 | [diff] [blame] | 976 | fast/scrolling/rtl-scrollbars-positioned-intersect-scrollbars.html [ ImageOnlyFailure ] |
ryanhaddad@apple.com | b0d4faf | 2016-07-15 17:30:58 +0000 | [diff] [blame] | 977 | fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement.html [ Skip ] |
tonikitoo@webkit.org | 6dcc210 | 2016-07-15 03:56:51 +0000 | [diff] [blame] | 978 | fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement-2.html [ ImageOnlyFailure ] |
| 979 | fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement.html [ ImageOnlyFailure ] |
bfulgham@apple.com | 95fa4f7 | 2016-04-01 21:10:41 +0000 | [diff] [blame] | 980 | |
| 981 | # <a download> does not support Blobs |
| 982 | webkit.org/b/156099 http/tests/security/anchor-download-allow-blob.html [ Failure ] |
| 983 | |
| 984 | # <a download> does not honor cross-origin restrictions |
youenn.fablet@crf.canon.fr | 35cb7e1 | 2016-04-08 14:45:24 +0000 | [diff] [blame] | 985 | webkit.org/b/156100 http/tests/security/anchor-download-block-crossorigin.html [ Failure ] |
jiewen_tan@apple.com | 43164ec | 2016-04-15 17:59:00 +0000 | [diff] [blame] | 986 | |
ryanhaddad@apple.com | 1c84931 | 2016-05-23 16:41:01 +0000 | [diff] [blame] | 987 | webkit.org/b/157849 fast/frames/crash-during-iframe-load-stop.html [ Pass Timeout ] |
ryanhaddad@apple.com | 810f593 | 2016-05-25 21:02:11 +0000 | [diff] [blame] | 988 | |
| 989 | webkit.org/b/158085 http/tests/css/shared-stylesheet-mutation.html [ Pass Failure ] |
ap@apple.com | 2d95d2c | 2016-06-20 00:17:05 +0000 | [diff] [blame] | 990 | |
| 991 | # PiP tests are only relevant on macOS Sierra and newer. |
| 992 | media/click-placeholder-not-pausing.html [ WontFix ] |
| 993 | media/controls/picture-in-picture.html [ WontFix ] |
| 994 | media/element-containing-pip-video-going-into-fullscreen.html [ WontFix ] |
| 995 | media/fullscreen-api-enabled-media-with-presentation-mode.html [ WontFix ] |
| 996 | media/fullscreen-video-going-into-pip.html [ WontFix ] |
| 997 | media/navigate-with-pip-should-not-crash.html [ WontFix ] |
| 998 | media/pip-video-going-into-fullscreen.html [ WontFix ] |
| 999 | media/video-contained-in-fullscreen-element-going-into-pip.html [ WontFix ] |
zalan@apple.com | 920e6b2 | 2016-07-02 01:15:44 +0000 | [diff] [blame] | 1000 | |
| 1001 | webkit.org/b/159370 [ Debug ] fast/history/page-cache-destroy-document.html [ Skip ] |
utatane.tea@gmail.com | 25f28a6 | 2016-07-04 05:39:17 +0000 | [diff] [blame] | 1002 | |
| 1003 | [ Debug ] js/regress/misc-bugs-847389-jpeg2000.html [ Skip ] |
ryanhaddad@apple.com | 7512bbf | 2016-07-12 17:17:16 +0000 | [diff] [blame] | 1004 | |
| 1005 | webkit.org/b/159678 http/tests/preload/single_download_preload_runner.html [ Timeout ] |
jiewen_tan@apple.com | 22af637 | 2016-07-14 00:08:29 +0000 | [diff] [blame] | 1006 | |
fpizlo@apple.com | f72d8a8 | 2016-07-18 20:31:20 +0000 | [diff] [blame] | 1007 | # This test is way too slow for debug. |
| 1008 | [ Debug ] workers/bomb.html [ Skip ] |
| 1009 | # This test is just way too slow. |
| 1010 | workers/bomb-with-v8.html [ Skip ] |
| 1011 | |
jiewen_tan@apple.com | 22af637 | 2016-07-14 00:08:29 +0000 | [diff] [blame] | 1012 | # WebCryptoAPI tests, skip for unimplemented features. webkit.org/b/159638 |
| 1013 | imported/w3c/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.html [ Skip ] |
| 1014 | imported/w3c/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.html [ Skip ] |
| 1015 | imported/w3c/WebCryptoAPI/encrypt_decrypt/test_aes_gcm.html [ Skip ] |
| 1016 | imported/w3c/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.html [ Skip ] |
| 1017 | imported/w3c/WebCryptoAPI/generateKey/test_aes-cbc.html [ Skip ] |
| 1018 | imported/w3c/WebCryptoAPI/generateKey/test_aes-ctr.html [ Skip ] |
| 1019 | imported/w3c/WebCryptoAPI/generateKey/test_failures_AES-CBC.html [ Skip ] |
| 1020 | imported/w3c/WebCryptoAPI/generateKey/test_failures_AES-CTR.html [ Skip ] |
| 1021 | imported/w3c/WebCryptoAPI/generateKey/test_failures_AES-GCM.html [ Skip ] |
| 1022 | imported/w3c/WebCryptoAPI/generateKey/test_failures_AES-KW.html [ Skip ] |
| 1023 | imported/w3c/WebCryptoAPI/generateKey/test_failures_ECDH.html [ Skip ] |
| 1024 | imported/w3c/WebCryptoAPI/generateKey/test_failures_ECDSA.html [ Skip ] |
| 1025 | imported/w3c/WebCryptoAPI/generateKey/test_failures_HMAC.html [ Skip ] |
| 1026 | imported/w3c/WebCryptoAPI/generateKey/test_failures_RSA-OAEP.html [ Skip ] |
| 1027 | imported/w3c/WebCryptoAPI/generateKey/test_failures_RSA-PSS.html [ Skip ] |
| 1028 | imported/w3c/WebCryptoAPI/generateKey/test_failures_RSASSA-PKCS1-v1_5.html [ Skip ] |
| 1029 | imported/w3c/WebCryptoAPI/generateKey/test_failures.html [ Skip ] |
| 1030 | imported/w3c/WebCryptoAPI/generateKey/test_successes_AES-CBC.html [ Skip ] |
| 1031 | imported/w3c/WebCryptoAPI/generateKey/test_successes_AES-CTR.html [ Skip ] |
| 1032 | imported/w3c/WebCryptoAPI/generateKey/test_successes_AES-GCM.html [ Skip ] |
| 1033 | imported/w3c/WebCryptoAPI/generateKey/test_successes_AES-KW.html [ Skip ] |
| 1034 | imported/w3c/WebCryptoAPI/generateKey/test_successes_ECDH.html [ Skip ] |
| 1035 | imported/w3c/WebCryptoAPI/generateKey/test_successes_ECDSA.html [ Skip ] |
| 1036 | imported/w3c/WebCryptoAPI/generateKey/test_successes_HMAC.html [ Skip ] |
| 1037 | imported/w3c/WebCryptoAPI/generateKey/test_successes_RSA-OAEP.html [ Skip ] |
| 1038 | imported/w3c/WebCryptoAPI/generateKey/test_successes_RSA-PSS.html [ Skip ] |
| 1039 | imported/w3c/WebCryptoAPI/generateKey/test_successes_RSASSA-PKCS1-v1_5.html [ Skip ] |
| 1040 | imported/w3c/WebCryptoAPI/generateKey/test_successes.html [ Skip ] |
| 1041 | imported/w3c/WebCryptoAPI/idlharness.html [ Skip ] |
mmaxfield@apple.com | a3ad44d | 2016-07-16 02:50:12 +0000 | [diff] [blame] | 1042 | |
| 1043 | editing/deleting/delete-emoji.html [ Slow ] |
mmaxfield@apple.com | 1cd288c | 2016-07-17 07:16:03 +0000 | [diff] [blame] | 1044 | |
| 1045 | # New emoji requires system support. |
| 1046 | webkit.org/b/159755 fast/text/emoji-num-glyphs.html [ Failure ] |
| 1047 | webkit.org/b/159755 fast/text/emoji-gender-2-3.html [ ImageOnlyFailure ] |
| 1048 | webkit.org/b/159755 fast/text/emoji-gender-2-4.html [ ImageOnlyFailure ] |
| 1049 | webkit.org/b/159755 fast/text/emoji-gender-2-5.html [ ImageOnlyFailure ] |
| 1050 | webkit.org/b/159755 fast/text/emoji-gender-2-6.html [ ImageOnlyFailure ] |
| 1051 | webkit.org/b/159755 fast/text/emoji-gender-2-7.html [ ImageOnlyFailure ] |
| 1052 | webkit.org/b/159755 fast/text/emoji-gender-2-8.html [ ImageOnlyFailure ] |
| 1053 | webkit.org/b/159755 fast/text/emoji-gender-2-9.html [ ImageOnlyFailure ] |
| 1054 | webkit.org/b/159755 fast/text/emoji-gender-3.html [ ImageOnlyFailure ] |
| 1055 | webkit.org/b/159755 fast/text/emoji-gender-4.html [ ImageOnlyFailure ] |
| 1056 | webkit.org/b/159755 fast/text/emoji-gender-5.html [ ImageOnlyFailure ] |
| 1057 | webkit.org/b/159755 fast/text/emoji-gender-6.html [ ImageOnlyFailure ] |
| 1058 | webkit.org/b/159755 fast/text/emoji-gender-8.html [ ImageOnlyFailure ] |
| 1059 | webkit.org/b/159755 fast/text/emoji-gender-9.html [ ImageOnlyFailure ] |
| 1060 | webkit.org/b/159755 fast/text/emoji-gender-fe0f-3.html [ ImageOnlyFailure ] |
| 1061 | webkit.org/b/159755 fast/text/emoji-gender-fe0f-4.html [ ImageOnlyFailure ] |
| 1062 | webkit.org/b/159755 fast/text/emoji-gender-fe0f-5.html [ ImageOnlyFailure ] |
| 1063 | webkit.org/b/159755 fast/text/emoji-gender-fe0f-6.html [ ImageOnlyFailure ] |
| 1064 | webkit.org/b/159755 fast/text/emoji-gender-fe0f-7.html [ ImageOnlyFailure ] |
| 1065 | webkit.org/b/159755 fast/text/emoji-gender-fe0f-8.html [ ImageOnlyFailure ] |
| 1066 | webkit.org/b/159755 fast/text/emoji-gender-fe0f-9.html [ ImageOnlyFailure ] |
| 1067 | webkit.org/b/159755 fast/text/emoji-gender.html [ ImageOnlyFailure ] |
| 1068 | |