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/05: Fail # 21649 | 10 enum_syntax_test/05: Fail # 21649 |
(...skipping 19 matching lines...) Expand all Loading... |
30 constructor_duplicate_final_test/03: Fail | 30 constructor_duplicate_final_test/03: Fail |
31 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 | 31 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 |
32 | 32 |
33 multiline_newline_test/01: CompileTimeError # Issue 23888 | 33 multiline_newline_test/01: CompileTimeError # Issue 23888 |
34 multiline_newline_test/02: CompileTimeError # Issue 23888 | 34 multiline_newline_test/02: CompileTimeError # Issue 23888 |
35 multiline_newline_test/03: CompileTimeError # Issue 23888 | 35 multiline_newline_test/03: CompileTimeError # Issue 23888 |
36 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 | 36 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
37 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 | 37 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
38 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 | 38 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
39 | 39 |
| 40 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 |
| 41 |
40 # Please add new failing tests before this line. | 42 # Please add new failing tests before this line. |
41 # Section below is for invalid tests. | 43 # Section below is for invalid tests. |
42 # | 44 # |
43 # | 45 # |
44 | 46 |
45 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 47 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
46 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 48 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
47 | 49 |
48 # test issue 11124, It is warning, not error to don't initialize final field | 50 # test issue 11124, It is warning, not error to don't initialize final field |
49 field3a_negative_test: Fail # Issue 11124 | 51 field3a_negative_test: Fail # Issue 11124 |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 # This test is expected to have warnings because of noSuchMethod overriding. | 471 # This test is expected to have warnings because of noSuchMethod overriding. |
470 regress_12561_test: StaticWarning | 472 regress_12561_test: StaticWarning |
471 | 473 |
472 main_not_a_function_test/01: Fail # Issue 20030 | 474 main_not_a_function_test/01: Fail # Issue 20030 |
473 main_test/03: Fail # Issue 20030 | 475 main_test/03: Fail # Issue 20030 |
474 no_main_test/01: Fail # Issue 20030 | 476 no_main_test/01: Fail # Issue 20030 |
475 | 477 |
476 # This test is expected to generate a warning, since it's | 478 # This test is expected to generate a warning, since it's |
477 # intentionally referring to a variable that's not in scope. | 479 # intentionally referring to a variable that's not in scope. |
478 transitive_private_library_access_test: StaticWarning | 480 transitive_private_library_access_test: StaticWarning |
OLD | NEW |