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 [ $mode == product ] | 5 [ $mode == product ] |
6 assertion_test: SkipByDesign # Requires checked mode. | 6 assertion_test: SkipByDesign # Requires checked mode. |
7 | 7 |
8 [ $compiler == none && $runtime == drt && !$checked ] | 8 [ $compiler == none && $runtime == drt && !$checked ] |
9 assertion_initializer_const_error2_test/cc02: Fail | 9 assertion_initializer_const_error2_test/cc02: Fail |
10 assertion_initializer_const_error_test/01: Fail | 10 assertion_initializer_const_error_test/01: Fail |
(...skipping 10 matching lines...) Expand all Loading... | |
21 [ ! $checked && ! $strong ] | 21 [ ! $checked && ! $strong ] |
22 closure_type_test: RuntimeError | 22 closure_type_test: RuntimeError |
23 | 23 |
24 [ ! $strong ] | 24 [ ! $strong ] |
25 class_literal_static_test: MissingCompileTimeError # Requires strong mode | 25 class_literal_static_test: MissingCompileTimeError # Requires strong mode |
26 class_literal_static_test/none: Pass | 26 class_literal_static_test/none: Pass |
27 class_override_test: MissingCompileTimeError # Requires strong mode | 27 class_override_test: MissingCompileTimeError # Requires strong mode |
28 closure_internals_test/01: MissingCompileTimeError # Requires strong mode | 28 closure_internals_test/01: MissingCompileTimeError # Requires strong mode |
29 closure_internals_test/02: MissingCompileTimeError # Requires strong mode | 29 closure_internals_test/02: MissingCompileTimeError # Requires strong mode |
30 closure_internals_test/03: MissingCompileTimeError # Requires strong mode | 30 closure_internals_test/03: MissingCompileTimeError # Requires strong mode |
31 compile_time_constant_k_test/01: MissingCompileTimeError # Requires strong mode | |
32 compile_time_constant_k_test/02: MissingCompileTimeError # Requires strong mode | |
33 compile_time_constant_k_test/03: MissingCompileTimeError # Requires strong mode | |
Bill Hesse
2017/08/17 13:23:25
This comment is ok, since it is needed everywhere.
| |
34 | |
35 [ $compiler == dartdevc ] | |
36 compile_time_constant_e_test: RuntimeError # Issue 30466 | |
37 compile_time_constant_k_test/none: RuntimeError # Issue 30466 | |
OLD | NEW |