| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 function_subtype_not1_test: RuntimeError | 247 function_subtype_not1_test: RuntimeError |
| 248 function_type_alias2_test: RuntimeError | 248 function_type_alias2_test: RuntimeError |
| 249 function_type_alias3_test: RuntimeError | 249 function_type_alias3_test: RuntimeError |
| 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 | |
| 258 generic_inheritance_test: RuntimeError | 257 generic_inheritance_test: RuntimeError |
| 259 generic_local_functions_test: Crash | 258 generic_local_functions_test: Crash |
| 260 generic_method_types_test: Crash | 259 generic_method_types_test: Pass, RuntimeError |
| 261 generic_methods_function_type_test: Crash | 260 generic_methods_type_expression_test: RuntimeError |
| 262 generic_methods_generic_function_parameter_test: Crash | |
| 263 generic_methods_new_test: Crash | |
| 264 generic_methods_test: Crash | |
| 265 generic_methods_type_expression_test: Crash | |
| 266 generic_test: RuntimeError | 261 generic_test: RuntimeError |
| 267 getter_closure_execution_order_test: RuntimeError | 262 getter_closure_execution_order_test: RuntimeError |
| 268 getter_setter_in_lib_test: RuntimeError | 263 getter_setter_in_lib_test: RuntimeError |
| 269 inferrer_closure_test: RuntimeError | 264 inferrer_closure_test: RuntimeError |
| 270 initializing_formal_final_test: RuntimeError | 265 initializing_formal_final_test: RuntimeError |
| 271 is_not_class2_test: RuntimeError | 266 is_not_class2_test: RuntimeError |
| 272 issue13474_test: RuntimeError | 267 issue13474_test: RuntimeError |
| 273 issue_1751477_test: RuntimeError | 268 issue_1751477_test: RuntimeError |
| 274 least_upper_bound_expansive_test/01: CompileTimeError | 269 least_upper_bound_expansive_test/01: CompileTimeError |
| 275 least_upper_bound_expansive_test/02: CompileTimeError | 270 least_upper_bound_expansive_test/02: CompileTimeError |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 # dartk: precompilation failures | 358 # dartk: precompilation failures |
| 364 [ $compiler == dartkp && $runtime == dart_precompiled ] | 359 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 365 const_evaluation_test/01: Crash | 360 const_evaluation_test/01: Crash |
| 366 full_stacktrace1_test: RuntimeError | 361 full_stacktrace1_test: RuntimeError |
| 367 full_stacktrace2_test: RuntimeError | 362 full_stacktrace2_test: RuntimeError |
| 368 full_stacktrace3_test: RuntimeError | 363 full_stacktrace3_test: RuntimeError |
| 369 if_null_assignment_static_test/35: Crash | 364 if_null_assignment_static_test/35: Crash |
| 370 instance_creation_in_function_annotation_test: Crash | 365 instance_creation_in_function_annotation_test: Crash |
| 371 invocation_mirror_invoke_on2_test: Crash | 366 invocation_mirror_invoke_on2_test: Crash |
| 372 issue21079_test: Crash | 367 issue21079_test: Crash |
| 373 large_class_declaration_test: Timeout | 368 large_class_declaration_test: Pass, Timeout |
| 374 library_env_test/has_mirror_support: RuntimeError | 369 library_env_test/has_mirror_support: RuntimeError |
| 375 redirecting_factory_reflection_test: Crash | 370 redirecting_factory_reflection_test: Crash |
| 376 regress_18535_test: Crash | 371 regress_18535_test: Crash |
| 377 stacktrace_rethrow_error_test/none: RuntimeError | 372 stacktrace_rethrow_error_test/none: RuntimeError |
| 378 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError | 373 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError |
| 379 stacktrace_rethrow_nonerror_test: RuntimeError | 374 stacktrace_rethrow_nonerror_test: RuntimeError |
| 380 stack_trace_test: RuntimeError | 375 stack_trace_test: RuntimeError |
| 381 string_interpolation7_test: RuntimeError | 376 string_interpolation7_test: RuntimeError |
| 382 super_call4_test: RuntimeError | 377 super_call4_test: RuntimeError |
| 383 | 378 |
| 384 # dartk: precompilation failures (debug) | 379 # dartk: precompilation failures (debug) |
| 385 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 380 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 386 constructor_named_arguments_test/01: Crash | 381 constructor_named_arguments_test/01: Crash |
| 387 generic_sends_test: Crash | 382 generic_sends_test: Crash |
| 388 not_enough_positional_arguments_test/05: Crash | 383 not_enough_positional_arguments_test/05: Crash |
| 389 enum_syntax_test/05: Crash | 384 enum_syntax_test/05: Crash |
| OLD | NEW |