| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError | 48 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError |
| 49 fileapi_test/getFile: Pass, Fail # Issue 20488 | 49 fileapi_test/getFile: Pass, Fail # Issue 20488 |
| 50 | 50 |
| 51 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 51 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 52 websocket_test/websocket: Skip # Issue 17666 | 52 websocket_test/websocket: Skip # Issue 17666 |
| 53 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 | 53 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 |
| 54 | 54 |
| 55 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 55 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 56 canvasrenderingcontext2d_test/drawImage_video_element: RuntimeError # Issue 1912
7 | 56 canvasrenderingcontext2d_test/drawImage_video_element: RuntimeError # Issue 1912
7 |
| 57 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass, Fail # Issu
e 20524 | 57 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass, Fail # Issu
e 20524 |
| 58 notification_test/constructors: Skip # Times out on Android Dartium. Issue 22835 |
| 58 | 59 |
| 59 element_offset_test/offset: RuntimeError # Issue 17550 | 60 element_offset_test/offset: RuntimeError # Issue 17550 |
| 60 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0
0 minutes. Issue 19127. | 61 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0
0 minutes. Issue 19127. |
| 61 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 | 62 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 |
| 62 indexeddb_5_test: Pass, RuntimeError # Issue 21262 | 63 indexeddb_5_test: Pass, RuntimeError # Issue 21262 |
| 63 native_gc_test: Pass, Slow | 64 native_gc_test: Pass, Slow |
| 64 | 65 |
| 65 [ $compiler == none && $runtime == drt && $system == windows ] | 66 [ $compiler == none && $runtime == drt && $system == windows ] |
| 66 worker_test/functional: Pass, Crash # Issue 9929. | 67 worker_test/functional: Pass, Crash # Issue 9929. |
| 67 touchevent_test/supported: Pass, Fail # Issue 17061 | 68 touchevent_test/supported: Pass, Fail # Issue 17061 |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 htmlelement_test: StaticWarning | 396 htmlelement_test: StaticWarning |
| 396 localstorage_test: StaticWarning | 397 localstorage_test: StaticWarning |
| 397 mutationobserver_test: StaticWarning | 398 mutationobserver_test: StaticWarning |
| 398 queryall_test: fail | 399 queryall_test: fail |
| 399 track_element_constructor_test: StaticWarning | 400 track_element_constructor_test: StaticWarning |
| 400 transferables_test: StaticWarning | 401 transferables_test: StaticWarning |
| 401 typed_arrays_range_checks_test: StaticWarning | 402 typed_arrays_range_checks_test: StaticWarning |
| 402 typing_test: StaticWarning | 403 typing_test: StaticWarning |
| 403 webgl_1_test: StaticWarning | 404 webgl_1_test: StaticWarning |
| 404 window_nosuchmethod_test: StaticWarning | 405 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |