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 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 | 7 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 |
8 generic_local_functions_test: CompileTimeError # Issue 28515 | 8 generic_local_functions_test: CompileTimeError # Issue 28515 |
9 | 9 |
10 regress_26668_test: Fail # Issue 26678 | 10 regress_26668_test: Fail # Issue 26678 |
11 regress_27617_test/1: MissingCompileTimeError | 11 regress_27617_test/1: MissingCompileTimeError |
12 regress_29025_test: StaticWarning # Issue 29081 | 12 regress_29025_test: StaticWarning # Issue 29081 |
13 | 13 |
14 # Runtime negative test. No static errors or warnings. | 14 # Runtime negative test. No static errors or warnings. |
15 closure_call_wrong_argument_count_negative_test: skip | 15 closure_call_wrong_argument_count_negative_test: skip |
16 | 16 |
17 # No longer support the old use of typedef to define a mixin | |
18 mixin_illegal_syntax_test/00: Crash | |
19 | |
20 deep_nesting1_negative_test: Crash # Issue 25558 | 17 deep_nesting1_negative_test: Crash # Issue 25558 |
21 deep_nesting2_negative_test: Crash # Issue 25558 | 18 deep_nesting2_negative_test: Crash # Issue 25558 |
22 | 19 |
23 enum_syntax_test/05: Fail # 21649 | 20 enum_syntax_test/05: Fail # 21649 |
24 enum_syntax_test/06: Fail # 21649 | 21 enum_syntax_test/06: Fail # 21649 |
25 | 22 |
26 regress_17382_test: Skip # don't care about the static warning. | 23 regress_17382_test: Skip # don't care about the static warning. |
27 regress_23408_test: Skip # don't care about the static warning. | 24 regress_23408_test: Skip # don't care about the static warning. |
28 regress_25246_test: Skip | 25 regress_25246_test: Skip |
29 getter_setter_in_lib_test: Fail # issue 23286 | 26 getter_setter_in_lib_test: Fail # issue 23286 |
(...skipping 12 matching lines...) Expand all Loading... |
42 | 39 |
43 multiline_newline_test/01: CompileTimeError # Issue 23888 | 40 multiline_newline_test/01: CompileTimeError # Issue 23888 |
44 multiline_newline_test/02: CompileTimeError # Issue 23888 | 41 multiline_newline_test/02: CompileTimeError # Issue 23888 |
45 multiline_newline_test/03: CompileTimeError # Issue 23888 | 42 multiline_newline_test/03: CompileTimeError # Issue 23888 |
46 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 | 43 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
47 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 | 44 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
48 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 | 45 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
49 | 46 |
50 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 | 47 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 |
51 | 48 |
52 generic_function_typedef_test: Crash # Issue 27969 | |
53 generic_function_typedef2_test: Crash # Issue 27969 | |
54 function_type/function_type*: Crash # Issue 27969 | |
55 | |
56 # Please add new failing tests before this line. | 49 # Please add new failing tests before this line. |
57 # Section below is for invalid tests. | 50 # Section below is for invalid tests. |
58 # | 51 # |
59 # | 52 # |
60 | 53 |
61 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 54 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
62 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 55 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
63 | 56 |
64 # test issue 11124, It is warning, not error to don't initialize final field | 57 # test issue 11124, It is warning, not error to don't initialize final field |
65 field3a_negative_test: Fail # Issue 11124 | 58 field3a_negative_test: Fail # Issue 11124 |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 # Experimental feature: Use initializing formals in initializers and constructor
body. | 492 # Experimental feature: Use initializing formals in initializers and constructor
body. |
500 initializing_formal_type_test: StaticWarning # Issue 26658 | 493 initializing_formal_type_test: StaticWarning # Issue 26658 |
501 | 494 |
502 regress_27572_test: StaticWarning # Warning about undefined method expected. | 495 regress_27572_test: StaticWarning # Warning about undefined method expected. |
503 | 496 |
504 [ $compiler == dart2analyzer && $builder_tag == strong ] | 497 [ $compiler == dart2analyzer && $builder_tag == strong ] |
505 *: Skip # Issue 28649 | 498 *: Skip # Issue 28649 |
506 | 499 |
507 [ $compiler == dart2analyzer && $system != windows ] | 500 [ $compiler == dart2analyzer && $system != windows ] |
508 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 | 501 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 |
OLD | NEW |