OLD | NEW |
1 # We should keep the tests listed in the same order as they appear in the output
. | 1 # We should keep the tests listed in the same order as they appear in the output
. |
2 # This makes it easier to look for differences on the actual output and | 2 # This makes it easier to look for differences on the actual output and |
3 # what the skip list contains. | 3 # what the skip list contains. |
4 # Also, no grouping should occur. Every test for itself. An exception is when | 4 # Also, no grouping should occur. Every test for itself. An exception is when |
5 # an entire directory of tests is to be skipped due to the feature being | 5 # an entire directory of tests is to be skipped due to the feature being |
6 # unsupported. | 6 # unsupported. |
7 # | 7 # |
8 # You can get a list of actual failed/timed out/crashed/new tests by piping | 8 # You can get a list of actual failed/timed out/crashed/new tests by piping |
9 # the output of running the tests to this command: | 9 # the output of running the tests to this command: |
10 # | 10 # |
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1102 fast/text/international/thai-baht-space.html | 1102 fast/text/international/thai-baht-space.html |
1103 fast/text/international/thai-offsetForPosition-inside-character.html | 1103 fast/text/international/thai-offsetForPosition-inside-character.html |
1104 fast/backgrounds/background-clip-text.html | 1104 fast/backgrounds/background-clip-text.html |
1105 fast/overflow/scrollbar-restored.html | 1105 fast/overflow/scrollbar-restored.html |
1106 | 1106 |
1107 # These fast XMLHttpRequest tests fail because 3D_CANVAS is not enabled. | 1107 # These fast XMLHttpRequest tests fail because 3D_CANVAS is not enabled. |
1108 fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html | 1108 fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html |
1109 fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html | 1109 fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html |
1110 fast/xmlhttprequest/xmlhttprequest-responsetype-document.html | 1110 fast/xmlhttprequest/xmlhttprequest-responsetype-document.html |
1111 fast/xmlhttprequest/xmlhttprequest-responsetype-text.html | 1111 fast/xmlhttprequest/xmlhttprequest-responsetype-text.html |
| 1112 http/tests/xmlhttprequest/send-array-buffer.html |
1112 | 1113 |
1113 # https://bugs.webkit.org/show_bug.cgi?id=30508 | 1114 # https://bugs.webkit.org/show_bug.cgi?id=30508 |
1114 # All these tests fail because WebKit does not work correctly with | 1115 # All these tests fail because WebKit does not work correctly with |
1115 # very recent versions of libxml2, which the debug bots use | 1116 # very recent versions of libxml2, which the debug bots use |
1116 fast/xpath/evaluate-twice.html | 1117 fast/xpath/evaluate-twice.html |
1117 fast/xpath/text-nodes.html | 1118 fast/xpath/text-nodes.html |
1118 fast/xpath/4XPath/Borrowed/sr_20021217.html | 1119 fast/xpath/4XPath/Borrowed/sr_20021217.html |
1119 fast/xpath/py-dom-xpath/abbreviations.html | 1120 fast/xpath/py-dom-xpath/abbreviations.html |
1120 fast/xpath/py-dom-xpath/paths.html | 1121 fast/xpath/py-dom-xpath/paths.html |
1121 fast/xsl/xslt-processor.html | 1122 fast/xsl/xslt-processor.html |
(...skipping 4441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5563 # REGRESSION (r72351): fast/profiler/throw-exception-from-eval.html fails | 5564 # REGRESSION (r72351): fast/profiler/throw-exception-from-eval.html fails |
5564 # https://bugs.webkit.org/show_bug.cgi?id=49801 | 5565 # https://bugs.webkit.org/show_bug.cgi?id=49801 |
5565 fast/profiler/throw-exception-from-eval.html | 5566 fast/profiler/throw-exception-from-eval.html |
5566 | 5567 |
5567 # https://bugs.webkit.org/show_bug.cgi?id=49964 | 5568 # https://bugs.webkit.org/show_bug.cgi?id=49964 |
5568 fast/canvas/canvas-fillPath-shadow.html | 5569 fast/canvas/canvas-fillPath-shadow.html |
5569 fast/canvas/canvas-strokePath-shadow.html | 5570 fast/canvas/canvas-strokePath-shadow.html |
5570 | 5571 |
5571 # https://bugs.webkit.org/show_bug.cgi?id=47727 | 5572 # https://bugs.webkit.org/show_bug.cgi?id=47727 |
5572 mathml/presentation | 5573 mathml/presentation |
OLD | NEW |