| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. | 5 # These tests currently take too long. Remove when they are fixed. |
| 6 [ $compiler == dartk ] | 6 [ $compiler == dartk ] |
| 7 large_class_declaration_test: Skip | 7 large_class_declaration_test: Skip |
| 8 large_implicit_getter_test: Skip | 8 large_implicit_getter_test: Skip |
| 9 larger_implicit_getter_test: Skip | 9 larger_implicit_getter_test: Skip |
| 10 | 10 |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 function_type_alias4_test: RuntimeError | 250 function_type_alias4_test: RuntimeError |
| 251 generic2_test: RuntimeError | 251 generic2_test: RuntimeError |
| 252 generic_closure_test: RuntimeError | 252 generic_closure_test: RuntimeError |
| 253 generic_creation_test: RuntimeError | 253 generic_creation_test: RuntimeError |
| 254 generic_field_mixin2_test: RuntimeError | 254 generic_field_mixin2_test: RuntimeError |
| 255 generic_field_mixin4_test: RuntimeError | 255 generic_field_mixin4_test: RuntimeError |
| 256 generic_field_mixin5_test: RuntimeError | 256 generic_field_mixin5_test: RuntimeError |
| 257 generic_functions_test: Crash | 257 generic_functions_test: Crash |
| 258 generic_inheritance_test: RuntimeError | 258 generic_inheritance_test: RuntimeError |
| 259 generic_local_functions_test: Crash | 259 generic_local_functions_test: Crash |
| 260 generic_method_types_test: Crash |
| 260 generic_methods_function_type_test: Crash | 261 generic_methods_function_type_test: Crash |
| 261 generic_methods_generic_function_parameter_test: Crash | 262 generic_methods_generic_function_parameter_test: Crash |
| 262 generic_methods_new_test: Crash | 263 generic_methods_new_test: Crash |
| 263 generic_methods_test: Crash | 264 generic_methods_test: Crash |
| 264 generic_methods_type_expression_test: Crash | 265 generic_methods_type_expression_test: Crash |
| 265 generic_test: RuntimeError | 266 generic_test: RuntimeError |
| 266 getter_closure_execution_order_test: RuntimeError | 267 getter_closure_execution_order_test: RuntimeError |
| 267 getter_setter_in_lib_test: RuntimeError | 268 getter_setter_in_lib_test: RuntimeError |
| 268 inferrer_closure_test: RuntimeError | 269 inferrer_closure_test: RuntimeError |
| 269 initializing_formal_final_test: RuntimeError | 270 initializing_formal_final_test: RuntimeError |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 stack_trace_test: RuntimeError | 380 stack_trace_test: RuntimeError |
| 380 string_interpolation7_test: RuntimeError | 381 string_interpolation7_test: RuntimeError |
| 381 super_call4_test: RuntimeError | 382 super_call4_test: RuntimeError |
| 382 | 383 |
| 383 # dartk: precompilation failures (debug) | 384 # dartk: precompilation failures (debug) |
| 384 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 385 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 385 constructor_named_arguments_test/01: Crash | 386 constructor_named_arguments_test/01: Crash |
| 386 generic_sends_test: Crash | 387 generic_sends_test: Crash |
| 387 not_enough_positional_arguments_test/05: Crash | 388 not_enough_positional_arguments_test/05: Crash |
| 388 enum_syntax_test/05: Crash | 389 enum_syntax_test/05: Crash |
| OLD | NEW |