| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 9 | 9 |
| 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 custom/js_custom_test: Fail # Issue 14643 | 26 custom/js_custom_test: Fail # Issue 14643 |
| 27 custom/element_upgrade_test: Fail # Issue 17298 | 27 custom/element_upgrade_test: Fail # Issue 17298 |
| 28 | 28 |
| 29 [ $compiler == dart2js && $browser ] | 29 [ $compiler == dart2js && $browser ] |
| 30 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 | 30 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 |
| 31 fontface_loaded_test: Fail # Support for promises. | 31 fontface_loaded_test: Fail # Support for promises. |
| 32 storage_quota_test: Fail # Support for promises. | 32 storage_quota_test: Fail # Support for promises. |
| 33 | 33 |
| 34 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] | 34 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] |
| 35 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this | 35 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this |
| 36 fontface_test: Fail # Fontface not supported on these. |
| 36 | 37 |
| 37 [ $compiler == none && $runtime == dartium && $system == macos] | 38 [ $compiler == none && $runtime == dartium && $system == macos] |
| 38 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 | 39 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 |
| 39 | 40 |
| 40 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 41 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 41 # postMessage in dartium always transfers the typed array buffer, never a view | 42 # postMessage in dartium always transfers the typed array buffer, never a view |
| 42 postmessage_structured_test/typed_arrays: Fail | 43 postmessage_structured_test/typed_arrays: Fail |
| 43 # Dartium seems to lose the data from the dispatchEvent. | 44 # Dartium seems to lose the data from the dispatchEvent. |
| 44 postmessage_structured_test/more_primitives: Fail | 45 postmessage_structured_test/more_primitives: Fail |
| 45 async_test: Fail # Uses spawn, not implemented from a DOM isolate in Dartium | 46 async_test: Fail # Uses spawn, not implemented from a DOM isolate in Dartium |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 htmlelement_test: StaticWarning | 402 htmlelement_test: StaticWarning |
| 402 localstorage_test: StaticWarning | 403 localstorage_test: StaticWarning |
| 403 mutationobserver_test: StaticWarning | 404 mutationobserver_test: StaticWarning |
| 404 queryall_test: fail | 405 queryall_test: fail |
| 405 track_element_constructor_test: StaticWarning | 406 track_element_constructor_test: StaticWarning |
| 406 transferables_test: StaticWarning | 407 transferables_test: StaticWarning |
| 407 typed_arrays_range_checks_test: StaticWarning | 408 typed_arrays_range_checks_test: StaticWarning |
| 408 typing_test: StaticWarning | 409 typing_test: StaticWarning |
| 409 webgl_1_test: StaticWarning | 410 webgl_1_test: StaticWarning |
| 410 window_nosuchmethod_test: StaticWarning | 411 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |