| 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 null_is_bottom_test/22: RuntimeError # Issue 28025 | 10 null_is_bottom_test/22: RuntimeError # Issue 28025 |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 null_is_bottom_test/05: RuntimeError # Issue 28025 | 88 null_is_bottom_test/05: RuntimeError # Issue 28025 |
| 89 null_is_bottom_test/07: RuntimeError # Issue 28025 | 89 null_is_bottom_test/07: RuntimeError # Issue 28025 |
| 90 null_is_bottom_test/20: RuntimeError # Issue 28025 | 90 null_is_bottom_test/20: RuntimeError # Issue 28025 |
| 91 null_is_bottom_test/25: RuntimeError # Issue 28025 | 91 null_is_bottom_test/25: RuntimeError # Issue 28025 |
| 92 null_is_bottom_test/27: RuntimeError # Issue 28025 | 92 null_is_bottom_test/27: RuntimeError # Issue 28025 |
| 93 null_is_bottom_test/32: RuntimeError # Issue 28025 | 93 null_is_bottom_test/32: RuntimeError # Issue 28025 |
| 94 null_is_bottom_test/37: RuntimeError # Issue 28025 | 94 null_is_bottom_test/37: RuntimeError # Issue 28025 |
| 95 null_is_bottom_test/39: RuntimeError # Issue 28025 | 95 null_is_bottom_test/39: RuntimeError # Issue 28025 |
| 96 regress_27617_test/1: MissingCompileTimeError | 96 regress_27617_test/1: MissingCompileTimeError |
| 97 super_call3_test/01: DartkCrash | 97 super_call3_test/01: DartkCrash |
| 98 tearoff_basic_test: DartkCompileTimeError | |
| 99 tearoff_constructor_basic_test: DartkCompileTimeError | |
| 100 type_variable_conflict2_test/02: MissingCompileTimeError | 98 type_variable_conflict2_test/02: MissingCompileTimeError |
| 101 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError | 99 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError |
| 102 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError | 100 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError |
| 103 vm/reflect_core_vm_test: DartkCompileTimeError | 101 vm/reflect_core_vm_test: DartkCompileTimeError |
| 104 vm/regress_27201_test: DartkCompileTimeError | 102 vm/regress_27201_test: DartkCompileTimeError |
| 105 | 103 |
| 106 # dartk: JIT failures | 104 # dartk: JIT failures |
| 107 [ $compiler == dartk && $runtime == vm ] | 105 [ $compiler == dartk && $runtime == vm ] |
| 108 config_import_corelib_test: RuntimeError | 106 config_import_corelib_test: RuntimeError |
| 109 enum_syntax_test/05: MissingCompileTimeError | 107 enum_syntax_test/05: MissingCompileTimeError |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 stacktrace_rethrow_nonerror_test: RuntimeError | 388 stacktrace_rethrow_nonerror_test: RuntimeError |
| 391 stack_trace_test: RuntimeError | 389 stack_trace_test: RuntimeError |
| 392 string_interpolation7_test: RuntimeError | 390 string_interpolation7_test: RuntimeError |
| 393 super_call4_test: RuntimeError | 391 super_call4_test: RuntimeError |
| 394 | 392 |
| 395 # dartk: precompilation failures (debug) | 393 # dartk: precompilation failures (debug) |
| 396 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 394 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 397 constructor_named_arguments_test/01: Crash | 395 constructor_named_arguments_test/01: Crash |
| 398 not_enough_positional_arguments_test/05: Crash | 396 not_enough_positional_arguments_test/05: Crash |
| 399 enum_syntax_test/05: Crash | 397 enum_syntax_test/05: Crash |
| OLD | NEW |