| 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 || $compiler == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
| 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 | 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 |
| 8 | 8 |
| 9 ############################################################################### | 9 ############################################################################### |
| 10 # Dartk Entries | 10 # Dartk Entries |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 multiline_newline_test/03: CompileTimeError | 37 multiline_newline_test/03: CompileTimeError |
| 38 multiline_newline_test/04: MissingCompileTimeError | 38 multiline_newline_test/04: MissingCompileTimeError |
| 39 multiline_newline_test/05: MissingCompileTimeError | 39 multiline_newline_test/05: MissingCompileTimeError |
| 40 multiline_newline_test/06: MissingCompileTimeError | 40 multiline_newline_test/06: MissingCompileTimeError |
| 41 regress_27617_test/1: MissingCompileTimeError | 41 regress_27617_test/1: MissingCompileTimeError |
| 42 type_variable_conflict2_test/02: MissingCompileTimeError | 42 type_variable_conflict2_test/02: MissingCompileTimeError |
| 43 vm/debug_break_enabled_vm_test/01: CompileTimeError | 43 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 44 vm/debug_break_enabled_vm_test/none: CompileTimeError | 44 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 45 vm/reflect_core_vm_test: CompileTimeError | 45 vm/reflect_core_vm_test: CompileTimeError |
| 46 vm/regress_27201_test: CompileTimeError | 46 vm/regress_27201_test: CompileTimeError |
| 47 vm/regress_28325_test: RuntimeError # Issue 28055. | |
| 48 | 47 |
| 49 # dartk: JIT failures | 48 # dartk: JIT failures |
| 50 [ $compiler == dartk && $runtime == vm ] | 49 [ $compiler == dartk && $runtime == vm ] |
| 51 config_import_corelib_test: RuntimeError | 50 config_import_corelib_test: RuntimeError |
| 52 | 51 |
| 53 # dartk: precompilation failures | 52 # dartk: precompilation failures |
| 54 [ $compiler == dartkp && $runtime == dart_precompiled ] | 53 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 55 config_import_corelib_test: RuntimeError | 54 config_import_corelib_test: RuntimeError |
| 56 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 | 55 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 |
| 57 | 56 |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 | 182 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 |
| 184 regress_28278_test: RuntimeError # Mirrors Issue | 183 regress_28278_test: RuntimeError # Mirrors Issue |
| 185 script1_negative_test: Fail | 184 script1_negative_test: Fail |
| 186 script2_negative_test: Fail | 185 script2_negative_test: Fail |
| 187 setter_no_getter_call_test/none: RuntimeError # Dartk Issue 28418 | 186 setter_no_getter_call_test/none: RuntimeError # Dartk Issue 28418 |
| 188 static_setter_get_test/01: RuntimeError # Dartk Issue 28417 | 187 static_setter_get_test/01: RuntimeError # Dartk Issue 28417 |
| 189 switch7_negative_test: Fail # Dartk Issue 28416 | 188 switch7_negative_test: Fail # Dartk Issue 28416 |
| 190 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 | 189 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 |
| 191 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 | 190 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 |
| 192 type_variable_function_type_test: RuntimeError | 191 type_variable_function_type_test: RuntimeError |
| 193 vm/type_cast_vm_test: RuntimeError | |
| 194 vm/type_vm_test: RuntimeError | 192 vm/type_vm_test: RuntimeError |
| 195 | 193 |
| 196 # dartk: JIT failures | 194 # dartk: JIT failures |
| 197 [ $compiler == dartk && $runtime == vm ] | 195 [ $compiler == dartk && $runtime == vm ] |
| 198 const_locals_test: RuntimeError | 196 const_locals_test: RuntimeError |
| 199 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 197 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 200 const_string_test: RuntimeError # Dartk Issue 28306 | 198 const_string_test: RuntimeError # Dartk Issue 28306 |
| 201 deferred_regression_28678_test: RuntimeError | 199 deferred_regression_28678_test: RuntimeError |
| 202 library_env_test/has_no_mirror_support: RuntimeError | 200 library_env_test/has_no_mirror_support: RuntimeError |
| 203 main_not_a_function_test/01: Crash | 201 main_not_a_function_test/01: Crash |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 bad_raw_string_test/none: Skip # Issue 28680 | 242 bad_raw_string_test/none: Skip # Issue 28680 |
| 245 bad_raw_string_test/03: Skip # Issue 28680 | 243 bad_raw_string_test/03: Skip # Issue 28680 |
| 246 | 244 |
| 247 # Triaged checked mode failures | 245 # Triaged checked mode failures |
| 248 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 246 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
| 249 language/regress_22728_test: Fail # Dartk Issue 28498 | 247 language/regress_22728_test: Fail # Dartk Issue 28498 |
| 250 | 248 |
| 251 # Slow (very slow!) during Gardening shift: | 249 # Slow (very slow!) during Gardening shift: |
| 252 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 250 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 253 vm/optimized_stacktrace_test: Skip # Issue 28788 | 251 vm/optimized_stacktrace_test: Skip # Issue 28788 |
| OLD | NEW |