Chromium Code Reviews| 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 #[ $strong && $compiler != dart2analyzer ] | |
| 6 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 7 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 8 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 9 | 8 |
| 9 [ !$strong && $compiler != dartdevc && $checked ] | |
|
Bob Nystrom
2017/07/21 16:33:20
I think you can omit the "$compiler != dartdevc".
| |
| 10 core_runtime_types_static_test: MissingCompileTimeError | |
| 11 | |
| 12 [ !$strong && !$checked ] | |
| 13 core_runtime_types_static_test: MissingCompileTimeError | |
| 10 | 14 |
| 11 [ $compiler == dart2js && $fast_startup ] | 15 [ $compiler == dart2js && $fast_startup ] |
| 12 apply3_test: Fail # mirrors not supported | 16 apply3_test: Fail # mirrors not supported |
| 13 | 17 |
| 14 [ $compiler == precompiler ] | 18 [ $compiler == precompiler ] |
| 15 apply3_test: SkipByDesign | 19 apply3_test: SkipByDesign |
| 16 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 20 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
| 17 | 21 |
| 18 [ $compiler == dartdevc && $runtime != none ] | 22 [ $compiler == dartdevc && $runtime != none ] |
| 19 apply2_test: RuntimeError # Issue 29921 | 23 apply2_test: RuntimeError # Issue 29921 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 65 bool_from_environment_test: Skip | 69 bool_from_environment_test: Skip |
| 66 | 70 |
| 67 [ $runtime == ff || $runtime == jsshell ] | 71 [ $runtime == ff || $runtime == jsshell ] |
| 68 unicode_test: Fail | 72 unicode_test: Fail |
| 69 | 73 |
| 70 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 74 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
| 71 big_integer_parsed_mul_div_vm_test: Pass, Slow | 75 big_integer_parsed_mul_div_vm_test: Pass, Slow |
| 72 | 76 |
| 73 [ $compiler == precompiler ] | 77 [ $compiler == precompiler ] |
| 74 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 78 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
| OLD | NEW |