| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 js_typed_interop_side_cast_exp_test: RuntimeError # Issue 25937 | 48 js_typed_interop_side_cast_exp_test: RuntimeError # Issue 25937 |
| 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 |
| 59 [ $compiler == none && $runtime == drt && $system == macos] |
| 58 canvasrenderingcontext2d_test/fillText: RuntimeError # Roll 45 bot error | 60 canvasrenderingcontext2d_test/fillText: RuntimeError # Roll 45 bot error |
| 59 | 61 |
| 60 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 62 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
| 61 # postMessage in dartium always transfers the typed array buffer, never a view | 63 # postMessage in dartium always transfers the typed array buffer, never a view |
| 62 postmessage_structured_test/typed_arrays: Fail | 64 postmessage_structured_test/typed_arrays: Fail |
| 63 # Dartium seems to lose the data from the dispatchEvent. | 65 # Dartium seems to lose the data from the dispatchEvent. |
| 64 keyboard_event_test: Fail # Issue 13902 | 66 keyboard_event_test: Fail # Issue 13902 |
| 65 fileapi_test/getFile: Pass, Fail # Issue 20488 | 67 fileapi_test/getFile: Pass, Fail # Issue 20488 |
| 66 async_test: RuntimeError, OK # Uses Isolate.spawn. | 68 async_test: RuntimeError, OK # Uses Isolate.spawn. |
| 67 isolates_test: RuntimeError, OK # Uses Isolate.spawn. | 69 isolates_test: RuntimeError, OK # Uses Isolate.spawn. |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 430 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 429 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 431 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 430 | 432 |
| 431 [ $compiler == dart2js && $cps_ir && $host_checked ] | 433 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 432 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 434 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 433 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 435 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 434 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 436 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 435 | 437 |
| 436 [ $compiler == dart2js && $cps_ir && $checked ] | 438 [ $compiler == dart2js && $cps_ir && $checked ] |
| 437 *: Skip # `assert` not implemented | 439 *: Skip # `assert` not implemented |
| OLD | NEW |