| 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 | 8 |
| 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) | 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 | 25 |
| 26 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g && $system == macos] | 26 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g && $system == macos] |
| 27 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 | 27 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 |
| 28 | 28 |
| 29 [ $compiler == none && $runtime == dartium && $system == macos] | 29 [ $compiler == none && $runtime == dartium && $system == macos] |
| 30 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 | 30 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 |
| 31 | 31 |
| 32 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 32 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 33 # postMessage in dartium always transfers the typed array buffer, never a view | 33 # postMessage in dartium always transfers the typed array buffer, never a view |
| 34 postmessage_structured_test/typed_arrays: Fail | 34 postmessage_structured_test/typed_arrays: Fail |
| 35 xhr_test/json: Fail # Issue 13069 | |
| 36 async_test: Fail # Background timers not implemented. | 35 async_test: Fail # Background timers not implemented. |
| 37 keyboard_event_test: Fail # Issue 13902 | 36 keyboard_event_test: Fail # Issue 13902 |
| 38 isolates_test: Fail # Issue 13921 | 37 isolates_test: Fail # Issue 13921 |
| 39 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError | 38 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError |
| 40 | 39 |
| 41 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 40 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 42 websocket_test/websocket: Skip # Issue 17666 | 41 websocket_test/websocket: Skip # Issue 17666 |
| 43 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 | 42 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 |
| 44 | 43 |
| 45 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 44 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 events_test: StaticWarning | 461 events_test: StaticWarning |
| 463 htmlelement_test: StaticWarning | 462 htmlelement_test: StaticWarning |
| 464 localstorage_test: StaticWarning | 463 localstorage_test: StaticWarning |
| 465 mutationobserver_test: StaticWarning | 464 mutationobserver_test: StaticWarning |
| 466 track_element_constructor_test: StaticWarning | 465 track_element_constructor_test: StaticWarning |
| 467 transferables_test: StaticWarning | 466 transferables_test: StaticWarning |
| 468 typed_arrays_range_checks_test: StaticWarning | 467 typed_arrays_range_checks_test: StaticWarning |
| 469 typing_test: StaticWarning | 468 typing_test: StaticWarning |
| 470 webgl_1_test: StaticWarning | 469 webgl_1_test: StaticWarning |
| 471 window_nosuchmethod_test: StaticWarning | 470 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |