| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 static_top_level_test/01: Fail # Negative language test. | 240 static_top_level_test/01: Fail # Negative language test. |
| 241 static_top_level_test/02: Fail # Negative language test. | 241 static_top_level_test/02: Fail # Negative language test. |
| 242 static_top_level_test/03: Fail # Negative language test. | 242 static_top_level_test/03: Fail # Negative language test. |
| 243 static_top_level_test/04: Fail # Negative language test. | 243 static_top_level_test/04: Fail # Negative language test. |
| 244 static_top_level_test/05: Fail # Negative language test. | 244 static_top_level_test/05: Fail # Negative language test. |
| 245 static_top_level_test/06: Fail # Negative language test. | 245 static_top_level_test/06: Fail # Negative language test. |
| 246 static_top_level_test/07: Fail # Negative language test. | 246 static_top_level_test/07: Fail # Negative language test. |
| 247 string_interpolation7_negative_test: Fail # Negative language test. | 247 string_interpolation7_negative_test: Fail # Negative language test. |
| 248 throw7_negative_test: Fail # Negative language test. | 248 throw7_negative_test: Fail # Negative language test. |
| 249 | 249 |
| 250 disable_privacy_test: Fail, OK # VM specific test. | |
| 251 numbers_test: Fail, OK # (unintended?) VM specific test. | 250 numbers_test: Fail, OK # (unintended?) VM specific test. |
| 252 | 251 |
| 253 final_syntax_test/01: Fail # Missing error for uninitialized final field. | 252 final_syntax_test/01: Fail # Missing error for uninitialized final field. |
| 254 final_syntax_test/02: Fail # Missing error for uninitialized final field. | 253 final_syntax_test/02: Fail # Missing error for uninitialized final field. |
| 255 final_syntax_test/03: Fail # Missing error for uninitialized final field. | 254 final_syntax_test/03: Fail # Missing error for uninitialized final field. |
| 256 final_syntax_test/04: Fail # Missing error for uninitialized final field. | 255 final_syntax_test/04: Fail # Missing error for uninitialized final field. |
| 257 const_syntax_test/01: Fail # Missing error for uninitialized final field. | 256 const_syntax_test/01: Fail # Missing error for uninitialized final field. |
| 258 const_syntax_test/02: Fail # Missing error for uninitialized final field. | 257 const_syntax_test/02: Fail # Missing error for uninitialized final field. |
| 259 const_syntax_test/03: Fail # Missing error for uninitialized final field. | 258 const_syntax_test/03: Fail # Missing error for uninitialized final field. |
| 260 | 259 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 execute_finally3_test: Fail | 306 execute_finally3_test: Fail |
| 308 method_invocation_test: Fail | 307 method_invocation_test: Fail |
| 309 null_pointer_exception_test: Fail | 308 null_pointer_exception_test: Fail |
| 310 stack_overflow_test: Fail | 309 stack_overflow_test: Fail |
| 311 stack_overflow_stacktrace_test: Fail | 310 stack_overflow_stacktrace_test: Fail |
| 312 string_interpolate_npe_test: Fail | 311 string_interpolate_npe_test: Fail |
| 313 closure_call_wrong_argument_count_negative_test: Skip | 312 closure_call_wrong_argument_count_negative_test: Skip |
| 314 label_test: Skip | 313 label_test: Skip |
| 315 | 314 |
| 316 [ $compiler == dart2js && $minified ] | 315 [ $compiler == dart2js && $minified ] |
| 317 function_subtype_inline0_test: Fail # Issue 11469 | 316 function_subtype_inline0_test: Fail # Issue 11469 |
| OLD | NEW |