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 25 matching lines...) Expand all Loading... |
36 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 36 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
37 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 37 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
38 compare_to2_test: RuntimeError, OK # Requires bigint support. | 38 compare_to2_test: RuntimeError, OK # Requires bigint support. |
39 | 39 |
40 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 40 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
41 core_runtime_types_test: Pass, Fail # Issue 27913 | 41 core_runtime_types_test: Pass, Fail # Issue 27913 |
42 | 42 |
43 [ $runtime == flutter ] | 43 [ $runtime == flutter ] |
44 apply3_test: CompileTimeError # mirrors not supported | 44 apply3_test: CompileTimeError # mirrors not supported |
45 bool_from_environment_test: Fail # Flutter Issue 9111 | 45 bool_from_environment_test: Fail # Flutter Issue 9111 |
| 46 string_from_environment_test: Fail # Flutter Issue 9111 |
| 47 string_from_environment2_test: Fail # Flutter Issue 9111 |
46 | 48 |
47 [ $hot_reload || $hot_reload_rollback ] | 49 [ $hot_reload || $hot_reload_rollback ] |
48 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 50 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
49 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow | 51 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow |
50 | 52 |
51 [ $hot_reload || $hot_reload_rollback ] | 53 [ $hot_reload || $hot_reload_rollback ] |
52 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 54 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
53 | 55 |
54 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 56 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
55 compare_to2_test: Fail # Issue 4018 | 57 compare_to2_test: Fail # Issue 4018 |
56 unicode_test: Fail # Issue 6706 | 58 unicode_test: Fail # Issue 6706 |
57 | 59 |
58 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] | 60 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] |
59 bool_from_environment2_test/01: MissingCompileTimeError | 61 bool_from_environment2_test/01: MissingCompileTimeError |
60 bool_from_environment2_test/02: MissingCompileTimeError | 62 bool_from_environment2_test/02: MissingCompileTimeError |
61 bool_from_environment2_test/03: MissingCompileTimeError | 63 bool_from_environment2_test/03: MissingCompileTimeError |
62 bool_from_environment2_test/04: MissingCompileTimeError | 64 bool_from_environment2_test/04: MissingCompileTimeError |
63 bool_from_environment2_test/05: MissingCompileTimeError | 65 bool_from_environment2_test/05: MissingCompileTimeError |
64 compare_to2_test: RuntimeError | 66 compare_to2_test: RuntimeError |
65 unicode_test: RuntimeError | 67 unicode_test: RuntimeError |
| 68 string_case_test/01: RuntimeError |
| 69 string_from_environment3_test/01: MissingCompileTimeError |
| 70 string_from_environment3_test/02: MissingCompileTimeError |
| 71 string_from_environment3_test/03: MissingCompileTimeError |
| 72 string_from_environment3_test/04: MissingCompileTimeError |
| 73 string_from_environment3_test/05: MissingCompileTimeError |
66 | 74 |
67 [ $compiler == none && $runtime == drt ] | 75 [ $compiler == none && $runtime == drt ] |
68 bool_from_environment2_test: Skip | 76 bool_from_environment2_test: Skip |
69 bool_from_environment_test: Skip | 77 bool_from_environment_test: Skip |
| 78 string_case_test/01: Fail # Issue 18061 |
70 | 79 |
71 [ $runtime == ff || $runtime == jsshell ] | 80 [ $runtime == ff || $runtime == jsshell ] |
72 unicode_test: Fail | 81 unicode_test: Fail |
73 | 82 |
74 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 83 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
75 big_integer_parsed_mul_div_vm_test: Pass, Slow | 84 big_integer_parsed_mul_div_vm_test: Pass, Slow |
76 | 85 |
77 [ $compiler == precompiler ] | 86 [ $compiler == precompiler ] |
78 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 87 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
| 88 |
| 89 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] |
| 90 string_base_vm_static_test: MissingCompileTimeError |
| 91 |
| 92 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
| 93 string_case_test/01: Fail, OK # Bug in Firefox. |
| 94 |
| 95 [ $compiler == none && $runtime == drt ] |
| 96 string_from_environment2_test: Skip |
| 97 string_from_environment3_test: Skip |
| 98 string_from_environment_test: Skip |
| 99 |
| 100 [ $system == windows && $arch == x64 ] |
| 101 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 102 |
| 103 [ $runtime == vm ] |
| 104 string_case_test/01: RuntimeError |
OLD | NEW |