| 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 [ $unchecked ] | 5 [ $unchecked ] |
| 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
| 10 | 10 |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 async/future_test/01: RuntimeError | 464 async/future_test/01: RuntimeError |
| 465 async/future_test/none: RuntimeError | 465 async/future_test/none: RuntimeError |
| 466 async/schedule_microtask2_test: RuntimeError | 466 async/schedule_microtask2_test: RuntimeError |
| 467 mirrors/abstract_class_test/00: RuntimeError | 467 mirrors/abstract_class_test/00: RuntimeError |
| 468 mirrors/abstract_class_test/none: RuntimeError | 468 mirrors/abstract_class_test/none: RuntimeError |
| 469 mirrors/class_declarations_test/01: RuntimeError | 469 mirrors/class_declarations_test/01: RuntimeError |
| 470 mirrors/class_declarations_test/none: RuntimeError | 470 mirrors/class_declarations_test/none: RuntimeError |
| 471 mirrors/class_mirror_location_test: RuntimeError | 471 mirrors/class_mirror_location_test: RuntimeError |
| 472 mirrors/constructor_kinds_test/01: RuntimeError | 472 mirrors/constructor_kinds_test/01: RuntimeError |
| 473 mirrors/constructor_kinds_test/none: RuntimeError | 473 mirrors/constructor_kinds_test/none: RuntimeError |
| 474 mirrors/constructor_optional_args_test: RuntimeError | 474 mirrors/constructor_optional_args_test: Crash # Issue 29201 |
| 475 mirrors/constructor_private_name_test: RuntimeError | 475 mirrors/constructor_private_name_test: RuntimeError |
| 476 mirrors/dart2js_mirrors_test: Crash | 476 mirrors/dart2js_mirrors_test: Crash |
| 477 mirrors/deferred_mirrors_metadata_test: RuntimeError | 477 mirrors/deferred_mirrors_metadata_test: RuntimeError |
| 478 mirrors/deferred_mirrors_metatarget_test: RuntimeError | 478 mirrors/deferred_mirrors_metatarget_test: RuntimeError |
| 479 mirrors/deferred_mirrors_update_test: RuntimeError | 479 mirrors/deferred_mirrors_update_test: RuntimeError |
| 480 mirrors/deferred_type_test: RuntimeError | 480 mirrors/deferred_type_test: RuntimeError |
| 481 mirrors/delegate_class_test: RuntimeError | 481 mirrors/delegate_class_test: RuntimeError |
| 482 mirrors/empty_test: Crash | 482 mirrors/empty_test: Crash |
| 483 mirrors/enum_test: RuntimeError | 483 mirrors/enum_test: RuntimeError |
| 484 mirrors/equality_test: RuntimeError | 484 mirrors/equality_test: RuntimeError |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 mirrors/typedef_metadata_test: RuntimeError | 637 mirrors/typedef_metadata_test: RuntimeError |
| 638 mirrors/typedef_reflected_type_test/01: RuntimeError | 638 mirrors/typedef_reflected_type_test/01: RuntimeError |
| 639 mirrors/typedef_reflected_type_test/none: RuntimeError | 639 mirrors/typedef_reflected_type_test/none: RuntimeError |
| 640 mirrors/typedef_test: RuntimeError | 640 mirrors/typedef_test: RuntimeError |
| 641 mirrors/type_variable_is_static_test: RuntimeError | 641 mirrors/type_variable_is_static_test: RuntimeError |
| 642 mirrors/typevariable_mirror_metadata_test: RuntimeError | 642 mirrors/typevariable_mirror_metadata_test: RuntimeError |
| 643 mirrors/type_variable_owner_test/01: RuntimeError | 643 mirrors/type_variable_owner_test/01: RuntimeError |
| 644 mirrors/variable_is_const_test/01: MissingCompileTimeError | 644 mirrors/variable_is_const_test/01: MissingCompileTimeError |
| 645 mirrors/variable_is_const_test/none: RuntimeError | 645 mirrors/variable_is_const_test/none: RuntimeError |
| 646 profiler/metrics_num_test: CompileTimeError | 646 profiler/metrics_num_test: CompileTimeError |
| OLD | NEW |