| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 | 51 |
| 52 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 52 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
| 53 # postMessage in dartium always transfers the typed array buffer, never a view | 53 # postMessage in dartium always transfers the typed array buffer, never a view |
| 54 postmessage_structured_test/typed_arrays: Fail | 54 postmessage_structured_test/typed_arrays: Fail |
| 55 # Dartium seems to lose the data from the dispatchEvent. | 55 # Dartium seems to lose the data from the dispatchEvent. |
| 56 keyboard_event_test: Fail # Issue 13902 | 56 keyboard_event_test: Fail # Issue 13902 |
| 57 fileapi_test/getFile: Pass, Fail # Issue 20488 | 57 fileapi_test/getFile: Pass, Fail # Issue 20488 |
| 58 async_test: RuntimeError, OK # Uses Isolate.spawn. | 58 async_test: RuntimeError, OK # Uses Isolate.spawn. |
| 59 isolates_test: RuntimeError, OK # Uses Isolate.spawn. | 59 isolates_test: RuntimeError, OK # Uses Isolate.spawn. |
| 60 | 60 |
| 61 [ $compiler == none && ($runtime == drt || $runtime == dartium ) && $checked] |
| 62 cross_domain_iframe_test: RuntimeError # Issue 26134 |
| 63 |
| 61 [ $compiler == none && ($runtime == drt || $runtime == dartium ) && $mode == deb
ug ] | 64 [ $compiler == none && ($runtime == drt || $runtime == dartium ) && $mode == deb
ug ] |
| 62 websocket_test/websocket: Skip # Issue 17666 | 65 websocket_test/websocket: Skip # Issue 17666 |
| 63 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 | 66 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 |
| 64 | 67 |
| 65 element_offset_test/offset: RuntimeError # Issue 17550 | 68 element_offset_test/offset: RuntimeError # Issue 17550 |
| 66 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0
0 minutes. Issue 19127. | 69 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0
0 minutes. Issue 19127. |
| 67 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 | 70 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 |
| 68 native_gc_test: Pass, Slow | 71 native_gc_test: Pass, Slow |
| 69 | 72 |
| 70 [ $compiler == none && $runtime == drt && $system == windows ] | 73 [ $compiler == none && $runtime == drt && $system == windows ] |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 423 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 421 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 424 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 422 | 425 |
| 423 [ $compiler == dart2js && $cps_ir && $host_checked ] | 426 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 424 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 427 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 425 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 428 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 426 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 429 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 427 | 430 |
| 428 [ $compiler == dart2js && $cps_ir && $checked ] | 431 [ $compiler == dart2js && $cps_ir && $checked ] |
| 429 *: Skip # `assert` not implemented | 432 *: Skip # `assert` not implemented |
| OLD | NEW |