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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 function_type_alias4_test: Fail # cannot resolve type F | 157 function_type_alias4_test: Fail # cannot resolve type F |
158 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented | 158 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented |
159 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented | 159 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented |
160 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented | 160 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented |
161 function_type_alias6_test: Fail # visitIs for typedefs not implemented. | 161 function_type_alias6_test: Fail # visitIs for typedefs not implemented. |
162 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef | 162 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef |
163 function_type_alias_test: Fail # cannot resolve type Fun | 163 function_type_alias_test: Fail # cannot resolve type Fun |
164 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs | 164 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs |
165 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s | 165 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s |
166 generic_instanceof_test: Fail # cannot resolve type T | 166 generic_instanceof_test: Fail # cannot resolve type T |
167 generic_instanceof2_test: Fail # fails an instance of test at run time | |
168 generic_instanceof3_test: Fail # cannot handle generics. | 167 generic_instanceof3_test: Fail # cannot handle generics. |
169 generic_test: Fail # cannot resolve type T | 168 generic_test: Fail # cannot resolve type T |
170 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 169 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
171 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 170 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
172 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 171 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
173 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 172 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
174 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 173 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
175 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 174 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
176 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 175 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
177 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 176 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 [ $runtime == opera ] | 367 [ $runtime == opera ] |
369 call_through_null_getter_test: Fail | 368 call_through_null_getter_test: Fail |
370 closure3_test: Fail | 369 closure3_test: Fail |
371 execute_finally3_test: Fail | 370 execute_finally3_test: Fail |
372 method_invocation_test: Fail | 371 method_invocation_test: Fail |
373 null_pointer_exception_test: Fail | 372 null_pointer_exception_test: Fail |
374 stack_overflow_test: Fail | 373 stack_overflow_test: Fail |
375 string_interpolate_npe_test: Fail | 374 string_interpolate_npe_test: Fail |
376 closure_call_wrong_argument_count_negative_test: Skip | 375 closure_call_wrong_argument_count_negative_test: Skip |
377 label_test: Skip | 376 label_test: Skip |
OLD | NEW |