| 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 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 8 | 8 |
| 9 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 9 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 10 | 10 |
| 11 js_array_test: Skip # Dartium JSInterop failure | 11 js_array_test: Skip # Dartium JSInterop failure |
| 12 js_typed_interop_test: Skip # Dartium JSInterop failure | 12 js_typed_interop_test: Skip # Dartium JSInterop failure |
| 13 mirrors_js_typed_interop_test: Skip # Dartium JSInterop failure | 13 mirrors_js_typed_interop_test: Skip # Dartium JSInterop failure |
| 14 | 14 |
| 15 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure | 15 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure |
| 16 custom/document_register_type_extensions_test/registration: RuntimeError # Darti
um JSInterop failure | 16 custom/document_register_type_extensions_test/registration: RuntimeError # Darti
um JSInterop failure |
| 17 custom/element_upgrade_test: RuntimeError # Dartium JSInterop failure | 17 custom/element_upgrade_test: RuntimeError # Dartium JSInterop failure |
| 18 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr
ay deferred copy. | 18 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr
ay deferred copy. |
| 19 js_test/transferrables: RuntimeError # Dartium JSInterop failure | 19 js_test/transferrables: RuntimeError # Dartium JSInterop failure |
| 20 js_test/JsArray: RuntimeError # Dartium JSInterop failure | 20 js_test/JsArray: RuntimeError # Dartium JSInterop failure |
| 21 native_gc_test: Skip # Dartium JSInterop failure | 21 native_gc_test: Skip # Dartium JSInterop failure |
| 22 transferables_test: RuntimeError # Dartium JSInterop failure | 22 transferables_test: RuntimeError # Dartium JSInterop failure |
| 23 | 23 |
| 24 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 24 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
| 25 worker_api_test: Fail # Issue 10223 | 25 worker_api_test: Fail # Issue 10223 |
| 26 resource_http_test: Fail # Issue 24203 | 26 resource_http_test: Fail # Issue 24203 |
| 27 js_dart_to_string_test: RuntimeError # 24584 |
| 27 | 28 |
| 28 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 29 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
| 29 datalistelement_test: Skip # Issue 20540 | 30 datalistelement_test: Skip # Issue 20540 |
| 30 | 31 |
| 31 [ $compiler == dart2js ] | 32 [ $compiler == dart2js ] |
| 32 input_element_test/attributes: Fail # Issue 21555 | 33 input_element_test/attributes: Fail # Issue 21555 |
| 33 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 34 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
| 34 | 35 |
| 35 [ $compiler == dart2js && $csp && $browser ] | 36 [ $compiler == dart2js && $csp && $browser ] |
| 36 custom/js_custom_test: Fail # Issue 14643 | 37 custom/js_custom_test: Fail # Issue 14643 |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 queryall_test: fail | 413 queryall_test: fail |
| 413 track_element_constructor_test: StaticWarning | 414 track_element_constructor_test: StaticWarning |
| 414 transferables_test: StaticWarning | 415 transferables_test: StaticWarning |
| 415 typed_arrays_range_checks_test: StaticWarning | 416 typed_arrays_range_checks_test: StaticWarning |
| 416 typing_test: StaticWarning | 417 typing_test: StaticWarning |
| 417 webgl_1_test: StaticWarning | 418 webgl_1_test: StaticWarning |
| 418 window_nosuchmethod_test: StaticWarning | 419 window_nosuchmethod_test: StaticWarning |
| 419 | 420 |
| 420 [ $compiler == dart2js && $cps_ir ] | 421 [ $compiler == dart2js && $cps_ir ] |
| 421 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for | 422 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for |
| OLD | NEW |