| 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 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 | 312 |
| 313 js_test/JsArray: RuntimeError # Fails 10 out of 10. | 313 js_test/JsArray: RuntimeError # Fails 10 out of 10. |
| 314 indexeddb_3_test: Skip # Times out 1 out of 10. | 314 indexeddb_3_test: Skip # Times out 1 out of 10. |
| 315 | 315 |
| 316 [ $compiler == dart2js && $runtime == ff ] | 316 [ $compiler == dart2js && $runtime == ff ] |
| 317 history_test/history: Skip # Issue 22050 | 317 history_test/history: Skip # Issue 22050 |
| 318 xhr_test/xhr: Pass, Fail # Issue 11602 | 318 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 319 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 319 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 320 webgl_1_test: Pass, Fail # Issue 8219 | 320 webgl_1_test: Pass, Fail # Issue 8219 |
| 321 text_event_test: Fail # Issue 17893 | 321 text_event_test: Fail # Issue 17893 |
| 322 element_animate_test/timing_dict: RuntimeError # Issue 26730 |
| 322 | 323 |
| 323 # Firefox Feature support statuses- | 324 # Firefox Feature support statuses- |
| 324 # All changes should be accompanied by platform support annotation changes. | 325 # All changes should be accompanied by platform support annotation changes. |
| 325 element_types_test/supported_details: Fail | 326 element_types_test/supported_details: Fail |
| 326 element_types_test/supported_embed: Fail | 327 element_types_test/supported_embed: Fail |
| 327 element_types_test/supported_keygen: Fail | 328 element_types_test/supported_keygen: Fail |
| 328 element_types_test/supported_object: Fail | 329 element_types_test/supported_object: Fail |
| 329 fileapi_test/supported: Fail | 330 fileapi_test/supported: Fail |
| 330 indexeddb_1_test/supportsDatabaseNames: Fail | 331 indexeddb_1_test/supportsDatabaseNames: Fail |
| 331 input_element_test/supported_date: Fail | 332 input_element_test/supported_date: Fail |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 417 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 417 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 418 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 418 | 419 |
| 419 [ $compiler == dart2js && $cps_ir && $host_checked ] | 420 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 420 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 421 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 421 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 422 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 422 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 423 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 423 | 424 |
| 424 [ $compiler == dart2js && $cps_ir && $checked ] | 425 [ $compiler == dart2js && $cps_ir && $checked ] |
| 425 *: Skip # `assert` not implemented | 426 *: Skip # `assert` not implemented |
| OLD | NEW |