| 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 large_class_declaration_test: Pass, Timeout | 366 large_class_declaration_test: Pass, Timeout |
| 367 library_env_test/has_mirror_support: RuntimeError | 367 library_env_test/has_mirror_support: RuntimeError |
| 368 redirecting_factory_reflection_test: Crash | 368 redirecting_factory_reflection_test: Crash |
| 369 regress_18535_test: Crash | 369 regress_18535_test: Crash |
| 370 stacktrace_rethrow_error_test/none: RuntimeError | 370 stacktrace_rethrow_error_test/none: RuntimeError |
| 371 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError | 371 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError |
| 372 stacktrace_rethrow_nonerror_test: RuntimeError | 372 stacktrace_rethrow_nonerror_test: RuntimeError |
| 373 stack_trace_test: RuntimeError | 373 stack_trace_test: RuntimeError |
| 374 string_interpolation7_test: RuntimeError | 374 string_interpolation7_test: RuntimeError |
| 375 super_call4_test: RuntimeError | 375 super_call4_test: RuntimeError |
| 376 regress_28255_test: Crash |
| 376 | 377 |
| 377 # dartk: precompilation failures (debug) | 378 # dartk: precompilation failures (debug) |
| 378 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 379 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 379 constructor_named_arguments_test/01: Crash | 380 constructor_named_arguments_test/01: Crash |
| 380 not_enough_positional_arguments_test/05: Crash | 381 not_enough_positional_arguments_test/05: Crash |
| OLD | NEW |