| 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 xhr_cross_origin_test: Skip # http://dartbug.com/5645 | 5 xhr_cross_origin_test: Skip # http://dartbug.com/5645 |
| 6 | 6 |
| 7 window_open_test: Fail, Pass # http://dartbug.com/5151 | 7 window_open_test: Fail, Pass # http://dartbug.com/5151 |
| 8 | 8 |
| 9 event_test: Skip # Issue 1996 | 9 event_test: Skip # Issue 1996 |
| 10 webgl_1_test: Skip # Issue 1495 | 10 webgl_1_test: Skip # Issue 1495 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 form_data_test: Fail # Issue 4793. | 62 form_data_test: Fail # Issue 4793. |
| 63 form_element_test: Fail # Issue 4793. | 63 form_element_test: Fail # Issue 4793. |
| 64 typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 64 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
| 65 typed_arrays_2_test: Skip | 65 typed_arrays_2_test: Skip |
| 66 typed_arrays_3_test: Skip | 66 typed_arrays_3_test: Skip |
| 67 typed_arrays_4_test: Skip | 67 typed_arrays_4_test: Skip |
| 68 typed_arrays_5_test: Skip | 68 typed_arrays_5_test: Skip |
| 69 typed_arrays_arraybuffer_test: Skip | 69 typed_arrays_arraybuffer_test: Skip |
| 70 typed_arrays_dataview_test: Skip | 70 typed_arrays_dataview_test: Skip |
| 71 typed_arrays_range_checks_test: Fail | 71 typed_arrays_range_checks_test: Fail |
| 72 element_test: Fail # Bug 5693 |
| 72 element_webkit_test: Fail | 73 element_webkit_test: Fail |
| 73 localstorage_test: Fail | 74 localstorage_test: Fail |
| 74 node_test: Fail | 75 node_test: Fail |
| 75 svgelement_test: Fail | 76 svgelement_test: Fail |
| 76 svgelement2_test: Fail | 77 svgelement2_test: Fail |
| 77 websql_test: Fail # IE does not support web SQL | 78 websql_test: Fail # IE does not support web SQL |
| 78 # | 79 # |
| 79 # Investigate and triage the following into bug reports. | 80 # Investigate and triage the following into bug reports. |
| 80 # | 81 # |
| 81 audiobuffersourcenode_test: Fail | 82 audiobuffersourcenode_test: Fail |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 # version. | 128 # version. |
| 128 audiobuffersourcenode_test: Fail | 129 audiobuffersourcenode_test: Fail |
| 129 audiocontext_test: Fail | 130 audiocontext_test: Fail |
| 130 blob_constructor_test: Fail | 131 blob_constructor_test: Fail |
| 131 canvas_pixel_array_type_alias_test: Fail | 132 canvas_pixel_array_type_alias_test: Fail |
| 132 canvas_test: Fail | 133 canvas_test: Fail |
| 133 canvas_using_html_test: Fail | 134 canvas_using_html_test: Fail |
| 134 datalistelement_test: Pass,Fail | 135 datalistelement_test: Pass,Fail |
| 135 document_test: Fail | 136 document_test: Fail |
| 136 dom_constructors_test: Fail | 137 dom_constructors_test: Fail |
| 138 element_test: Fail # Bug 5693 |
| 137 element_add_test: Fail | 139 element_add_test: Fail |
| 138 element_constructor_1_test: Fail | 140 element_constructor_1_test: Fail |
| 141 element_webkit_test: Fail |
| 139 exceptions_test: Fail | 142 exceptions_test: Fail |
| 140 instance_of_test: Fail | 143 instance_of_test: Fail |
| 141 mutationobserver_test: Fail | 144 mutationobserver_test: Fail |
| 142 native_gc_test: Fail | 145 native_gc_test: Fail |
| 143 node_test: Fail | 146 node_test: Fail |
| 144 serialized_script_value_test: Fail | 147 serialized_script_value_test: Fail |
| 145 svgelement2_test: Fail | 148 svgelement2_test: Fail |
| 146 svgelement_test: Fail | 149 svgelement_test: Fail |
| 147 url_test: Fail | 150 url_test: Fail |
| 148 | 151 |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 | 226 |
| 224 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 227 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 225 css_test: Pass, Fail # Issue #2823 | 228 css_test: Pass, Fail # Issue #2823 |
| 226 | 229 |
| 227 [ $compiler == dart2js && $runtime == ff && $system == windows] | 230 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 228 js_interop_2_test: Fail # Issue 4658. | 231 js_interop_2_test: Fail # Issue 4658. |
| 229 js_interop_3_test: Fail # Issue 4658. | 232 js_interop_3_test: Fail # Issue 4658. |
| 230 | 233 |
| 231 [ $compiler == dart2js && $checked && $browser] | 234 [ $compiler == dart2js && $checked && $browser] |
| 232 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 235 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| OLD | NEW |