| 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 == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 input_element_test/attributes: Fail # Issue 21555 | 9 input_element_test/attributes: Fail # Issue 21555 |
| 10 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 10 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 [ $compiler == dart2js && $browser ] | 45 [ $compiler == dart2js && $browser ] |
| 46 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 | 46 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 |
| 47 fontface_loaded_test: Fail # Support for promises. | 47 fontface_loaded_test: Fail # Support for promises. |
| 48 | 48 |
| 49 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] | 49 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] |
| 50 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this | 50 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this |
| 51 fontface_test: Fail # Fontface not supported on these. | 51 fontface_test: Fail # Fontface not supported on these. |
| 52 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support | 52 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support |
| 53 | 53 |
| 54 [ $compiler == dart2js && $runtime == chrome ] | 54 [ $compiler == dart2js && $runtime == chrome ] |
| 55 element_classes_test: RuntimeError # Issue 30291 |
| 55 element_types_test/supported_keygen: RuntimeError # Issue 29055 | 56 element_types_test/supported_keygen: RuntimeError # Issue 29055 |
| 56 fileapi_test/entry: Pass, Fail # TODO(dart2js-team): Please triage this failure. | 57 fileapi_test/entry: Pass, Fail # TODO(dart2js-team): Please triage this failure. |
| 57 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure
. | 58 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure
. |
| 58 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure. | 59 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure. |
| 59 media_stream_test/supported_MediaStreamEvent: RuntimeError # Please triage. | 60 media_stream_test/supported_MediaStreamEvent: RuntimeError # Please triage. |
| 60 media_stream_test/supported_MediaStreamTrackEvent: RuntimeError # Please triage. | 61 media_stream_test/supported_MediaStreamTrackEvent: RuntimeError # Please triage. |
| 61 speechrecognition_test/types: RuntimeError # Please triage. | 62 speechrecognition_test/types: RuntimeError # Please triage. |
| 62 | 63 |
| 63 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 64 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 64 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail
ure. | 65 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail
ure. |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 | 323 |
| 323 [ $compiler == dart2analyzer && $builder_tag == strong ] | 324 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 324 *: Skip # Issue 28649 | 325 *: Skip # Issue 28649 |
| 325 | 326 |
| 326 [ $compiler == dart2js && $fast_startup ] | 327 [ $compiler == dart2js && $fast_startup ] |
| 327 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 328 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
| 328 custom/js_custom_test: Fail # mirrors not supported | 329 custom/js_custom_test: Fail # mirrors not supported |
| 329 custom/mirrors_test: Fail # mirrors not supported | 330 custom/mirrors_test: Fail # mirrors not supported |
| 330 custom/mirrors_2_test: Fail # mirrors not supported | 331 custom/mirrors_2_test: Fail # mirrors not supported |
| 331 mirrors_js_typed_interop_test: Fail # mirrors not supported | 332 mirrors_js_typed_interop_test: Fail # mirrors not supported |
| OLD | NEW |