| 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 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 | 71 |
| 72 element_offset_test/offset: RuntimeError # Issue 17550 | 72 element_offset_test/offset: RuntimeError # Issue 17550 |
| 73 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0
0 minutes. Issue 19127. | 73 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0
0 minutes. Issue 19127. |
| 74 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 | 74 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 |
| 75 native_gc_test: Pass, Slow | 75 native_gc_test: Pass, Slow |
| 76 | 76 |
| 77 [ $compiler == none && $runtime == drt && $system == windows ] | 77 [ $compiler == none && $runtime == drt && $system == windows ] |
| 78 worker_test/functional: Pass, Crash # Issue 9929. | 78 worker_test/functional: Pass, Crash # Issue 9929. |
| 79 | 79 |
| 80 [ $compiler == dart2js && $runtime == chrome ] | 80 [ $compiler == dart2js && $runtime == chrome ] |
| 81 element_types_test/supported_keygen: RuntimeError # Issue 29055 |
| 81 fileapi_test/entry: Pass, Fail # TODO(dart2js-team): Please triage this failure. | 82 fileapi_test/entry: Pass, Fail # TODO(dart2js-team): Please triage this failure. |
| 82 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure
. | 83 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure
. |
| 83 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure. | 84 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure. |
| 84 media_stream_test/supported_MediaStreamEvent: RuntimeError # Please triage. | 85 media_stream_test/supported_MediaStreamEvent: RuntimeError # Please triage. |
| 85 media_stream_test/supported_MediaStreamTrackEvent: RuntimeError # Please triage. | 86 media_stream_test/supported_MediaStreamTrackEvent: RuntimeError # Please triage. |
| 86 speechrecognition_test/types: RuntimeError # Please triage. | 87 speechrecognition_test/types: RuntimeError # Please triage. |
| 87 | 88 |
| 88 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 89 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 89 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail
ure. | 90 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail
ure. |
| 90 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl
ease triage this failure. | 91 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl
ease triage this failure. |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 427 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 427 | 428 |
| 428 [ $compiler == dart2analyzer && $builder_tag == strong ] | 429 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 429 *: Skip # Issue 28649 | 430 *: Skip # Issue 28649 |
| 430 | 431 |
| 431 [ $compiler == dart2js && $fast_startup ] | 432 [ $compiler == dart2js && $fast_startup ] |
| 432 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 433 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
| 433 custom/js_custom_test: Fail # mirrors not supported | 434 custom/js_custom_test: Fail # mirrors not supported |
| 434 custom/mirrors_test: Fail # mirrors not supported | 435 custom/mirrors_test: Fail # mirrors not supported |
| 435 mirrors_js_typed_interop_test: Fail # mirrors not supported | 436 mirrors_js_typed_interop_test: Fail # mirrors not supported |
| OLD | NEW |