| 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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
| 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 7 | 7 |
| 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 | 9 |
| 10 js_array_test: Skip # Dartium JSInterop failure |
| 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 11 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| 11 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. | 12 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. |
| 12 | 13 |
| 13 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure | 14 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure |
| 14 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr
ay deferred copy. | 15 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr
ay deferred copy. |
| 15 js_test/transferrables: RuntimeError # Dartium JSInterop failure | 16 js_test/transferrables: RuntimeError # Dartium JSInterop failure |
| 16 js_test/JsArray: RuntimeError # Dartium JSInterop failure | 17 js_test/JsArray: RuntimeError # Dartium JSInterop failure |
| 17 native_gc_test: Skip # Dartium JSInterop failure | 18 native_gc_test: Skip # Dartium JSInterop failure |
| 18 transferables_test: RuntimeError # Dartium JSInterop failure | 19 transferables_test: RuntimeError # Dartium JSInterop failure |
| 19 | 20 |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 mirrors_js_typed_interop_test: RuntimeError # Please triage | 455 mirrors_js_typed_interop_test: RuntimeError # Please triage |
| 455 websocket_test/websocket: RuntimeError # Please triage | 456 websocket_test/websocket: RuntimeError # Please triage |
| 456 js_function_getter_test: RuntimeError # Please triage | 457 js_function_getter_test: RuntimeError # Please triage |
| 457 custom_elements_23127_test/c1t: RuntimeError # Please triage | 458 custom_elements_23127_test/c1t: RuntimeError # Please triage |
| 458 custom_elements_test/innerHtml: RuntimeError # Please triage | 459 custom_elements_test/innerHtml: RuntimeError # Please triage |
| 459 mouse_event_test: RuntimeError # Please triage | 460 mouse_event_test: RuntimeError # Please triage |
| 460 xhr_test/xhr: RuntimeError # Please triage | 461 xhr_test/xhr: RuntimeError # Please triage |
| 461 js_test/JsObject_methods: RuntimeError # Please triage | 462 js_test/JsObject_methods: RuntimeError # Please triage |
| 462 js_test/Dart_functions: RuntimeError # Please triage | 463 js_test/Dart_functions: RuntimeError # Please triage |
| 463 js_test/new_JsObject: RuntimeError # Please triage | 464 js_test/new_JsObject: RuntimeError # Please triage |
| OLD | NEW |