| 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 js_array_test: Skip # Dartium JSInterop failure | 10 js_array_test: Skip # Dartium JSInterop failure |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 | 49 |
| 50 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] | 50 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] |
| 51 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this | 51 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this |
| 52 fontface_test: Fail # Fontface not supported on these. | 52 fontface_test: Fail # Fontface not supported on these. |
| 53 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support | 53 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support |
| 54 element_animate_test: Fail # Element.animate not supported on these browsers. | 54 element_animate_test: Fail # Element.animate not supported on these browsers. |
| 55 | 55 |
| 56 [ $compiler == none && $runtime == dartium && $system == macos] | 56 [ $compiler == none && $runtime == dartium && $system == macos] |
| 57 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 | 57 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 |
| 58 | 58 |
| 59 [ $compiler == none && $runtime == drt && $system == macos] | |
| 60 canvasrenderingcontext2d_test/fillText: RuntimeError # Roll 45 bot error | |
| 61 | |
| 62 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 59 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
| 63 # postMessage in dartium always transfers the typed array buffer, never a view | 60 # postMessage in dartium always transfers the typed array buffer, never a view |
| 64 postmessage_structured_test/typed_arrays: Fail | 61 postmessage_structured_test/typed_arrays: Fail |
| 65 # Dartium seems to lose the data from the dispatchEvent. | 62 # Dartium seems to lose the data from the dispatchEvent. |
| 66 keyboard_event_test: Fail # Issue 13902 | 63 keyboard_event_test: Fail # Issue 13902 |
| 67 fileapi_test/getFile: Pass, Fail # Issue 20488 | 64 fileapi_test/getFile: Pass, Fail # Issue 20488 |
| 68 async_test: RuntimeError, OK # Uses Isolate.spawn. | 65 async_test: RuntimeError, OK # Uses Isolate.spawn. |
| 69 isolates_test: RuntimeError, OK # Uses Isolate.spawn. | 66 isolates_test: RuntimeError, OK # Uses Isolate.spawn. |
| 70 | 67 |
| 71 [ $compiler == none && ($runtime == drt || $runtime == dartium ) && $mode == deb
ug ] | 68 [ $compiler == none && ($runtime == drt || $runtime == dartium ) && $mode == deb
ug ] |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 427 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 431 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 428 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 432 | 429 |
| 433 [ $compiler == dart2js && $cps_ir && $host_checked ] | 430 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 434 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 431 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 435 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 432 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 436 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 433 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 437 | 434 |
| 438 [ $compiler == dart2js && $cps_ir && $checked ] | 435 [ $compiler == dart2js && $cps_ir && $checked ] |
| 439 *: Skip # `assert` not implemented | 436 *: Skip # `assert` not implemented |
| OLD | NEW |