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 && $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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 178 pseudo_kw_illegal_test/12: Fail, OK # Negative language test. | 178 pseudo_kw_illegal_test/12: Fail, OK # Negative language test. |
| 179 pseudo_kw_illegal_test/13: Fail, OK # Negative language test. | 179 pseudo_kw_illegal_test/13: Fail, OK # Negative language test. |
| 180 pseudo_kw_illegal_test/14: Fail, OK # Negative language test. | 180 pseudo_kw_illegal_test/14: Fail, OK # Negative language test. |
| 181 pseudo_kw_illegal_test/15: Fail, OK # Negative language test. | 181 pseudo_kw_illegal_test/15: Fail, OK # Negative language test. |
| 182 pseudo_kw_illegal_test/16: Fail, OK # Negative language test. | 182 pseudo_kw_illegal_test/16: Fail, OK # Negative language test. |
| 183 scope_negative_test: Fail, OK # Negative language test. | 183 scope_negative_test: Fail, OK # Negative language test. |
| 184 setter_declaration2_negative_test: Fail, OK # Negative language test. | 184 setter_declaration2_negative_test: Fail, OK # Negative language test. |
| 185 setter_declaration_negative_test: Fail, OK # Negative language test. | 185 setter_declaration_negative_test: Fail, OK # Negative language test. |
| 186 static_field1_run_negative_test: Fail, OK # Negative language test. | 186 static_field1_run_negative_test: Fail, OK # Negative language test. |
| 187 static_field2_run_negative_test: Fail, OK # Negative language test. | 187 static_field2_run_negative_test: Fail, OK # Negative language test. |
| 188 static_final_field2_negative_test: Fail, OK # Negative language test. | 188 static_final_field2_negative_test: Fail, OK # Negative language test.too |
| 189 static_final_field_negative_test: Fail, OK # Negative language test. | 189 static_final_field_negative_test: Fail, OK # Negative language test. |
| 190 static_top_level_test/00: Fail, OK # Negative language test. | 190 static_top_level_test/00: Fail, OK # Negative language test. |
| 191 static_top_level_test/01: Fail, OK # Negative language test. | 191 static_top_level_test/01: Fail, OK # Negative language test. |
| 192 static_top_level_test/02: Fail, OK # Negative language test. | 192 static_top_level_test/02: Fail, OK # Negative language test. |
| 193 static_top_level_test/03: Fail, OK # Negative language test. | 193 static_top_level_test/03: Fail, OK # Negative language test. |
| 194 static_top_level_test/04: Fail, OK # Negative language test. | 194 static_top_level_test/04: Fail, OK # Negative language test. |
| 195 static_top_level_test/05: Fail, OK # Negative language test. | 195 static_top_level_test/05: Fail, OK # Negative language test. |
| 196 string_interpolation7_negative_test: Fail, OK # Negative language test. | 196 string_interpolation7_negative_test: Fail, OK # Negative language test. |
| 197 throw7_negative_test: Fail, OK # Negative language test. | 197 throw7_negative_test: Fail, OK # Negative language test. |
| 198 try_catch_syntax_test/08: Fail, OK # Negative language test. | 198 try_catch_syntax_test/08: Fail, OK # Negative language test. |
| 199 type_variable_bounds_test/00: Fail, OK # Negative language test. | 199 type_variable_bounds_test/00: Fail, OK # Negative language test. |
| 200 type_variable_scope_test/00: Fail, OK # Negative language test. | 200 type_variable_scope_test/00: Fail, OK # Negative language test. |
| 201 type_variable_scope_test/01: Fail, OK # Negative language test. | 201 type_variable_scope_test/01: Fail, OK # Negative language test. |
| 202 type_variable_scope_test/02: Fail, OK # Negative language test. | 202 type_variable_scope_test/02: Fail, OK # Negative language test. |
| 203 type_variable_scope_test/03: Fail, OK # Negative language test. | 203 type_variable_scope_test/03: Fail, OK # Negative language test. |
| 204 type_variable_scope_test/04: Fail, OK # Negative language test. | 204 type_variable_scope_test/04: Fail, OK # Negative language test. |
| 205 type_variable_scope_test/05: Fail, OK # Negative language test. | 205 type_variable_scope_test/05: Fail, OK # Negative language test. |
| 206 | 206 |
| 207 | 207 |
| 208 type_vm_test: Fail, OK # VM specific test. | 208 type_vm_test: Fail, OK # VM specific test. |
| 209 disable_privacy_test: Fail, OK # VM specific test. | 209 disable_privacy_test: Fail, OK # VM specific test. |
| 210 numbers_test: Fail, OK # (unintended?) VM specific test. | 210 numbers_test: Fail, OK # (unintended?) VM specific test. |
| 211 | 211 |
| 212 final_syntax_test/01: Fail | |
| 213 final_syntax_test/02: Fail | |
| 214 final_syntax_test/03: Fail | |
| 215 final_syntax_test/04: Fail | |
|
Lasse Reichstein Nielsen
2012/05/21 04:49:08
For 03 and 04, the test is:
Expect.equals(42, F0
| |
| 212 | 216 |
| 213 div_by_zero_test: Fail, OK # Leg only has doubles. | 217 div_by_zero_test: Fail, OK # Leg only has doubles. |
| 214 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. | 218 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| 215 optimization_test: Fail, OK # Expects negative results of bit-operations. | 219 optimization_test: Fail, OK # Expects negative results of bit-operations. |
| 216 | 220 |
| 217 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. | 221 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. |
| 218 | 222 |
| 219 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 223 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| 220 | 224 |
| 221 | 225 |
| 222 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. | 226 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. |
| 223 | 227 |
| 224 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". | |
| 225 | |
| 226 [ $compiler == dart2js && $mode == release ] | 228 [ $compiler == dart2js && $mode == release ] |
| 227 assign_top_method_negative_test: Crash | 229 assign_top_method_negative_test: Crash |
| 228 | 230 |
| 229 [ $compiler == dart2js && $runtime == none ] | 231 [ $compiler == dart2js && $runtime == none ] |
| 230 *: Fail, Pass # TODO(ahe): Triage these tests. | 232 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |