| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 | 68 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 |
| 69 | 69 |
| 70 element_offset_test/offset: RuntimeError # Issue 17550 | 70 element_offset_test/offset: RuntimeError # Issue 17550 |
| 71 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0
0 minutes. Issue 19127. | 71 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0
0 minutes. Issue 19127. |
| 72 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 | 72 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 |
| 73 native_gc_test: Pass, Slow | 73 native_gc_test: Pass, Slow |
| 74 | 74 |
| 75 [ $compiler == none && $runtime == drt && $system == windows ] | 75 [ $compiler == none && $runtime == drt && $system == windows ] |
| 76 worker_test/functional: Pass, Crash # Issue 9929. | 76 worker_test/functional: Pass, Crash # Issue 9929. |
| 77 | 77 |
| 78 [ $compiler == dart2js && $runtime == chrome ] |
| 79 fileapi_test/entry: Fail # TODO(dart2js-team): Please triage this failure. |
| 80 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure
. |
| 81 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure. |
| 82 |
| 78 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 83 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 79 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail
ure. | 84 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail
ure. |
| 80 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl
ease triage this failure. | 85 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl
ease triage this failure. |
| 81 | 86 |
| 82 fileapi_test/entry: Fail, Pass # TODO(dart2js-team): Please triage this failure. | 87 fileapi_test/entry: Fail, Pass # TODO(dart2js-team): Please triage this failure. |
| 83 fileapi_test/fileEntry: Fail, Pass # TODO(dart2js-team): Please triage this fail
ure. | 88 fileapi_test/fileEntry: Fail, Pass # TODO(dart2js-team): Please triage this fail
ure. |
| 84 fileapi_test/getDirectory: Fail, Pass # TODO(dart2js-team): Please triage this f
ailure. | 89 fileapi_test/getDirectory: Fail, Pass # TODO(dart2js-team): Please triage this f
ailure. |
| 85 fileapi_test/getFile: Fail, Pass # TODO(dart2js-team): Please triage this failur
e. | 90 fileapi_test/getFile: Fail, Pass # TODO(dart2js-team): Please triage this failur
e. |
| 86 | 91 |
| 87 audiocontext_test/supported: RuntimeError # TODO(dart2js-team): Please triage th
is failure. | 92 audiocontext_test/supported: RuntimeError # TODO(dart2js-team): Please triage th
is failure. |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 432 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 428 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 433 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 429 | 434 |
| 430 [ $compiler == dart2js && $cps_ir && $host_checked ] | 435 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 431 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 436 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 432 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 437 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 433 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 438 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 434 | 439 |
| 435 [ $compiler == dart2js && $cps_ir && $checked ] | 440 [ $compiler == dart2js && $cps_ir && $checked ] |
| 436 *: Skip # `assert` not implemented | 441 *: Skip # `assert` not implemented |
| OLD | NEW |