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 21 matching lines...) Expand all Loading... |
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 | 40 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 |
41 | 41 |
| 42 # Unsupported configuration specific imports. |
| 43 config_import_test: CompileTimeError # Issue 24579 |
| 44 |
42 # Please add new failing tests before this line. | 45 # Please add new failing tests before this line. |
43 # Section below is for invalid tests. | 46 # Section below is for invalid tests. |
44 # | 47 # |
45 # | 48 # |
46 | 49 |
47 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 50 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
48 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 51 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
49 | 52 |
50 # test issue 11124, It is warning, not error to don't initialize final field | 53 # test issue 11124, It is warning, not error to don't initialize final field |
51 field3a_negative_test: Fail # Issue 11124 | 54 field3a_negative_test: Fail # Issue 11124 |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 # This test is expected to have warnings because of noSuchMethod overriding. | 474 # This test is expected to have warnings because of noSuchMethod overriding. |
472 regress_12561_test: StaticWarning | 475 regress_12561_test: StaticWarning |
473 | 476 |
474 main_not_a_function_test/01: Fail # Issue 20030 | 477 main_not_a_function_test/01: Fail # Issue 20030 |
475 main_test/03: Fail # Issue 20030 | 478 main_test/03: Fail # Issue 20030 |
476 no_main_test/01: Fail # Issue 20030 | 479 no_main_test/01: Fail # Issue 20030 |
477 | 480 |
478 # This test is expected to generate a warning, since it's | 481 # This test is expected to generate a warning, since it's |
479 # intentionally referring to a variable that's not in scope. | 482 # intentionally referring to a variable that's not in scope. |
480 transitive_private_library_access_test: StaticWarning | 483 transitive_private_library_access_test: StaticWarning |
OLD | NEW |