Chromium Code Reviews| 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 | 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 # TBD: using built-in identifers | 10 # TBD: using built-in identifers |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 73 | 73 |
| 74 # Test issue 11123, Only static fields can be declared as 'const' | 74 # Test issue 11123, Only static fields can be declared as 'const' |
| 75 const_escape_frog_test: fail | 75 const_escape_frog_test: fail |
| 76 compile_time_constant_test/none: fail | 76 compile_time_constant_test/none: fail |
| 77 | 77 |
| 78 # Test issue 11545, using not existing constructor name in annotation | 78 # Test issue 11545, using not existing constructor name in annotation |
| 79 metadata_test: fail | 79 metadata_test: fail |
| 80 | 80 |
| 81 # test issue 11575, classes with abstrac members are not marked as abstract | 81 # test issue 11575, classes with abstrac members are not marked as abstract |
| 82 abstract_factory_constructor_test/none: fail # Issue 11575 | 82 abstract_factory_constructor_test/none: fail # Issue 11575 |
| 83 abstract_syntax_test/none: fail # Issue 11575 | 83 #abstract_syntax_test/none: fail # Issue 11575 |
|
ngeoffray
2013/08/29 12:58:05
Remove the line?
Søren Gjesse
2013/08/29 14:17:36
Done.
| |
| 84 get_set_syntax_test/none: fail # Issue 11575 | 84 get_set_syntax_test/none: fail # Issue 11575 |
| 85 implicit_this_test/none: fail # Issue 11575 | 85 implicit_this_test/none: fail # Issue 11575 |
| 86 interface_test/none: fail # Issue 11575 | 86 interface_test/none: fail # Issue 11575 |
| 87 syntax_test/none: fail # Issue 11575 | 87 syntax_test/none: fail # Issue 11575 |
| 88 | 88 |
| 89 # test issue 11576 | 89 # test issue 11576 |
| 90 bad_constructor_test/none: fail # Issue 11576 | 90 bad_constructor_test/none: fail # Issue 11576 |
| 91 | 91 |
| 92 # test issue 11577, has return type for []= | 92 # test issue 11577, has return type for []= |
| 93 cascade_test/none: fail # Issue 11577 | 93 cascade_test/none: fail # Issue 11577 |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 227 factory_redirection_test/09: fail | 227 factory_redirection_test/09: fail |
| 228 factory_redirection_test/10: fail | 228 factory_redirection_test/10: fail |
| 229 factory_redirection_test/11: fail | 229 factory_redirection_test/11: fail |
| 230 factory_redirection_test/12: fail | 230 factory_redirection_test/12: fail |
| 231 factory_redirection_test/13: fail | 231 factory_redirection_test/13: fail |
| 232 factory_redirection_test/14: fail | 232 factory_redirection_test/14: fail |
| 233 getters_setters2_test/03: fail | 233 getters_setters2_test/03: fail |
| 234 type_variable_bounds3_test/00: fail | 234 type_variable_bounds3_test/00: fail |
| 235 type_variable_bounds2_test/05: fail | 235 type_variable_bounds2_test/05: fail |
| 236 | 236 |
| OLD | NEW |