| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 tearoff_basic_test: DartkCompileTimeError | 88 tearoff_basic_test: DartkCompileTimeError |
| 89 tearoff_constructor_basic_test: DartkCompileTimeError | 89 tearoff_constructor_basic_test: DartkCompileTimeError |
| 90 type_variable_conflict2_test/02: MissingCompileTimeError | 90 type_variable_conflict2_test/02: MissingCompileTimeError |
| 91 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError | 91 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError |
| 92 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError | 92 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError |
| 93 vm/reflect_core_vm_test: DartkCompileTimeError | 93 vm/reflect_core_vm_test: DartkCompileTimeError |
| 94 vm/regress_27201_test: DartkCompileTimeError | 94 vm/regress_27201_test: DartkCompileTimeError |
| 95 | 95 |
| 96 # dartk: JIT failures | 96 # dartk: JIT failures |
| 97 [ $compiler == dartk && $runtime == vm ] | 97 [ $compiler == dartk && $runtime == vm ] |
| 98 config_import_corelib_test: RuntimeError |
| 98 enum_syntax_test/05: MissingCompileTimeError | 99 enum_syntax_test/05: MissingCompileTimeError |
| 99 reify_typevar_static_test/00: MissingCompileTimeError | 100 reify_typevar_static_test/00: MissingCompileTimeError |
| 100 type_variable_conflict2_test/06: MissingCompileTimeError | 101 type_variable_conflict2_test/06: MissingCompileTimeError |
| 101 type_variable_conflict2_test/08: MissingCompileTimeError | 102 type_variable_conflict2_test/08: MissingCompileTimeError |
| 102 type_variable_conflict2_test/10: MissingCompileTimeError | 103 type_variable_conflict2_test/10: MissingCompileTimeError |
| 103 | 104 |
| 104 # dartk: precompilation failures | 105 # dartk: precompilation failures |
| 105 [ $compiler == dartkp && $runtime == dart_precompiled ] | 106 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 107 config_import_corelib_test: RuntimeError |
| 106 | 108 |
| 107 | 109 |
| 108 ############################################################################### | 110 ############################################################################### |
| 109 # VM Entries | 111 # VM Entries |
| 110 ############################################################################### | 112 ############################################################################### |
| 111 | 113 |
| 112 # dartk: Shared JIT & Precompilation failures | 114 # dartk: Shared JIT & Precompilation failures |
| 113 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime ==
dart_precompiled) ] | 115 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime ==
dart_precompiled) ] |
| 114 accessor_conflict_export2_test: RuntimeError | 116 accessor_conflict_export2_test: RuntimeError |
| 115 accessor_conflict_export_test: RuntimeError | 117 accessor_conflict_export_test: RuntimeError |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError | 374 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError |
| 373 stacktrace_rethrow_nonerror_test: RuntimeError | 375 stacktrace_rethrow_nonerror_test: RuntimeError |
| 374 stack_trace_test: RuntimeError | 376 stack_trace_test: RuntimeError |
| 375 string_interpolation7_test: RuntimeError | 377 string_interpolation7_test: RuntimeError |
| 376 super_call4_test: RuntimeError | 378 super_call4_test: RuntimeError |
| 377 | 379 |
| 378 # dartk: precompilation failures (debug) | 380 # dartk: precompilation failures (debug) |
| 379 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 381 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 380 constructor_named_arguments_test/01: Crash | 382 constructor_named_arguments_test/01: Crash |
| 381 not_enough_positional_arguments_test/05: Crash | 383 not_enough_positional_arguments_test/05: Crash |
| 382 enum_syntax_test/05: Crash | 384 enum_syntax_test/05: Crash |
| OLD | NEW |