Chromium Code Reviews| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 77 node_test: Fail | 77 node_test: Fail |
| 78 svgelement_test: Fail | 78 svgelement_test: Fail |
| 79 svgelement2_test: Fail | 79 svgelement2_test: Fail |
| 80 websql_test: Fail # IE does not support web SQL | 80 websql_test: Fail # IE does not support web SQL |
| 81 # | 81 # |
| 82 # Investigate and triage the following into bug reports. | 82 # Investigate and triage the following into bug reports. |
| 83 # | 83 # |
| 84 audiobuffersourcenode_test: Fail | 84 audiobuffersourcenode_test: Fail |
| 85 audiocontext_test: Fail | 85 audiocontext_test: Fail |
| 86 blob_constructor_test: Fail | 86 blob_constructor_test: Fail |
| 87 cache_test: Fail | 87 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work). |
|
vsm
2012/10/03 22:52:06
fail -> Fail
| |
| 88 canvas_test: Fail | 88 canvas_test: Fail |
| 89 canvas_using_html_test: Fail | 89 canvas_using_html_test: Fail |
| 90 css_test: Fail | 90 css_test: Fail |
| 91 datalistelement_test: Fail # ie9 does not have HTMLDataListElement | 91 datalistelement_test: Fail # ie9 does not have HTMLDataListElement |
| 92 dom_constructors_test: Fail | 92 dom_constructors_test: Fail |
| 93 exceptions_test: Fail | 93 exceptions_test: Fail |
| 94 fileapi_test: Fail # IE does not support filesystem APIs. | 94 fileapi_test: Fail # IE does not support filesystem APIs. |
| 95 history_test: Fail | 95 history_test: Fail |
| 96 indexeddb_1_test: Fail | 96 indexeddb_1_test: Fail |
| 97 indexeddb_2_test: Fail | 97 indexeddb_2_test: Fail |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 213 request_animation_frame_test: Skip # Async test hangs. | 213 request_animation_frame_test: Skip # Async test hangs. |
| 214 | 214 |
| 215 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] | 215 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] |
| 216 isolates_test: Skip # Timeout because leg does not support web workers. | 216 isolates_test: Skip # Timeout because leg does not support web workers. |
| 217 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . | 217 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . |
| 218 | 218 |
| 219 [ $compiler == dart2js && $runtime == ff && $system == linux] | 219 [ $compiler == dart2js && $runtime == ff && $system == linux] |
| 220 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function. | 220 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function. |
| 221 | 221 |
| 222 [ $compiler == dart2js && $runtime == ff ] | 222 [ $compiler == dart2js && $runtime == ff ] |
| 223 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodError : met hod not found: 'get$status' | |
| 224 xhr_test: Skip # Timeout | 223 xhr_test: Skip # Timeout |
| 225 inner_frame_test: Skip # Timeout | 224 inner_frame_test: Skip # Timeout |
| 226 svg_3_test: Skip # Timeout | 225 svg_3_test: Skip # Timeout |
| 227 documentfragment_test: Skip # Timeout | 226 documentfragment_test: Skip # Timeout |
| 228 | 227 |
| 229 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 228 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 230 css_test: Pass, Fail # Issue #2823 | 229 css_test: Pass, Fail # Issue #2823 |
| 231 | 230 |
| 232 [ $compiler == dart2js && $runtime == ff && $system == windows] | 231 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 233 js_interop_2_test: Fail # Issue 4658. | 232 js_interop_2_test: Fail # Issue 4658. |
| 234 js_interop_3_test: Fail # Issue 4658. | 233 js_interop_3_test: Fail # Issue 4658. |
| 235 | 234 |
| 236 [ $compiler == dart2js && $checked && $browser] | 235 [ $compiler == dart2js && $checked && $browser] |
| 237 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' | 236 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' |
| OLD | NEW |