| OLD | NEW |
| 1 // These are the layout test expectations for the Chromium port(s) of WebKit. | 1 // These are the layout test expectations for the Chromium port(s) of WebKit. |
| 2 // | 2 // |
| 3 // See http://trac.webkit.org/wiki/TestExpectations for more information on this
file. | 3 // See http://trac.webkit.org/wiki/TestExpectations for more information on this
file. |
| 4 | 4 |
| 5 // ----------------------------------------------------------------- | 5 // ----------------------------------------------------------------- |
| 6 // DARTC TESTS | 6 // DARTC TESTS |
| 7 // ----------------------------------------------------------------- | 7 // ----------------------------------------------------------------- |
| 8 // Console messages from compiled JavaScript have unpredictable line numbers. | 8 // Console messages from compiled JavaScript have unpredictable line numbers. |
| 9 BUGDARTC WONTFIX : dartc-generated/dom/Console.html = TEXT | 9 BUGDARTC WONTFIX : dartc-generated/dom/Console.html = TEXT |
| 10 | 10 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 | 78 |
| 79 // b/5502196 : Light isolates not yet supported in Dartium. | 79 // b/5502196 : Light isolates not yet supported in Dartium. |
| 80 BUGDARTIUM : dart/dom/IsolateLight.html = CRASH | 80 BUGDARTIUM : dart/dom/IsolateLight.html = CRASH |
| 81 | 81 |
| 82 // These pass when run locally on Chrome, but not on DumpRenderTree | 82 // These pass when run locally on Chrome, but not on DumpRenderTree |
| 83 BUGDARTIUM : dart/dom/WebGLTest1.html = TEXT | 83 BUGDARTIUM : dart/dom/WebGLTest1.html = TEXT |
| 84 | 84 |
| 85 // interface 'AudioContext' custom constructor not implemented. | 85 // interface 'AudioContext' custom constructor not implemented. |
| 86 BUGDARTIUM : dart/dom/AudioContext.html = TEXT | 86 BUGDARTIUM : dart/dom/AudioContext.html = TEXT |
| 87 | 87 |
| 88 // interface 'Float32Array' has no constructor named 'Float32Array'. | 88 // fromBuffer factory constructor is not implemented. |
| 89 BUGDARTIUM : dart/dom/TypedArrays1.html = TIMEOUT | 89 BUGDARTIUM : dart/dom/TypedArrays1.html = TEXT |
| 90 | 90 |
| 91 // interface 'WebSocket' custom constructor not implemented. | 91 // interface 'WebSocket' custom constructor not implemented. |
| 92 BUGDARTIUM : dart/dom/WebSocket.html = TEXT | 92 BUGDARTIUM : dart/dom/WebSocket.html = TEXT |
| 93 | 93 |
| 94 // Inspector tests don't work on mac, see crbug.com/89357. | 94 // Inspector tests don't work on mac, see crbug.com/89357. |
| 95 BUGDARTIUM SKIP MAC : dart/inspector = PASS | 95 BUGDARTIUM SKIP MAC : dart/inspector = PASS |
| 96 | 96 |
| 97 // ----------------------------------------------------------------- | 97 // ----------------------------------------------------------------- |
| 98 // SLOW TESTS | 98 // SLOW TESTS |
| 99 // ----------------------------------------------------------------- | 99 // ----------------------------------------------------------------- |
| (...skipping 3819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3919 BUGWK75570 LEOPARD : http/tests/media/video-buffering-repaints-controls.html = P
ASS TIMEOUT | 3919 BUGWK75570 LEOPARD : http/tests/media/video-buffering-repaints-controls.html = P
ASS TIMEOUT |
| 3920 | 3920 |
| 3921 // New reftest failing on Win7. | 3921 // New reftest failing on Win7. |
| 3922 BUGWK76050 WIN7 : fast/text/font-kerning.html = IMAGE | 3922 BUGWK76050 WIN7 : fast/text/font-kerning.html = IMAGE |
| 3923 | 3923 |
| 3924 // Started flaking presumably at http://trac.webkit.org/changeset/104368 | 3924 // Started flaking presumably at http://trac.webkit.org/changeset/104368 |
| 3925 BUGWK76157 SNOWLEOPARD : compositing/geometry/limit-layer-bounds-transformed-ove
rflow.html = PASS TEXT | 3925 BUGWK76157 SNOWLEOPARD : compositing/geometry/limit-layer-bounds-transformed-ove
rflow.html = PASS TEXT |
| 3926 | 3926 |
| 3927 // Started failing between http://trac.webkit.org/changeset/104901 and http://tr
ac.webkit.org/changeset/104910 | 3927 // Started failing between http://trac.webkit.org/changeset/104901 and http://tr
ac.webkit.org/changeset/104910 |
| 3928 BUGWK76272 LEOPARD DEBUG : svg/dom/SVGPathSegList-segment-modification.svg = IMA
GE+TEXT | 3928 BUGWK76272 LEOPARD DEBUG : svg/dom/SVGPathSegList-segment-modification.svg = IMA
GE+TEXT |
| OLD | NEW |