| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 [ $compiler == dart2js && $runtime == ff ] | 318 [ $compiler == dart2js && $runtime == ff ] |
| 319 history_test/history: Skip # Issue 22050 | 319 history_test/history: Skip # Issue 22050 |
| 320 xhr_test/xhr: Pass, Fail # Issue 11602 | 320 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 321 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 321 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 322 webgl_1_test: Pass, Fail # Issue 8219 | 322 webgl_1_test: Pass, Fail # Issue 8219 |
| 323 text_event_test: Fail # Issue 17893 | 323 text_event_test: Fail # Issue 17893 |
| 324 element_animate_test/timing_dict: RuntimeError # Issue 26730 | 324 element_animate_test/timing_dict: RuntimeError # Issue 26730 |
| 325 | 325 |
| 326 # Firefox Feature support statuses- | 326 # Firefox Feature support statuses- |
| 327 # All changes should be accompanied by platform support annotation changes. | 327 # All changes should be accompanied by platform support annotation changes. |
| 328 element_types_test/supported_details: Fail | 328 element_classes_test: RuntimeError # Issue 27535 |
| 329 element_types_test/supported_embed: Fail | 329 element_types_test/supported_embed: Fail |
| 330 element_types_test/supported_keygen: Fail | 330 element_types_test/supported_keygen: Fail |
| 331 element_types_test/supported_object: Fail | 331 element_types_test/supported_object: Fail |
| 332 fileapi_test/supported: Fail | 332 fileapi_test/supported: Fail |
| 333 indexeddb_1_test/supportsDatabaseNames: Fail | 333 indexeddb_1_test/supportsDatabaseNames: Fail |
| 334 input_element_test/supported_date: Fail | 334 input_element_test/supported_date: Fail |
| 335 input_element_test/supported_datetime-local: Fail | 335 input_element_test/supported_datetime-local: Fail |
| 336 input_element_test/supported_month: Fail | 336 input_element_test/supported_month: Fail |
| 337 input_element_test/supported_time: Fail | 337 input_element_test/supported_time: Fail |
| 338 input_element_test/supported_week: Fail | 338 input_element_test/supported_week: Fail |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 448 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 449 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 449 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 450 | 450 |
| 451 [ $compiler == dart2js && $cps_ir && $host_checked ] | 451 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 452 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 452 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 453 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 453 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 454 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 454 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 455 | 455 |
| 456 [ $compiler == dart2js && $cps_ir && $checked ] | 456 [ $compiler == dart2js && $cps_ir && $checked ] |
| 457 *: Skip # `assert` not implemented | 457 *: Skip # `assert` not implemented |
| OLD | NEW |