| 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 form_data_test/functional: Fail # Issue 18931 (Disabled for Chrome 35 roll) | 10 form_data_test/functional: Fail # Issue 18931 (Disabled for Chrome 35 roll) |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 document_test/supports_cssCanvasContext: Fail | 390 document_test/supports_cssCanvasContext: Fail |
| 391 element_types_test/supported_template: Fail | 391 element_types_test/supported_template: Fail |
| 392 indexeddb_1_test/supported: Fail | 392 indexeddb_1_test/supported: Fail |
| 393 indexeddb_1_test/supportsDatabaseNames: Fail | 393 indexeddb_1_test/supportsDatabaseNames: Fail |
| 394 mutationobserver_test/supported: Fail | 394 mutationobserver_test/supported: Fail |
| 395 performance_api_test/supported: Fail | 395 performance_api_test/supported: Fail |
| 396 speechrecognition_test/supported: Fail | 396 speechrecognition_test/supported: Fail |
| 397 websql_test/supported: Fail | 397 websql_test/supported: Fail |
| 398 | 398 |
| 399 [ $runtime == ff ] | 399 [ $runtime == ff ] |
| 400 messageevent_test: RuntimeError # Issue 15651 | |
| 401 serialized_script_value_test: RuntimeError # Issue 15651 | |
| 402 client_rect_test: Fail # Issue 16890 | 400 client_rect_test: Fail # Issue 16890 |
| 403 | 401 |
| 404 [ $runtime == ff ] | 402 [ $runtime == ff ] |
| 405 xhr_test/xhr: Pass, Fail # Issue 11602 | 403 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 406 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 404 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 407 webgl_1_test: Pass, Fail # Issue 8219 | 405 webgl_1_test: Pass, Fail # Issue 8219 |
| 408 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 406 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 409 | 407 |
| 410 # FireFox Feature support statuses- | 408 # FireFox Feature support statuses- |
| 411 # All changes should be accompanied by platform support annotation changes. | 409 # All changes should be accompanied by platform support annotation changes. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 events_test: StaticWarning | 467 events_test: StaticWarning |
| 470 htmlelement_test: StaticWarning | 468 htmlelement_test: StaticWarning |
| 471 localstorage_test: StaticWarning | 469 localstorage_test: StaticWarning |
| 472 mutationobserver_test: StaticWarning | 470 mutationobserver_test: StaticWarning |
| 473 track_element_constructor_test: StaticWarning | 471 track_element_constructor_test: StaticWarning |
| 474 transferables_test: StaticWarning | 472 transferables_test: StaticWarning |
| 475 typed_arrays_range_checks_test: StaticWarning | 473 typed_arrays_range_checks_test: StaticWarning |
| 476 typing_test: StaticWarning | 474 typing_test: StaticWarning |
| 477 webgl_1_test: StaticWarning | 475 webgl_1_test: StaticWarning |
| 478 window_nosuchmethod_test: StaticWarning | 476 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |