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 == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
6 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. | 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. |
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. |
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 type_variable_bounds2_test/06: Pass # For the wrong reasons. | 47 type_variable_bounds2_test/06: Pass # For the wrong reasons. |
48 assign_top_method_negative_test: Pass # For the wrong reasons. | 48 assign_top_method_negative_test: Pass # For the wrong reasons. |
49 f_bounded_quantification_test/01: Fail | 49 f_bounded_quantification_test/01: Fail |
50 f_bounded_quantification_test/02: Fail | 50 f_bounded_quantification_test/02: Fail |
51 closure_type_test: Fail # does not detect type error in checked mode. | 51 closure_type_test: Fail # does not detect type error in checked mode. |
52 function_type_test: Fail # does not detect type error in checked mode. | 52 function_type_test: Fail # does not detect type error in checked mode. |
53 factory1_test/00: Fail | 53 factory1_test/00: Fail |
54 factory1_test/01: Fail | 54 factory1_test/01: Fail |
55 type_annotation_test/09: Fail # Named constructors interpreted as a type. | 55 type_annotation_test/09: Fail # Named constructors interpreted as a type. |
56 | 56 |
57 super_call4_test: Fail # Badly generated noSuchMethod call. | |
58 | |
59 [ $compiler == dart2js && $unchecked ] | 57 [ $compiler == dart2js && $unchecked ] |
60 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented | 58 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented |
61 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | 59 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented |
62 assertion_test: Fail | 60 assertion_test: Fail |
63 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. | 61 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. |
64 factory_redirection_test/08: Fail | 62 factory_redirection_test/08: Fail |
65 factory_redirection_test/09: Fail | 63 factory_redirection_test/09: Fail |
66 factory_redirection_test/10: Fail | 64 factory_redirection_test/10: Fail |
67 factory_redirection_test/11: Fail | 65 factory_redirection_test/11: Fail |
68 factory_redirection_test/12: Fail | 66 factory_redirection_test/12: Fail |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 [ $runtime == opera ] | 356 [ $runtime == opera ] |
359 call_through_null_getter_test: Fail | 357 call_through_null_getter_test: Fail |
360 closure3_test: Fail | 358 closure3_test: Fail |
361 execute_finally3_test: Fail | 359 execute_finally3_test: Fail |
362 method_invocation_test: Fail | 360 method_invocation_test: Fail |
363 null_pointer_exception_test: Fail | 361 null_pointer_exception_test: Fail |
364 stack_overflow_test: Fail | 362 stack_overflow_test: Fail |
365 string_interpolate_npe_test: Fail | 363 string_interpolate_npe_test: Fail |
366 closure_call_wrong_argument_count_negative_test: Skip | 364 closure_call_wrong_argument_count_negative_test: Skip |
367 label_test: Skip | 365 label_test: Skip |
OLD | NEW |