| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 compile_time_constant_checked3_test/03: Fail, OK | 239 compile_time_constant_checked3_test/03: Fail, OK |
| 240 compile_time_constant_checked3_test/04: Fail, OK | 240 compile_time_constant_checked3_test/04: Fail, OK |
| 241 compile_time_constant_checked3_test/05: Fail, OK | 241 compile_time_constant_checked3_test/05: Fail, OK |
| 242 compile_time_constant_checked3_test/06: Fail, OK | 242 compile_time_constant_checked3_test/06: Fail, OK |
| 243 | 243 |
| 244 positional_parameters_type_test: Fail # Triage this. | 244 positional_parameters_type_test: Fail # Triage this. |
| 245 | 245 |
| 246 [ $compiler == dart2dart && $minified ] | 246 [ $compiler == dart2dart && $minified ] |
| 247 super_getter_setter_test: Fail # Issue 11065. | 247 super_getter_setter_test: Fail # Issue 11065. |
| 248 f_bounded_quantification4_test: Fail # Issue 12605. | 248 f_bounded_quantification4_test: Fail # Issue 12605. |
| 249 f_bounded_quantification5_test: Fail # Issue 12605. |
| 249 | 250 |
| 250 # TODO(tball): Assign proper bug numbers. | 251 # TODO(tball): Assign proper bug numbers. |
| 251 class_literal_test: Fail | 252 class_literal_test: Fail |
| 252 | 253 |
| 253 import_core_prefix_test: Pass | 254 import_core_prefix_test: Pass |
| 254 prefix22_test: Pass | 255 prefix22_test: Pass |
| 255 invocation_mirror_test: Fail, OK # hardcoded names. | 256 invocation_mirror_test: Fail, OK # hardcoded names. |
| 256 super_call4_test: Fail, OK # hardcoded names. | 257 super_call4_test: Fail, OK # hardcoded names. |
| 257 | 258 |
| 258 [ $compiler == dart2js || $compiler == dart2dart] | 259 [ $compiler == dart2js || $compiler == dart2dart] |
| 259 null_test/03: Fail # Issue 12445. | 260 null_test/03: Fail # Issue 12445. |
| 260 | 261 |
| 261 [ $compiler == dart2js ] | 262 [ $compiler == dart2js ] |
| 262 null_test/none: Fail # Issue 12482 | 263 null_test/none: Fail # Issue 12482 |
| OLD | NEW |