| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 167 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 168 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 168 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 169 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 169 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 170 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 170 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 171 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 171 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 172 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 172 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 173 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 173 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 174 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 174 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 175 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 175 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 176 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 176 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 177 implicit_scope_test: Fail # duplicate definition of a="bar" | |
| 178 method_binding_test: Fail # internal error: super property read not implemented. | 177 method_binding_test: Fail # internal error: super property read not implemented. |
| 179 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 178 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 180 method_override2_test/00: Fail # accepts illegal override | 179 method_override2_test/00: Fail # accepts illegal override |
| 181 method_override2_test/01: Fail # accepts illegal override | 180 method_override2_test/01: Fail # accepts illegal override |
| 182 method_override2_test/02: Fail # accepts illegal override | 181 method_override2_test/02: Fail # accepts illegal override |
| 183 method_override2_test/03: Fail # accepts illegal override | 182 method_override2_test/03: Fail # accepts illegal override |
| 184 abstract_getter_test/01: Fail # instantiation of abstract class | 183 abstract_getter_test/01: Fail # instantiation of abstract class |
| 185 abstract_factory_constructor_test/01: Fail # instantiation of abstract class | 184 abstract_factory_constructor_test/01: Fail # instantiation of abstract class |
| 186 parameter_initializer6_negative_test: Fail # Issue 3502 | 185 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 187 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. | 186 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 call_through_null_getter_test: Fail | 336 call_through_null_getter_test: Fail |
| 338 closure3_test: Fail | 337 closure3_test: Fail |
| 339 execute_finally3_test: Fail | 338 execute_finally3_test: Fail |
| 340 method_invocation_test: Fail | 339 method_invocation_test: Fail |
| 341 null_pointer_exception_test: Fail | 340 null_pointer_exception_test: Fail |
| 342 stack_overflow_test: Fail | 341 stack_overflow_test: Fail |
| 343 stack_overflow_stacktrace_test: Fail | 342 stack_overflow_stacktrace_test: Fail |
| 344 string_interpolate_npe_test: Fail | 343 string_interpolate_npe_test: Fail |
| 345 closure_call_wrong_argument_count_negative_test: Skip | 344 closure_call_wrong_argument_count_negative_test: Skip |
| 346 label_test: Skip | 345 label_test: Skip |
| OLD | NEW |