| 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 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 8 | 8 |
| 9 js_array_test: Skip # Issue 23676, 23677 | 9 js_array_test: Skip # Issue 23676, 23677 |
| 10 js_typed_interop_test: Skip # Issue 23676, 23677 | 10 js_typed_interop_test: Skip # Issue 23676, 23677 |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 websql_test/supported: Fail | 351 websql_test/supported: Fail |
| 352 | 352 |
| 353 [ $compiler == dart2js && $runtime == ff ] | 353 [ $compiler == dart2js && $runtime == ff ] |
| 354 history_test/history: Skip # Issue 22050 | 354 history_test/history: Skip # Issue 22050 |
| 355 xhr_test/xhr: Pass, Fail # Issue 11602 | 355 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 356 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 356 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 357 webgl_1_test: Pass, Fail # Issue 8219 | 357 webgl_1_test: Pass, Fail # Issue 8219 |
| 358 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass, Fail # Fire
fox pre-38 does not like dataUrl videos for drawImage Issue 23479 | 358 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass, Fail # Fire
fox pre-38 does not like dataUrl videos for drawImage Issue 23479 |
| 359 text_event_test: Fail # Issue 17893 | 359 text_event_test: Fail # Issue 17893 |
| 360 | 360 |
| 361 [ $compiler == dart2js && $runtime == ff && $system == windows] | |
| 362 node_validator_important_if_you_suppress_make_the_bug_critical_test: Skip # 2443
4 | |
| 363 | |
| 364 # Firefox Feature support statuses- | 361 # Firefox Feature support statuses- |
| 365 # All changes should be accompanied by platform support annotation changes. | 362 # All changes should be accompanied by platform support annotation changes. |
| 366 document_test/supports_cssCanvasContext: Fail | 363 document_test/supports_cssCanvasContext: Fail |
| 367 element_types_test/supported_details: Fail | 364 element_types_test/supported_details: Fail |
| 368 element_types_test/supported_embed: Fail | 365 element_types_test/supported_embed: Fail |
| 369 element_types_test/supported_keygen: Fail | 366 element_types_test/supported_keygen: Fail |
| 370 element_types_test/supported_object: Fail | 367 element_types_test/supported_object: Fail |
| 371 fileapi_test/supported: Fail | 368 fileapi_test/supported: Fail |
| 372 indexeddb_1_test/supportsDatabaseNames: Fail | 369 indexeddb_1_test/supportsDatabaseNames: Fail |
| 373 input_element_test/supported_date: Fail | 370 input_element_test/supported_date: Fail |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 queryall_test: fail | 419 queryall_test: fail |
| 423 track_element_constructor_test: StaticWarning | 420 track_element_constructor_test: StaticWarning |
| 424 transferables_test: StaticWarning | 421 transferables_test: StaticWarning |
| 425 typed_arrays_range_checks_test: StaticWarning | 422 typed_arrays_range_checks_test: StaticWarning |
| 426 typing_test: StaticWarning | 423 typing_test: StaticWarning |
| 427 webgl_1_test: StaticWarning | 424 webgl_1_test: StaticWarning |
| 428 window_nosuchmethod_test: StaticWarning | 425 window_nosuchmethod_test: StaticWarning |
| 429 | 426 |
| 430 [ $compiler == dart2js && $cps_ir ] | 427 [ $compiler == dart2js && $cps_ir ] |
| 431 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for | 428 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for |
| OLD | NEW |