| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $compiler == dart2dart] | 5 [ $compiler == dart2dart] |
| 6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
| 7 bool_from_environment_default_value_test: Skip | 7 bool_from_environment_default_value_test: Skip |
| 8 bool_from_environment_test: Skip | 8 bool_from_environment_test: Skip |
| 9 int_from_environment2_test: Skip | 9 int_from_environment2_test: Skip |
| 10 int_from_environment3_test: Skip | 10 int_from_environment3_test: Skip |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 bool_from_environment_test: Skip | 21 bool_from_environment_test: Skip |
| 22 int_from_environment2_test: Skip | 22 int_from_environment2_test: Skip |
| 23 int_from_environment3_test: Skip | 23 int_from_environment3_test: Skip |
| 24 int_from_environment_default_value_test: Skip | 24 int_from_environment_default_value_test: Skip |
| 25 int_from_environment_test: Skip | 25 int_from_environment_test: Skip |
| 26 string_from_environment2_test: Skip | 26 string_from_environment2_test: Skip |
| 27 string_from_environment3_test: Skip | 27 string_from_environment3_test: Skip |
| 28 string_from_environment_default_value: Skip | 28 string_from_environment_default_value: Skip |
| 29 string_from_environment_test: Skip | 29 string_from_environment_test: Skip |
| 30 | 30 |
| 31 [ $compiler == dartanalyzer || $compiler == dart2analyzer] | 31 [ $compiler == dart2analyzer] |
| 32 bool_from_environment2_test/01: Fail # Issue 18755 | 32 bool_from_environment2_test/01: Fail # Issue 18755 |
| 33 bool_from_environment2_test/02: Fail # Issue 18755 | 33 bool_from_environment2_test/02: Fail # Issue 18755 |
| 34 bool_from_environment2_test/03: Fail # Issue 18755 | 34 bool_from_environment2_test/03: Fail # Issue 18755 |
| 35 bool_from_environment2_test/04: Fail # Issue 18755 | 35 bool_from_environment2_test/04: Fail # Issue 18755 |
| 36 int_from_environment3_test/01: Fail # Issue 18755 | 36 int_from_environment3_test/01: Fail # Issue 18755 |
| 37 int_from_environment3_test/02: Fail # Issue 18755 | 37 int_from_environment3_test/02: Fail # Issue 18755 |
| 38 int_from_environment3_test/03: Fail # Issue 18755 | 38 int_from_environment3_test/03: Fail # Issue 18755 |
| 39 int_from_environment3_test/04: Fail # Issue 18755 | 39 int_from_environment3_test/04: Fail # Issue 18755 |
| 40 string_from_environment3_test/01: Fail # Issue 18755 | 40 string_from_environment3_test/01: Fail # Issue 18755 |
| 41 string_from_environment3_test/02: Fail # Issue 18755 | 41 string_from_environment3_test/02: Fail # Issue 18755 |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 153 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| 154 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 154 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 155 | 155 |
| 156 [ $runtime == ie9 || $runtime == ie10 ] | 156 [ $runtime == ie9 || $runtime == ie10 ] |
| 157 num_parse_test: RuntimeError # Issue 15316 | 157 num_parse_test: RuntimeError # Issue 15316 |
| 158 num_parse_test/01: RuntimeError # Issue 15316 | 158 num_parse_test/01: RuntimeError # Issue 15316 |
| 159 | 159 |
| 160 [ $system == windows && $arch == x64 ] | 160 [ $system == windows && $arch == x64 ] |
| 161 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 161 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 162 | 162 |
| OLD | NEW |