| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 performance_api_test/supported: Fail | 277 performance_api_test/supported: Fail |
| 278 indexeddb_1_test/supported: Fail | 278 indexeddb_1_test/supported: Fail |
| 279 element_types_test/supported_template: Fail | 279 element_types_test/supported_template: Fail |
| 280 xhr_test/json: Fail # Safari doesn't support JSON response type | 280 xhr_test/json: Fail # Safari doesn't support JSON response type |
| 281 notification_test/constructors: Pass # Safari mobile will pass this test on the
basis that notifications aren't supported at all. | 281 notification_test/constructors: Pass # Safari mobile will pass this test on the
basis that notifications aren't supported at all. |
| 282 notification_test/supported_notification: RuntimeError # Issue 22869 | 282 notification_test/supported_notification: RuntimeError # Issue 22869 |
| 283 wheelevent_test: RuntimeError # Safarimobilesim does not support WheelEvent | 283 wheelevent_test: RuntimeError # Safarimobilesim does not support WheelEvent |
| 284 event_test: RuntimeError # Safarimobilesim does not support WheelEvent | 284 event_test: RuntimeError # Safarimobilesim does not support WheelEvent |
| 285 | 285 |
| 286 [ $runtime == safari ] | 286 [ $runtime == safari ] |
| 287 audiobuffersourcenode_test/functional: RuntimeError |
| 287 input_element_test/supported_month: RuntimeError | 288 input_element_test/supported_month: RuntimeError |
| 288 input_element_test/supported_time: RuntimeError | 289 input_element_test/supported_time: RuntimeError |
| 289 input_element_test/supported_week: RuntimeError | 290 input_element_test/supported_week: RuntimeError |
| 290 input_element_test/supported_date: Fail | 291 input_element_test/supported_date: Fail |
| 291 input_element_test/supported_datetime-local: Fail | 292 input_element_test/supported_datetime-local: Fail |
| 292 touchevent_test/supported: Fail # Safari does not support TouchEvents | 293 touchevent_test/supported: Fail # Safari does not support TouchEvents |
| 293 notification_test/constructors: Fail # Safari doesn't let us access the fields o
f the Notification to verify them. | 294 notification_test/constructors: Fail # Safari doesn't let us access the fields o
f the Notification to verify them. |
| 294 | 295 |
| 295 [ $runtime == safari ] | 296 [ $runtime == safari ] |
| 296 indexeddb_1_test/functional: Skip # Times out. Issue 21433 | 297 indexeddb_1_test/functional: Skip # Times out. Issue 21433 |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 424 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 424 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 425 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 425 | 426 |
| 426 [ $compiler == dart2js && $cps_ir && $host_checked ] | 427 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 427 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 428 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 428 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 429 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 429 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 430 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 430 | 431 |
| 431 [ $compiler == dart2js && $cps_ir && $checked ] | 432 [ $compiler == dart2js && $cps_ir && $checked ] |
| 432 *: Skip # `assert` not implemented | 433 *: Skip # `assert` not implemented |
| OLD | NEW |