| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 constructor6_test: Fail | 201 constructor6_test: Fail |
| 202 closure_in_initializer_test: Fail | 202 closure_in_initializer_test: Fail |
| 203 super_first_constructor_test: Fail | 203 super_first_constructor_test: Fail |
| 204 # VM specific tests. | 204 # VM specific tests. |
| 205 # This test hard codes name of file being run and precise position. | 205 # This test hard codes name of file being run and precise position. |
| 206 generic_test: Fail, Ok | 206 generic_test: Fail, Ok |
| 207 # Minified mode failures. | 207 # Minified mode failures. |
| 208 # TODO(antonm): proper support in test framework. | 208 # TODO(antonm): proper support in test framework. |
| 209 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 209 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 210 | 210 |
| 211 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | |
| 212 | |
| 213 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 211 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 214 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 212 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 215 | 213 |
| 216 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 214 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 217 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 215 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 218 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 216 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 219 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 217 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 220 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 218 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 221 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 219 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 222 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 220 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 253 import_core_prefix_test: Pass | 251 import_core_prefix_test: Pass |
| 254 prefix22_test: Pass | 252 prefix22_test: Pass |
| 255 invocation_mirror_test: Fail, OK # hardcoded names. | 253 invocation_mirror_test: Fail, OK # hardcoded names. |
| 256 super_call4_test: Fail, OK # hardcoded names. | 254 super_call4_test: Fail, OK # hardcoded names. |
| 257 | 255 |
| 258 [ $compiler == dart2js || $compiler == dart2dart] | 256 [ $compiler == dart2js || $compiler == dart2dart] |
| 259 null_test/03: Fail # Issue 12445. | 257 null_test/03: Fail # Issue 12445. |
| 260 | 258 |
| 261 [ $compiler == dart2js ] | 259 [ $compiler == dart2js ] |
| 262 null_test/none: Fail # Issue 12482 | 260 null_test/none: Fail # Issue 12482 |
| OLD | NEW |