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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
8 | 8 |
9 [ !$strong && $compiler != dartdevc && $checked ] | 9 [ !$strong && $compiler != dartdevc && $checked ] |
10 core_runtime_types_static_test: MissingCompileTimeError | 10 core_runtime_types_static_test: MissingCompileTimeError |
(...skipping 10 matching lines...) Expand all Loading... |
21 | 21 |
22 [ $compiler == dartdevc && $runtime != none ] | 22 [ $compiler == dartdevc && $runtime != none ] |
23 apply2_test: RuntimeError # Issue 29921 | 23 apply2_test: RuntimeError # Issue 29921 |
24 apply3_test: RuntimeError # Issue 29921 | 24 apply3_test: RuntimeError # Issue 29921 |
25 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 25 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
26 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 26 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
27 const_list_literal_test: RuntimeError # Issue 29921 | 27 const_list_literal_test: RuntimeError # Issue 29921 |
28 const_list_remove_range_test: RuntimeError # Issue 29921 | 28 const_list_remove_range_test: RuntimeError # Issue 29921 |
29 const_list_set_range_test: RuntimeError # Issue 29921 | 29 const_list_set_range_test: RuntimeError # Issue 29921 |
30 compare_to2_test: RuntimeError # Issue 30170 | 30 compare_to2_test: RuntimeError # Issue 30170 |
| 31 date_time10_test: RuntimeError # Issue 29921 |
31 | 32 |
32 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 33 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
33 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 34 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
34 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 35 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
35 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 | 36 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
36 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 37 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
37 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 38 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
38 compare_to2_test: RuntimeError, OK # Requires bigint support. | 39 compare_to2_test: RuntimeError, OK # Requires bigint support. |
39 | 40 |
40 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 41 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
(...skipping 28 matching lines...) Expand all Loading... |
69 bool_from_environment_test: Skip | 70 bool_from_environment_test: Skip |
70 | 71 |
71 [ $runtime == ff || $runtime == jsshell ] | 72 [ $runtime == ff || $runtime == jsshell ] |
72 unicode_test: Fail | 73 unicode_test: Fail |
73 | 74 |
74 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 75 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
75 big_integer_parsed_mul_div_vm_test: Pass, Slow | 76 big_integer_parsed_mul_div_vm_test: Pass, Slow |
76 | 77 |
77 [ $compiler == precompiler ] | 78 [ $compiler == precompiler ] |
78 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 79 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
OLD | NEW |