| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 arithmetic_test: Fail # Issue 7881 | 250 arithmetic_test: Fail # Issue 7881 |
| 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: Pass, Timeout # Issue: 11848 |
| 261 | 261 |
| 262 | 262 |
| 263 [ $compiler == dart2js && $runtime == safari ] | 263 [ $compiler == dart2js && $runtime == safari ] |
| 264 arithmetic_test: Fail # Issue: 7414 | 264 arithmetic_test: Fail # Issue: 7414 |
| 265 | 265 |
| 266 | 266 |
| 267 [ $runtime == opera ] | 267 [ $runtime == opera ] |
| 268 null_access_error_test: Fail # Issue: 7413 | 268 null_access_error_test: Fail # Issue: 7413 |
| 269 string_interpolate_null_test: Fail # Issue: 7413 | 269 string_interpolate_null_test: Fail # Issue: 7413 |
| 270 call_through_null_getter_test: Fail | 270 call_through_null_getter_test: Fail |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 super_getter_setter_test: Fail # Issue 11065. | 452 super_getter_setter_test: Fail # Issue 11065. |
| 453 f_bounded_quantification4_test: Fail # Issue 12605. | 453 f_bounded_quantification4_test: Fail # Issue 12605. |
| 454 | 454 |
| 455 # TODO(tball): Assign proper bug numbers. | 455 # TODO(tball): Assign proper bug numbers. |
| 456 class_literal_test: Fail | 456 class_literal_test: Fail |
| 457 | 457 |
| 458 import_core_prefix_test: Pass | 458 import_core_prefix_test: Pass |
| 459 prefix22_test: Pass | 459 prefix22_test: Pass |
| 460 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 460 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 461 super_call4_test: Fail, OK # hardcoded names. | 461 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |