OLD | NEW |
---|---|
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 window_open_test: Fail, Pass # http://dartbug.com/5151 | 5 window_open_test: Fail, Pass # http://dartbug.com/5151 |
6 | 6 |
7 event_test: Skip # Issue 1996 | 7 event_test: Skip # Issue 1996 |
8 webgl_1_test: Skip # Issue 1495 | 8 webgl_1_test: Skip # Issue 1495 |
9 xmldocument_test: Skip # XML in dart:html is incomplete | 9 xmldocument_test: Skip # XML in dart:html is incomplete |
10 xmlelement_test: Skip # XML in dart:html is incomplete | 10 xmlelement_test: Skip # XML in dart:html is incomplete |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
215 typed_arrays_arraybuffer_test: Fail | 215 typed_arrays_arraybuffer_test: Fail |
216 url_test: Fail | 216 url_test: Fail |
217 websocket_test: Fail | 217 websocket_test: Fail |
218 fileapi_test: Skip # Timeout. | 218 fileapi_test: Skip # Timeout. |
219 inner_frame_test: Skip # Timeout. | 219 inner_frame_test: Skip # Timeout. |
220 js_interop_3_test: Skip # Timeout. | 220 js_interop_3_test: Skip # Timeout. |
221 js_interop_4_test: Skip # Timeout. | 221 js_interop_4_test: Skip # Timeout. |
222 isolates_test: Skip # Timeout. | 222 isolates_test: Skip # Timeout. |
223 websql_test: Skip # Timeout. | 223 websql_test: Skip # Timeout. |
224 | 224 |
225 [ $runtime == opera && $system == windows ] | |
226 element_test: Skip # Flaky on Windows. | |
Jennifer Messerly
2012/10/25 18:37:12
any more details about the flakiness we can record
| |
227 | |
225 [ $runtime == ff ] | 228 [ $runtime == ff ] |
226 audiobuffersourcenode_test: Fail # FF only has Audio element. | 229 audiobuffersourcenode_test: Fail # FF only has Audio element. |
227 audiocontext_test: Fail # FF only has Audio element | 230 audiocontext_test: Fail # FF only has Audio element |
228 css_test: Fail # No analog to WebKitCSSMatrix | 231 css_test: Fail # No analog to WebKitCSSMatrix |
229 contentelement_test: Fail # FF does not support content element. | 232 contentelement_test: Fail # FF does not support content element. |
230 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR | 233 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR |
231 documentfragment_test: Fail | 234 documentfragment_test: Fail |
232 element_webkit_test: Fail | 235 element_webkit_test: Fail |
233 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 236 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
234 fileapi_test: Fail # FF does not support filesystem APIs. | 237 fileapi_test: Fail # FF does not support filesystem APIs. |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
290 xhr_test: Skip # Timeout | 293 xhr_test: Skip # Timeout |
291 inner_frame_test: Skip # Timeout | 294 inner_frame_test: Skip # Timeout |
292 svg_3_test: Skip # Timeout | 295 svg_3_test: Skip # Timeout |
293 documentfragment_test: Skip # Timeout | 296 documentfragment_test: Skip # Timeout |
294 | 297 |
295 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 298 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
296 css_test: Pass, Fail # Issue #2823 | 299 css_test: Pass, Fail # Issue #2823 |
297 | 300 |
298 [ $compiler == dart2js && $checked && $browser] | 301 [ $compiler == dart2js && $checked && $browser] |
299 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' | 302 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' |
OLD | NEW |