| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] | 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] |
| 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 | 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 |
| 7 | 7 |
| 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 | 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 |
| 10 | 10 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 math/random_big_test: RuntimeError # Using bigint seeds for random. | 31 math/random_big_test: RuntimeError # Using bigint seeds for random. |
| 32 | 32 |
| 33 mirrors/abstract_class_test: RuntimeError # Issue 12826 | 33 mirrors/abstract_class_test: RuntimeError # Issue 12826 |
| 34 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 34 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
| 35 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 | 35 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 |
| 36 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 | 36 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 |
| 37 mirrors/delegate_call_through_getter_test: RuntimeError # Issue 15138 | 37 mirrors/delegate_call_through_getter_test: RuntimeError # Issue 15138 |
| 38 mirrors/equality_test/02: RuntimeError # Issue 12785 | 38 mirrors/equality_test/02: RuntimeError # Issue 12785 |
| 39 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 | 39 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 |
| 40 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 | 40 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 |
| 41 mirrors/find_in_context_test: Fail # Issue 6490 | |
| 42 mirrors/find_in_context_private_test: Fail # Issue 6490 | |
| 43 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 | |
| 44 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 | 41 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 |
| 45 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 | 42 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 |
| 46 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 | 43 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 |
| 47 mirrors/generic_interface_test: RuntimeError # Issue 12087 | 44 mirrors/generic_interface_test: RuntimeError # Issue 12087 |
| 48 mirrors/generic_local_function_test: RuntimeError # Issue 12333 | 45 mirrors/generic_local_function_test: RuntimeError # Issue 12333 |
| 49 mirrors/generic_mixin_test: RuntimeError # Issue 12333 | 46 mirrors/generic_mixin_test: RuntimeError # Issue 12333 |
| 50 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 | 47 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 |
| 51 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 | 48 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 |
| 52 mirrors/hot_get_field_test: CompileTimeError # Issue 12164 | 49 mirrors/hot_get_field_test: CompileTimeError # Issue 12164 |
| 53 mirrors/hot_set_field_test: CompileTimeError # Issue 12164 | 50 mirrors/hot_set_field_test: CompileTimeError # Issue 12164 |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. | 279 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. |
| 283 convert/utf85_test: Pass, Slow # Issue 12644. | 280 convert/utf85_test: Pass, Slow # Issue 12644. |
| 284 | 281 |
| 285 [ $arch == simarm64 ] | 282 [ $arch == simarm64 ] |
| 286 *: Skip | 283 *: Skip |
| 287 | 284 |
| 288 [ $compiler == none && $runtime == dartium ] | 285 [ $compiler == none && $runtime == dartium ] |
| 289 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 286 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 290 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 287 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 291 | 288 |
| 292 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | |
| 293 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag | |
| 294 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag | |
| 295 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag | |
| 296 | |
| 297 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 289 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 298 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 290 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 299 async/timer_isolate_test: Fail | 291 async/timer_isolate_test: Fail |
| 300 | 292 |
| 301 [ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime =
= dartium || $runtime == vm || $runtime == ContentShellOnAndroid)) ] | 293 [ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime =
= dartium || $runtime == vm || $runtime == ContentShellOnAndroid)) ] |
| 302 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. | 294 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. |
| 303 async/deferred/deferred_fail_to_load_test: Fail | 295 async/deferred/deferred_fail_to_load_test: Fail |
| 304 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. | 296 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. |
| 305 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 297 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 306 async/deferred/deferred_in_isolate_test: Fail | 298 async/deferred/deferred_in_isolate_test: Fail |
| (...skipping 13 matching lines...) Expand all Loading... |
| 320 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 312 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| 321 | 313 |
| 322 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 314 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 323 | 315 |
| 324 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 316 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 325 async/*deferred*: Skip # Issue 17458 | 317 async/*deferred*: Skip # Issue 17458 |
| 326 mirrors/*deferred*: Skip # Issue 17458 | 318 mirrors/*deferred*: Skip # Issue 17458 |
| 327 | 319 |
| 328 [ $compiler == dart2js && $mode == debug ] | 320 [ $compiler == dart2js && $mode == debug ] |
| 329 mirrors/native_class_test: Pass, Slow | 321 mirrors/native_class_test: Pass, Slow |
| OLD | NEW |