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 | |
| 5 | # pending functional patch and per-port verification |
| 6 | webkit.org/b/109954 css3/line-break [ Skip ] |
rniwa@webkit.org | 4872d00 | 2013-02-28 23:37:50 +0000 | [diff] [blame] | 7 | |
vcarbune@chromium.org | e8ebf24 | 2013-03-07 09:29:10 +0000 | [diff] [blame] | 8 | # pending implementation completion and feature enabling |
| 9 | webkit.org/b/109570 media/track/regions-webvtt [ Skip ] |
commit-queue@webkit.org | 77ca28e | 2013-03-28 00:11:41 +0000 | [diff] [blame] | 10 | |
rniwa@webkit.org | 7f3c3b2 | 2013-05-17 07:07:47 +0000 | [diff] [blame] | 11 | # media/video-seek-after-end.html is flaky |
| 12 | 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] | 13 | |
| 14 | 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] | 15 | |
| 16 | # media/W3C/video/networkState/networkState_during_progress.html is flaky |
| 17 | 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] | 18 | |
ch.dumez@sisa.samsung.com | 072d959 | 2013-08-02 18:52:52 +0000 | [diff] [blame] | 19 | # These conformace tests are no longer in sync with the latest specification |
| 20 | # and expect compareDocumentPosition() to return: |
| 21 | # DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC | DOCUMENT_POSITION_DISCONNECTED |
| 22 | # for disconnected nodes (missing PRECEDING / FOLLOWING information). |
| 23 | # We cannot check rebaseline them because their output is likely to change |
| 24 | # between test runs as it decides PRECEDING / FOLLOWING using pointer |
| 25 | # comparison. |
| 26 | dom/xhtml/level3/core/nodecomparedocumentposition03.xhtml [ WontFix ] |
| 27 | dom/xhtml/level3/core/nodecomparedocumentposition05.xhtml [ WontFix ] |
| 28 | dom/xhtml/level3/core/nodecomparedocumentposition16.xhtml [ WontFix ] |
| 29 | dom/xhtml/level3/core/nodecomparedocumentposition33.xhtml [ WontFix ] |
| 30 | |
| 31 | # Node::compareDocumentPosition() wrongly reports an attribute and its content as disconnected. |
| 32 | webkit.org/b/119325 dom/xhtml/level3/core/nodecomparedocumentposition38.xhtml [ Failure ] |
| 33 | |
akling@apple.com | 723a7a8 | 2013-07-02 13:31:27 +0000 | [diff] [blame] | 34 | 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] | 35 | |
mark.lam@apple.com | 3c2e86d | 2013-08-01 00:57:36 +0000 | [diff] [blame] | 36 | webkit.org/b/119094 fast/forms/color/input-color-onchange-event.html [ Crash Pass ] |
antti@apple.com | 4064183 | 2013-08-18 11:06:35 +0000 | [diff] [blame] | 37 | |
| 38 | # This is an expected controlled crash. See webkit.org/b/119976 for a better solution. |
rniwa@webkit.org | dc6b993 | 2013-08-20 19:41:02 +0000 | [diff] [blame] | 39 | fast/css/giant-stylesheet-crash.html [ Slow Crash ] |
fpizlo@apple.com | 1fabb41 | 2013-08-20 23:50:41 +0000 | [diff] [blame^] | 40 | |
| 41 | # This test will run slowly in debug mode, but is plenty fast in release. |
| 42 | [ Debug ] fast/js/regress/emscripten-memops.html [ Skip ] |