| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 231 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 232 | 232 |
| 233 | 233 |
| 234 [ $compiler == dart2js && $runtime == ie9 ] | 234 [ $compiler == dart2js && $runtime == ie9 ] |
| 235 double_to_string_as_exponential3_test: Fail # Issue 12750 | 235 double_to_string_as_exponential3_test: Fail # Issue 12750 |
| 236 double_to_string_as_fixed_test: Fail # Issue 12750 | 236 double_to_string_as_fixed_test: Fail # Issue 12750 |
| 237 double_to_string_as_precision3_test: Fail # Issue 12750 | 237 double_to_string_as_precision3_test: Fail # Issue 12750 |
| 238 expect_test: Fail | 238 expect_test: Fail |
| 239 stack_overflow_test: Fail | 239 stack_overflow_test: Fail |
| 240 stack_overflow_stacktrace_test: Fail | 240 stack_overflow_stacktrace_test: Fail |
| 241 licm2_test: Pass, Timeout # Issue: 11848 | |
| 242 | 241 |
| 243 | 242 |
| 244 [ $runtime == opera ] | 243 [ $runtime == opera ] |
| 245 null_access_error_test: Fail # Issue: 7413 | 244 null_access_error_test: Fail # Issue: 7413 |
| 246 string_interpolate_null_test: Fail # Issue: 7413 | 245 string_interpolate_null_test: Fail # Issue: 7413 |
| 247 call_through_null_getter_test: Fail | 246 call_through_null_getter_test: Fail |
| 248 closure3_test: Fail | 247 closure3_test: Fail |
| 249 execute_finally3_test: Fail | 248 execute_finally3_test: Fail |
| 250 method_invocation_test: Fail | 249 method_invocation_test: Fail |
| 251 stack_overflow_test: Fail | 250 stack_overflow_test: Fail |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 f_bounded_quantification4_test: Fail # Issue 12605. | 432 f_bounded_quantification4_test: Fail # Issue 12605. |
| 434 f_bounded_quantification5_test: Fail # Issue 12605. | 433 f_bounded_quantification5_test: Fail # Issue 12605. |
| 435 | 434 |
| 436 # TODO(tball): Assign proper bug numbers. | 435 # TODO(tball): Assign proper bug numbers. |
| 437 class_literal_test: Fail | 436 class_literal_test: Fail |
| 438 | 437 |
| 439 import_core_prefix_test: Pass | 438 import_core_prefix_test: Pass |
| 440 prefix22_test: Pass | 439 prefix22_test: Pass |
| 441 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 440 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 442 super_call4_test: Fail, OK # hardcoded names. | 441 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |