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 5982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5993 media/video-buffered.html | 5993 media/video-buffered.html |
5994 | 5994 |
5995 # https://bugs.webkit.org/show_bug.cgi?id=44784 | 5995 # https://bugs.webkit.org/show_bug.cgi?id=44784 |
5996 fast/history/history-subframe-with-name.html | 5996 fast/history/history-subframe-with-name.html |
5997 | 5997 |
5998 # Full Screen support is not yet enabled. | 5998 # Full Screen support is not yet enabled. |
5999 fullscreen/ | 5999 fullscreen/ |
6000 | 6000 |
6001 # https://bugs.webkit.org/show_bug.cgi?id=44932 | 6001 # https://bugs.webkit.org/show_bug.cgi?id=44932 |
6002 canvas/philip/tests/2d.path.isPointInPath.edge.html | 6002 canvas/philip/tests/2d.path.isPointInPath.edge.html |
| 6003 |
| 6004 # LayoutTestController::nodesFromRect is not supported. |
| 6005 fast/dom/nodesFromRect-basic.html |
OLD | NEW |