| 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 compile_time_constant_c_test/none: Fail # Map literal with int key. | 6 compile_time_constant_c_test/none: Fail # Map literal with int key. | 
| 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. | 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. | 
| 8 null_test/03: Fail # Issue 12445. | 8 null_test/03: Fail # Issue 12445. | 
| 9 | 9 | 
| 10 black_listed_test/none: Fail # Issue 12446. | 10 black_listed_test/none: Fail # Issue 12446. | 
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 239 const_factory_negative_test: Crash, Fail | 239 const_factory_negative_test: Crash, Fail | 
| 240 | 240 | 
| 241 assign_top_method_test: Fail | 241 assign_top_method_test: Fail | 
| 242 null_test/none: Fail  # Issue 12482 | 242 null_test/none: Fail  # Issue 12482 | 
| 243 | 243 | 
| 244 | 244 | 
| 245 [ $compiler == dart2js && $runtime == none ] | 245 [ $compiler == dart2js && $runtime == none ] | 
| 246 *: Fail, Pass # TODO(ahe): Triage these tests. | 246 *: Fail, Pass # TODO(ahe): Triage these tests. | 
| 247 | 247 | 
| 248 | 248 | 
| 249 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == 
     ie9)] | 249 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == 
     ie9 || $runtime == safari)] | 
| 250 arithmetic_test: Fail # Issue 7881 | 250 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 
| 251 | 251 | 
| 252 | 252 | 
| 253 [ $compiler == dart2js && $runtime == ie9 ] | 253 [ $compiler == dart2js && $runtime == ie9 ] | 
| 254 double_to_string_as_exponential3_test: Fail | 254 double_to_string_as_exponential3_test: Fail | 
| 255 double_to_string_as_fixed_test: Fail | 255 double_to_string_as_fixed_test: Fail | 
| 256 double_to_string_as_precision3_test: Fail | 256 double_to_string_as_precision3_test: Fail | 
| 257 expect_test: Fail | 257 expect_test: Fail | 
| 258 stack_overflow_test: Fail | 258 stack_overflow_test: Fail | 
| 259 stack_overflow_stacktrace_test: Fail | 259 stack_overflow_stacktrace_test: Fail | 
| 260 licm2_test: Timeout # Issue: 11848 | 260 licm2_test: Timeout # Issue: 11848 | 
| 261 | 261 | 
| 262 | 262 | 
| 263 [ $compiler == dart2js && $runtime == safari ] |  | 
| 264 arithmetic_test: Fail # Issue: 7414 |  | 
| 265 |  | 
| 266 |  | 
| 267 [ $runtime == opera ] | 263 [ $runtime == opera ] | 
| 268 null_access_error_test: Fail # Issue: 7413 | 264 null_access_error_test: Fail # Issue: 7413 | 
| 269 string_interpolate_null_test: Fail # Issue: 7413 | 265 string_interpolate_null_test: Fail # Issue: 7413 | 
| 270 call_through_null_getter_test: Fail | 266 call_through_null_getter_test: Fail | 
| 271 closure3_test: Fail | 267 closure3_test: Fail | 
| 272 execute_finally3_test: Fail | 268 execute_finally3_test: Fail | 
| 273 method_invocation_test: Fail | 269 method_invocation_test: Fail | 
| 274 stack_overflow_test: Fail | 270 stack_overflow_test: Fail | 
| 275 stack_overflow_stacktrace_test: Fail | 271 stack_overflow_stacktrace_test: Fail | 
| 276 closure_call_wrong_argument_count_negative_test: Skip | 272 closure_call_wrong_argument_count_negative_test: Skip | 
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 452 super_getter_setter_test: Fail # Issue 11065. | 448 super_getter_setter_test: Fail # Issue 11065. | 
| 453 f_bounded_quantification4_test: Fail # Issue 12605. | 449 f_bounded_quantification4_test: Fail # Issue 12605. | 
| 454 | 450 | 
| 455 # TODO(tball): Assign proper bug numbers. | 451 # TODO(tball): Assign proper bug numbers. | 
| 456 class_literal_test: Fail | 452 class_literal_test: Fail | 
| 457 | 453 | 
| 458 import_core_prefix_test: Pass | 454 import_core_prefix_test: Pass | 
| 459 prefix22_test: Pass | 455 prefix22_test: Pass | 
| 460 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 456 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 
| 461 super_call4_test: Fail, OK # hardcoded names. | 457 super_call4_test: Fail, OK # hardcoded names. | 
| OLD | NEW | 
|---|