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