Chromium Code Reviews| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 58 type_variable_bounds3_test/00: Fail | 58 type_variable_bounds3_test/00: Fail |
| 59 f_bounded_quantification_test/01: Fail | 59 f_bounded_quantification_test/01: Fail |
| 60 f_bounded_quantification_test/02: Fail | 60 f_bounded_quantification_test/02: Fail |
| 61 closure_type_test: Fail # does not detect type error in checked mode. | 61 closure_type_test: Fail # does not detect type error in checked mode. |
| 62 factory1_test/00: Fail | 62 factory1_test/00: Fail |
| 63 factory1_test/01: Fail | 63 factory1_test/01: Fail |
| 64 type_annotation_test/09: Fail # Named constructors interpreted as a type. | 64 type_annotation_test/09: Fail # Named constructors interpreted as a type. |
| 65 prefix15_test: Fail # Issue 5022 | 65 prefix15_test: Fail # Issue 5022 |
| 66 local_function2_test: Fail # Issue 5022 | 66 local_function2_test: Fail # Issue 5022 |
| 67 number_identity_test: Fail # Issue 9249 | 67 number_identity_test: Fail # Issue 9249 |
| 68 function_type_alias8_test: Fail # type 'anon1' is not a subtype of type 'GetFrom Thing' | |
|
srdjan
2013/03/26 21:05:34
Please add issue for the failure
regis
2013/03/26 21:25:49
The simplified version does not fail anymore on da
| |
| 68 | 69 |
| 69 [ $compiler == dart2js && $unchecked ] | 70 [ $compiler == dart2js && $unchecked ] |
| 70 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented | 71 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented |
| 71 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented | 72 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented |
| 72 assertion_test: Fail | 73 assertion_test: Fail |
| 73 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. | 74 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. |
| 74 factory_redirection_test/08: Fail | 75 factory_redirection_test/08: Fail |
| 75 factory_redirection_test/09: Fail | 76 factory_redirection_test/09: Fail |
| 76 factory_redirection_test/10: Fail | 77 factory_redirection_test/10: Fail |
| 77 factory_redirection_test/11: Fail | 78 factory_redirection_test/11: Fail |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 355 call_through_null_getter_test: Fail | 356 call_through_null_getter_test: Fail |
| 356 closure3_test: Fail | 357 closure3_test: Fail |
| 357 execute_finally3_test: Fail | 358 execute_finally3_test: Fail |
| 358 method_invocation_test: Fail | 359 method_invocation_test: Fail |
| 359 null_pointer_exception_test: Fail | 360 null_pointer_exception_test: Fail |
| 360 stack_overflow_test: Fail | 361 stack_overflow_test: Fail |
| 361 stack_overflow_stacktrace_test: Fail | 362 stack_overflow_stacktrace_test: Fail |
| 362 string_interpolate_npe_test: Fail | 363 string_interpolate_npe_test: Fail |
| 363 closure_call_wrong_argument_count_negative_test: Skip | 364 closure_call_wrong_argument_count_negative_test: Skip |
| 364 label_test: Skip | 365 label_test: Skip |
| OLD | NEW |