| 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 24 matching lines...) Expand all Loading... |
| 35 | 35 |
| 36 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] | 36 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] |
| 37 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this | 37 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this |
| 38 | 38 |
| 39 [ $compiler == none && $runtime == dartium && $system == macos] | 39 [ $compiler == none && $runtime == dartium && $system == macos] |
| 40 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 | 40 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 |
| 41 | 41 |
| 42 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 42 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 43 # postMessage in dartium always transfers the typed array buffer, never a view | 43 # postMessage in dartium always transfers the typed array buffer, never a view |
| 44 postmessage_structured_test/typed_arrays: Fail | 44 postmessage_structured_test/typed_arrays: Fail |
| 45 # Dartium seems to lose the data from the dispatchEvent. | 45 # Dartium seems to lose the data from the dispatchEvent. |
| 46 postmessage_structured_test/more_primitives: Fail | 46 postmessage_structured_test/more_primitives: Fail |
| 47 async_test: Fail # Background timers not implemented. | |
| 48 keyboard_event_test: Fail # Issue 13902 | 47 keyboard_event_test: Fail # Issue 13902 |
| 49 isolates_test: Fail # Issue 13921 | 48 isolates_test: Fail # Issue 13921 |
| 50 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError | 49 indexeddb_3_test: Skip # Issue 19578. Timeouts and RuntimeError |
| 51 fileapi_test/getFile: Pass, Fail # Issue 20488 | 50 fileapi_test/getFile: Pass, Fail # Issue 20488 |
| 52 | 51 |
| 53 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 52 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 54 websocket_test/websocket: Skip # Issue 17666 | 53 websocket_test/websocket: Skip # Issue 17666 |
| 55 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 | 54 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766
6 |
| 56 | 55 |
| 57 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 56 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 svgelement_test/supported_altGlyph: RuntimeError # Issue 22154 | 370 svgelement_test/supported_altGlyph: RuntimeError # Issue 22154 |
| 372 | 371 |
| 373 [ $runtime == dartium && ($system == macos || $system == windows || $system == l
inux)] | 372 [ $runtime == dartium && ($system == macos || $system == windows || $system == l
inux)] |
| 374 # Desktop operation systems do not support touch events on chrome 34 dartium. | 373 # Desktop operation systems do not support touch events on chrome 34 dartium. |
| 375 touchevent_test/supported: Fail | 374 touchevent_test/supported: Fail |
| 376 | 375 |
| 377 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] | 376 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] |
| 378 xhr_test/xhr: Skip # Times out. Issue 21527 | 377 xhr_test/xhr: Skip # Times out. Issue 21527 |
| 379 | 378 |
| 380 [ $compiler == none && $runtime == dartium ] | 379 [ $compiler == none && $runtime == dartium ] |
| 381 async_test: Timeout # Issue 13719: Please triage this failure. | |
| 382 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 | 380 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 |
| 383 | 381 |
| 384 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 382 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 385 custom/document_register_basic_test: StaticWarning | 383 custom/document_register_basic_test: StaticWarning |
| 386 custom/element_upgrade_test: StaticWarning | 384 custom/element_upgrade_test: StaticWarning |
| 387 datalistelement_test: StaticWarning | 385 datalistelement_test: StaticWarning |
| 388 documentfragment_test: StaticWarning | 386 documentfragment_test: StaticWarning |
| 389 element_add_test: StaticWarning | 387 element_add_test: StaticWarning |
| 390 element_test: StaticWarning | 388 element_test: StaticWarning |
| 391 events_test: StaticWarning | 389 events_test: StaticWarning |
| 392 htmlelement_test: StaticWarning | 390 htmlelement_test: StaticWarning |
| 393 localstorage_test: StaticWarning | 391 localstorage_test: StaticWarning |
| 394 mutationobserver_test: StaticWarning | 392 mutationobserver_test: StaticWarning |
| 395 queryall_test: fail | 393 queryall_test: fail |
| 396 track_element_constructor_test: StaticWarning | 394 track_element_constructor_test: StaticWarning |
| 397 transferables_test: StaticWarning | 395 transferables_test: StaticWarning |
| 398 typed_arrays_range_checks_test: StaticWarning | 396 typed_arrays_range_checks_test: StaticWarning |
| 399 typing_test: StaticWarning | 397 typing_test: StaticWarning |
| 400 webgl_1_test: StaticWarning | 398 webgl_1_test: StaticWarning |
| 401 window_nosuchmethod_test: StaticWarning | 399 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |