summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/platform/gtk/Skipped
blob: 254d7abd2613d8e814467b3fc5aff59d60daafdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684

# Welcome to the GTK+ Skipped list! This list is divided into several sections
# to make it easy for us to triage and close issues.

# 1. TESTS THAT REQUIRE NEW RESULTS
# Please don't add any tests to this list. Instead just ping a GTK+ developer
# to generate results for you.

# 2. FLAKY TESTS
# When appropriate, open a bug for flaky tests with the test diff and information
# about which bots the test fails on.

# 3. TESTS TIMING OUT
# Please open a bug for each test timing out with any important information.

# 3. TESTS CRASHING
# Please open a bug for each test crashing with any important information.
# These are in a separate section than failing tests, because they should be
# priority fixes.

# 4. EXPECTED FAILURES
# This list is divided into two parts:
# a. Tests that we never expect to pass, because they use features we likely
#    will never implement (Mac-only features, for instance).
# b. Missing WebCore/WebKit features that we'll want someday.

# 5. TESTS FAILING
# Each test should (eventually) have a bug. Missing DRT features also go here.

###############################################################################
# TESTS THAT REQUIRE NEW RESULTS
###############################################################################

###############################################################################
# FLAKY TESTS
###############################################################################
# Anonymous flaky tests.
fast/block/float/marquee-shrink-to-avoid-floats.html
fast/events/overflow-events.html
http/tests/xmlhttprequest/interactive-state.html
media/event-attributes.html
platform/gtk/accessibility/name-from-label.html

# As explained in https://bugs.webkit.org/show_bug.cgi?id=34372 this
# test seems to suffer from a race condition that just turned to the
# failing side with the normalization of priorities; it used to fail
# consistently for me locally (kov@webkit.org), and now passes from
# time to time, but the situation is inversed in the bot, so I'm
# skipping it.
# See also https://bugs.webkit.org/show_bug.cgi?id=36165
media/video-played-collapse.html

# https://bugs.webkit.org/show_bug.cgi?id=37550
fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html

# https://bugs.webkit.org/show_bug.cgi?id=37557
http/tests/misc/image-blocked-src-change.html

# https://bugs.webkit.org/show_bug.cgi?id=37560
svg/dom/SVGScriptElement/script-set-href.svg

# https://bugs.webkit.org/show_bug.cgi?id=37562
plugins/update-widgets-crash.html

# https://bugs.webkit.org/show_bug.cgi?id=37572
plugins/open-and-close-window-with-plugin.html

# Flaky due to JSC debugger issue.
# https://bugs.webkit.org/show_bug.cgi?id=43034
inspector/debugger/debugger-breakpoints-not-activated-on-reload.html

# https://bugs.webkit.org/show_bug.cgi?id=53995
editing/selection/end-of-document.html

# https://bugs.webkit.org/show_bug.cgi?id=51325
editing/selection/extend-by-character-003.html

# https://bugs.webkit.org/show_bug.cgi?id=51699
editing/selection/extend-by-character-004.html
editing/selection/extend-by-character-005.html

# https://bugs.webkit.org/show_bug.cgi?id=53074
editing/selection/extend-selection-bidi.html

# This test is randomly failing on the GTK 32-bit Debug bot
# https://bugs.webkit.org/show_bug.cgi?id=61932
jquery/manipulation.html

# Still working out flakiness issues with the perf tests.
# https://bugs.webkit.org/show_bug.cgi?id=44199
perf/

# https://bugs.webkit.org/show_bug.cgi?id=47727
mathml/presentation

# https://bugs.webkit.org/show_bug.cgi?id=53428
http/tests/misc/favicon-as-image.html

# 1 & 2 pixels diff in 32-bit & 64-bit
# https://bugs.webkit.org/show_bug.cgi?id=54637
media/video-display-toggle.html
media/video-controls-in-media-document.html
media/controls-after-reload.html

# 1 & 2 pixels diff in 32-bit & 64-bit
# https://bugs.webkit.org/show_bug.cgi?id=61914
svg/custom/object-sizing-explicit-width-height.xhtml
svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml
svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml

# https://bugs.webkit.org/show_bug.cgi?id=55126
media/video-aspect-ratio.html

# https://bugs.webkit.org/show_bug.cgi?id=37623
scrollbars/scrollbar-crash-on-refresh.html

# https://bugs.webkit.org/show_bug.cgi?id=22770
tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html

# https://bugs.webkit.org/show_bug.cgi?id=61852
svg/custom/animate-target-id-changed.svg

# https://bugs.webkit.org/show_bug.cgi?id=56561
svg/custom/clip-path-referencing-use2.svg

# https://bugs.webkit.org/show_bug.cgi?id=59937
# flaky on 64-bits Debug
tables/mozilla_expected_failures/bugs/bug85016.html

###############################################################################
# TESTS TIMING OUT
###############################################################################
# These SVG performance tests seem to cause the debug bots to time out.
svg/hixie/perf

# Intermittently timing out on Gtk Debug Bot:
# https://bugs.webkit.org/show_bug.cgi?id=33445
http/tests/incremental/split-hex-entities.pl

# Times out, see https://bugs.webkit.org/show_bug.cgi?id=33026
http/tests/xmlhttprequest/simple-cross-origin-progress-events.html
# Times out only on 32-Bits Release:
http/tests/xmlhttprequest/redirect-cross-origin-post-sync.html
http/tests/xmlhttprequest/redirect-cross-origin-sync-double.html
http/tests/xmlhttprequest/redirect-cross-origin-sync.html

#  https://bugs.webkit.org/show_bug.cgi?id=46644
fast/text/large-text-composed-char-dos.html

# https://bugs.webkit.org/show_bug.cgi?id=58972
media/adopt-node-crash.html

# Timing out in the 64-bit GTK bot after r85586
# https://bugs.webkit.org/show_bug.cgi?id=60055
media/video-volume-slider.html

# Timing out in all the GTK bots since r87605
# https://bugs.webkit.org/show_bug.cgi?id=61919
svg/wicd/test-scalable-background-image1.xhtml

###############################################################################
# TESTS CRASHING
###############################################################################
# This test is crashing when run along with other tests on the release build.
fast/dynamic/layer-hit-test-crash.html

# One anonymous crashers with no bug.
http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html

# https://bugs.webkit.org/show_bug.cgi?id=50155
# crashes on GStreamer side when loading one of the media elements of the test
fast/events/tabindex-focus-blur-all.html

# crashes because of a failing ASSERT (see https://bugs.webkit.org/show_bug.cgi?id=54470)
svg/text/select-textLength-spacing-squeeze-1.svg

# Test crashing on release bot
# https://bugs.webkit.org/show_bug.cgi?id=31433
plugins/document-open.html

# https://bugs.webkit.org/show_bug.cgi?id=37574
plugins/window-open.html

# For some reason crashes when run with all tests. Passes individually.
fast/forms/multiple-form-submission-protection-mouse.html

# This test crashes whatever test follows it. Perhaps it's related to the previous failure.
fast/dom/gc-10.html

# https://bugs.webkit.org/show_bug.cgi?id=54234 
fast/files/apply-blob-url-to-xhr.html

# https://bugs.webkit.org/show_bug.cgi?id=50744
inspector/debugger/open-close-open.html

# https://bugs.webkit.org/show_bug.cgi?id=55135
http/tests/incremental/slow-utf8-html.pl

# [GTK] fast/workers/storage/use-same-database-in-page-and-workers.html fails an ASSERT
# https://bugs.webkit.org/show_bug.cgi?id=56147 
# Fails assertion: ASSERT(m_workerContext->hasOneRef());
fast/workers/storage/use-same-database-in-page-and-workers.html

# https://bugs.webkit.org/show_bug.cgi?id=56309
svg/text/text-deco-01-b.svg

# https://bugs.webkit.org/show_bug.cgi?id=58988
storage/open-database-set-empty-version.html

# https://bugs.webkit.org/show_bug.cgi?id=60158
fast/dom/Geolocation/argument-types.html

# Crashing on debug bots because of failing ASSERT in FrameView.cpp
# https://bugs.webkit.org/show_bug.cgi?id=61924
editing/pasteboard/drop-file-svg.html
http/tests/misc/SVGFont-delayed-load.html
svg/custom/frame-getSVGDocument.html
svg/custom/object-sizing-height-50p-on-target-svg-absolute.xhtml
svg/custom/object-sizing-height-50p-on-target-svg.xhtml
svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute.xhtml
svg/custom/object-sizing-width-50p-height-50p-on-target-svg.xhtml
svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute.xhtml
svg/custom/object-sizing-width-50p-height-75p-on-target-svg.xhtml
svg/custom/object-sizing-width-50p-on-target-svg-absolute.xhtml
svg/custom/object-sizing-width-50p-on-target-svg.xhtml
svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute.xhtml
svg/custom/object-sizing-width-75p-height-50p-on-target-svg.xhtml
svg/custom/object-sizing.xhtml
svg/hixie/intrinsic/001.html
svg/hixie/intrinsic/002.html
svg/hixie/intrinsic/003.html

# Crashing on debug bots because of failing ASSERT in webkitwebdatasource.cpp
# https://bugs.webkit.org/show_bug.cgi?id=61937
http/tests/fileapi/create-blob-url-from-data-url.html
http/tests/history/back-during-onload-triggered-by-back.html
http/tests/history/back-to-post.php
http/tests/history/cross-origin-replace-history-object-child.html

# crashing on debug bots because of failing ASSERT in TextIterator.cpp
# https://bugs.webkit.org/show_bug.cgi?id=63611
editing/deleting/smart-delete-003.html
editing/deleting/smart-delete-004.html
editing/pasteboard/interchange-newline-2.html
editing/pasteboard/paste-text-008.html
editing/undo/undo-smart-delete-reversed-selection.html
editing/selection/directionality-after-undo-replace.html

# https://bugs.webkit.org/show_bug.cgi?id=64530
editing/selection/editable-html-element.html

# https://bugs.webkit.org/show_bug.cgi?id=65699
fast/loader/reload-zero-byte-plugin.html

# https://bugs.webkit.org/show_bug.cgi?id=65702
editing/undo/replace-text-in-node-preserving-markers-crash.html

# https://bugs.webkit.org/show_bug.cgi?id=68686
editing/pasteboard/drag-drop-input-in-svg.svg

# https://bugs.webkit.org/show_bug.cgi?id=68700
fast/workers/storage/interrupt-database.html

# https://bugs.webkit.org/show_bug.cgi?id=69000
fast/borders/inline-mask-overlay-image-outset-vertical-rl.html

# https://bugs.webkit.org/show_bug.cgi?id=69001
plugins/js-from-destroy.html

###############################################################################
# EXPECTED FAILURES
###############################################################################
# Ignored because we do not have OBJC bindings (via Chromium)
editing/pasteboard/paste-RTFD.html
editing/pasteboard/paste-TIFF.html

# Deletion UI is a Mail-ism. We don't need to worry about this. (via Chromium)
editing/deleting/deletionUI-single-instance.html
fast/dom/Element/id-in-deletebutton.html

# WebKitGTK+ uses different keyboard accelerators than Safari. (via Chromium)
fast/events/option-tab.html

# We have no need to support Dashboard compatibility mode. (via Chromium)
fast/canvas/canvas-gradient-addStop-error.html
http/tests/xmlhttprequest/default-content-type-dashboard.html
http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html
svg/custom/embedded-svg-disallowed-in-dashboard.xml
svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html
svg/custom/manually-parsed-svg-disallowed-in-dashboard.html
svg/custom/svg-disallowed-in-dashboard-object.html

# These tests expect a TIFF decoder. (via Chromium)
fast/images/embed-image.html
fast/images/object-image.html

# Mac Safari under certain circumstances automatically places
# a caret in editable document even when none was requested programatically.
editing/selection/designmode-no-caret.html

# These tests require loading a PDF as an image, which we do not support. (via Chromium)
fast/images/pdf-as-background.html
fast/images/pdf-as-image-landscape.html
fast/images/pdf-as-image.html
fast/images/pdf-as-tiled-background.html
fast/replaced/pdf-as-image.html

# https://bugs.webkit.org/show_bug.cgi?id=35824 - Doesn't apply to platforms that don't enforce the CFNetwork-style 3rd party cookie policy
http/tests/cookies/third-party-cookie-relaxing.html

# WebKitGTK+ does not support webarchives. (via Chromium)
webarchive
http/tests/webarchive
svg/webarchive
svg/custom/image-with-prefix-in-webarchive.svg

# This test is specific to QuickTime media engine
media/video-does-not-loop.html

# Pre-HMTL5 parser quirks only apply to the mac port for now.
fast/parser/pre-html5-parser-quirks.html

# This test assumes we cannot play RTSP, but we can.
# See https://bugs.webkit.org/show_bug.cgi?id=53056
media/unsupported-rtsp.html

# Features that we want eventually:
# DeviceMotion and DeviceOrientation are not enabled by default.
fast/dom/Window/window-properties-device-orientation.html
fast/dom/DeviceMotion
fast/dom/DeviceOrientation

# Desktop notifications are not supported
fast/notifications
http/tests/notifications

# We lack userscripts support.
userscripts

# Tests requiring 3D_RENDERING and ACCELERATED_COMPOSITING support
transforms/3d
compositing
fast/transforms/selection-bounds-in-transformed-view.html

# These tests require touch support
fast/events/touch

# IndexedDB is not yet enabled.
storage/indexeddb

# StorageTracker is not enabled.
storage/domstorage/localstorage/storagetracker

# Color input is not yet enabled.
fast/forms/color

# ENABLE_INPUT_TYPE_* are not enabled.
# https://bugs.webkit.org/show_bug.cgi?id=29359
fast/forms/date
fast/css/pseudo-in-range.html
fast/css/pseudo-out-of-range.html
fast/css/pseudo-in-range-invalid-value.html
fast/forms/datetime
fast/forms/datetimelocal
fast/forms/month
fast/forms/time
fast/forms/week

# Speech input is not yet enabled.
fast/speech

# Web Timing is not enabled.
# https://bugs.webkit.org/show_bug.cgi?id=42432
fast/dom/Window/window-properties-performance.html
fast/dom/navigation-type-back-forward.html
fast/dom/navigation-type-navigate.html
fast/dom/navigation-type-reload.html
fast/dom/webtiming.html
fast/dom/webtiming-navigate-within-document.html
fast/dom/webtiming-document-open.html
http/tests/misc/webtiming-origins.html
http/tests/misc/webtiming-one-redirect.php
http/tests/misc/webtiming-slow-load.php
http/tests/misc/webtiming-ssl.php
http/tests/misc/webtiming-two-redirects.php

# FileSystem API is not supported.
fast/filesystem
http/tests/filesystem
http/tests/local/fileapi
http/tests/security/filesystem-iframe-from-remote.html
http/tests/websocket/tests/hybi/send-file-blob.html
http/tests/websocket/tests/hybi/send-file-blob-fail.html

# Requires WebP support.
fast/images/webp-image-decoding.html

# Request ENABLE(REQUEST_ANIMATION_FRAME) support
fast/animation

# Requires media engine closed caption support
media/media-captions.html

# DataTransferItems is not yet implemented.
editing/pasteboard/data-transfer-items.html

# Legacy full screen API tests are now obsolete.
media/context-menu-actions.html
media/media-fullscreen-inline.html
media/media-fullscreen-not-in-document.html

# DRT missing didRunInsecureContent notification
# https://bugs.webkit.org/show_bug.cgi?id=59367
http/tests/security/mixedContent/insecure-css-in-iframe.html
http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html

# Animation API is disabled
animations/animation-api-1.html

# Quota API is not supported.
storage/storageinfo-query-usage.html
storage/storageinfo-request-quota.html
storage/storageinfo-no-callbacks.html

# This platform does not support the Page Visibility API.
fast/events/page-visibility-iframe-delete-test.html
fast/events/page-visibility-iframe-move-test.html
fast/events/page-visibility-iframe-propagation-test.html
fast/events/page-visibility-transition-test.html

# JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540)
http/tests/security/isolatedWorld/cross-origin-xhr.html

# GTK doesn't support smart replace
# https://bugs.webkit.org/show_bug.cgi?id=61661
editing/pasteboard/smart-drag-drop.html
editing/pasteboard/drag-drop-list.html

# Tests for WebVTT parser for <track>.  Feature is not yet functional.
# https://bugs.webkit.org/show_bug.cgi?id=43668
media/track/

# Tests for MediaSource API. Feature is not yet functional.
# https://bugs.webkit.org/show_bug.cgi?id=64731
http/tests/media/media-source/

# Tests that require ENABLE(DOWNLOAD_ATTRIBUTE).
fast/dom/HTMLAnchorElement/anchor-nodownload.html
fast/dom/HTMLAnchorElement/anchor-download.html
fast/dom/HTMLAnchorElement/anchor-nodownload-set.html
fast/dom/HTMLAnchorElement/anchor-download-unset.html

# Failing because WebGL is not enabled
http/tests/security/webgl-remote-read-remote-image-allowed.html
http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html
http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html

# New flexbox is not yet enabled. http://webkit.org/b/62048
css3/flexbox

# CSS Regions support not yet enabled. http://webkit.org/b/57312
fast/regions

# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
fast/exclusions

# For now, Web Audio API is disabled
webaudio

# CSS Filters is disabled
css3/filters

###############################################################################
# TESTS FAILING
###############################################################################
accessibility/aria-help.html
accessibility/aria-hidden.html
accessibility/aria-hidden-with-elements.html
accessibility/aria-labelledby-on-input.html
accessibility/aria-labelledby-overrides-label.html
accessibility/aria-labelledby-stay-within.html
accessibility/aria-link-supports-press.html
accessibility/aria-list-and-listitem.html
accessibility/aria-option-role.html
accessibility/aria-presentational-role.html
accessibility/aria-readonly.html
accessibility/aria-scrollbar-role.html
accessibility/aria-tab-roles.html
accessibility/aria-text-role.html
accessibility/aria-used-on-image-maps.html
accessibility/button-press-action.html
accessibility/canvas.html
accessibility/editable-webarea-context-menu-point.html
accessibility/ellipsis-text.html
accessibility/iframe-bastardization.html
accessibility/ignore-spacer-elements.html
accessibility/image-link.html
accessibility/image-map1.html
accessibility/image-map2.html
accessibility/inline-continuations.html
accessibility/internal-link-anchors2.html
accessibility/label-for-control-hittest.html
accessibility/language-attribute.html
accessibility/legend.html
accessibility/lists.html
accessibility/onclick-handlers.html
accessibility/placeholder.html
accessibility/plugin.html
accessibility/radio-button-group-members.html
accessibility/radio-button-title-label.html
accessibility/secure-textfield-title-ui.html
accessibility/selection-states.html
accessibility/table-attributes.html
accessibility/table-detection.html
accessibility/table-one-cell.html
accessibility/table-sections.html
accessibility/table-with-aria-role.html
accessibility/table-with-rules.html
accessibility/textarea-insertion-point-line-number.html
accessibility/textarea-line-for-index.html
accessibility/textarea-selected-text-range.html
accessibility/th-as-title-ui.html
accessibility/transformed-element.html
accessibility/visible-elements.html

# Need support for dumping selection rectangles in pixel output
# https://bugs.webkit.org/show_bug.cgi?id=53647
editing/selection/transformed-selection-rects.html

# Blurring and focusing from LayoutTestController do not work.
# https://bugs.webkit.org/show_bug.cgi?id=53646
# Test results show a caret and focus ring when there shouldn't be.
editing/selection/caret-and-focus-ring.html
# Blur and focus events are not received for the following tests.
fast/events/blur-focus-window-should-blur-focus-element.html
fast/dom/HTMLDocument/hasFocus.html
fast/dom/Window/window-onFocus.html
fast/events/frame-tab-focus.html
# element.blur() and element.focus() does not seem to work always.
fast/forms/select-double-onchange.html
fast/forms/select-script-onchange.html
fast/html/tab-order.html

# The box isn't empty after a test run with this test.
# https://bugs.webkit.org/show_bug.cgi?id=53644
 editing/deleting/5408255.html

# Missing delegates:
# Need proper frame loader callbacks reporting
# See https://bugs.webkit.org/show_bug.cgi?id=32170
http/tests/security/mixedContent/empty-url-plugin-in-frame.html
fast/loader/file-protocol-fragment.html
# Tests failing because of missing resource load delegate callbacks.
fast/loader/main-document-url-for-non-http-loads.html
http/tests/misc/link-rel-icon-beforeload.html
# Tests failing because of missing policy delegate callbacks.
fast/loader/onload-policy-ignore-for-frame.html
fast/loader/policy-delegate-action-hit-test-zoomed.html
fast/loader/reload-policy-delegate.html
fast/loader/stop-provisional-loads.html
fast/loader/subframe-removes-itself.html
# This policy delegate is implemented, but it needs the DOM node path in the output.
fast/encoding/mailto-always-utf-8.html
# Missing output when page icon changes. We need some API exposing this event.
fast/dom/icon-url-property.html

# Looks like a bug in the LayoutTestController global history support due to missing API.
fast/history/window-open.html

# All of these IDN encoding tests seem to fail.
fast/encoding/idn-security.html

# These two glyphs cannot be selected separately (verified in GtkLauncher)
fast/text/international/thai-offsetForPosition-inside-character.html

# Caret positioning is incorrect in this test.
fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html

# These failures appear to be bugs in the EventSender
# https://bugs.webkit.org/show_bug.cgi?id=53964
fast/forms/listbox-onchange.html
fast/forms/listbox-selection-2.html
fast/forms/option-mouseevents.html

# The Acid2 test fails for some reason
# https://bugs.webkit.org/show_bug.cgi?id=54119
http/tests/misc/acid2-pixel.html
http/tests/misc/acid2.html
fast/css/acid2.html
fast/css/acid2-pixel.html

# These tests call dumpAsText, but still perform normal render tree dumps.
# https://bugs.webkit.org/show_bug.cgi?id=53955 
fast/dynamic/paused-event-dispatch.html

# The test below is not scrolled to the proper position. Perhaps because of
# asynchronous scrollbar behavior.
fast/css/font-weight-1.html

# Probably failing because resizing is asynchronous.
# https://bugs.webkit.org/show_bug.cgi?id=53959 
fast/dom/Window/window-resize-and-move-arguments.html
fast/dom/Window/window-resize.html

# The background is not clipped in this test, as observed in the pixel output.
fast/backgrounds/background-clip-text.html

# These fast XMLHttpRequest tests fail because 3D_CANVAS is not enabled.
fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html
fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html
fast/xmlhttprequest/xmlhttprequest-responsetype-document.html
fast/xmlhttprequest/xmlhttprequest-responsetype-text.html
http/tests/xmlhttprequest/send-array-buffer.html

# Possible bug in eventSender.zoomPageOut() ? https://bugs.webkit.org/show_bug.cgi?id=30575
fast/dom/elementFromPoint-relative-to-viewport.html

# https://bugs.webkit.org/show_bug.cgi?id=51213
fast/dom/gc-11.html

# https://bugs.webkit.org/show_bug.cgi?id=51242
fast/dom/global-constructors.html

# https://bugs.webkit.org/show_bug.cgi?id=53085
# Cairo doesn't support repeat-x and repeat-y
fast/canvas/patternfill-repeat.html

# keygen element rendering is broken
# https://bugs.webkit.org/show_bug.cgi?id=54136
fast/html/keygen.html

# [GTK] GTK+ does not support hyphenation
# https://bugs.webkit.org/show_bug.cgi?id=44478
fast/text/hyphenate-character.html
fast/text/hyphens.html
fast/text/hyphenate-first-word.html
fast/text/hyphenate-locale.html

# This port doesn't support v8 i18n extension.
fast/js/i18n-bindings-locale.html

# Tests in http/ directory
#   Tests failing
http/tests/appcache/crash-when-navigating-away-then-back.html
http/tests/appcache/fallback.html
http/tests/appcache/origin-quota.html
http/tests/appcache/origin-quota-continued-download.html
http/tests/appcache/origin-quota-continued-download-multiple-manifests.html
http/tests/appcache/origin-delete.html
http/tests/appcache/origins-with-appcache.html
# LayoutTestController::applicationCacheDiskUsageForOrigin isn't implemented - https://bugs.webkit.org/show_bug.cgi?id=57127
http/tests/appcache/origin-usage.html
http/tests/cookies/double-quoted-value-with-semi-colon.html
http/tests/loading/bad-scheme-subframe.html
http/tests/loading/bad-server-subframe.html
# Needed to cover the fix for <rdar://problem/6727495>
http/tests/loading/deleted-host-in-resource-load-delegate-callback.html
http/tests/loading/gmail-assert-on-load.html
http/tests/loading/redirect-with-no-location-crash.html
http/tests/loading/text-content-type-with-binary-extension.html

http/tests/media/video-play-stall-seek.html
http/tests/media/video-play-stall.html

# QuickTime reference movie not supported.
http/tests/media/video-cross-site.html

http/tests/misc/acid3.html
http/tests/misc/link-rel-prefetch-and-subresource.html
http/tests/misc/policy-delegate-called-twice.html
http/tests/misc/prefetch-purpose.html
http/tests/misc/redirect-to-external-url.html
http/tests/misc/window-dot-stop.html
http/tests/multipart/policy-ignore-crash.php

# Rendering of multipart images is broken.
# https://bugs.webkit.org/show_bug.cgi?id=54251 
http/tests/multipart/invalid-image-data.html
# This one times out.
http/tests/multipart/invalid-image-data-standalone.html

http/tests/plugins/npapi-response-headers.html
http/tests/security/feed-urls-from-remote.html
http/tests/security/mixedContent/insecure-css-in-main-frame.html
http/tests/security/mixedContent/insecure-iframe-in-main-frame.html
http/tests/security/mixedContent/insecure-image-in-main-frame.html
http/tests/security/mixedContent/insecure-script-in-iframe.html
http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html
http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe.html
http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html
http/tests/security/XFrameOptions/x-frame-options-deny.html
http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow.html
http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html
http/tests/xmlhttprequest/abort-should-cancel-load.html
http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html
http/tests/xmlhttprequest/logout.html
#We don't seem to support neither of these for now
http/tests/xmlhttprequest/cross-origin-authorization.html
http/tests/xmlhttprequest/cross-origin-cookie-storage.html
http/tests/xmlhttprequest/cross-origin-no-authorization.html

http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html

# Tests in media/ directory
#   Tests failing
media/video-size-intrinsic-scale.html
media/video-seek-past-end-playing.html
# https://bugs.webkit.org/show_bug.cgi?id=30198
media/video-source-error.html

# Tests in plugins/ directory
#   Tests failing, need to implement NPP_HandleEvent() in TestNetscapePlugin
plugins/get-url-with-blank-target.html
plugins/plugin-initiate-popup-window.html

# This test is for clients that choose to make the missing plugin indicator a button
plugins/clicking-missing-plugin-fires-delegate.html

# Need to implement getFormValue().
plugins/form-value.html

# Tests in security/ directory
#   Tests failing
security/set-form-autocomplete-attribute.html

# Tests in svg/ directory
#   Tests failing
svg/filters/feColorMatrix-values.svg
svg/filters/sourceAlpha.svg
svg/dom/altGlyph-dom.xhtml
svg/custom/getSubStringLength.html
svg/custom/getscreenctm-in-mixed-content2.xhtml
svg/custom/glyph-setting-d-attribute.svg
svg/custom/no-inherited-dashed-stroke.xhtml
svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml
svg/custom/relative-sized-use-on-symbol.xhtml
svg/custom/stroke-width-click.svg
svg/custom/svg-fonts-in-text-controls.html
svg/custom/use-elementInstance-event-target.svg
svg/custom/use-elementInstance-methods.svg
svg/custom/use-on-symbol-inside-pattern.svg
svg/custom/use-setAttribute-crash.svg
svg/text/lengthAdjust-text-metrics.html

# flaky test (see https://bugs.webkit.org/show_bug.cgi?id=53989)
svg/custom/use-multiple-on-nested-disallowed-font.html

# This test needs to be looked at: runs on other platforms,
# may fail here due to debug output limitations.
# https://bugs.webkit.org/show_bug.cgi?id=25645
svg/custom/pattern-excessive-malloc.svg

# https://bugs.webkit.org/show_bug.cgi?id=49065
svg/animations/animate-path-nested-transforms.html

# Tests that failed because we don't have an eventSender implementation
http/tests/plugins/plugin-document-has-focus.html

# See Bug #27905 - http://bugs.webkit.org/show_bug.cgi?id=27905
# Missing resource load callback ability in DRT
http/tests/loading/redirect-methods.html
http/tests/misc/favicon-loads-with-images-disabled.html

# See Bug #28668 - https://bugs.webkit.org/show_bug.cgi?id=28668
http/tests/appcache/auth.html

# New test infrastructure required -- need isolated worlds
# See https://bugs.webkit.org/show_bug.cgi?id=31508
http/tests/security/isolatedWorld
storage/open-database-creation-callback-isolated-world.html
storage/statement-error-callback-isolated-world.html
storage/statement-success-callback-isolated-world.html
storage/transaction-callback-isolated-world.html
storage/transaction-error-callback-isolated-world.html
storage/transaction-success-callback-isolated-world.html

# https://bugs.webkit.org/show_bug.cgi?id=30577
editing/selection/move-left-right.html

# Probably related to https://bugs.webkit.org/show_bug.cgi?id=27637
http/tests/security/mixedContent/insecure-plugin-in-iframe.html
http/tests/loading/basic-auth-resend-wrong-credentials.html 

# https://bugs.webkit.org/show_bug.cgi?id=30620
fast/xsl/sort-locale.xml

# https://bugs.webkit.org/show_bug.cgi?id=30818
fast/css/opacity-float.html 

# https://bugs.webkit.org/show_bug.cgi?id=30724
fast/loader/opaque-base-url.html 

# https://bugs.webkit.org/show_bug.cgi?id=53986
svg/text/caret-in-svg-text.xhtml

# No authentication challenge handling
# https://bugs.webkit.org/show_bug.cgi?id=51104
http/tests/loading/basic-credentials-sent-automatically.html
http/tests/cache/subresource-fragment-identifier.html
http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin.html
http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html
http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html    

# This port doesn't support detecting slow unload handlers.
fast/dom/Window/slow-unload-handler.html
fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html

# This port doesn't have a global history delegate yet
http/tests/globalhistory

# Need to add functionality to DumpRenderTree to handle error pages
fast/history/back-forward-reset-after-error-handling.html

# These tests also use firstRectForCharacterRange, but they generate slightly
# different values. (Chromium also fails here; see their test_expectations.txt file)
editing/selection/mixed-editability-10.html
editing/selection/5825350-1.html
editing/selection/5825350-2.html

# Missing layoutTestController.removeOriginAccessWhitelistEntry()
http/tests/xmlhttprequest/origin-whitelisting-removal.html

# https://bugs.webkit.org/show_bug.cgi?id=55682
fast/images/support-broken-image-delegate.html

# Fails because of new behaviour enforced by libsoup
# See: https://bugzilla.gnome.org/show_bug.cgi?id=603825
fast/cookies/local-file-can-set-cookies.html

# https://bugs.webkit.org/show_bug.cgi?id=32604
# Fails on the release bot because of, apparently, rouding errors
svg/custom/path-getTotalLength.svg

# Fail due to an extra "CONSOLE MESSAGE: line 1: SyntaxError: Parse error"
fast/loader/onload-willSendRequest-null-for-script.html
fast/loader/willSendRequest-null-for-preload.html

# Requires willSendRequestReturnsNullOnRedirect + willSendRequest + didFinishLoading
http/tests/misc/will-send-request-returns-null-on-redirect.html
http/tests/misc/favicon-loads-with-icon-loading-override.html
# Requires willPerformClientRedirectToURL
# https://bugs.webkit.org/show_bug.cgi?id=58526
http/tests/loading/onload-vs-immediate-refresh.pl

# https://bugs.webkit.org/show_bug.cgi?id=59367
# DRT missing didRunInsecureContent notification
http/tests/security/mixedContent/insecure-css-in-main-frame.html

# GTK+ does not have layoutTestController.setDomainRelaxationForbiddenForURLScheme
http/tests/security/setDomainRelaxationForbiddenForURLScheme.html

# Only fails on Gtk bot - https://bugs.webkit.org/show_bug.cgi?id=33835
svg/custom/use-instanceRoot-event-bubbling.xhtml

# New failure after http://trac.webkit.org/changeset/53758
scrollbars/scrollbar-middleclick-nopaste.html

# Relies on WebKit API [WebView _loadBackForwardListFromOtherView:]
fast/loader/crash-copying-backforwardlist.html

# Needs platform specific API implemented in DRT, maybe not relevant for non-Mac and non-Windows ports
fast/loader/api-test-new-window-data-load-base-url.html
fast/loader/api-test-go-to-current-back-forward-item.html

# Failure may be related to DRT; console message also has full file
# path instead of just the file name
# See https://bugs.webkit.org/show_bug.cgi?id=35086
fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html

# Fails on GTK release bots, see https://bugs.webkit.org/show_bug.cgi?id=51027
plugins/refcount-leaks.html

# Fails on 32bits Debug bot, see https://bugs.webkit.org/show_bug.cgi?id=35158
fast/forms/restore-selection-after-layout.html

# Needs to make sure the redirect-chain scenario in https://bugs.webkit.org/show_bug.cgi?id=31410 works
# See https://bugs.webkit.org/show_bug.cgi?id=35300
http/tests/loading/307-after-303-after-post.html

# DumpRenderTree code to enable Java is currently a no-op
java

# https://bugs.webkit.org/show_bug.cgi?id=36003
# mouseScrollBy() and continuousMouseScrollBy() are not yet implemented in the GTK EventSender API.
fast/events/remove-child-onscroll.html
fast/events/platform-wheelevent-in-scrolling-div.html
fast/events/continuous-platform-wheelevent-in-scrolling-div.html
fast/events/wheelevent-direction-inverted-from-device.html
fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html
fast/events/scroll-in-scaled-page-with-overflow-hidden.html


# Needs mock support, and build slave Geolocation service
# See https://bugs.webkit.org/show_bug.cgi?id=36053
fast/dom/Geolocation/callback-exception.html
fast/dom/Geolocation/delayed-permission-allowed-for-multiple-requests.html
fast/dom/Geolocation/delayed-permission-allowed.html
fast/dom/Geolocation/delayed-permission-denied-for-multiple-requests.html
fast/dom/Geolocation/delayed-permission-denied.html
fast/dom/Geolocation/error.html
fast/dom/Geolocation/maximum-age.html
fast/dom/Geolocation/multiple-requests.html
fast/dom/Geolocation/no-page-cache.html
fast/dom/Geolocation/permission-denied-already-clear-watch.html
fast/dom/Geolocation/position-string.html
fast/dom/Geolocation/reentrant-error.html
fast/dom/Geolocation/reentrant-permission-denied.html
fast/dom/Geolocation/reentrant-success.html
fast/dom/Geolocation/success.html
fast/dom/Geolocation/timeout-clear-watch.html
fast/dom/Geolocation/timeout.html
fast/dom/Geolocation/timestamp.html
fast/dom/Geolocation/watch.html
fast/dom/Geolocation/window-close-crash.html

# Needs LayoutTestController::numberOfPendingGeolocationPermissionRequests()
# See https://bugs.webkit.org/show_bug.cgi?id=54197
fast/dom/Geolocation/page-reload-cancel-permission-requests.html

# We're not quite ready to run these tests, because the slaves need
# Geoclue support. If we implement support for the mock geolocation service
# maybe we can avoid this.
# See https://bugs.webkit.org/show_bug.cgi?id=35674
fast/dom/Geolocation/permission-denied-already-error.html
fast/dom/Geolocation/permission-denied-already-success.html
fast/dom/Geolocation/permission-denied-stops-watches.html
fast/dom/Geolocation/permission-denied.html

# Misses setMediaType() implementation
fast/media/print-restores-previous-mediatype.html

# fast/loader/stateobjects/replacestate-in-iframe.html caused infinite loop
# https://bugs.webkit.org/show_bug.cgi?id=36467
fast/loader/stateobjects/replacestate-in-iframe.html

# Fails on GTK+ since https://bugs.webkit.org/show_bug.cgi?id=25195 got in
# See https://bugs.webkit.org/show_bug.cgi?id=36627 for what's needed
# for a real fix.
editing/selection/extend-after-mouse-selection.html

# Need to add functionality to DumpRenderTree to handle scrollbar police changes
fast/overflow/scrollbar-restored-and-then-locked.html

# https://bugs.webkit.org/show_bug.cgi?id=37532
fast/js/kde/string-1-n.html

# https://bugs.webkit.org/show_bug.cgi?id=37534
fast/js/kde/string-2-n.html

# https://bugs.webkit.org/show_bug.cgi?id=50868
inspector/debugger/debugger-step-out.html
inspector/styles/styles-source-lines-inline.html

#https://bugs.webkit.org/show_bug.cgi?id=37537
plugins/npruntime/round-trip-npobject.html

# https://bugs.webkit.org/show_bug.cgi?id=37544
svg/custom/use-instanceRoot-as-event-target.xhtml

# https://bugs.webkit.org/show_bug.cgi?id=37613
printing
editing/execCommand/print.html

# https://bugs.webkit.org/show_bug.cgi?id=38569
http/tests/workers/text-encoding.html

# The following tests differ between the 64-bit and 32-bit bots and sometimes
# between debug and release builds. These failures are likely due to rounding
# errors or differences in software versions between the bots.
# https://bugs.webkit.org/show_bug.cgi?id=39022
css1/box_properties/acid_test.html
fast/css/zoom-body-scroll.html
fast/css/text-rendering.html
fast/css/percentage-non-integer.html
fast/repaint/moving-shadow-on-container.html
fast/repaint/moving-shadow-on-path.html
fast/text/emphasis.html
fast/text/international/hindi-whitespace.html
svg/css/composite-shadow-example.html
svg/css/composite-shadow-with-opacity.html
svg/css/stars-with-shadow.html
svg/custom/gradient-with-1d-boundingbox.svg
svg/custom/recursive-filter.svg
svg/custom/relative-sized-inner-svg.xhtml
svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml
svg/custom/svg-fonts-with-no-element-reference.html
svg/filters/filteredImage.svg
svg/filters/parent-children-with-same-filter.svg
svg/overflow/overflow-on-inner-svg-element.svg
svg/W3C-SVG-1.1/animate-elem-36-t.svg
svg/W3C-SVG-1.1/animate-elem-40-t.svg
svg/W3C-SVG-1.1/animate-elem-80-t.svg
svg/W3C-SVG-1.1/extend-namespace-01-f.svg
svg/W3C-SVG-1.1/filters-conv-01-f.svg
svg/W3C-SVG-1.1/metadata-example-01-b.svg
svg/W3C-SVG-1.1/animate-elem-41-t.svg
svg/W3C-SVG-1.1/animate-elem-37-t.svg
svg/W3C-SVG-1.1/animate-elem-81-t.svg
svg/W3C-SVG-1.1/animate-elem-06-t.svg
# These two started to fail in 64bit debug bot
svg/W3C-SVG-1.1-SE/types-dom-02-f.svg
svg/W3C-SVG-1.1-SE/types-dom-05-b.svg
svg/W3C-SVG-1.1/paths-data-03-f.svg
svg/batik/filters/filterRegions.svg
svg/batik/text/textOnPath3.svg
svg/custom/empty-merge.svg
svg/custom/feDisplacementMap-01.svg
# Unfortunately, these started showing rounding errors after r78704.
# https://bugs.webkit.org/show_bug.cgi?id=54474
svg/W3C-SVG-1.1/coords-viewattr-01-b.svg
svg/W3C-SVG-1.1/painting-marker-03-f.svg
svg/W3C-SVG-1.1/struct-frag-02-t.svg
svg/W3C-SVG-1.1/struct-frag-03-t.svg
svg/custom/circular-marker-reference-1.svg
svg/custom/circular-marker-reference-3.svg
svg/custom/circular-marker-reference-4.svg
svg/custom/non-scaling-stroke-markers.svg
svg/custom/stroked-pattern.svg
svg/custom/resource-invalidate-on-target-update.svg
svg/custom/text-rotated-gradient.svg
svg/custom/use-css-events.svg
svg/custom/use-detach.svg
svg/filters/filterRes.svg
svg/hixie/links/001.xml
svg/hixie/viewbox/preserveAspectRatio/001.xml
svg/text/small-fonts-2.svg
svg/text/text-align-04-b.svg
svg/zoom/page/zoom-coords-viewattr-01-b.svg
svg/zoom/text/zoom-coords-viewattr-01-b.svg
# Fail on 32-bits Release
svg/W3C-SVG-1.1/animate-elem-30-t.svg
svg/W3C-SVG-1.1/animate-elem-03-t.svg
svg/W3C-SVG-1.1/animate-elem-33-t.svg
svg/filters/animate-fill.svg
# Fail on 32-bits Debug
svg/W3C-SVG-1.1/animate-elem-46-t.svg
svg/W3C-SVG-1.1/animate-elem-82-t.svg
# Different results on 32-bit and 64-bit bots because of signed zero values
# https://bugs.webkit.org/show_bug.cgi?id=62003
svg/custom/embedding-external-svgs.xhtml
svg/W3C-SVG-1.1-SE/linking-uri-01-b.svg
svg/W3C-SVG-1.1-SE/struct-dom-11-f.svg
svg/W3C-SVG-1.1-SE/struct-use-11-f.svg
svg/animations/svginteger-animation-1.html
svg/custom/linking-uri-01-b.svg
svg/custom/svg-fonts-word-spacing.html
svg/custom/animation-currentColor.svg

# https://bugs.webkit.org/show_bug.cgi?id=57346
fast/text/justify-ideograph-leading-expansion.html

# The following 3 started to fail after r79592 when they were
# unskipped. Seems that the underlying operation works fine but the
# 32-bit release bot generates some results with 2 decimal places when
# there should be none (50.00 vs 50)
svg/batik/masking/maskRegions.svg
svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg
svg/zoom/page/zoom-mask-with-percentages.svg

# https://bugs.webkit.org/show_bug.cgi?id=54210
fast/text/atsui-multiple-renderers.html
fast/text/atsui-negative-spacing-features.html
fast/text/atsui-spacing-features.html
# https://bugs.webkit.org/show_bug.cgi?id=54194
fast/text/midword-break-after-breakable-char.html
# https://bugs.webkit.org/show_bug.cgi?id=54191
fast/text/capitalize-boundaries.html
# https://bugs.webkit.org/show_bug.cgi?id=54189
fast/replaced/border-radius-clip.html

# New test needs enhanced frameloader delegate logging in DRT
# Discussed in https://bugs.webkit.org/show_bug.cgi?id=38928
fast/loader/recursive-before-unload-crash.html 
fast/loader/null-request-after-willSendRequest.html

# Need to dump context menu items on eventSender.contextClick(true).
# https://bugs.webkit.org/show_bug.cgi?id=39102
editing/spelling/context-menu-suggestions.html
editing/selection/context-menu-on-text.html

# https://bugs.webkit.org/show_bug.cgi?id=40153
fast/dom/Geolocation/callback-to-remote-context.html
fast/dom/Geolocation/callback-to-remote-context2.html
fast/dom/Geolocation/callback-to-deleted-context.html
fast/dom/Geolocation/disconnected-frame.html
fast/dom/Geolocation/disconnected-frame-already.html
fast/dom/Geolocation/disconnected-frame-permission-denied.html

# Some input type=range tests fail because of the size 
# of the slider thumb in GTK+ themes.
fast/forms/range/slider-mouse-events.html
fast/forms/range/slider-zoomed.html

# Link prefetch is disabled by default
fast/dom/HTMLLinkElement/link-and-subresource-test.html
fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html
fast/dom/HTMLLinkElement/prefetch.html
fast/dom/HTMLLinkElement/prefetch-beforeload.html
fast/dom/HTMLLinkElement/prefetch-onerror.html
fast/dom/HTMLLinkElement/prefetch-onload.html
fast/dom/HTMLLinkElement/prefetch-too-many-clients.html
fast/dom/HTMLLinkElement/prerender.html
fast/dom/HTMLLinkElement/subresource.html

# Tests failing because the context menu is grabbing mouse events.
# https://bugs.webkit.org/show_bug.cgi?id=40601
fast/events/mouse-click-events.html
fast/events/mouseup-from-button2.html
fast/events/right-click-focus.html
editing/selection/5354455-1.html
editing/selection/5354455-2.html
media/controls-right-click-on-timebar.html

# Gtk doesn't implement dumpResourceResponseMIMETypes which is required for the preloader tests.
# https://bugs.webkit.org/show_bug.cgi?id=58222
fast/preloader
http/tests/mime/uppercase-mime-type.html
http/tests/loading/preload-append-scan.php

# SVG tests that seem to produce incorrect output
svg/custom/marker-strokeWidth-changes.svg
svg/zoom/text/zoom-hixie-mixed-009.xml
svg/filters/shadow-on-rect-with-filter.svg
svg/custom/mask-excessive-malloc.svg

# There seem to be some bugs with path clipping.
svg/clip-path/clip-path-use-as-child2.svg
svg/clip-path/clip-path-use-as-child3.svg
svg/clip-path/clip-path-use-as-child4.svg
svg/clip-path/clip-path-with-different-unittypes.svg
svg/clip-path/clip-path-with-different-unittypes2.svg

# No matching language preference set
svg/W3C-SVG-1.1/struct-cond-02-t.svg
# The pixel output shows two broken images instead of the sunset.
svg/W3C-SVG-1.1/struct-image-04-t.svg
# The gradient limits seem broken in this test.
svg/batik/paints/gradientLimit.svg
# The middle circle on both rectangles is missing in the pixel output.
svg/custom/circular-marker-reference-2.svg
svg/custom/non-circular-marker-reference.svg

# Canvas tests

# Tests that fail across all platforms.
# Even though some platforms don't skip these tests, there are platform-specific
# results generated that make these tests 'pass'.
canvas/philip/tests/2d.composite.operation.clear.html
canvas/philip/tests/2d.composite.operation.darker.html
canvas/philip/tests/2d.composite.uncovered.fill.copy.html
canvas/philip/tests/2d.composite.uncovered.image.copy.html
canvas/philip/tests/2d.composite.uncovered.image.destination-atop.html
canvas/philip/tests/2d.composite.uncovered.image.destination-in.html
canvas/philip/tests/2d.composite.uncovered.image.source-in.html
canvas/philip/tests/2d.composite.uncovered.image.source-out.html
canvas/philip/tests/2d.composite.uncovered.pattern.copy.html
canvas/philip/tests/2d.drawImage.broken.html
canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html
canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html
canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html
canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html
canvas/philip/tests/2d.imageData.create1.type.html
canvas/philip/tests/2d.imageData.create2.type.html
canvas/philip/tests/2d.imageData.put.wrongtype.html
canvas/philip/tests/2d.imageData.get.type.html
canvas/philip/tests/2d.missingargs.html
canvas/philip/tests/2d.pattern.image.broken.html
canvas/philip/tests/2d.pattern.image.incomplete.empty.html
canvas/philip/tests/2d.pattern.image.incomplete.omitted.html
canvas/philip/tests/2d.text.draw.baseline.bottom.html
canvas/philip/tests/2d.text.draw.baseline.hanging.html
canvas/philip/tests/2d.text.draw.baseline.ideographic.html
canvas/philip/tests/2d.text.draw.baseline.middle.html
canvas/philip/tests/2d.text.draw.baseline.top.html
canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface.html
canvas/philip/tests/2d.text.draw.space.collapse.end.html
canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html
canvas/philip/tests/2d.text.draw.space.collapse.other.html
canvas/philip/tests/2d.text.draw.space.collapse.space.html
canvas/philip/tests/2d.text.draw.space.collapse.start.html
canvas/philip/tests/2d.text.font.parse.basic.html
canvas/philip/tests/2d.text.font.parse.complex.html
canvas/philip/tests/2d.text.font.parse.invalid.html
canvas/philip/tests/2d.text.font.parse.size.percentage.html
canvas/philip/tests/2d.text.font.parse.size.percentage.default.html
canvas/philip/tests/2d.text.font.parse.system.html
canvas/philip/tests/2d.text.measure.width.space.html
canvas/philip/tests/toDataURL.jpeg.alpha.html
canvas/philip/tests/type.prototype.html

# These tests are failing for us, but not for Mac. This likely
# indicates platform specific problems.

# When drawing canvas into itself, WebCore draws canvas's buffer into the same buffer. This
# results in recursive drawing into cairo surface. We should either use groups when drawing
# with cairo or copy the buffer every time the HTMLCanvasElement gets repainted.
canvas/philip/tests/2d.drawImage.self.2.html

# A testcase for this failure is already in cairo tree, but has not yet been fixed.
# https://bugs.webkit.org/show_bug.cgi?id=54471
# http://cgit.freedesktop.org/cairo/commit/?id=4d4056872db94573183473610ad1d81d5439fdc6
canvas/philip/tests/2d.path.arc.selfintersect.1.html
canvas/philip/tests/2d.path.arc.shape.3.html

# This test already passes with cairo trunk, but we're waiting for a new release.
# Cairo commit http://cgit.freedesktop.org/cairo/commit/?id=e46dc9e17a6f6737d5624dbcdd3c42c2353a72f1
# Cairo test http://cgit.freedesktop.org/cairo/commit/?id=7386960d063e4a3642fb281aaae071404d837bdb
canvas/philip/tests/2d.path.arc.zeroradius.html

# A testcase for this failure is already in cairo tree, but has not yet been fixed.
# http://cgit.freedesktop.org/cairo/commit/?id=303f56a2d34a23d933a02fa625873211fb51eb3b
canvas/philip/tests/2d.path.rect.selfintersect.html

# Strangely set miter limit - calculations suggest it should be 1.414 (and the test passes
# with miter limit set to that) but perhaps there are special steps to be taken because the
# rectangle has zero height.
canvas/philip/tests/2d.path.rect.zero.6.html

# Repeat-x/-y doesn't work - not supported in Cairo, workaround needed
# https://bugs.webkit.org/show_bug.cgi?id=53085
canvas/philip/tests/2d.pattern.paint.repeatx.coord1.html
canvas/philip/tests/2d.pattern.paint.repeatx.outside.html
canvas/philip/tests/2d.pattern.paint.repeaty.coord1.html
canvas/philip/tests/2d.pattern.paint.repeaty.outside.html

# Fake italics do not work: https://bugs.webkit.org/show_bug.cgi?id=40856
fast/text/fake-italic.html

# Tests that user modal dialogs fail in the DRT for some reason.
# https://bugs.webkit.org/show_bug.cgi?id=53600
fast/events/show-modal-dialog-onblur-onfocus.html
fast/events/scroll-event-during-modal-dialog.html
fast/harness/show-modal-dialog.html
inspector/console/console-long-eval-crash.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.html

# pastes a space instead of a tab
# https://bugs.webkit.org/show_bug.cgi?id=38437
editing/pasteboard/5761530-1.html

# Missing DRT API.
http/tests/loading/preload-slow-loading.php

# Directory upload is not enabled.
fast/forms/file/input-file-directory-upload.html

# Need setPrinting. See https://bugs.webkit.org/show_bug.cgi?id=20011
printing/setPrinting.html
printing/single-line-must-not-be-split-into-two-pages.html

# Accuracy problems in the results
# https://bugs.webkit.org/show_bug.cgi?id=42624
svg/dom/path-parser.html

# Advanced credential handling
http/tests/security/401-logout/401-logout.php
http/tests/xmlhttprequest/remember-bad-password.html

# Still failing, looks like bugs in the EventSender drag-and-drop
fast/css/user-drag-none.html
fast/events/5056619.html

# https://bugs.webkit.org/show_bug.cgi?id=62625
fast/css/counters/complex-before.html

# EventSender::dumpFilenameBeingDragged not implemented.
# https://bugs.webkit.org/show_bug.cgi?id=61826
fast/events/drag-image-filename.html

# Tests that fail because they assume a certain number of mouse
# movements during drags or fail only in Xvfb
http/tests/local/drag-over-remote-content.html
http/tests/security/drag-over-remote-content-iframe.html
fast/events/drag-in-frames.html
http/tests/misc/bubble-drag-events.html
fast/events/content-changed-during-drop.html
editing/pasteboard/drop-link.html

# https://bugs.webkit.org/show_bug.cgi?id=52882
http/tests/security/drag-drop-same-unique-origin.html

# Fails with "Received error from worker: ReferenceError: Can't find variable: revokeObjectURL
# Should recheck it when the above bug is fixed.
fast/files/workers/worker-apply-blob-url-to-xhr.html

# [Soup] ResourceHandleSoup does not handle encodedBlobData
# https://bugs.webkit.org/show_bug.cgi?id=52092
http/tests/local/blob/send-data-blob.html
http/tests/local/blob/send-hybrid-blob.html
http/tests/local/blob/send-sliced-data-blob.html
http/tests/local/formdata/send-form-data-with-sliced-file.html

# [GTK] Dragging images and links results in a DataTransfer object containing a non-empty files array
# https://bugs.webkit.org/show_bug.cgi?id=52094
editing/pasteboard/files-during-page-drags.html

# Need to call Settings::setInteractiveFormValidationEnabled(true).
fast/forms/interactive-validation-prevented.html
fast/forms/interactive-validation-attach-assertion.html
fast/forms/interactive-validation-assertion-by-validate-twice.html
fast/forms/interactive-validation-select-crash.html
fast/forms/interactive-validation-crash-by-style-override.html
# Need to call Settings::setValidationMessageTimerMagnification(-1) in DRT.
fast/forms/validation-message-appearance.html
fast/forms/validation-message-clone.html
fast/forms/validation-message-in-relative-body.html
fast/forms/validation-message-on-checkbox.html
fast/forms/validation-message-on-listbox.html
fast/forms/validation-message-on-menulist.html
fast/forms/validation-message-on-radio.html
fast/forms/validation-message-on-range.html
fast/forms/validation-message-on-textarea.html

# Tests that seem to be Mac only, assume that smart drag-and-drop
# is enabled or assume platform-dependent sizing.
http/tests/security/dataTransfer-set-data-file-url.html
fast/events/ondragenter.html
editing/selection/drag-start-event-client-x-y.html

# Fails because multiple clicks in a row in the same place
# register as a triple-click even though the mouse have moved
# outside of the double-click distance.
editing/selection/5195166-1.html

# Remaining Sputnik failures
# https://bugs.webkit.org/show_bug.cgi?id=43568
sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.html
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
sputnik/Unicode/Unicode_510/S7.6_A3.1.html

# The following Sputnik tests fail on debug builds.
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2.html
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2.html
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3.html
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.1_T2.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.2_T2.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.1_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.2_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.1_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.1_T2.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.2_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.2_T2.html
sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A13_T1.html
sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A13_T2.html
sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A14_T1.html
sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A14_T2.html
sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html
sputnik/Unicode/Unicode_320/S7.6_A3.1.html
sputnik/Unicode/Unicode_320/S7.6_A3.2.html
sputnik/Unicode/Unicode_320/S7.6_A5.3_T2.html
sputnik/Unicode/Unicode_410/S7.6_A3.1.html
sputnik/Unicode/Unicode_410/S7.6_A3.2.html
sputnik/Unicode/Unicode_410/S7.6_A5.3_T2.html
sputnik/Unicode/Unicode_500/S7.6_A3.1.html
sputnik/Unicode/Unicode_500/S7.6_A3.2.html
sputnik/Unicode/Unicode_500/S7.6_A5.3_T2.html
sputnik/Unicode/Unicode_510/S7.6_A3.2.html
sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html

# The following Sputnik tests fail on the 32bit release bot
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T1.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T2.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T3.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T4.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T5.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T6.html
sputnik/Unicode/Unicode_510/S7.6_A3.2.html
sputnik/Unicode/Unicode_510/S7.6_A5.3_T1.html
sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html

# https://bugs.webkit.org/show_bug.cgi?id=43332
inspector/debugger/dom-breakpoints.html
inspector/debugger/event-listener-breakpoints.html
inspector/debugger/xhr-breakpoints.html

# https://bugs.webkit.org/show_bug.cgi?id=40300
inspector/debugger/live-edit.html

# [GTK] r65681 broke a couple GTK+ a11y tests
# https://bugs.webkit.org/show_bug.cgi?id=44316
platform/gtk/accessibility/object-attributes.html
platform/gtk/accessibility/title-and-alt.html

# fails on 32-bits debug bot
# https://bugs.webkit.org/show_bug.cgi?id=50389
media/video-volume.html

# https://bugs.webkit.org/show_bug.cgi?id=44932
canvas/philip/tests/2d.path.isPointInPath.edge.html

# viewport meta tag support
# https://bugs.webkit.org/show_bug.cgi?id=47481
fast/viewport/viewport-45.html

# viewport meta tag tests that differ from the Opera results
fast/viewport/viewport-65.html
fast/viewport/viewport-82.html
fast/viewport/viewport-84.html
fast/viewport/viewport-87.html
fast/viewport/viewport-126.html
fast/viewport/viewport-127.html

# Needs more investigation like QT
fast/dom/nodesFromRect-links-and-text.html
fast/dom/nodesFromRect-inner-documents.html

# LayoutTestController::addUserScript not implemented for gtk
plugins/plugin-document-load-prevented-userscript.html

# https://bugs.webkit.org/show_bug.cgi?id=50872
http/tests/misc/dns-prefetch-control.html

# The following tests requires the DRT's dumpUserGestureInFrameLoadCallbacks
# method. But that method is not implemented in gtk port since gtk port can't
# not get user gesture in frameload callbacks.
# The related bugs are https://bugs.webkit.org/show_bug.cgi?id=47849/47817.
fast/frames/location-redirect-user-gesture.html
fast/frames/meta-refresh-user-gesture.html

# This test passes locally, but does not pass on the bots. Perhaps
# it is an issue with the version of Cairo on the bots.
# https://bugs.webkit.org/show_bug.cgi?id=49052
fast/canvas/pointInPath.html

# https://bugs.webkit.org/show_bug.cgi?id=49179
animations/stop-animation-on-suspend.html

# computedStyleIncludingVisitedInfo is not implemented
# https://bugs.webkit.org/show_bug.cgi?id=37336
fast/history/nested-visited-test.html
fast/history/self-is-visited.html
fast/history/sibling-visited-test.html
fast/history/multiple-classes-visited.html
fast/loader/stateobjects/state-url-sets-links-visited.html

# Rounding color problems inside pixman
# https://bugs.webkit.org/show_bug.cgi?id=49964
fast/canvas/canvas-getImageData.html
fast/canvas/canvas-fillPath-shadow.html
fast/canvas/canvas-strokePath-shadow.html
fast/canvas/canvas-transforms-fillRect-shadow.html
fast/canvas/canvas-scale-strokePath-shadow.html
fast/canvas/rgba-parsing.html

# While zooming we sometimes appear to have ~1 pixel differences
# with font metrics to other ports
# https://bugs.webkit.org/show_bug.cgi?id=50313
css3/zoom-coords.xhtml
svg/zoom/page/zoom-zoom-coords.xhtml

# https://bugs.webkit.org/show_bug.cgi?id=50441
media/controls-drag-timebar.html

# https://bugs.webkit.org/show_bug.cgi?id=50740
editing/spelling/spelling-backspace-between-lines.html
editing/spelling/spellcheck-paste.html

# For https://bugs.webkit.org/show_bug.cgi?id=50758
# These require DRT setSerializeHTTPLoads implementation to be reliable.
http/tests/local/link-stylesheet-load-order.html
http/tests/local/link-stylesheet-load-order-preload.html
fast/preloader/document-write.html
fast/preloader/document-write-2.html

# https://bugs.webkit.org/show_bug.cgi?id=51380
http/tests/inspector/console-websocket-error.html

# Passing just a username or just a password to
# layoutTestController.queueLoad() does not work
http/tests/xmlhttprequest/basic-auth-nouser.html
http/tests/xmlhttprequest/basic-auth-nopassword.html

# DRT does not obey layoutTestController.addURLToRedirect()
http/tests/loading/cross-origin-XHR-willLoadRequest.html

# https://bugs.webkit.org/show_bug.cgi?id=52798
http/tests/security/local-CSS-from-remote.html
http/tests/security/local-JavaScript-from-remote.html
http/tests/security/local-iFrame-from-remote.html
http/tests/security/local-image-from-remote.html
http/tests/security/local-user-CSS-from-remote.html

# LayoutTestController needs layoutTestController.displayInvalidatedRegion
# https://bugs.webkit.org/show_bug.cgi?id=54073
plugins/invalidate_rect.html
plugins/windowless_plugin_paint_test.html

# https://bugs.webkit.org/show_bug.cgi?id=54389
http/tests/misc/generated-content-inside-table.html

# https://bugs.webkit.org/show_bug.cgi?id=40272
canvas/philip/tests/2d.imageData.object.round.html
canvas/philip/tests/2d.imageData.object.wrap.html

# https://bugs.webkit.org/show_bug.cgi?id=54926
# https://bugs.webkit.org/show_bug.cgi?id=53707
fast/viewport/viewport-128.html
http/tests/security/xss-DENIED-xsl-document-redirect.xml
http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml
http/tests/security/redirect-BLOCKED-to-localURL.html

# https://bugs.webkit.org/show_bug.cgi?id=56081
fast/js/large-expressions.html

# https://bugs.webkit.org/show_bug.cgi?id=56465
# failing on 32-bits Debug only.
svg/W3C-I18N/g-dirLTR-ubNone.svg
svg/W3C-I18N/g-dirLTR-ubOverride.svg
svg/W3C-I18N/text-dirLTR-ubNone.svg
svg/W3C-I18N/text-dirLTR-ubOverride.svg
svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg
svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg
svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg

# https://bugs.webkit.org/show_bug.cgi?id=56691
http/tests/inspector/network/network-size-chunked.html
http/tests/inspector/network/network-size-sync.html
http/tests/inspector/network/network-size.html

# https://bugs.webkit.org/show_bug.cgi?id=64097
http/tests/inspector/network/network-disable-cache-memory.html
http/tests/inspector/network/network-disable-cache-xhrs.html

# textInputController.hasGrammarMarker() is not implemented.
editing/spelling/grammar.html

# layoutTestController::setTextDirection() is not implemented.
fast/html/set-text-direction.html

# https://bugs.webkit.org/show_bug.cgi?id=57160 
# [GTK] layoutTestController.overridePreference("WebKitDefaultFontSize"...) does not take into account screen DPI
fast/harness/override-preferences-2.html

# https://bugs.webkit.org/show_bug.cgi?id=58020
fast/forms/input-number-large-padding.html

# https://bugs.webkit.org/show_bug.cgi?id=58309
fast/canvas/DrawImageSinglePixelStretch.html

# Expose title direction in WebKit API
# https://bugs.webkit.org/show_bug.cgi?id=58845
fast/dom/title-directionality.html

# https://bugs.webkit.org/show_bug.cgi?id=58741
fast/text/zero-width-characters-complex-script.html

# https://bugs.webkit.org/show_bug.cgi?id=59391
editing/text-iterator/findString.html

# Unskip when https://bugs.webkit.org/show_bug.cgi?id=59571 is fixed
fast/dom/shadow/gc-shadow.html
fast/dom/shadow/no-renderers-for-light-children.html

# Skipping newly added tests while I'm finding out what is wrong.
# https://bugs.webkit.org/show_bug.cgi?id=59706
http/tests/inspector/resource-tree/resource-tree-document-url.html
http/tests/inspector/resource-tree/resource-tree-frame-add.html
http/tests/inspector/resource-tree/resource-tree-frame-navigate.html
http/tests/inspector/resource-tree/resource-tree-reload.html

# HTTP 204 (No Content) should be ignored
# https://bugs.webkit.org/show_bug.cgi?id=60206
http/tests/navigation/response204.html

# Unskip after implementing LayoutTestController::setDefersLoading and ::goBack.
loader/navigation-while-deferring-loads.html

# [Qt][GTK] plugins/get-url-with-javascript-url.html fails
# https://bugs.webkit.org/show_bug.cgi?id=60834
plugins/get-url-with-javascript-url.html

# https://bugs.webkit.org/show_bug.cgi?id=61118
fullscreen/full-screen-keyboard-enabled.html

# https://bugs.webkit.org/show_bug.cgi?id=61121
http/tests/appcache/interrupted-update.html

# https://bugs.webkit.org/show_bug.cgi?id=61122
http/tests/navigation/post-307-response.html

# failing dropzone test(http://bugs.webkit.org/show_bug.cgi?id=61630)
fast/events/dropzone-002.html

# [GTK] DumpRenderTree doesn't block external requests
# https://bugs.webkit.org/show_bug.cgi?id=62585
fast/workers/worker-crash-with-invalid-location.html

# https://bugs.webkit.org/show_bug.cgi?id=64085
http/tests/misc/iframe-reparenting-id-collision.html

# NWRT. Skip inspector/ and http/tests/inspector while we figure out
# what happens to them in the bots; the debug bots are failing only a
# few tests, but the release bot is getting timeouts in pretty much
# all of them.
http/tests/inspector
http/tests/inspector-enabled
inspector/

# Skipped until new WebSocket protocol is implemented. http://webkit.org/b/50099
http/tests/websocket/tests/hybi/

# Text shadow extents are calculated incorrectly
# https://bugs.webkit.org/show_bug.cgi?id=65035
fast/canvas/fillText-shadow.html

# Font feature settings is not implemented.
css3/font-feature-settings-rendering.html

# This test verifies that a mismatch reftest will fail as intended if both results are same.
fast/harness/sample-fail-mismatch-reftest.html

# https://bugs.webkit.org/show_bug.cgi?id=67014
# Need layoutTestController.setShouldStayOnPageAfterHandlingBeforeUnload
fast/loader/form-submission-after-beforeunload-cancel.html

# https://bugs.webkit.org/show_bug.cgi?id=67277
fast/loader/location-port.html

# https://bugs.webkit.org/show_bug.cgi?id=67398
platform/gtk/accessibility/combo-box-collapsed-selection-changed.html
platform/gtk/accessibility/document-reload-events.html

# https://bugs.webkit.org/show_bug.cgi?id=67713
accessibility/textbox-role-reports-selection.html

# https://bugs.webkit.org/show_bug.cgi?id=68278
http/tests/history/back-with-fragment-change.php

# https://bugs.webkit.org/show_bug.cgi?id=66045
fast/files/create-blob-url-crash.html

# https://bugs.webkit.org/show_bug.cgi?id=68512
accessibility/aria-hidden-updates-alldescendants.html

# https://bugs.webkit.org/show_bug.cgi?id=68514
http/tests/security/xssAuditor/xss-filter-bypass-big5.html
http/tests/security/xssAuditor/xss-filter-bypass-sjis.html

# editing/selection/select-bidi-run.html fails on GTK
# https://bugs.webkit.org/show_bug.cgi?id=68855
editing/selection/select-bidi-run.html

# https://bugs.webkit.org/show_bug.cgi?id=65709
# This test is out-dated since r95899.
canvas/philip/tests/2d.drawImage.outsidesource.html

# http/tests/multipart/stop-crash.html fails on GTK and Qt
# https://bugs.webkit.org/show_bug.cgi?id=68979
http/tests/multipart/stop-crash.html

# REGRESSION(r96870): editing/pasteboard/smart-paste-008.html fails on non-Mac
# https://bugs.webkit.org/show_bug.cgi?id=69587
editing/pasteboard/smart-paste-008.html