| 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 [$compiler == dartk && $runtime == vm] | 5 [$compiler == dartk && $runtime == vm] |
| 6 assertion_initializer_const_error2_test/none: CompileTimeError | 6 assertion_initializer_const_error2_test/none: CompileTimeError |
| 7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 8 assertion_initializer_test: CompileTimeError | 8 assertion_initializer_test: CompileTimeError |
| 9 | 9 |
| 10 [$compiler == dartk && $runtime == vm && !$checked] | 10 [$compiler == dartk && $runtime == vm && !$checked] |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | 267 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva
luation. |
| 268 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | 268 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva
luation. |
| 269 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | 269 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva
luation. |
| 270 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | 270 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva
luation. |
| 271 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | 271 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva
luation. |
| 272 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | 272 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva
luation. |
| 273 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | 273 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva
luation. |
| 274 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation. | 274 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation. |
| 275 assign_static_type_test/02: MissingCompileTimeError | 275 assign_static_type_test/02: MissingCompileTimeError |
| 276 async_await_test: RuntimeError | 276 async_await_test: RuntimeError |
| 277 async_return_types_test/nestedFuture: Fail | |
| 278 async_return_types_test/wrongTypeParameter: Fail | |
| 279 compile_time_constant_checked_test/02: MissingCompileTimeError | 277 compile_time_constant_checked_test/02: MissingCompileTimeError |
| 280 const_constructor2_test/20: MissingCompileTimeError | 278 const_constructor2_test/20: MissingCompileTimeError |
| 281 const_constructor2_test/22: MissingCompileTimeError | 279 const_constructor2_test/22: MissingCompileTimeError |
| 282 const_constructor2_test/24: MissingCompileTimeError | 280 const_constructor2_test/24: MissingCompileTimeError |
| 283 const_init2_test/02: MissingCompileTimeError | 281 const_init2_test/02: MissingCompileTimeError |
| 284 default_factory2_test/01: Fail | 282 default_factory2_test/01: Fail |
| 285 factory_redirection_test/08: Fail | 283 factory_redirection_test/08: Fail |
| 286 factory_redirection_test/09: Fail | 284 factory_redirection_test/09: Fail |
| 287 factory_redirection_test/10: Fail | 285 factory_redirection_test/10: Fail |
| 288 factory_redirection_test/12: Fail | 286 factory_redirection_test/12: Fail |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 mixin_super_bound2_test/01: RuntimeError | 406 mixin_super_bound2_test/01: RuntimeError |
| 409 mixin_super_bound_test: RuntimeError | 407 mixin_super_bound_test: RuntimeError |
| 410 msk_bound_test: RuntimeError | 408 msk_bound_test: RuntimeError |
| 411 redirecting_factory_infinite_steps_test/01: Fail | 409 redirecting_factory_infinite_steps_test/01: Fail |
| 412 redirecting_factory_malbounded_test/01: Fail | 410 redirecting_factory_malbounded_test/01: Fail |
| 413 regress_22728_test: RuntimeError | 411 regress_22728_test: RuntimeError |
| 414 regress_26133_test: RuntimeError | 412 regress_26133_test: RuntimeError |
| 415 type_parameter_test/05: MissingCompileTimeError | 413 type_parameter_test/05: MissingCompileTimeError |
| 416 type_parameter_test/none: RuntimeError | 414 type_parameter_test/none: RuntimeError |
| 417 type_variable_bounds4_test/01: RuntimeError | 415 type_variable_bounds4_test/01: RuntimeError |
| OLD | NEW |