| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 async_window_test: Skip #TODO(gram): investigating | 5 async_window_test: Skip #TODO(gram): investigating |
| 6 event_test: Skip # Issue 1996 | 6 event_test: Skip # Issue 1996 |
| 7 interactive_test: Skip # Must be run manually. | 7 interactive_test: Skip # Must be run manually. |
| 8 | 8 |
| 9 [ $compiler == dart2js && $browser ] | 9 [ $compiler == dart2js && $browser ] |
| 10 element_offset_test/offset: Pass, Fail # Issue 13296 | 10 element_offset_test/offset: Pass, Fail # Issue 13296 |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 websql_test/supported: Fail | 160 websql_test/supported: Fail |
| 161 xhr_test/json: Fail # IE10 returns string, not JSON object | 161 xhr_test/json: Fail # IE10 returns string, not JSON object |
| 162 xhr_test/supported_overrideMimeType: Fail | 162 xhr_test/supported_overrideMimeType: Fail |
| 163 xsltprocessor_test/supported: Fail | 163 xsltprocessor_test/supported: Fail |
| 164 | 164 |
| 165 | 165 |
| 166 [ $runtime == ie9 || $runtime == ie10 ] | 166 [ $runtime == ie9 || $runtime == ie10 ] |
| 167 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 | 167 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 |
| 168 | 168 |
| 169 [ $runtime == ie9 ] | 169 [ $runtime == ie9 ] |
| 170 event_customevent_test: Fail # Issue 14170 |
| 170 isolates_test: Timeout # Issue 13027 | 171 isolates_test: Timeout # Issue 13027 |
| 171 blob_constructor_test: Fail | 172 blob_constructor_test: Fail |
| 172 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 | 173 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 |
| 173 document_test/document: Pass, Fail # BUG(9654) need per-instance patching | 174 document_test/document: Pass, Fail # BUG(9654) need per-instance patching |
| 174 dom_constructors_test: Fail | 175 dom_constructors_test: Fail |
| 175 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 176 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 176 element_test/click: Fail # IE does not support firing this event. | 177 element_test/click: Fail # IE does not support firing this event. |
| 177 form_element_test: Fail # Issue 4793. | 178 form_element_test: Fail # Issue 4793. |
| 178 localstorage_test: Fail | 179 localstorage_test: Fail |
| 179 postmessage_structured_test: Skip # BUG(5685): times out. | 180 postmessage_structured_test: Skip # BUG(5685): times out. |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 wheelevent_test: Fail # http://dartbug.com/12958 | 406 wheelevent_test: Fail # http://dartbug.com/12958 |
| 406 | 407 |
| 407 [ $compiler == none && $runtime == dartium ] | 408 [ $compiler == none && $runtime == dartium ] |
| 408 async_test: Timeout # Issue 13719: Please triage this failure. | 409 async_test: Timeout # Issue 13719: Please triage this failure. |
| 409 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. | 410 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. |
| 410 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 | 411 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 |
| 411 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. | 412 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. |
| 412 | 413 |
| 413 [ $compiler == dart2js ] | 414 [ $compiler == dart2js ] |
| 414 custom/document_register_type_extensions_test/registration: Fail # Issue 14093 | 415 custom/document_register_type_extensions_test/registration: Fail # Issue 14093 |
| OLD | NEW |