| 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 && $checked ] | 5 [ $compiler == dart2js && $checked ] |
| 6 assign_static_type_test/01: Fail | 6 assign_static_type_test/01: Fail |
| 7 assign_static_type_test/02: Fail | 7 assign_static_type_test/02: Fail |
| 8 assign_static_type_test/03: Fail | 8 assign_static_type_test/03: Fail |
| 9 assign_static_type_test/04: Fail | 9 assign_static_type_test/04: Fail |
| 10 type_variable_bounds_test/01: Fail | 10 type_variable_bounds_test/01: Fail |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 static_final_field_negative_test: Fail, OK # Negative language test. | 194 static_final_field_negative_test: Fail, OK # Negative language test. |
| 195 static_top_level_test/00: Fail, OK # Negative language test. | 195 static_top_level_test/00: Fail, OK # Negative language test. |
| 196 static_top_level_test/01: Fail, OK # Negative language test. | 196 static_top_level_test/01: Fail, OK # Negative language test. |
| 197 static_top_level_test/02: Fail, OK # Negative language test. | 197 static_top_level_test/02: Fail, OK # Negative language test. |
| 198 static_top_level_test/03: Fail, OK # Negative language test. | 198 static_top_level_test/03: Fail, OK # Negative language test. |
| 199 static_top_level_test/04: Fail, OK # Negative language test. | 199 static_top_level_test/04: Fail, OK # Negative language test. |
| 200 static_top_level_test/05: Fail, OK # Negative language test. | 200 static_top_level_test/05: Fail, OK # Negative language test. |
| 201 string_interpolation7_negative_test: Fail, OK # Negative language test. | 201 string_interpolation7_negative_test: Fail, OK # Negative language test. |
| 202 throw7_negative_test: Fail, OK # Negative language test. | 202 throw7_negative_test: Fail, OK # Negative language test. |
| 203 try_catch_syntax_test/08: Fail, OK # Negative language test. | 203 try_catch_syntax_test/08: Fail, OK # Negative language test. |
| 204 type_variable_bounds_test/00: Fail, OK # Negative language test. | |
| 205 type_variable_scope_test/00: Fail, OK # Negative language test. | 204 type_variable_scope_test/00: Fail, OK # Negative language test. |
| 206 type_variable_scope_test/01: Fail, OK # Negative language test. | 205 type_variable_scope_test/01: Fail, OK # Negative language test. |
| 207 type_variable_scope_test/02: Fail, OK # Negative language test. | 206 type_variable_scope_test/02: Fail, OK # Negative language test. |
| 208 type_variable_scope_test/03: Fail, OK # Negative language test. | 207 type_variable_scope_test/03: Fail, OK # Negative language test. |
| 209 type_variable_scope_test/04: Fail, OK # Negative language test. | 208 type_variable_scope_test/04: Fail, OK # Negative language test. |
| 210 type_variable_scope_test/05: Fail, OK # Negative language test. | 209 type_variable_scope_test/05: Fail, OK # Negative language test. |
| 211 | 210 |
| 212 | 211 |
| 213 type_vm_test: Fail, OK # VM specific test. | 212 type_vm_test: Fail, OK # VM specific test. |
| 214 disable_privacy_test: Fail, OK # VM specific test. | 213 disable_privacy_test: Fail, OK # VM specific test. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 228 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 227 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| 229 | 228 |
| 230 | 229 |
| 231 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. | 230 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. |
| 232 | 231 |
| 233 [ $compiler == dart2js && $mode == release ] | 232 [ $compiler == dart2js && $mode == release ] |
| 234 assign_top_method_negative_test: Crash | 233 assign_top_method_negative_test: Crash |
| 235 | 234 |
| 236 [ $compiler == dart2js && $runtime == none ] | 235 [ $compiler == dart2js && $runtime == none ] |
| 237 *: Fail, Pass # TODO(ahe): Triage these tests. | 236 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |