| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. | 2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions | 5 # modification, are permitted provided that the following conditions |
| 6 # are met: | 6 # are met: |
| 7 # | 7 # |
| 8 # 1. Redistributions of source code must retain the above copyright | 8 # 1. Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # 2. Redistributions in binary form must reproduce the above copyright | 10 # 2. Redistributions in binary form must reproduce the above copyright |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 http/tests/inspector/network/network-size.html | 48 http/tests/inspector/network/network-size.html |
| 49 http/tests/inspector/network/network-timing.html | 49 http/tests/inspector/network/network-timing.html |
| 50 | 50 |
| 51 # https://bugs.webkit.org/show_bug.cgi?id=19793 | 51 # https://bugs.webkit.org/show_bug.cgi?id=19793 |
| 52 http/tests/inspector/network/network-size-chunked.html | 52 http/tests/inspector/network/network-size-chunked.html |
| 53 http/tests/inspector/network/network-size-sync.html | 53 http/tests/inspector/network/network-size-sync.html |
| 54 | 54 |
| 55 # https://bugs.webkit.org/show_bug.cgi?id=64097 | 55 # https://bugs.webkit.org/show_bug.cgi?id=64097 |
| 56 http/tests/inspector/network/network-disable-cache-memory.html | 56 http/tests/inspector/network/network-disable-cache-memory.html |
| 57 http/tests/inspector/network/network-disable-cache-xhrs.html | 57 http/tests/inspector/network/network-disable-cache-xhrs.html |
| 58 http/tests/inspector/network/disabled-cache-crash.html |
| 58 | 59 |
| 59 # Fails <rdar://problem/5674289> | 60 # Fails <rdar://problem/5674289> |
| 60 media/video-seek-past-end-paused.html | 61 media/video-seek-past-end-paused.html |
| 61 | 62 |
| 62 # <rdar://problem/6710625> Test media/video-error-abort.html doesn't work | 63 # <rdar://problem/6710625> Test media/video-error-abort.html doesn't work |
| 63 http/tests/media/video-error-abort.html | 64 http/tests/media/video-error-abort.html |
| 64 | 65 |
| 65 # https://bugs.webkit.org/show_bug.cgi?id=38000 - already skipped on Mac because
of a QuickTime problem | 66 # https://bugs.webkit.org/show_bug.cgi?id=38000 - already skipped on Mac because
of a QuickTime problem |
| 66 http/tests/media/video-play-stall-seek.html | 67 http/tests/media/video-play-stall-seek.html |
| 67 | 68 |
| (...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1358 fast/exclusions | 1359 fast/exclusions |
| 1359 | 1360 |
| 1360 # Causes a SyntaxError (http://webkit.org/b/62595). | 1361 # Causes a SyntaxError (http://webkit.org/b/62595). |
| 1361 fast/workers/worker-crash-with-invalid-location.html | 1362 fast/workers/worker-crash-with-invalid-location.html |
| 1362 | 1363 |
| 1363 # Need to implement getFormValue(). | 1364 # Need to implement getFormValue(). |
| 1364 plugins/form-value.html | 1365 plugins/form-value.html |
| 1365 | 1366 |
| 1366 # Needs generated results | 1367 # Needs generated results |
| 1367 css3/selectors3 | 1368 css3/selectors3 |
| OLD | NEW |