Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dartk" or | 5 # Sections in this file should contain "$compiler == dartk" or |
| 6 # "$compiler == dartkp". | 6 # "$compiler == dartkp". |
| 7 | 7 |
| 8 [ $compiler == dartk ] | 8 [ $compiler == dartk ] |
| 9 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 | 9 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 |
| 10 | 10 |
| 11 [ $compiler == dartk && $runtime == vm ] | 11 [ $compiler == dartk && $runtime == vm ] |
| 12 assertion_initializer_const_error2_test/none: CompileTimeError | 12 assertion_initializer_const_error2_test/none: CompileTimeError |
| 13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 14 assertion_initializer_test: CompileTimeError | 14 assertion_initializer_test: CompileTimeError |
| 15 cha_deopt1_test: RuntimeError | 15 cha_deopt1_test: RuntimeError |
| 16 cha_deopt2_test: RuntimeError | 16 cha_deopt2_test: RuntimeError |
| 17 cha_deopt3_test: RuntimeError | 17 cha_deopt3_test: RuntimeError |
| 18 generic_methods_bounds_test/01: MissingCompileTimeError | |
| 19 generic_methods_bounds_test/02: MissingRuntimeError | |
| 20 generic_methods_bounds_test/none: Pass | |
|
Jennifer Messerly
2017/08/17 06:22:45
do the "Pass" lines need to be included?
bkonyi
2017/08/22 08:09:29
My guess is that these tests are expected to fail
Bob Nystrom
2017/08/24 01:00:27
Yeah, I just did a bad job of merging in the statu
| |
| 21 generic_methods_closure_test: Pass | |
| 22 generic_methods_dynamic_test/01: MissingCompileTimeError | |
| 23 generic_methods_dynamic_test/02: MissingRuntimeError | |
| 24 generic_methods_dynamic_test/03: MissingCompileTimeError | |
| 25 generic_methods_dynamic_test/04: MissingRuntimeError | |
| 26 generic_methods_dynamic_test/05: Pass | |
| 27 generic_methods_dynamic_test/none: Pass | |
| 28 generic_methods_generic_class_tearoff_test: RuntimeError | |
| 29 generic_methods_local_variable_declaration_test: Pass | |
| 30 generic_methods_named_parameters_test: RuntimeError | |
| 31 generic_methods_optional_parameters_test: RuntimeError | |
| 32 generic_methods_overriding_test/01: MissingCompileTimeError | |
| 33 generic_methods_overriding_test/02: Pass | |
| 34 generic_methods_overriding_test/03: MissingCompileTimeError | |
| 35 generic_methods_overriding_test/04: Pass | |
| 36 generic_methods_overriding_test/05: Pass | |
| 37 generic_methods_overriding_test/06: Pass | |
| 38 generic_methods_overriding_test/none: Pass | |
| 39 generic_methods_recursive_bound_test/01: Pass | |
| 40 generic_methods_recursive_bound_test/02: MissingCompileTimeError | |
| 41 generic_methods_recursive_bound_test/03: Pass | |
| 42 generic_methods_recursive_bound_test/none: Pass | |
| 43 generic_methods_reuse_type_variables_test: Pass | |
| 44 generic_methods_shadowing_test: Pass | |
| 45 generic_methods_simple_as_expression_test/01: Pass | |
| 46 generic_methods_simple_as_expression_test/02: MissingRuntimeError | |
| 47 generic_methods_simple_as_expression_test/none: Pass | |
| 48 generic_methods_simple_is_expression_test: RuntimeError | |
| 49 generic_methods_tearoff_specialization_test: RuntimeError | |
| 50 generic_methods_unused_parameter_test: RuntimeError | |
| 51 generic_tearoff_test: CompileTimeError | |
| 18 | 52 |
| 19 [ $compiler == dartk && $runtime == vm && !$checked ] | 53 [ $compiler == dartk && $runtime == vm && !$checked ] |
| 20 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 54 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
| 21 | 55 |
| 22 [ $compiler == dartk && $runtime == vm && $checked ] | 56 [ $compiler == dartk && $runtime == vm && $checked ] |
| 23 assertion_initializer_const_function_test/01: RuntimeError | 57 assertion_initializer_const_function_test/01: RuntimeError |
| 24 regress_30339_test: RuntimeError | 58 regress_30339_test: RuntimeError |
| 25 | 59 |
| 26 [ $compiler == dartkp && $runtime == dart_precompiled ] | 60 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 27 assertion_initializer_const_error2_test/none: CompileTimeError | 61 assertion_initializer_const_error2_test/none: CompileTimeError |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 172 async_return_types_test/nestedFuture: Fail | 206 async_return_types_test/nestedFuture: Fail |
| 173 async_return_types_test/wrongTypeParameter: Fail | 207 async_return_types_test/wrongTypeParameter: Fail |
| 174 | 208 |
| 175 # These test entries will be valid for vm (with and without kernel). | 209 # These test entries will be valid for vm (with and without kernel). |
| 176 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] | 210 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] |
| 177 async_star_cancel_while_paused_test: RuntimeError | 211 async_star_cancel_while_paused_test: RuntimeError |
| 178 async_star_pause_test: Fail, OK | 212 async_star_pause_test: Fail, OK |
| 179 | 213 |
| 180 [ $compiler == dartk && $runtime == vm ] | 214 [ $compiler == dartk && $runtime == vm ] |
| 181 async_star_cancel_while_paused_test: RuntimeError | 215 async_star_cancel_while_paused_test: RuntimeError |
| 216 | |
| 217 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] | |
| 218 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | |
| OLD | NEW |