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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 input_element_test/supported_month: RuntimeError | 287 input_element_test/supported_month: RuntimeError |
288 input_element_test/supported_time: RuntimeError | 288 input_element_test/supported_time: RuntimeError |
289 input_element_test/supported_week: RuntimeError | 289 input_element_test/supported_week: RuntimeError |
290 input_element_test/supported_date: Fail | 290 input_element_test/supported_date: Fail |
291 input_element_test/supported_datetime-local: Fail | 291 input_element_test/supported_datetime-local: Fail |
292 touchevent_test/supported: Fail # Safari does not support TouchEvents | 292 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. | 293 notification_test/constructors: Fail # Safari doesn't let us access the fields o
f the Notification to verify them. |
294 | |
295 [ $runtime == safari ] | |
296 indexeddb_1_test/functional: Skip # Times out. Issue 21433 | 294 indexeddb_1_test/functional: Skip # Times out. Issue 21433 |
297 indexeddb_2_test: RuntimeError # Issue 21433 | 295 indexeddb_2_test: RuntimeError # Issue 21433 |
298 indexeddb_4_test: RuntimeError # Issue 21433 | 296 indexeddb_4_test: RuntimeError # Issue 21433 |
299 indexeddb_5_test: RuntimeError # Issue 21433 | 297 indexeddb_5_test: RuntimeError # Issue 21433 |
300 | 298 |
| 299 |
| 300 js_test/JsArray: RuntimeError # Fails 10 out of 10. |
| 301 indexeddb_3_test: Skip # Times out 1 out of 10. |
| 302 |
301 [ $runtime == opera ] | 303 [ $runtime == opera ] |
302 blob_constructor_test: Fail | 304 blob_constructor_test: Fail |
303 canvas_test: Fail | 305 canvas_test: Fail |
304 canvas_test: Pass,Fail | 306 canvas_test: Pass,Fail |
305 cssstyledeclaration_test: Fail | 307 cssstyledeclaration_test: Fail |
306 document_test/document: Fail # Issue: 7413 | 308 document_test/document: Fail # Issue: 7413 |
307 element_add_test: Fail | 309 element_add_test: Fail |
308 element_constructor_1_test: Fail | 310 element_constructor_1_test: Fail |
309 element_test/children: Fail # Issue: 7413 | 311 element_test/children: Fail # Issue: 7413 |
310 element_test/constructors: Fail | 312 element_test/constructors: Fail |
(...skipping 112 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: | 425 # 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 | 426 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
425 | 427 |
426 [ $compiler == dart2js && $cps_ir && $host_checked ] | 428 [ $compiler == dart2js && $cps_ir && $host_checked ] |
427 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 429 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
428 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 430 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
429 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 431 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
430 | 432 |
431 [ $compiler == dart2js && $cps_ir && $checked ] | 433 [ $compiler == dart2js && $cps_ir && $checked ] |
432 *: Skip # `assert` not implemented | 434 *: Skip # `assert` not implemented |
OLD | NEW |