| 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 [ $compiler == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 6 | 6 |
| 7 | 7 |
| 8 regress_26668_test: Fail # Issue 26678 | 8 regress_26668_test: Fail # Issue 26678 |
| 9 regress_27617_test/1: MissingCompileTimeError | 9 regress_27617_test/1: MissingCompileTimeError |
| 10 regress_29025_test: StaticWarning # Issue 29081 | 10 regress_29025_test: StaticWarning # Issue 29081 |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 #deferred_load_library_wrong_args_test/*: Pass, Fail | 364 #deferred_load_library_wrong_args_test/*: Pass, Fail |
| 365 #deferred_constraints_type_annotation_test/*: Pass, Fail | 365 #deferred_constraints_type_annotation_test/*: Pass, Fail |
| 366 #deferred_load_inval_code_test: Pass, Fail | 366 #deferred_load_inval_code_test: Pass, Fail |
| 367 #deferred_not_loaded_check_test: Pass, Fail | 367 #deferred_not_loaded_check_test: Pass, Fail |
| 368 | 368 |
| 369 # Issues to be fixed now that type parameters have been fixed | 369 # Issues to be fixed now that type parameters have been fixed |
| 370 # (issues 14221, 15553) | 370 # (issues 14221, 15553) |
| 371 factory1_test/00: StaticWarning # Issue 18726 | 371 factory1_test/00: StaticWarning # Issue 18726 |
| 372 factory1_test/01: StaticWarning # Issue 18726 | 372 factory1_test/01: StaticWarning # Issue 18726 |
| 373 factory1_test/none: StaticWarning # Issue 18726 | 373 factory1_test/none: StaticWarning # Issue 18726 |
| 374 generic_closure_test: StaticWarning | |
| 375 local_function2_test: StaticWarning | 374 local_function2_test: StaticWarning |
| 376 redirecting_factory_long_test: StaticWarning | 375 redirecting_factory_long_test: StaticWarning |
| 377 | 376 |
| 378 # This test uses "const Symbol('_setAt')" | 377 # This test uses "const Symbol('_setAt')" |
| 379 vm/reflect_core_vm_test: CompileTimeError | 378 vm/reflect_core_vm_test: CompileTimeError |
| 380 | 379 |
| 381 # This test is expected to have warnings because of noSuchMethod overriding. | 380 # This test is expected to have warnings because of noSuchMethod overriding. |
| 382 regress_12561_test: StaticWarning | 381 regress_12561_test: StaticWarning |
| 383 | 382 |
| 384 main_not_a_function_test/01: Fail # Issue 20030 | 383 main_not_a_function_test/01: Fail # Issue 20030 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 initializing_formal_type_test: StaticWarning # Issue 26658 | 416 initializing_formal_type_test: StaticWarning # Issue 26658 |
| 418 | 417 |
| 419 regress_27572_test: StaticWarning # Warning about undefined method expected. | 418 regress_27572_test: StaticWarning # Warning about undefined method expected. |
| 420 | 419 |
| 421 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 | 420 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 |
| 422 | 421 |
| 423 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177. | 422 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177. |
| 424 | 423 |
| 425 [ $compiler == dart2analyzer && $builder_tag == strong ] | 424 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 426 *: Skip # Issue 28649 | 425 *: Skip # Issue 28649 |
| OLD | NEW |