| 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 # Runtime negative test. No static errors or warnings. | 7 # Runtime negative test. No static errors or warnings. |
| 8 closure_call_wrong_argument_count_negative_test: skip | 8 closure_call_wrong_argument_count_negative_test: skip |
| 9 | 9 |
| 10 enum_syntax_test/02: Fail # 21649 | 10 enum_syntax_test/02: Fail # 21649 |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 type_variable_identifier_expression_test: StaticWarning | 415 type_variable_identifier_expression_test: StaticWarning |
| 416 type_variable_scope2_test: StaticWarning | 416 type_variable_scope2_test: StaticWarning |
| 417 type_variable_conflict2_test/02: MissingCompileTimeError | 417 type_variable_conflict2_test/02: MissingCompileTimeError |
| 418 type_variable_conflict2_test/06: MissingCompileTimeError | 418 type_variable_conflict2_test/06: MissingCompileTimeError |
| 419 type_variable_conflict2_test/08: MissingCompileTimeError | 419 type_variable_conflict2_test/08: MissingCompileTimeError |
| 420 type_variable_conflict2_test/10: MissingCompileTimeError | 420 type_variable_conflict2_test/10: MissingCompileTimeError |
| 421 unary_plus_negative_test: CompileTimeError | 421 unary_plus_negative_test: CompileTimeError |
| 422 unbound_getter_test: StaticWarning | 422 unbound_getter_test: StaticWarning |
| 423 unhandled_exception_negative_test: CompileTimeError | 423 unhandled_exception_negative_test: CompileTimeError |
| 424 unresolved_top_level_method_negative_test: StaticWarning | 424 unresolved_top_level_method_negative_test: StaticWarning |
| 425 vm/debug_break_vm_test/*: Skip |
| 426 vm/debug_break_enabled_vm_test: Skip |
| 425 vm/type_cast_vm_test: StaticWarning | 427 vm/type_cast_vm_test: StaticWarning |
| 426 vm/type_vm_test: StaticWarning | 428 vm/type_vm_test: StaticWarning |
| 427 void_type_test: StaticWarning | 429 void_type_test: StaticWarning |
| 428 | 430 |
| 429 issue13474_test: StaticWarning, OK # Test Issue | 431 issue13474_test: StaticWarning, OK # Test Issue |
| 430 | 432 |
| 431 | 433 |
| 432 # The following lines have been left in to quickly switch back to having deferre
d loading | 434 # The following lines have been left in to quickly switch back to having deferre
d loading |
| 433 # off by default again. | 435 # off by default again. |
| 434 # Deferred loading support, tests marked as failing until support is enabled by
default. | 436 # Deferred loading support, tests marked as failing until support is enabled by
default. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 456 # This test is expected to have warnings because of noSuchMethod overriding. | 458 # This test is expected to have warnings because of noSuchMethod overriding. |
| 457 regress_12561_test: StaticWarning | 459 regress_12561_test: StaticWarning |
| 458 | 460 |
| 459 main_not_a_function_test/01: Fail # Issue 20030 | 461 main_not_a_function_test/01: Fail # Issue 20030 |
| 460 main_test/03: Fail # Issue 20030 | 462 main_test/03: Fail # Issue 20030 |
| 461 no_main_test/01: Fail # Issue 20030 | 463 no_main_test/01: Fail # Issue 20030 |
| 462 | 464 |
| 463 # This test is expected to generate a warning, since it's | 465 # This test is expected to generate a warning, since it's |
| 464 # intentionally referring to a variable that's not in scope. | 466 # intentionally referring to a variable that's not in scope. |
| 465 transitive_private_library_access_test: StaticWarning | 467 transitive_private_library_access_test: StaticWarning |
| OLD | NEW |