| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 keyboard_event_test: Fail # Issue 13902 | 53 keyboard_event_test: Fail # Issue 13902 |
| 54 isolates_test: Fail # Issue 13921 | 54 isolates_test: Fail # Issue 13921 |
| 55 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError | 55 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError |
| 56 fileapi_test/getFile: Pass, Fail # Issue 20488 | 56 fileapi_test/getFile: Pass, Fail # Issue 20488 |
| 57 | 57 |
| 58 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 58 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 59 websocket_test/websocket: Skip # Issue 17666 | 59 websocket_test/websocket: Skip # Issue 17666 |
| 60 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 | 60 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 |
| 61 | 61 |
| 62 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 62 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 63 audiobuffersourcenode_test/functional: Skip # Causes the following (next) test t
o time out. Issue 19127 | |
| 64 audiocontext_test/functional: Skip # Causes the following (next) test to time ou
t. Issue 19127 | |
| 65 canvasrenderingcontext2d_test/drawImage_video_element: RuntimeError # Issue 1912
7 | 63 canvasrenderingcontext2d_test/drawImage_video_element: RuntimeError # Issue 1912
7 |
| 66 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass, Fail # Issu
e 20524 | 64 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass, Fail # Issu
e 20524 |
| 67 | 65 |
| 68 element_offset_test/offset: RuntimeError # Issue 17550 | 66 element_offset_test/offset: RuntimeError # Issue 17550 |
| 69 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0
0 minutes. Issue 19127. | 67 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0
0 minutes. Issue 19127. |
| 70 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 | 68 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 |
| 71 indexeddb_5_test: Pass, RuntimeError # Issue 21262 | 69 indexeddb_5_test: Pass, RuntimeError # Issue 21262 |
| 72 native_gc_test: Pass, Slow | 70 native_gc_test: Pass, Slow |
| 73 | 71 |
| 74 [ $compiler == none && $runtime == drt && $system == windows ] | 72 [ $compiler == none && $runtime == drt && $system == windows ] |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 events_test: StaticWarning | 395 events_test: StaticWarning |
| 398 htmlelement_test: StaticWarning | 396 htmlelement_test: StaticWarning |
| 399 localstorage_test: StaticWarning | 397 localstorage_test: StaticWarning |
| 400 mutationobserver_test: StaticWarning | 398 mutationobserver_test: StaticWarning |
| 401 track_element_constructor_test: StaticWarning | 399 track_element_constructor_test: StaticWarning |
| 402 transferables_test: StaticWarning | 400 transferables_test: StaticWarning |
| 403 typed_arrays_range_checks_test: StaticWarning | 401 typed_arrays_range_checks_test: StaticWarning |
| 404 typing_test: StaticWarning | 402 typing_test: StaticWarning |
| 405 webgl_1_test: StaticWarning | 403 webgl_1_test: StaticWarning |
| 406 window_nosuchmethod_test: StaticWarning | 404 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |