| 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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
| 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 7 | 7 |
| 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 | 9 |
| 10 js_array_test: Skip # Dartium JSInterop failure | 10 js_array_test: Skip # Dartium JSInterop failure |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 mutationobserver_test/supported: Fail | 334 mutationobserver_test/supported: Fail |
| 335 performance_api_test/supported: Fail | 335 performance_api_test/supported: Fail |
| 336 speechrecognition_test/supported: Fail | 336 speechrecognition_test/supported: Fail |
| 337 websql_test/supported: Fail | 337 websql_test/supported: Fail |
| 338 | 338 |
| 339 [ $compiler == dart2js && $runtime == ff ] | 339 [ $compiler == dart2js && $runtime == ff ] |
| 340 history_test/history: Skip # Issue 22050 | 340 history_test/history: Skip # Issue 22050 |
| 341 xhr_test/xhr: Pass, Fail # Issue 11602 | 341 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 342 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 342 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 343 webgl_1_test: Pass, Fail # Issue 8219 | 343 webgl_1_test: Pass, Fail # Issue 8219 |
| 344 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass, Fail # Fire
fox pre-38 does not like dataUrl videos for drawImage Issue 23479 | |
| 345 text_event_test: Fail # Issue 17893 | 344 text_event_test: Fail # Issue 17893 |
| 346 | 345 |
| 347 # Firefox Feature support statuses- | 346 # Firefox Feature support statuses- |
| 348 # All changes should be accompanied by platform support annotation changes. | 347 # All changes should be accompanied by platform support annotation changes. |
| 349 document_test/supports_cssCanvasContext: Fail | 348 document_test/supports_cssCanvasContext: Fail |
| 350 element_types_test/supported_details: Fail | 349 element_types_test/supported_details: Fail |
| 351 element_types_test/supported_embed: Fail | 350 element_types_test/supported_embed: Fail |
| 352 element_types_test/supported_keygen: Fail | 351 element_types_test/supported_keygen: Fail |
| 353 element_types_test/supported_object: Fail | 352 element_types_test/supported_object: Fail |
| 354 fileapi_test/supported: Fail | 353 fileapi_test/supported: Fail |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 queryall_test: fail | 415 queryall_test: fail |
| 417 track_element_constructor_test: StaticWarning | 416 track_element_constructor_test: StaticWarning |
| 418 transferables_test: StaticWarning | 417 transferables_test: StaticWarning |
| 419 typed_arrays_range_checks_test: StaticWarning | 418 typed_arrays_range_checks_test: StaticWarning |
| 420 typing_test: StaticWarning | 419 typing_test: StaticWarning |
| 421 webgl_1_test: StaticWarning | 420 webgl_1_test: StaticWarning |
| 422 window_nosuchmethod_test: StaticWarning | 421 window_nosuchmethod_test: StaticWarning |
| 423 | 422 |
| 424 [ $compiler == dart2js && $cps_ir ] | 423 [ $compiler == dart2js && $cps_ir ] |
| 425 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for | 424 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for |
| OLD | NEW |