| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 | 183 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 |
| 184 regress_28278_test: RuntimeError # Mirrors Issue | 184 regress_28278_test: RuntimeError # Mirrors Issue |
| 185 script1_negative_test: Fail | 185 script1_negative_test: Fail |
| 186 script2_negative_test: Fail | 186 script2_negative_test: Fail |
| 187 setter_no_getter_call_test/none: RuntimeError # Dartk Issue 28418 | 187 setter_no_getter_call_test/none: RuntimeError # Dartk Issue 28418 |
| 188 static_setter_get_test/01: RuntimeError # Dartk Issue 28417 | 188 static_setter_get_test/01: RuntimeError # Dartk Issue 28417 |
| 189 switch7_negative_test: Fail # Dartk Issue 28416 | 189 switch7_negative_test: Fail # Dartk Issue 28416 |
| 190 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 | 190 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 |
| 191 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 | 191 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 |
| 192 type_variable_function_type_test: RuntimeError | 192 type_variable_function_type_test: RuntimeError |
| 193 vm/type_cast_vm_test: RuntimeError | |
| 194 vm/type_vm_test: RuntimeError | 193 vm/type_vm_test: RuntimeError |
| 195 | 194 |
| 196 # dartk: JIT failures | 195 # dartk: JIT failures |
| 197 [ $compiler == dartk && $runtime == vm ] | 196 [ $compiler == dartk && $runtime == vm ] |
| 198 const_locals_test: RuntimeError | 197 const_locals_test: RuntimeError |
| 199 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 198 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 200 const_string_test: RuntimeError # Dartk Issue 28306 | 199 const_string_test: RuntimeError # Dartk Issue 28306 |
| 201 library_env_test/has_no_mirror_support: RuntimeError | 200 library_env_test/has_no_mirror_support: RuntimeError |
| 202 redirecting_factory_reflection_test: RuntimeError | 201 redirecting_factory_reflection_test: RuntimeError |
| 203 | 202 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 231 [ $compiler == dartk || $compiler == dartkp ] | 230 [ $compiler == dartk || $compiler == dartkp ] |
| 232 runtime_type_function_test: RuntimeError | 231 runtime_type_function_test: RuntimeError |
| 233 | 232 |
| 234 [ $compiler == dartkp ] | 233 [ $compiler == dartkp ] |
| 235 bad_raw_string_test/none: Skip # Issue 28680 | 234 bad_raw_string_test/none: Skip # Issue 28680 |
| 236 bad_raw_string_test/03: Skip # Issue 28680 | 235 bad_raw_string_test/03: Skip # Issue 28680 |
| 237 | 236 |
| 238 # Triaged checked mode failures | 237 # Triaged checked mode failures |
| 239 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 238 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
| 240 language/regress_22728_test: Fail # Dartk Issue 28498 | 239 language/regress_22728_test: Fail # Dartk Issue 28498 |
| OLD | NEW |