| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] | 8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] |
| 9 licm2_test: Skip # Issue 12298 | 9 licm2_test: Skip # Issue 12298 |
| 10 | 10 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 compile_time_constant_checked2_test/04: Fail, OK | 53 compile_time_constant_checked2_test/04: Fail, OK |
| 54 compile_time_constant_checked2_test/05: Fail, OK | 54 compile_time_constant_checked2_test/05: Fail, OK |
| 55 compile_time_constant_checked2_test/06: Fail, OK | 55 compile_time_constant_checked2_test/06: Fail, OK |
| 56 compile_time_constant_checked3_test/01: Fail, OK | 56 compile_time_constant_checked3_test/01: Fail, OK |
| 57 compile_time_constant_checked3_test/02: Fail, OK | 57 compile_time_constant_checked3_test/02: Fail, OK |
| 58 compile_time_constant_checked3_test/03: Fail, OK | 58 compile_time_constant_checked3_test/03: Fail, OK |
| 59 compile_time_constant_checked3_test/04: Fail, OK | 59 compile_time_constant_checked3_test/04: Fail, OK |
| 60 compile_time_constant_checked3_test/05: Fail, OK | 60 compile_time_constant_checked3_test/05: Fail, OK |
| 61 compile_time_constant_checked3_test/06: Fail, OK | 61 compile_time_constant_checked3_test/06: Fail, OK |
| 62 | 62 |
| 63 [ $runtime == dartium ] | |
| 64 import_combinators_test: Fail | |
| 65 | |
| 66 [ $runtime == vm || ($runtime == drt && $compiler == none) ] | 63 [ $runtime == vm || ($runtime == drt && $compiler == none) ] |
| 67 first_class_types_literals_test: Fail # issue 11761 | 64 first_class_types_literals_test: Fail # issue 11761 |
| 68 call_test: Fail # Issue 12602 | 65 call_test: Fail # Issue 12602 |
| 69 dynamic_prefix_core_test: Fail # Issue 12478 | 66 dynamic_prefix_core_test: Fail # Issue 12478 |
| 70 | 67 |
| 71 [ $runtime == chrome ] | 68 [ $runtime == chrome ] |
| 72 | 69 |
| 73 | 70 |
| 74 [ $browser ] | 71 [ $browser ] |
| 75 | 72 |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 compile_time_constant_checked2_test/05: Fail, OK | 228 compile_time_constant_checked2_test/05: Fail, OK |
| 232 compile_time_constant_checked2_test/06: Fail, OK | 229 compile_time_constant_checked2_test/06: Fail, OK |
| 233 compile_time_constant_checked3_test/01: Fail, OK | 230 compile_time_constant_checked3_test/01: Fail, OK |
| 234 compile_time_constant_checked3_test/02: Fail, OK | 231 compile_time_constant_checked3_test/02: Fail, OK |
| 235 compile_time_constant_checked3_test/03: Fail, OK | 232 compile_time_constant_checked3_test/03: Fail, OK |
| 236 compile_time_constant_checked3_test/04: Fail, OK | 233 compile_time_constant_checked3_test/04: Fail, OK |
| 237 compile_time_constant_checked3_test/05: Fail, OK | 234 compile_time_constant_checked3_test/05: Fail, OK |
| 238 compile_time_constant_checked3_test/06: Fail, OK | 235 compile_time_constant_checked3_test/06: Fail, OK |
| 239 | 236 |
| 240 positional_parameters_type_test: Fail # Triage this. | 237 positional_parameters_type_test: Fail # Triage this. |
| 238 final_is_not_const_test/01: Fail # Issue 12692 |
| 241 | 239 |
| 242 [ $compiler == dart2dart && $minified ] | 240 [ $compiler == dart2dart && $minified ] |
| 243 super_getter_setter_test: Fail # Issue 11065. | 241 super_getter_setter_test: Fail # Issue 11065. |
| 244 f_bounded_quantification4_test: Fail # Issue 12605. | 242 f_bounded_quantification4_test: Fail # Issue 12605. |
| 245 | 243 |
| 246 # TODO(tball): Assign proper bug numbers. | 244 # TODO(tball): Assign proper bug numbers. |
| 247 class_literal_test: Fail | 245 class_literal_test: Fail |
| 248 | 246 |
| 249 import_core_prefix_test: Pass | 247 import_core_prefix_test: Pass |
| 250 prefix22_test: Pass | 248 prefix22_test: Pass |
| 251 invocation_mirror_test: Fail, OK # hardcoded names. | 249 invocation_mirror_test: Fail, OK # hardcoded names. |
| 252 super_call4_test: Fail, OK # hardcoded names. | 250 super_call4_test: Fail, OK # hardcoded names. |
| 253 | 251 |
| 254 [ $compiler == dart2js || $compiler == dart2dart] | 252 [ $compiler == dart2js || $compiler == dart2dart] |
| 255 null_test/03: Fail # Issue 12445. | 253 null_test/03: Fail # Issue 12445. |
| 256 | 254 |
| 257 [ $compiler == dart2js ] | 255 [ $compiler == dart2js ] |
| 258 null_test/none: Fail # Issue 12482 | 256 null_test/none: Fail # Issue 12482 |
| OLD | NEW |