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 deep_nesting1_negative_test: Crash # Issue 25558 | 10 deep_nesting1_negative_test: Crash # Issue 25558 |
(...skipping 24 matching lines...) Expand all Loading... |
35 | 35 |
36 multiline_newline_test/01: CompileTimeError # Issue 23888 | 36 multiline_newline_test/01: CompileTimeError # Issue 23888 |
37 multiline_newline_test/02: CompileTimeError # Issue 23888 | 37 multiline_newline_test/02: CompileTimeError # Issue 23888 |
38 multiline_newline_test/03: CompileTimeError # Issue 23888 | 38 multiline_newline_test/03: CompileTimeError # Issue 23888 |
39 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 | 39 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
40 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 | 40 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
41 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 | 41 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
42 | 42 |
43 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 | 43 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 |
44 | 44 |
45 # Unsupported configuration specific imports. | |
46 config_import_test: CompileTimeError # Issue 24579 | |
47 | |
48 # Please add new failing tests before this line. | 45 # Please add new failing tests before this line. |
49 # Section below is for invalid tests. | 46 # Section below is for invalid tests. |
50 # | 47 # |
51 # | 48 # |
52 | 49 |
53 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 |
54 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 |
55 | 52 |
56 # 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 |
57 field3a_negative_test: Fail # Issue 11124 | 54 field3a_negative_test: Fail # Issue 11124 |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 accessor_conflict_import_test: StaticWarning # Issue 25624 | 516 accessor_conflict_import_test: StaticWarning # Issue 25624 |
520 | 517 |
521 for_in3_test: StaticWarning, OK # Test should have warning by design. | 518 for_in3_test: StaticWarning, OK # Test should have warning by design. |
522 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. | 519 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. |
523 | 520 |
524 # Experimental feature: Syntactic support for generic methods. | 521 # Experimental feature: Syntactic support for generic methods. |
525 generic_functions_test: CompileTimeError # Issue 25868 | 522 generic_functions_test: CompileTimeError # Issue 25868 |
526 generic_local_functions_test: CompileTimeError # Issue 25868 | 523 generic_local_functions_test: CompileTimeError # Issue 25868 |
527 generic_methods_test: CompileTimeError # Issue 25868 | 524 generic_methods_test: CompileTimeError # Issue 25868 |
528 generic_sends_test: CompileTimeError # Issue 25868 | 525 generic_sends_test: CompileTimeError # Issue 25868 |
OLD | NEW |