| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 228 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| 229 | 229 |
| 230 | 230 |
| 231 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. | 231 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. |
| 232 | 232 |
| 233 [ $compiler == dart2js && $mode == release ] | 233 [ $compiler == dart2js && $mode == release ] |
| 234 assign_top_method_negative_test: Crash | 234 assign_top_method_negative_test: Crash |
| 235 | 235 |
| 236 [ $compiler == dart2js && $runtime == none ] | 236 [ $compiler == dart2js && $runtime == none ] |
| 237 *: Fail, Pass # TODO(ahe): Triage these tests. | 237 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 238 |
| 239 [ $compiler == dart2js && $runtime == ie ] |
| 240 arithmetic2_test: Skip # BUG(3304): Times out. |
| 241 assert_keyword_negative_test: Skip # BUG(3304): Times out. |
| 242 assign_instance_method_negative_test: Skip # BUG(3304): Times out. |
| 243 bad_named_parameters2_test: Skip # BUG(3304): Times out. |
| 244 bad_named_parameters_test: Skip # BUG(3304): Times out. |
| 245 call_through_getter_test: Skip # BUG(3304): Times out. |
| 246 call_through_null_getter_test: Skip # BUG(3304): Times out. |
| 247 class_override_negative_test: Skip # BUG(3304): Times out. |
| 248 closure3_test: Skip # BUG(3304): Times out. |
| 249 closure_call_wrong_argument_count_negative_test: Skip # BUG(3304): Times out. |
| 250 div_by_zero_test: Skip # BUG(3304): Times out. |
| 251 double_to_string_as_exponential_test: Skip # BUG(3304): Times out. |
| 252 dynamic_field_test: Skip # BUG(3304): Times out. |
| 253 exception_test: Skip # BUG(3304): Times out. |
| 254 execute_finally7_test: Skip # BUG(3304): Times out. |
| 255 expect_test: Skip # BUG(3304): Times out. |
| 256 factory3_test: Skip # BUG(3304): Times out. |
| 257 fannkuch_test: Skip # BUG(3304): Times out. |
| 258 field_method4_negative_test: Skip # BUG(3304): Times out. |
| 259 generics2_test: Skip # BUG(3304): Times out. |
| 260 hello_dart_test: Skip # BUG(3304): Times out. |
| 261 hello_script_test: Skip # BUG(3304): Times out. |
| 262 implicit_closure1_test: Skip # BUG(3304): Times out. |
| 263 implied_interface_test: Skip # BUG(3304): Times out. |
| 264 import_core_impl_no_prefix_test: Skip # BUG(3304): Times out. |
| 265 import_core_no_prefix_test: Skip # BUG(3304): Times out. |
| 266 instance_call_wrong_argument_count_negative_test: Skip # BUG(3304): Times out. |
| 267 interface_inherit_field_test: Skip # BUG(3304): Times out. |
| 268 label_test: Skip # BUG(3304): Times out. |
| 269 library_private_in_constructor_test: Skip # BUG(3304): Times out. |
| 270 list_test: Skip # BUG(3304): Times out. |
| 271 local_function3_test: Skip # BUG(3304): Times out. |
| 272 local_function_test: Skip # BUG(3304): Times out. |
| 273 method_invocation_test: Skip # BUG(3304): Times out. |
| 274 naming_test: Skip # BUG(3304): Times out. |
| 275 native_test: Skip # BUG(3304): Times out. |
| 276 no_such_method_negative_test: Skip # BUG(3304): Times out. |
| 277 null_pointer_exception_test: Skip # BUG(3304): Times out. |
| 278 override_field_method4_negative_test: Skip # BUG(3304): Times out. |
| 279 override_field_method5_negative_test: Skip # BUG(3304): Times out. |
| 280 prefix6_negative_test: Skip # BUG(3304): Times out. |
| 281 private2_test: Skip # BUG(3304): Times out. |
| 282 private3_test: Skip # BUG(3304): Times out. |
| 283 private_member1_negative_test: Skip # BUG(3304): Times out. |
| 284 private_member2_negative_test: Skip # BUG(3304): Times out. |
| 285 private_member3_negative_test: Skip # BUG(3304): Times out. |
| 286 reg_ex2_test: Skip # BUG(3304): Times out. |
| 287 reg_exp2_test: Skip # BUG(3304): Times out. |
| 288 savannah_test: Skip # BUG(3304): Times out. |
| 289 stack_overflow_test: Skip # BUG(3304): Times out. |
| 290 stack_trace_test: Skip # BUG(3304): Times out. |
| 291 static_field1a_run_negative_test: Skip # BUG(3304): Times out. |
| 292 static_field2a_run_negative_test: Skip # BUG(3304): Times out. |
| 293 string_interpolate_npe_test: Skip # BUG(3304): Times out. |
| 294 string_interpolate_test: Skip # BUG(3304): Times out. |
| 295 throw1_test: Skip # BUG(3304): Times out. |
| 296 throw2_test: Skip # BUG(3304): Times out. |
| 297 throw3_test: Skip # BUG(3304): Times out. |
| 298 throw4_test: Skip # BUG(3304): Times out. |
| 299 throw5_test: Skip # BUG(3304): Times out. |
| 300 throw6_test: Skip # BUG(3304): Times out. |
| 301 throw_test: Skip # BUG(3304): Times out. |
| 302 type_checks_in_factory_method_test: Skip # BUG(3304): Times out. |
| 303 typed_message_test: Skip # BUG(3304): Times out. |
| 304 unbound_getter_test: Skip # BUG(3304): Times out. |
| 305 unhandled_exception_negative_test: Skip # BUG(3304): Times out. |
| OLD | NEW |