| 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 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
| 9 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
| 10 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 70 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
| 71 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 71 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
| 72 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 72 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
| 73 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 | 73 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
| 74 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 74 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
| 75 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 75 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
| 76 compare_to2_test: RuntimeError, OK # Requires bigint support. | 76 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 77 hash_set_test/01: RuntimeError # Issue 11551 | 77 hash_set_test/01: RuntimeError # Issue 11551 |
| 78 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 | 78 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 |
| 79 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 | 79 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 |
| 80 int_modulo_arith_test/none: RuntimeError # Issue 29921 | |
| 81 regress_r21715_test: RuntimeError # Requires bigint support. | 80 regress_r21715_test: RuntimeError # Requires bigint support. |
| 82 | 81 |
| 83 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 82 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
| 84 core_runtime_types_test: Pass, Fail # Issue 27913 | 83 core_runtime_types_test: Pass, Fail # Issue 27913 |
| 85 | 84 |
| 86 [ $runtime == flutter ] | 85 [ $runtime == flutter ] |
| 87 apply3_test: CompileTimeError # mirrors not supported | 86 apply3_test: CompileTimeError # mirrors not supported |
| 88 bool_from_environment_test: Fail # Flutter Issue 9111 | 87 bool_from_environment_test: Fail # Flutter Issue 9111 |
| 89 int_from_environment_test: Fail # Flutter Issue 9111 | 88 int_from_environment_test: Fail # Flutter Issue 9111 |
| 90 int_from_environment2_test: Fail # Flutter Issue 9111 | 89 int_from_environment2_test: Fail # Flutter Issue 9111 |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 404 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 406 | 405 |
| 407 [ $compiler == dart2js && $runtime != none && !$checked ] | 406 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 408 splay_tree_from_iterable_test: RuntimeError | 407 splay_tree_from_iterable_test: RuntimeError |
| 409 | 408 |
| 410 [ ($compiler == none || $compiler == app_jit) && $runtime == vm && !$checked ] | 409 [ ($compiler == none || $compiler == app_jit) && $runtime == vm && !$checked ] |
| 411 splay_tree_from_iterable_test: RuntimeError | 410 splay_tree_from_iterable_test: RuntimeError |
| 412 | 411 |
| 413 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 412 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 414 splay_tree_from_iterable_test: RuntimeError | 413 splay_tree_from_iterable_test: RuntimeError |
| OLD | NEW |