| 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 == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 6 # Runtime negative test. No static errors or warnings. | 6 # Runtime negative test. No static errors or warnings. |
| 7 closure_call_wrong_argument_count_negative_test: skip | 7 closure_call_wrong_argument_count_negative_test: skip |
| 8 | 8 |
| 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) | 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) |
| 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 | 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 # analyzer does not handle @proxy and noSuchMethod correctly | 163 # analyzer does not handle @proxy and noSuchMethod correctly |
| 164 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 | 164 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 |
| 165 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 | 165 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 |
| 166 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 | 166 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 |
| 167 | 167 |
| 168 regress_19413_test/01: MissingStaticWarning # Issue 19424 | 168 regress_19413_test/01: MissingStaticWarning # Issue 19424 |
| 169 | 169 |
| 170 # test issue 20074 | 170 # test issue 20074 |
| 171 regress_20074_test: CompileTimeError # Issue 20074 | 171 regress_20074_test: CompileTimeError # Issue 20074 |
| 172 | 172 |
| 173 # test issue 20955 | |
| 174 regress_20935_test: CompileTimeError # Issue 20955 | |
| 175 | |
| 176 # The following tests are currently assumed to be failing because the test is wr
ong. | 173 # The following tests are currently assumed to be failing because the test is wr
ong. |
| 177 # | 174 # |
| 178 application_negative_test: CompileTimeError # Test Issue 14528 | 175 application_negative_test: CompileTimeError # Test Issue 14528 |
| 179 bad_constructor_test/05: CompileTimeError # Test Issue 5337 | 176 bad_constructor_test/05: CompileTimeError # Test Issue 5337 |
| 180 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 | 177 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 |
| 181 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 | 178 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 |
| 182 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 | 179 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 |
| 183 empty_block_case_test: StaticWarning # Test Issue 18701 | 180 empty_block_case_test: StaticWarning # Test Issue 18701 |
| 184 error_stacktrace_test: StaticWarning # Test Issue 18702 | 181 error_stacktrace_test: StaticWarning # Test Issue 18702 |
| 185 | 182 |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 | 459 |
| 463 # This test uses "const Symbol('_setAt')" | 460 # This test uses "const Symbol('_setAt')" |
| 464 vm/reflect_core_vm_test: CompileTimeError | 461 vm/reflect_core_vm_test: CompileTimeError |
| 465 | 462 |
| 466 # This test is expected to have warnings because of noSuchMethod overriding. | 463 # This test is expected to have warnings because of noSuchMethod overriding. |
| 467 regress_12561_test: StaticWarning | 464 regress_12561_test: StaticWarning |
| 468 | 465 |
| 469 main_not_a_function_test/01: Fail # http://dartbug.com/20030 | 466 main_not_a_function_test/01: Fail # http://dartbug.com/20030 |
| 470 main_test/03: Fail # http://dartbug.com/20030 | 467 main_test/03: Fail # http://dartbug.com/20030 |
| 471 no_main_test/01: Fail # http://dartbug.com/20030 | 468 no_main_test/01: Fail # http://dartbug.com/20030 |
| OLD | NEW |